From 8ebd8983ac70109deae2a6cd21b768deb940d3ef Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 4 Dec 2022 15:52:01 +0100 Subject: [PATCH 1/4] update slides --- docs/slides.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/slides.html b/docs/slides.html index d8ec8e8..1f9d3d1 100644 --- a/docs/slides.html +++ b/docs/slides.html @@ -13,7 +13,7 @@ # Data manipulation, analysis and visualisation in Python Specialist course Doctoral schools of Ghent University
-June 8, 9 and 10, 2022 +December 5, 12 and 19 2022 Joris Van den Bossche, Stijn Van Hoey @@ -24,9 +24,9 @@ # Who are you? -Go to https://hackmd.io/ye6LZ9hAR-22PGiNT2OCMQ?both +Go to https://hackmd.io/vBEsylODTfmhjxVTY_0XPw?both - + --- @@ -69,14 +69,14 @@ class: left, middle 0. Everyone has conda installed and the environment setup? If not, see [1-install-python-and-the-required-python-packages](https://jorisvandenbossche.github.io/DS-python-data-analysis/setup.html#1-install-python-and-the-required-python-packages) -1. Make sure to (re)download ALL the course material, see [2-getting-the-course-materials](https://jorisvandenbossche.github.io/DS-python-data-analysis/setup.html#2-getting-the-course-materials) also if you already did this before. +1. Make sure to (re)download ALL the course material, see [2-getting-the-course-materials](https://jorisvandenbossche.github.io/DS-python-data-analysis/setup.html#2-first-day-of-the-course-getting-the-course-materials) also if you already did this before. 2. Next, also do section 3 and 4 of the [setup](https://jorisvandenbossche.github.io/DS-python-data-analysis/setup.html) > If you succesfully done 1, 2 and 3, put up your `green sticky note` on your laptop screen.. Next: -- Surf to and fill in [the questionnaire](https://hackmd.io/ye6LZ9hAR-22PGiNT2OCMQ?both) +- Surf to and fill in [the questionnaire](https://hackmd.io/vBEsylODTfmhjxVTY_0XPw?both) - In Jupyter Lab, start with the 'notebooks/00-jupyter_introduction.ipynb'. > Installation or setup issues? Put up your `red sticky note` on your laptop screen. @@ -211,7 +211,7 @@ List all your environments: `conda info -e` -See the docs: http://conda.pydata.org/docs/using/index.html +See the docs: https://docs.conda.io/projects/conda/en/latest/user-guide/index.html --- class: center, middle @@ -302,7 +302,7 @@ ![:scale 100%](http://esq.h-cdn.co/assets/15/51/980x490/landscape-1450137389-john-cleese.JPG) -### https://forms.gle/R47g9xaJ4hRGtajN9 +### https://forms.gle/dWEkBF4znai4Sh5e8 Please fill in the questionnaire! From 5593d03af2db310a28522718ce1ad5f139179110 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 4 Dec 2022 19:45:52 +0100 Subject: [PATCH 2/4] generated notebooks --- _solved/00-jupyter_introduction.ipynb | 18 +- _solved/case1_bike_count.ipynb | 10 +- _solved/case2_observations.ipynb | 8 +- _solved/case2_observations_analysis.ipynb | 4 +- _solved/case2_observations_processing.ipynb | 4 +- ..._bacterial_resistance_lab_experiment.ipynb | 14 +- _solved/case4_air_quality_analysis.ipynb | 4 +- _solved/case4_air_quality_processing.ipynb | 4 +- _solved/pandas_01_data_structures.ipynb | 6 +- _solved/pandas_02_basic_operations.ipynb | 6 +- _solved/pandas_03a_selecting_data.ipynb | 20 +- _solved/pandas_03b_indexing.ipynb | 6 +- _solved/pandas_04_time_series_data.ipynb | 45 +- _solved/pandas_05_groupby_operations.ipynb | 30 +- _solved/pandas_06_data_cleaning.ipynb | 7 +- _solved/pandas_07_missing_values.ipynb | 8 +- _solved/pandas_08_reshaping_data.ipynb | 25 +- _solved/pandas_09_combining_datasets.ipynb | 16 +- _solved/visualization_01_matplotlib.ipynb | 25 +- _solved/visualization_02_plotnine.ipynb | 4 +- _solved/visualization_02_seaborn.ipynb | 108 +- _solved/visualization_03_landscape.ipynb | 19 +- notebooks/00-jupyter_introduction.ipynb | 18 +- ...3_bacterial_resistance_lab_experiment10.py | 5 +- .../_solutions/pandas_01_data_structures5.py | 2 +- .../_solutions/pandas_02_basic_operations2.py | 2 +- .../_solutions/pandas_03a_selecting_data13.py | 2 +- .../_solutions/pandas_03a_selecting_data14.py | 2 +- .../_solutions/pandas_03a_selecting_data15.py | 2 +- .../_solutions/pandas_03a_selecting_data16.py | 2 +- .../_solutions/pandas_03a_selecting_data17.py | 2 +- .../_solutions/pandas_03a_selecting_data18.py | 2 +- .../_solutions/pandas_03a_selecting_data19.py | 2 +- .../_solutions/pandas_03a_selecting_data20.py | 2 +- .../_solutions/pandas_03a_selecting_data21.py | 4 +- .../_solutions/pandas_03a_selecting_data22.py | 7 +- .../_solutions/pandas_03a_selecting_data23.py | 4 + .../pandas_05_groupby_operations10.py | 2 +- .../pandas_05_groupby_operations5.py | 2 +- .../pandas_05_groupby_operations6.py | 2 +- .../pandas_05_groupby_operations8.py | 2 +- .../pandas_05_groupby_operations9.py | 2 +- .../_solutions/pandas_08_reshaping_data15.py | 3 +- .../_solutions/pandas_08_reshaping_data17.py | 2 +- .../_solutions/pandas_08_reshaping_data5.py | 2 +- .../_solutions/pandas_08_reshaping_data8.py | 8 +- .../_solutions/visualization_02_seaborn10.py | 14 +- .../_solutions/visualization_02_seaborn11.py | 12 +- .../_solutions/visualization_02_seaborn12.py | 17 +- .../_solutions/visualization_02_seaborn13.py | 8 +- .../_solutions/visualization_02_seaborn14.py | 17 +- .../_solutions/visualization_02_seaborn15.py | 6 +- .../_solutions/visualization_02_seaborn16.py | 22 +- .../_solutions/visualization_02_seaborn17.py | 8 +- .../_solutions/visualization_02_seaborn18.py | 21 +- .../_solutions/visualization_02_seaborn19.py | 5 +- .../_solutions/visualization_02_seaborn20.py | 5 +- .../_solutions/visualization_02_seaborn21.py | 1 + .../_solutions/visualization_02_seaborn22.py | 3 + .../_solutions/visualization_02_seaborn8.py | 15 +- .../_solutions/visualization_02_seaborn9.py | 13 +- notebooks/case1_bike_count.ipynb | 10 +- notebooks/case2_observations.ipynb | 8 +- notebooks/case2_observations_analysis.ipynb | 1274 ---------- notebooks/case2_observations_processing.ipynb | 2229 ----------------- ..._bacterial_resistance_lab_experiment.ipynb | 9 +- notebooks/case4_air_quality_analysis.ipynb | 4 +- notebooks/case4_air_quality_processing.ipynb | 4 +- notebooks/pandas_01_data_structures.ipynb | 4 +- notebooks/pandas_02_basic_operations.ipynb | 4 +- notebooks/pandas_03a_selecting_data.ipynb | 40 +- notebooks/pandas_03b_indexing.ipynb | 6 +- notebooks/pandas_04_time_series_data.ipynb | 45 +- notebooks/pandas_05_groupby_operations.ipynb | 20 +- notebooks/pandas_06_data_cleaning.ipynb | 7 +- notebooks/pandas_07_missing_values.ipynb | 8 +- notebooks/pandas_08_reshaping_data.ipynb | 10 +- notebooks/pandas_09_combining_datasets.ipynb | 16 +- notebooks/visualization_01_matplotlib.ipynb | 25 +- notebooks/visualization_02_seaborn.ipynb | 149 +- notebooks/visualization_03_landscape.ipynb | 19 +- 81 files changed, 539 insertions(+), 3993 deletions(-) create mode 100644 notebooks/_solutions/pandas_03a_selecting_data23.py create mode 100644 notebooks/_solutions/visualization_02_seaborn21.py create mode 100644 notebooks/_solutions/visualization_02_seaborn22.py delete mode 100644 notebooks/case2_observations_analysis.ipynb delete mode 100644 notebooks/case2_observations_processing.ipynb diff --git a/_solved/00-jupyter_introduction.ipynb b/_solved/00-jupyter_introduction.ipynb index ec80c8b..7fddc4c 100644 --- a/_solved/00-jupyter_introduction.ipynb +++ b/_solved/00-jupyter_introduction.ipynb @@ -6,7 +6,7 @@ "source": [ "

Jupyter notebook INTRODUCTION

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -186,20 +186,6 @@ "#### subsubsection" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Raw Text" - ] - }, - { - "cell_type": "raw", - "metadata": {}, - "source": [ - "Cfr. any text editor" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -554,7 +540,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.9" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/case1_bike_count.ipynb b/_solved/case1_bike_count.ipynb index 9fbeece..d72e931 100644 --- a/_solved/case1_bike_count.ipynb +++ b/_solved/case1_bike_count.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Bike count data

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -187,8 +187,8 @@ "\n", "Pre-process the data:\n", "\n", - "* Combine the 'datum' and 'tijd' columns into one Pandas Series of string datetime values, call this new variable `combined`.\n", - "* Parse the string datetime values to `datetime` objects.\n", + "* Combine the 'datum' and 'tijd' columns into one Pandas Series of string values, call this new variable `combined`.\n", + "* Parse the string values to `datetime` objects.\n", "* Set the resulting `datetime` column as the index of the `df` DataFrame.\n", "* Remove the original 'datum' and 'tijd' columns using the `drop` method, and call the new dataframe `df2`.\n", "* Rename the columns in the DataFrame 'ri Centrum', 'ri Mariakerke' to resp. 'direction_centre', 'direction_mariakerke' using the `rename` method.\n", @@ -1148,7 +1148,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "So the daily pattern is clearly different for both directions. In the morning more people go north, in the evening more people go south. The morning peak is also more condensed." + "So the daily pattern is clearly different for both directions. In the morning more people go towards the centre, in the evening more people go back to Mariakerke. The morning peak is also more condensed." ] }, { @@ -1220,7 +1220,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/case2_observations.ipynb b/_solved/case2_observations.ipynb index 1354f92..d6fbb51 100644 --- a/_solved/case2_observations.ipynb +++ b/_solved/case2_observations.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Observation data

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -309,11 +309,11 @@ "\n", "**EXERCISE**\n", "\n", - "How many records in the data set have no information about the `species`? Use the `isna()` method to find out.\n", + "How many records in the data set have no information about the `species_ID`? Use the `isna()` method to find out.\n", "\n", "
Hints\n", "\n", - "- Do NOT use `survey_data_processed['species'] == np.nan`, but use the available method `isna()` to check if a value is NaN\n", + "- Do NOT use `survey_data_processed['species_ID'] == np.nan`, but use the available method `isna()` to check if a value is NaN\n", "- The result of an (element-wise) condition returns a set of True/False values, corresponding to 1/0 values. The amount of True values is equal to the sum.\n", " \n", "
" @@ -1673,7 +1673,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.8.13" }, "nav_menu": {}, "toc": { diff --git a/_solved/case2_observations_analysis.ipynb b/_solved/case2_observations_analysis.ipynb index c6d0c5f..596ac16 100644 --- a/_solved/case2_observations_analysis.ipynb +++ b/_solved/case2_observations_analysis.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Observation data - analysis

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -1319,7 +1319,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/case2_observations_processing.ipynb b/_solved/case2_observations_processing.ipynb index f886680..3304898 100644 --- a/_solved/case2_observations_processing.ipynb +++ b/_solved/case2_observations_processing.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Observation data - data cleaning and enrichment

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -2274,7 +2274,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/case3_bacterial_resistance_lab_experiment.ipynb b/_solved/case3_bacterial_resistance_lab_experiment.ipynb index 7a94c1d..ef62186 100644 --- a/_solved/case3_bacterial_resistance_lab_experiment.ipynb +++ b/_solved/case3_bacterial_resistance_lab_experiment.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Bacterial resistance experiment

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -525,14 +525,13 @@ "- Make sure the `WT(2)` and `MUT(2)` categories are used as respectively `WT` and `MUT` by adjusting them with Pandas first.\n", "- Use the __falcor__ data and the Seaborn package. The 'log10 mutation rate' on the figure corresponds to the `log10 Mc` column.\n", "\n", - "\n", "
Hints\n", "\n", "- To replace values using a mapping (dictionary with the keys the current values and the values the new values), use the Pandas `replace` method.\n", "- This is another example of a `catplot`, using `point`s to represent the data.\n", "- The `join` argument defines if individual points need to be connected or not.\n", - "- One combination appears multiple times, so make sure to not yet use confidence intervals by setting `ci` to `Null`.\n", - "\n", + "- Seaborn provides the `row_order` and `order` options to provide a custom order of respectively the subplots and categories.\n", + "- One combination appears multiple times, so make sure to not yet use confidence intervals by setting `errorbar` to `None`.\n", "
" ] }, @@ -568,7 +567,10 @@ " x='Bacterial_genotype',\n", " y='log10 Mc',\n", " row=\"Phage\",\n", - " join=False, ci=None,\n", + " join=False, \n", + " errorbar=None,\n", + " row_order=[\"Lambda\", \"T4\", \"T7\"],\n", + " order=['WT', 'MUT', 'D87G', 'S83L', 'D516G', 'S512F', 'K43N', 'K88R', 'RSF1010', 'RP4'],\n", " aspect=3, height=3,\n", " color=\"black\")" ] @@ -679,7 +681,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/case4_air_quality_analysis.ipynb b/_solved/case4_air_quality_analysis.ipynb index 3a8a75a..1a2b361 100644 --- a/_solved/case4_air_quality_analysis.ipynb +++ b/_solved/case4_air_quality_analysis.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - air quality data of European monitoring stations (AirBase)

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -1329,7 +1329,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/case4_air_quality_processing.ipynb b/_solved/case4_air_quality_processing.ipynb index 721ad9d..ee2a03d 100644 --- a/_solved/case4_air_quality_processing.ipynb +++ b/_solved/case4_air_quality_processing.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - air quality data of European monitoring stations (AirBase)

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -771,7 +771,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/pandas_01_data_structures.ipynb b/_solved/pandas_01_data_structures.ipynb index b32793c..544be13 100644 --- a/_solved/pandas_01_data_structures.ipynb +++ b/_solved/pandas_01_data_structures.ipynb @@ -7,7 +7,7 @@ "source": [ "

01 - Pandas: Data Structures

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -702,7 +702,7 @@ }, "outputs": [], "source": [ - "df['Fare'].plot(kind='box') # or .plot.box()" + "df['Fare'].plot.box() # or .plot(kind='box')" ] }, { @@ -765,7 +765,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_02_basic_operations.ipynb b/_solved/pandas_02_basic_operations.ipynb index 153183a..6840a62 100644 --- a/_solved/pandas_02_basic_operations.ipynb +++ b/_solved/pandas_02_basic_operations.ipynb @@ -8,7 +8,7 @@ "

02 - Pandas: Basic operations on Series and DataFrames

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -349,7 +349,7 @@ }, "outputs": [], "source": [ - "df['Age'].hist() #bins=30, log=True" + "df['Age'].plot.hist() # bins=30, log=True)" ] }, { @@ -780,7 +780,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_03a_selecting_data.ipynb b/_solved/pandas_03a_selecting_data.ipynb index bdb9a59..02172c2 100755 --- a/_solved/pandas_03a_selecting_data.ipynb +++ b/_solved/pandas_03a_selecting_data.ipynb @@ -8,7 +8,7 @@ "

03 - Pandas: Indexing and selecting data - part I

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -656,7 +656,7 @@ "id": "49d05bde", "metadata": {}, "source": [ - "For the quick ones among you, here are some more exercises with some larger dataframe with film data. These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so all credit to him!) and the datasets he prepared for that. You can download these data from here: [`titles.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [`cast.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." + "For the quick ones among you, here are some more exercises with some larger dataframe with film data. These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so all credit to him!) and the datasets he prepared for that. You can download these data from here: [titles.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [cast.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." ] }, { @@ -740,6 +740,20 @@ "titles.sort_values('year').head(2)" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "95a214f4-2ce3-4f56-9dfa-e546acdf12a5", + "metadata": { + "tags": [ + "nbtutor-solution" + ] + }, + "outputs": [], + "source": [ + "titles.nsmallest(2, columns=\"year\")" + ] + }, { "cell_type": "markdown", "id": "1150e93f", @@ -1023,7 +1037,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_03b_indexing.ipynb b/_solved/pandas_03b_indexing.ipynb index 54aff3a..0505304 100644 --- a/_solved/pandas_03b_indexing.ipynb +++ b/_solved/pandas_03b_indexing.ipynb @@ -7,7 +7,7 @@ "source": [ "

03 - Pandas: Indexing and selecting data - part II

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -696,7 +696,7 @@ "formats": "ipynb,md:myst" }, "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -710,7 +710,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_04_time_series_data.ipynb b/_solved/pandas_04_time_series_data.ipynb index b065917..e11752e 100644 --- a/_solved/pandas_04_time_series_data.ipynb +++ b/_solved/pandas_04_time_series_data.ipynb @@ -7,7 +7,7 @@ "source": [ "

04 - Pandas: Working with time series data

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -682,11 +682,10 @@ "source": [ "
\n", "\n", - "EXERCISE:\n", + "**EXERCISE:\n", + "\n", + "* select all data starting from 2012\n", "\n", - "
    \n", - "
  • select all data starting from 2012
  • \n", - "
\n", "
" ] }, @@ -711,11 +710,16 @@ "source": [ "
\n", "\n", - "EXERCISE:\n", + "**EXERCISE**:\n", + "\n", + "* select all data in January for all different years\n", + "\n", + "
Hints\n", + "\n", + "* Remember you can get information about the month of each timestamp using the `month` attribute of the DatetimeIndex.\n", + "\n", + "
\n", "\n", - "
    \n", - "
  • select all data in January for all different years
  • \n", - "
\n", "
" ] }, @@ -740,11 +744,16 @@ "source": [ "
\n", "\n", - "EXERCISE:\n", + "**EXERCISE**:\n", + "\n", + "* select all data in April, May and June for all different years\n", + "\n", + "
Hints\n", + "\n", + "* If you want to check for equality with multiple possible values (equal to x OR equal to y OR ...), the `isin()` method can be easier to use.\n", + "\n", + "
\n", "\n", - "
    \n", - "
  • select all data in April, May and June for all different years
  • \n", - "
\n", "
" ] }, @@ -995,14 +1004,6 @@ "source": [ "data['2013':'2013'].mean().plot(kind='barh')" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "3a643acc-c5e9-458a-ad7f-a782bd45db5c", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { @@ -1024,7 +1025,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_05_groupby_operations.ipynb b/_solved/pandas_05_groupby_operations.ipynb index 2540f6d..19dd665 100644 --- a/_solved/pandas_05_groupby_operations.ipynb +++ b/_solved/pandas_05_groupby_operations.ipynb @@ -5,10 +5,10 @@ "id": "804eea96", "metadata": {}, "source": [ - "

06 - Pandas: \"Group by\" operations

\n", + "

05 - Pandas: \"Group by\" operations

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -362,7 +362,7 @@ }, "outputs": [], "source": [ - "df.groupby('Pclass')['Survived'].mean().plot(kind='bar') #and what if you would compare the total number of survivors?" + "df.groupby('Pclass')['Survived'].mean().plot.bar() #and what if you would compare the total number of survivors?" ] }, { @@ -374,7 +374,7 @@ "\n", "**EXERCISE**:\n", "\n", - "* Make a bar plot to visualize the average Fare payed by people depending on their age. The age column is divided is separate classes using the `pd.cut()` function as provided below.\n", + "* Make a bar plot to visualize the average Fare payed by people depending on their age. The age column is divided in separate classes using the `pd.cut()` function as provided below.\n", "\n", "" ] @@ -400,7 +400,7 @@ }, "outputs": [], "source": [ - "df.groupby('AgeClass')['Fare'].mean().plot(kind='bar', rot=0)" + "df.groupby('AgeClass')['Fare'].mean().plot.bar(rot=0)" ] }, { @@ -503,7 +503,7 @@ "id": "580c1483", "metadata": {}, "source": [ - "Another way to obtain such counts, is to use the Series `value_counts` method:" + "Another way to obtain such counts, is to use the Series `value_counts` method (which additionally sorts from most to least occurring group):" ] }, { @@ -529,7 +529,7 @@ "id": "7e3afc02", "metadata": {}, "source": [ - "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [`titles.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [`cast.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." + "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [titles.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [cast.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." ] }, { @@ -586,11 +586,11 @@ "source": [ "
\n", "\n", - "EXERCISE:\n", + "**EXERCISE**:\n", + "\n", + "\n", + "* Using `groupby()`, plot the number of films that have been released each decade in the history of cinema.\n", "\n", - "
    \n", - "
  • Using `groupby()`, plot the number of films that have been released each decade in the history of cinema.
  • \n", - "
\n", "
" ] }, @@ -619,7 +619,7 @@ }, "outputs": [], "source": [ - "titles.groupby('decade').size().plot(kind='bar', color='green')" + "titles.groupby('decade').size().plot.bar(color='green')" ] }, { @@ -650,7 +650,7 @@ "source": [ "titles['decade'] = titles['year'] // 10 * 10\n", "hamlet = titles[titles['title'] == 'Hamlet']\n", - "hamlet.groupby('decade').size().plot(kind='bar', color=\"orange\")" + "hamlet.groupby('decade').size().plot.bar(color=\"orange\")" ] }, { @@ -681,7 +681,7 @@ "source": [ "titles['decade'] = titles['year'] // 10 * 10\n", "hamlet = titles[titles['title'].str.contains('Hamlet')]\n", - "hamlet.groupby('decade').size().plot(kind='bar', color=\"lightblue\")" + "hamlet.groupby('decade').size().plot.bar(color=\"lightblue\")" ] }, { @@ -1255,7 +1255,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_06_data_cleaning.ipynb b/_solved/pandas_06_data_cleaning.ipynb index 485ca4f..216c472 100644 --- a/_solved/pandas_06_data_cleaning.ipynb +++ b/_solved/pandas_06_data_cleaning.ipynb @@ -5,10 +5,9 @@ "id": "a4812285-6a36-429e-835d-5c5584c9e9e2", "metadata": {}, "source": [ - "

Pandas: Methods for data cleaning

\n", + "

06 - Pandas: Methods for data cleaning

\n", "\n", - "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -931,7 +930,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_07_missing_values.ipynb b/_solved/pandas_07_missing_values.ipynb index cd056a5..0869c2f 100644 --- a/_solved/pandas_07_missing_values.ipynb +++ b/_solved/pandas_07_missing_values.ipynb @@ -5,10 +5,10 @@ "id": "8bd0774d", "metadata": {}, "source": [ - "

08 - Pandas: Working with missing data

\n", + "

07 - Pandas: Working with missing data

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -312,7 +312,7 @@ "\n", "**REMEMBER**:
\n", "\n", - "* missing value indicator: `np.nan` (`NaN`)\n", + "* Missing value indicator: `np.nan` (`NaN`)\n", "* Reductions: skipped by default\n", "* Mathematical operations (eg `+`): propagate by default\n", "* Specific functions:\n", @@ -351,7 +351,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_08_reshaping_data.ipynb b/_solved/pandas_08_reshaping_data.ipynb index 01b9dcf..59c5155 100644 --- a/_solved/pandas_08_reshaping_data.ipynb +++ b/_solved/pandas_08_reshaping_data.ipynb @@ -5,10 +5,10 @@ "id": "a7d814f2", "metadata": {}, "source": [ - "

07 - Pandas: Tidy data and reshaping

\n", + "

08 - Pandas: Tidy data and reshaping

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -121,7 +121,7 @@ { "cell_type": "code", "execution_count": null, - "id": "8aaf53e9-cfba-4d32-989b-9f928f5284a2", + "id": "6d54b4ec-7d96-4906-88df-16b06ac43d21", "metadata": {}, "outputs": [], "source": [ @@ -321,7 +321,7 @@ }, "outputs": [], "source": [ - "df_overall = df_tidy.groupby([\"time\", \"Energie\"]).sum() # or with .reset_index()\n", + "df_overall = df_tidy.groupby([\"time\", \"Energie\"])[[\"consumption\"]].sum() # or with .reset_index()\n", "df_overall.head()" ] }, @@ -749,10 +749,10 @@ "outputs": [], "source": [ "fig, ax1 = plt.subplots()\n", - "df.pivot_table(index='Pclass', columns='Sex', \n", - " values='Survived', aggfunc='mean').plot(kind='bar', \n", - " rot=0, \n", - " ax=ax1)\n", + "(df.pivot_table(index='Pclass', columns='Sex', \n", + " values='Survived', aggfunc='mean')\n", + " .plot.bar(rot=0, ax=ax1)\n", + ")\n", "ax1.set_ylabel('Survival ratio')" ] }, @@ -1042,7 +1042,7 @@ "id": "45ce16c2", "metadata": {}, "source": [ - "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [`titles.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [`cast.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." + "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [titles.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [cast.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." ] }, { @@ -1110,7 +1110,8 @@ "outputs": [], "source": [ "cast.pivot_table(index='year', columns='type', values=\"character\", aggfunc='count').plot() \n", - "# for values in using the , take a column with no Nan values in order to count effectively all values -> at this stage: aha-erlebnis about crosstab function(!)" + "# for the values column to use in the aggfunc, take a column with no NaN values in order to count effectively all values\n", + "# -> at this stage: aha-erlebnis about crosstab function(!)" ] }, { @@ -1153,7 +1154,7 @@ }, "outputs": [], "source": [ - "pd.crosstab(index=cast['year'], columns=cast['type']).plot(kind='area')" + "pd.crosstab(index=cast['year'], columns=cast['type']).plot.area()" ] }, { @@ -1257,7 +1258,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/pandas_09_combining_datasets.ipynb b/_solved/pandas_09_combining_datasets.ipynb index 6628a50..754caf0 100644 --- a/_solved/pandas_09_combining_datasets.ipynb +++ b/_solved/pandas_09_combining_datasets.ipynb @@ -5,10 +5,10 @@ "id": "be5c9d31", "metadata": {}, "source": [ - "

Pandas: Combining datasets Part I - concat

\n", + "

09 - Pandas: Combining datasets

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -738,7 +738,7 @@ "metadata": {}, "outputs": [], "source": [ - "df_by_muni = df.groupby(\"CD_REFNIS\").sum()" + "df_by_muni = df.groupby(\"CD_REFNIS\")[['MS_NUM_VAT', 'MS_NUM_VAT_START', 'MS_NUM_VAT_STOP']].sum()" ] }, { @@ -924,14 +924,6 @@ "source": [ "pd.concat([countries2, country_economics], axis=\"columns\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c420d1a6-5cf6-4efa-868d-0c591459e4e1", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { @@ -953,7 +945,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/_solved/visualization_01_matplotlib.ipynb b/_solved/visualization_01_matplotlib.ipynb index 66a7202..15dbef5 100644 --- a/_solved/visualization_01_matplotlib.ipynb +++ b/_solved/visualization_01_matplotlib.ipynb @@ -6,7 +6,7 @@ "source": [ "

Visualization - Matplotlib

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey. Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey. Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -901,7 +901,7 @@ "- In the left subplot, make a bar chart of the minimal measured value for each of the station.\n", "- In the right subplot, make a bar chart of the maximal measured value for each of the station. \n", "\n", - "Add a title to the Figure containing 'Minimal and maximal discharge from 2009-01-01 till 2013-01-02'. Extract these dates from the data itself instead of hardcoding it.\n", + "Add a title to the Figure containing 'Minimal and maximal discharge from 2009-01-01 till 2013-01-02'. Extract these dates from the data itself instead of hardcoding it by using Python f-strings ([_formatted string literals_](https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals)).\n", "\n", "
Hints\n", "\n", @@ -914,6 +914,25 @@ "" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Example of the usage of formatting f-strings [_formatted string literals_](https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals):" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "my_float_variable = 3.14159\n", + "my_datetime_variable = pd.Timestamp(\"2022-12-06\")\n", + "print(f\"Adjust the rounding of a float, {my_float_variable} vs {my_float_variable:.2f}\")\n", + "print(f\"Adjust the rounding of a timestamp, {my_datetime_variable} vs {my_datetime_variable:%Y-%m-%d}.\")" + ] + }, { "cell_type": "code", "execution_count": null, @@ -1050,7 +1069,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/visualization_02_plotnine.ipynb b/_solved/visualization_02_plotnine.ipynb index 74a0591..c20e83b 100644 --- a/_solved/visualization_02_plotnine.ipynb +++ b/_solved/visualization_02_plotnine.ipynb @@ -6,7 +6,7 @@ "source": [ "

Plotnine: Introduction

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -871,7 +871,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/visualization_02_seaborn.ipynb b/_solved/visualization_02_seaborn.ipynb index 129f8dc..5d65438 100644 --- a/_solved/visualization_02_seaborn.ipynb +++ b/_solved/visualization_02_seaborn.ipynb @@ -7,7 +7,7 @@ "

Visualisation: Seaborn

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -489,51 +489,6 @@ "" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Summary statistics" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Aggregations such as `count`, `mean` are embedded in Seaborn (similar to other 'Grammar of Graphics' packages such as ggplot in R and plotnine/altair in Python). We can do these operations directly on the original `titanic` data set in a single coding step:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "jupyter": { - "outputs_hidden": false - } - }, - "outputs": [], - "source": [ - "sns.catplot(data=titanic, x=\"Survived\", col=\"Pclass\", \n", - " kind=\"count\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To use another statistical function to apply on each of the groups, use the `estimator`:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "sns.catplot(data=titanic, x=\"Sex\", y=\"Age\", col=\"Pclass\", kind=\"bar\", \n", - " estimator=np.mean)" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -640,6 +595,53 @@ "sns.despine(left=True)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Summary statistics" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Aggregations such as `count`, `mean` are embedded in Seaborn (similar to other 'Grammar of Graphics' packages such as ggplot in R and plotnine/altair in Python). We can do these operations directly on the original `titanic` data set in a single coding step:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "jupyter": { + "outputs_hidden": false + } + }, + "outputs": [], + "source": [ + "sns.catplot(data=titanic, x=\"Survived\", col=\"Pclass\", \n", + " kind=\"count\")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "To use another statistical function to apply on each of the groups, use the `estimator`:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "sns.catplot(data=titanic, x=\"Sex\", y=\"Age\", col=\"Pclass\", kind=\"bar\", \n", + " estimator=np.mean)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -997,7 +999,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "nbtutor-solution" + ] + }, "outputs": [], "source": [ "casualties_motorway_trucks = casualties[\n", @@ -1009,7 +1015,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "nbtutor-solution" + ] + }, "outputs": [], "source": [ "sns.catplot(data=casualties_motorway_trucks,\n", @@ -1512,7 +1522,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/_solved/visualization_03_landscape.ipynb b/_solved/visualization_03_landscape.ipynb index 05ac5b1..b55c9f4 100644 --- a/_solved/visualization_03_landscape.ipynb +++ b/_solved/visualization_03_landscape.ipynb @@ -6,7 +6,7 @@ "source": [ "

Visualization - Python's Visualization Landscape

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -24,15 +24,15 @@ "\n", "```\n", "conda install -c conda-forge bokeh plotly altair hvplot holoviews\n", + "conda update -c conda-forge panel\n", "``` \n", "\n", - "To have support of Bokeh inside the Jupyter Lab environment\n", + "To have support of plotly inside the Jupyter Lab environment\n", "```\n", - "conda install jupyter_bokeh\n", + "conda install \"ipywidgets>=7.6\" \n", + "conda install -c conda-forge -c plotly jupyter-dash \n", "```\n", "\n", - "To have support of plotly inside the Jupyter Lab environment everything should be included as suc. However, when seeing only blank/empty space as output in the Jupyter lab environment. Close the Jupyter lab, run the command `jupyter lab build` from the command line and restart the Jupyter lab environment.\n", - "\n", "To run the large data set section, additional package installations are required:\n", "\n", "```\n", @@ -139,7 +139,7 @@ " g = sns.catplot(data=titanic, \n", " x=\"Pclass\", y=\"Survived\", \n", " kind=\"bar\", estimator=np.mean,\n", - " ci=None, color=\"grey\")\n", + " errorbar=None, color=\"grey\")\n", " \n", " g.set_axis_labels(\"Cabin class\", \"Survival rate\")" ] @@ -700,7 +700,7 @@ "source": [ "import hvplot.pandas\n", "\n", - "flow_data.hvplot()" + "flow_data.plot()" ] }, { @@ -812,8 +812,7 @@ "# plotly express does not provide the count statistics out of the box, so calculating these\n", "survival_rate = titanic.groupby(\"Pclass\")['Survived'].mean().reset_index() \n", "\n", - "fig = px.bar(survival_rate, x=\"Pclass\", y=\"Survived\")\n", - "fig.show()" + "px.bar(survival_rate, x=\"Pclass\", y=\"Survived\")" ] }, { @@ -1188,7 +1187,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" + "version": "3.10.4" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/00-jupyter_introduction.ipynb b/notebooks/00-jupyter_introduction.ipynb index 8c939cb..bb5fd85 100644 --- a/notebooks/00-jupyter_introduction.ipynb +++ b/notebooks/00-jupyter_introduction.ipynb @@ -6,7 +6,7 @@ "source": [ "

Jupyter notebook INTRODUCTION

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -186,20 +186,6 @@ "#### subsubsection" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Raw Text" - ] - }, - { - "cell_type": "raw", - "metadata": {}, - "source": [ - "Cfr. any text editor" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -554,7 +540,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.9" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/notebooks/_solutions/case3_bacterial_resistance_lab_experiment10.py b/notebooks/_solutions/case3_bacterial_resistance_lab_experiment10.py index e179e90..800fc88 100644 --- a/notebooks/_solutions/case3_bacterial_resistance_lab_experiment10.py +++ b/notebooks/_solutions/case3_bacterial_resistance_lab_experiment10.py @@ -2,6 +2,9 @@ x='Bacterial_genotype', y='log10 Mc', row="Phage", - join=False, ci=None, + join=False, + errorbar=None, + row_order=["Lambda", "T4", "T7"], + order=['WT', 'MUT', 'D87G', 'S83L', 'D516G', 'S512F', 'K43N', 'K88R', 'RSF1010', 'RP4'], aspect=3, height=3, color="black") \ No newline at end of file diff --git a/notebooks/_solutions/pandas_01_data_structures5.py b/notebooks/_solutions/pandas_01_data_structures5.py index afc218b..8c609f9 100644 --- a/notebooks/_solutions/pandas_01_data_structures5.py +++ b/notebooks/_solutions/pandas_01_data_structures5.py @@ -1 +1 @@ -df['Fare'].plot(kind='box') # or .plot.box() \ No newline at end of file +df['Fare'].plot.box() # or .plot(kind='box') \ No newline at end of file diff --git a/notebooks/_solutions/pandas_02_basic_operations2.py b/notebooks/_solutions/pandas_02_basic_operations2.py index 0a4d54d..e00ef91 100644 --- a/notebooks/_solutions/pandas_02_basic_operations2.py +++ b/notebooks/_solutions/pandas_02_basic_operations2.py @@ -1 +1 @@ -df['Age'].hist() #bins=30, log=True \ No newline at end of file +df['Age'].plot.hist() # bins=30, log=True) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data13.py b/notebooks/_solutions/pandas_03a_selecting_data13.py index 0673ed7..f95fd96 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data13.py +++ b/notebooks/_solutions/pandas_03a_selecting_data13.py @@ -1 +1 @@ -len(titles[titles['title'] == 'Hamlet']) \ No newline at end of file +titles.nsmallest(2, columns="year") \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data14.py b/notebooks/_solutions/pandas_03a_selecting_data14.py index d5b91f8..0673ed7 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data14.py +++ b/notebooks/_solutions/pandas_03a_selecting_data14.py @@ -1 +1 @@ -titles[titles['title'] == 'Treasure Island'].sort_values('year') \ No newline at end of file +len(titles[titles['title'] == 'Hamlet']) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data15.py b/notebooks/_solutions/pandas_03a_selecting_data15.py index 6a90954..d5b91f8 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data15.py +++ b/notebooks/_solutions/pandas_03a_selecting_data15.py @@ -1 +1 @@ -len(titles[(titles['year'] >= 1950) & (titles['year'] <= 1959)]) \ No newline at end of file +titles[titles['title'] == 'Treasure Island'].sort_values('year') \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data16.py b/notebooks/_solutions/pandas_03a_selecting_data16.py index 4736084..6a90954 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data16.py +++ b/notebooks/_solutions/pandas_03a_selecting_data16.py @@ -1 +1 @@ -len(titles[titles['year'] // 10 == 195]) \ No newline at end of file +len(titles[(titles['year'] >= 1950) & (titles['year'] <= 1959)]) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data17.py b/notebooks/_solutions/pandas_03a_selecting_data17.py index 81e1340..4736084 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data17.py +++ b/notebooks/_solutions/pandas_03a_selecting_data17.py @@ -1 +1 @@ -inception = cast[cast['title'] == 'Inception'] \ No newline at end of file +len(titles[titles['year'] // 10 == 195]) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data18.py b/notebooks/_solutions/pandas_03a_selecting_data18.py index 0326615..81e1340 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data18.py +++ b/notebooks/_solutions/pandas_03a_selecting_data18.py @@ -1 +1 @@ -len(inception[inception['n'].isna()]) \ No newline at end of file +inception = cast[cast['title'] == 'Inception'] \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data19.py b/notebooks/_solutions/pandas_03a_selecting_data19.py index 59d4b10..0326615 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data19.py +++ b/notebooks/_solutions/pandas_03a_selecting_data19.py @@ -1 +1 @@ -inception['n'].isna().sum() \ No newline at end of file +len(inception[inception['n'].isna()]) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data20.py b/notebooks/_solutions/pandas_03a_selecting_data20.py index 8f8f362..59d4b10 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data20.py +++ b/notebooks/_solutions/pandas_03a_selecting_data20.py @@ -1 +1 @@ -len(inception[inception['n'].notna()]) \ No newline at end of file +inception['n'].isna().sum() \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data21.py b/notebooks/_solutions/pandas_03a_selecting_data21.py index 03b0185..8f8f362 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data21.py +++ b/notebooks/_solutions/pandas_03a_selecting_data21.py @@ -1,3 +1 @@ -titanic = cast[(cast['title'] == 'Titanic') & (cast['year'] == 1997)] -titanic = titanic[titanic['n'].notna()] -titanic.sort_values('n') \ No newline at end of file +len(inception[inception['n'].notna()]) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data22.py b/notebooks/_solutions/pandas_03a_selecting_data22.py index 255c57d..03b0185 100644 --- a/notebooks/_solutions/pandas_03a_selecting_data22.py +++ b/notebooks/_solutions/pandas_03a_selecting_data22.py @@ -1,4 +1,3 @@ -brad = cast[cast['name'] == 'Brad Pitt'] -brad = brad[brad['year'] // 10 == 199] -brad = brad[brad['n'] == 2] -brad.sort_values('year') \ No newline at end of file +titanic = cast[(cast['title'] == 'Titanic') & (cast['year'] == 1997)] +titanic = titanic[titanic['n'].notna()] +titanic.sort_values('n') \ No newline at end of file diff --git a/notebooks/_solutions/pandas_03a_selecting_data23.py b/notebooks/_solutions/pandas_03a_selecting_data23.py new file mode 100644 index 0000000..255c57d --- /dev/null +++ b/notebooks/_solutions/pandas_03a_selecting_data23.py @@ -0,0 +1,4 @@ +brad = cast[cast['name'] == 'Brad Pitt'] +brad = brad[brad['year'] // 10 == 199] +brad = brad[brad['n'] == 2] +brad.sort_values('year') \ No newline at end of file diff --git a/notebooks/_solutions/pandas_05_groupby_operations10.py b/notebooks/_solutions/pandas_05_groupby_operations10.py index 3ca7645..3a89e4e 100644 --- a/notebooks/_solutions/pandas_05_groupby_operations10.py +++ b/notebooks/_solutions/pandas_05_groupby_operations10.py @@ -1,3 +1,3 @@ titles['decade'] = titles['year'] // 10 * 10 hamlet = titles[titles['title'].str.contains('Hamlet')] -hamlet.groupby('decade').size().plot(kind='bar', color="lightblue") \ No newline at end of file +hamlet.groupby('decade').size().plot.bar(color="lightblue") \ No newline at end of file diff --git a/notebooks/_solutions/pandas_05_groupby_operations5.py b/notebooks/_solutions/pandas_05_groupby_operations5.py index 2c2f5ab..d65f0a7 100644 --- a/notebooks/_solutions/pandas_05_groupby_operations5.py +++ b/notebooks/_solutions/pandas_05_groupby_operations5.py @@ -1 +1 @@ -df.groupby('Pclass')['Survived'].mean().plot(kind='bar') #and what if you would compare the total number of survivors? \ No newline at end of file +df.groupby('Pclass')['Survived'].mean().plot.bar() #and what if you would compare the total number of survivors? \ No newline at end of file diff --git a/notebooks/_solutions/pandas_05_groupby_operations6.py b/notebooks/_solutions/pandas_05_groupby_operations6.py index b5a0af0..94e9109 100644 --- a/notebooks/_solutions/pandas_05_groupby_operations6.py +++ b/notebooks/_solutions/pandas_05_groupby_operations6.py @@ -1 +1 @@ -df.groupby('AgeClass')['Fare'].mean().plot(kind='bar', rot=0) \ No newline at end of file +df.groupby('AgeClass')['Fare'].mean().plot.bar(rot=0) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_05_groupby_operations8.py b/notebooks/_solutions/pandas_05_groupby_operations8.py index 700b3d2..c6d147f 100644 --- a/notebooks/_solutions/pandas_05_groupby_operations8.py +++ b/notebooks/_solutions/pandas_05_groupby_operations8.py @@ -1 +1 @@ -titles.groupby('decade').size().plot(kind='bar', color='green') \ No newline at end of file +titles.groupby('decade').size().plot.bar(color='green') \ No newline at end of file diff --git a/notebooks/_solutions/pandas_05_groupby_operations9.py b/notebooks/_solutions/pandas_05_groupby_operations9.py index ce379c3..d23d985 100644 --- a/notebooks/_solutions/pandas_05_groupby_operations9.py +++ b/notebooks/_solutions/pandas_05_groupby_operations9.py @@ -1,3 +1,3 @@ titles['decade'] = titles['year'] // 10 * 10 hamlet = titles[titles['title'] == 'Hamlet'] -hamlet.groupby('decade').size().plot(kind='bar', color="orange") \ No newline at end of file +hamlet.groupby('decade').size().plot.bar(color="orange") \ No newline at end of file diff --git a/notebooks/_solutions/pandas_08_reshaping_data15.py b/notebooks/_solutions/pandas_08_reshaping_data15.py index cea76b8..b60e49b 100644 --- a/notebooks/_solutions/pandas_08_reshaping_data15.py +++ b/notebooks/_solutions/pandas_08_reshaping_data15.py @@ -1,2 +1,3 @@ cast.pivot_table(index='year', columns='type', values="character", aggfunc='count').plot() -# for values in using the , take a column with no Nan values in order to count effectively all values -> at this stage: aha-erlebnis about crosstab function(!) \ No newline at end of file +# for the values column to use in the aggfunc, take a column with no NaN values in order to count effectively all values +# -> at this stage: aha-erlebnis about crosstab function(!) \ No newline at end of file diff --git a/notebooks/_solutions/pandas_08_reshaping_data17.py b/notebooks/_solutions/pandas_08_reshaping_data17.py index 6b80b38..f3744d0 100644 --- a/notebooks/_solutions/pandas_08_reshaping_data17.py +++ b/notebooks/_solutions/pandas_08_reshaping_data17.py @@ -1 +1 @@ -pd.crosstab(index=cast['year'], columns=cast['type']).plot(kind='area') \ No newline at end of file +pd.crosstab(index=cast['year'], columns=cast['type']).plot.area() \ No newline at end of file diff --git a/notebooks/_solutions/pandas_08_reshaping_data5.py b/notebooks/_solutions/pandas_08_reshaping_data5.py index ff73f0e..9608d65 100644 --- a/notebooks/_solutions/pandas_08_reshaping_data5.py +++ b/notebooks/_solutions/pandas_08_reshaping_data5.py @@ -1,2 +1,2 @@ -df_overall = df_tidy.groupby(["time", "Energie"]).sum() # or with .reset_index() +df_overall = df_tidy.groupby(["time", "Energie"])[["consumption"]].sum() # or with .reset_index() df_overall.head() \ No newline at end of file diff --git a/notebooks/_solutions/pandas_08_reshaping_data8.py b/notebooks/_solutions/pandas_08_reshaping_data8.py index 70ee693..4f7eea7 100644 --- a/notebooks/_solutions/pandas_08_reshaping_data8.py +++ b/notebooks/_solutions/pandas_08_reshaping_data8.py @@ -1,6 +1,6 @@ fig, ax1 = plt.subplots() -df.pivot_table(index='Pclass', columns='Sex', - values='Survived', aggfunc='mean').plot(kind='bar', - rot=0, - ax=ax1) +(df.pivot_table(index='Pclass', columns='Sex', + values='Survived', aggfunc='mean') + .plot.bar(rot=0, ax=ax1) +) ax1.set_ylabel('Survival ratio') \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn10.py b/notebooks/_solutions/visualization_02_seaborn10.py index 92a2dcc..eaa9d15 100644 --- a/notebooks/_solutions/visualization_02_seaborn10.py +++ b/notebooks/_solutions/visualization_02_seaborn10.py @@ -1,3 +1,11 @@ -monthly_victim_counts = casualties.resample("M", on="datetime")[ - ["n_victims_ok", "n_slightly_injured", "n_seriously_injured", "n_dead_30days"] -].sum() \ No newline at end of file +# filter the data +compare_dead_30 = casualties.set_index("datetime")["2019":"2021"] +compare_dead_30 = compare_dead_30[compare_dead_30["road_user_type"].isin( + ["Bicycle", "Passenger car", "Pedestrian", "Motorbike"])] + +# Sum the victims and dead within 30 days victims for each year/road-user type combination +compare_dead_30 = compare_dead_30.groupby( + ["road_user_type", compare_dead_30.index.year])[["n_dead_30days", "n_victims"]].sum().reset_index() + +# create a new colum with the percentage deads +compare_dead_30["dead_prop"] = compare_dead_30["n_dead_30days"] / compare_dead_30["n_victims"] * 100 \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn11.py b/notebooks/_solutions/visualization_02_seaborn11.py index 2ac5c8f..1d8a7e9 100644 --- a/notebooks/_solutions/visualization_02_seaborn11.py +++ b/notebooks/_solutions/visualization_02_seaborn11.py @@ -1,6 +1,6 @@ -sns.relplot( - data=monthly_victim_counts, - kind="line", - palette="colorblind", - height=3, aspect=4, -) \ No newline at end of file +sns.catplot(data=compare_dead_30, + x="dead_prop", + y="road_user_type", + kind="bar", + hue="datetime" + ) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn12.py b/notebooks/_solutions/visualization_02_seaborn12.py index b4c44cb..92a2dcc 100644 --- a/notebooks/_solutions/visualization_02_seaborn12.py +++ b/notebooks/_solutions/visualization_02_seaborn12.py @@ -1,14 +1,3 @@ -# Optional solution with tidy data representation (providing x and y) -monthly_victim_counts_melt = monthly_victim_counts.reset_index().melt( - id_vars="datetime", var_name="victim_type", value_name="count" -) - -sns.relplot( - data=monthly_victim_counts_melt, - x="datetime", - y="count", - hue="victim_type", - kind="line", - palette="colorblind", - height=3, aspect=4, -) \ No newline at end of file +monthly_victim_counts = casualties.resample("M", on="datetime")[ + ["n_victims_ok", "n_slightly_injured", "n_seriously_injured", "n_dead_30days"] +].sum() \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn13.py b/notebooks/_solutions/visualization_02_seaborn13.py index 91f138a..2ac5c8f 100644 --- a/notebooks/_solutions/visualization_02_seaborn13.py +++ b/notebooks/_solutions/visualization_02_seaborn13.py @@ -1,2 +1,6 @@ -# Pandas area plot -monthly_victim_counts.plot.area(colormap='Reds', figsize=(15, 5)) \ No newline at end of file +sns.relplot( + data=monthly_victim_counts, + kind="line", + palette="colorblind", + height=3, aspect=4, +) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn14.py b/notebooks/_solutions/visualization_02_seaborn14.py index f9b66ba..b4c44cb 100644 --- a/notebooks/_solutions/visualization_02_seaborn14.py +++ b/notebooks/_solutions/visualization_02_seaborn14.py @@ -1,3 +1,14 @@ -# Using Pandas -daily_total_counts_2020 = casualties.set_index("datetime")["2020":"2021"].resample("D")["n_victims"].sum() -daily_total_counts_2020.plot.line(figsize=(12, 3)) \ No newline at end of file +# Optional solution with tidy data representation (providing x and y) +monthly_victim_counts_melt = monthly_victim_counts.reset_index().melt( + id_vars="datetime", var_name="victim_type", value_name="count" +) + +sns.relplot( + data=monthly_victim_counts_melt, + x="datetime", + y="count", + hue="victim_type", + kind="line", + palette="colorblind", + height=3, aspect=4, +) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn15.py b/notebooks/_solutions/visualization_02_seaborn15.py index 338e810..91f138a 100644 --- a/notebooks/_solutions/visualization_02_seaborn15.py +++ b/notebooks/_solutions/visualization_02_seaborn15.py @@ -1,4 +1,2 @@ -# Using Seaborn -sns.relplot(data=daily_total_counts_2020, - kind="line", - aspect=4, height=3) \ No newline at end of file +# Pandas area plot +monthly_victim_counts.plot.area(colormap='Reds', figsize=(15, 5)) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn16.py b/notebooks/_solutions/visualization_02_seaborn16.py index 4ea8857..f9b66ba 100644 --- a/notebooks/_solutions/visualization_02_seaborn16.py +++ b/notebooks/_solutions/visualization_02_seaborn16.py @@ -1,19 +1,3 @@ -# weekly proportion of deadly victims for each light condition -weekly_victim_dead_lc = ( - casualties - .groupby("light_conditions") - .resample("W", on="datetime")[["datetime", "n_victims", "n_dead_30days"]] - .sum() - .reset_index() - ) -weekly_victim_dead_lc["dead_prop"] = weekly_victim_dead_lc["n_dead_30days"] / weekly_victim_dead_lc["n_victims"] * 100 - -# .. and the same for each road type -weekly_victim_dead_rt = ( - casualties - .groupby("road_type") - .resample("W", on="datetime")[["datetime", "n_victims", "n_dead_30days"]] - .sum() - .reset_index() -) -weekly_victim_dead_rt["dead_prop"] = weekly_victim_dead_rt["n_dead_30days"] / weekly_victim_dead_rt["n_victims"] * 100 \ No newline at end of file +# Using Pandas +daily_total_counts_2020 = casualties.set_index("datetime")["2020":"2021"].resample("D")["n_victims"].sum() +daily_total_counts_2020.plot.line(figsize=(12, 3)) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn17.py b/notebooks/_solutions/visualization_02_seaborn17.py index 7966027..338e810 100644 --- a/notebooks/_solutions/visualization_02_seaborn17.py +++ b/notebooks/_solutions/visualization_02_seaborn17.py @@ -1,4 +1,4 @@ -fig, (ax0, ax1) = plt.subplots(1, 2, figsize=(15, 5)) - -sns.ecdfplot(data=weekly_victim_dead_lc, x="dead_prop", hue="light_conditions", ax=ax0) -sns.ecdfplot(data=weekly_victim_dead_rt, x="dead_prop", hue="road_type", ax=ax1) \ No newline at end of file +# Using Seaborn +sns.relplot(data=daily_total_counts_2020, + kind="line", + aspect=4, height=3) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn18.py b/notebooks/_solutions/visualization_02_seaborn18.py index a8391c2..4ea8857 100644 --- a/notebooks/_solutions/visualization_02_seaborn18.py +++ b/notebooks/_solutions/visualization_02_seaborn18.py @@ -1,2 +1,19 @@ -daily_min_temp_2020 = pd.read_csv("./data/daily_min_temperature_2020.csv", - parse_dates=["datetime"]) \ No newline at end of file +# weekly proportion of deadly victims for each light condition +weekly_victim_dead_lc = ( + casualties + .groupby("light_conditions") + .resample("W", on="datetime")[["datetime", "n_victims", "n_dead_30days"]] + .sum() + .reset_index() + ) +weekly_victim_dead_lc["dead_prop"] = weekly_victim_dead_lc["n_dead_30days"] / weekly_victim_dead_lc["n_victims"] * 100 + +# .. and the same for each road type +weekly_victim_dead_rt = ( + casualties + .groupby("road_type") + .resample("W", on="datetime")[["datetime", "n_victims", "n_dead_30days"]] + .sum() + .reset_index() +) +weekly_victim_dead_rt["dead_prop"] = weekly_victim_dead_rt["n_dead_30days"] / weekly_victim_dead_rt["n_victims"] * 100 \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn19.py b/notebooks/_solutions/visualization_02_seaborn19.py index 7d82dad..7966027 100644 --- a/notebooks/_solutions/visualization_02_seaborn19.py +++ b/notebooks/_solutions/visualization_02_seaborn19.py @@ -1 +1,4 @@ -daily_with_temp = daily_total_counts_2020.reset_index().merge(daily_min_temp_2020, on="datetime") \ No newline at end of file +fig, (ax0, ax1) = plt.subplots(1, 2, figsize=(15, 5)) + +sns.ecdfplot(data=weekly_victim_dead_lc, x="dead_prop", hue="light_conditions", ax=ax0) +sns.ecdfplot(data=weekly_victim_dead_rt, x="dead_prop", hue="road_type", ax=ax1) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn20.py b/notebooks/_solutions/visualization_02_seaborn20.py index 29e1f47..a8391c2 100644 --- a/notebooks/_solutions/visualization_02_seaborn20.py +++ b/notebooks/_solutions/visualization_02_seaborn20.py @@ -1,3 +1,2 @@ -g = sns.jointplot( - data=daily_with_temp, x="air_temperature", y="n_victims", kind="reg" -) \ No newline at end of file +daily_min_temp_2020 = pd.read_csv("./data/daily_min_temperature_2020.csv", + parse_dates=["datetime"]) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn21.py b/notebooks/_solutions/visualization_02_seaborn21.py new file mode 100644 index 0000000..7d82dad --- /dev/null +++ b/notebooks/_solutions/visualization_02_seaborn21.py @@ -0,0 +1 @@ +daily_with_temp = daily_total_counts_2020.reset_index().merge(daily_min_temp_2020, on="datetime") \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn22.py b/notebooks/_solutions/visualization_02_seaborn22.py new file mode 100644 index 0000000..29e1f47 --- /dev/null +++ b/notebooks/_solutions/visualization_02_seaborn22.py @@ -0,0 +1,3 @@ +g = sns.jointplot( + data=daily_with_temp, x="air_temperature", y="n_victims", kind="reg" +) \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn8.py b/notebooks/_solutions/visualization_02_seaborn8.py index eaa9d15..390d344 100644 --- a/notebooks/_solutions/visualization_02_seaborn8.py +++ b/notebooks/_solutions/visualization_02_seaborn8.py @@ -1,11 +1,4 @@ -# filter the data -compare_dead_30 = casualties.set_index("datetime")["2019":"2021"] -compare_dead_30 = compare_dead_30[compare_dead_30["road_user_type"].isin( - ["Bicycle", "Passenger car", "Pedestrian", "Motorbike"])] - -# Sum the victims and dead within 30 days victims for each year/road-user type combination -compare_dead_30 = compare_dead_30.groupby( - ["road_user_type", compare_dead_30.index.year])[["n_dead_30days", "n_victims"]].sum().reset_index() - -# create a new colum with the percentage deads -compare_dead_30["dead_prop"] = compare_dead_30["n_dead_30days"] / compare_dead_30["n_victims"] * 100 \ No newline at end of file +casualties_motorway_trucks = casualties[ + (casualties["road_type"] == "Motorway") + & casualties["road_user_type"].isin(["Light truck", "Truck"]) +] \ No newline at end of file diff --git a/notebooks/_solutions/visualization_02_seaborn9.py b/notebooks/_solutions/visualization_02_seaborn9.py index 1d8a7e9..4bea747 100644 --- a/notebooks/_solutions/visualization_02_seaborn9.py +++ b/notebooks/_solutions/visualization_02_seaborn9.py @@ -1,6 +1,9 @@ -sns.catplot(data=compare_dead_30, - x="dead_prop", - y="road_user_type", +sns.catplot(data=casualties_motorway_trucks, + x="week_day", + y="n_victims", + estimator=np.sum, + ci=None, kind="bar", - hue="datetime" - ) \ No newline at end of file + color="#900C3F", + height=3, + aspect=4) \ No newline at end of file diff --git a/notebooks/case1_bike_count.ipynb b/notebooks/case1_bike_count.ipynb index 0134268..8f93dc1 100644 --- a/notebooks/case1_bike_count.ipynb +++ b/notebooks/case1_bike_count.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Bike count data

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -187,8 +187,8 @@ "\n", "Pre-process the data:\n", "\n", - "* Combine the 'datum' and 'tijd' columns into one Pandas Series of string datetime values, call this new variable `combined`.\n", - "* Parse the string datetime values to `datetime` objects.\n", + "* Combine the 'datum' and 'tijd' columns into one Pandas Series of string values, call this new variable `combined`.\n", + "* Parse the string values to `datetime` objects.\n", "* Set the resulting `datetime` column as the index of the `df` DataFrame.\n", "* Remove the original 'datum' and 'tijd' columns using the `drop` method, and call the new dataframe `df2`.\n", "* Rename the columns in the DataFrame 'ri Centrum', 'ri Mariakerke' to resp. 'direction_centre', 'direction_mariakerke' using the `rename` method.\n", @@ -1114,7 +1114,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "So the daily pattern is clearly different for both directions. In the morning more people go north, in the evening more people go south. The morning peak is also more condensed." + "So the daily pattern is clearly different for both directions. In the morning more people go towards the centre, in the evening more people go back to Mariakerke. The morning peak is also more condensed." ] }, { @@ -1186,7 +1186,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/notebooks/case2_observations.ipynb b/notebooks/case2_observations.ipynb index bd626a3..22153a2 100644 --- a/notebooks/case2_observations.ipynb +++ b/notebooks/case2_observations.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Observation data

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -304,11 +304,11 @@ "\n", "**EXERCISE 5**\n", "\n", - "How many records in the data set have no information about the `species`? Use the `isna()` method to find out.\n", + "How many records in the data set have no information about the `species_ID`? Use the `isna()` method to find out.\n", "\n", "
Hints\n", "\n", - "- Do NOT use `survey_data_processed['species'] == np.nan`, but use the available method `isna()` to check if a value is NaN\n", + "- Do NOT use `survey_data_processed['species_ID'] == np.nan`, but use the available method `isna()` to check if a value is NaN\n", "- The result of an (element-wise) condition returns a set of True/False values, corresponding to 1/0 values. The amount of True values is equal to the sum.\n", " \n", "
" @@ -1616,7 +1616,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.8.13" }, "nav_menu": {}, "toc": { diff --git a/notebooks/case2_observations_analysis.ipynb b/notebooks/case2_observations_analysis.ipynb deleted file mode 100644 index 1857b11..0000000 --- a/notebooks/case2_observations_analysis.ipynb +++ /dev/null @@ -1,1274 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "

CASE - Observation data - analysis

\n", - "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", - "\n", - "---" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import numpy as np\n", - "import pandas as pd\n", - "import matplotlib.pyplot as plt\n", - "import seaborn as sns\n", - "\n", - "plt.style.use('seaborn-whitegrid')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 1. Reading in the enriched observations data" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 1**\n", - "\n", - "- Read in the `survey_data_completed.csv` file and save the resulting `DataFrame` as variable `survey_data_processed` (if you did not complete the previous notebook, a version of the csv file is available in the `data` folder).\n", - "- Interpret the 'eventDate' column directly as python `datetime` objects and make sure the 'occurrenceID' column is used as the index of the resulting DataFrame (both can be done at once when reading the csv file using parameters of the `read_csv` function)\n", - "- Inspect the first five rows of the DataFrame and the data types of each of the data columns. Verify that the 'eventDate' indeed has a datetime data type.\n", - "\n", - "
Hints\n", - "\n", - "- All read functions in Pandas start with `pd.read_...`.\n", - "- To check the documentation of a function, use the keystroke combination of SHIFT + TAB when the cursor is on the function.\n", - "- Remember `.head()` and `.info()`?\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis1.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis2.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis3.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 2. Tackle missing values (NaN) and duplicate values" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "See [pandas_07_missing_values.ipynb](pandas_07_missing_values.ipynb) for an overview of functionality to work with missing values." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 2**\n", - "\n", - "How many records in the data set have no information about the `species`? Use the `isna()` method to find out.\n", - "\n", - "
Hints\n", - "\n", - "- Do NOT use `survey_data_processed['species'] == np.nan`, but use the available method `isna()` to check if a value is NaN\n", - "- The result of an (element-wise) condition returns a set of True/False values, corresponding to 1/0 values. The amount of True values is equal to the sum.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis4.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 3**\n", - "\n", - "How many duplicate records are present in the dataset? Use the method `duplicated()` to check if a row is a duplicate.\n", - "\n", - "
Hints\n", - "\n", - "- The result of an (element-wise) condition returns a set of True/False values, corresponding to 1/0 values. The amount of True values is equal to the sum.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis5.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 4**\n", - "\n", - "- Select all duplicate data by filtering the `observations` data and assign the result to a new variable `duplicate_observations`. The `duplicated()` method provides a `keep` argument define which duplicates (if any) to mark.\n", - "- Sort the `duplicate_observations` data on both the columns `eventDate` and `verbatimLocality` and show the first 9 records.\n", - "\n", - "
Hints\n", - "\n", - "- Check the documentation of the `duplicated` method to find out which value the argument `keep` requires to select all duplicate data.\n", - "- `sort_values()` can work with a single columns name as well as a list of names.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis6.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 5**\n", - "\n", - "- Exclude the duplicate values (i.e. keep the first occurrence while removing the other ones) from the `observations` data set and save the result as `survey_data_unique`. Use the `drop duplicates()` method from Pandas.\n", - "- How many observations are still left in the data set?\n", - "\n", - "
Hints\n", - "\n", - "- `keep=First` is the default option for `drop_duplicates`\n", - "- The number of rows in a DataFrame is equal to the `len`gth\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis7.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis8.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 6**\n", - "\n", - "Use the `dropna()` method to find out:\n", - "\n", - "- For how many observations (rows) we have all the information available (i.e. no NaN values in any of the columns)?\n", - "- For how many observations (rows) we do have the `species` data available ?\n", - "\n", - "
Hints\n", - "\n", - "- `dropna` by default removes by default all rows for which _any_ of the columns contains a `NaN` value.\n", - "- To specify which specific columns to check, use the `subset` argument\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis9.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 7**\n", - "\n", - "Filter the `survey_data_unique` data and select only those records that do not have a `species` while having information on the `sex`. Store the result as variable `not_identified`.\n", - "\n", - "
Hints\n", - "\n", - "- To combine logical operators element-wise in Pandas, use the `&` operator.\n", - "- Pandas provides both a `isna()` and a `notna()` method to check the existence of `NaN` values.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis10.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "not_identified.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "__NOTE!__\n", - "\n", - "The `DataFrame` we will use in the further analyses contains species information:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data = survey_data_unique.dropna(subset=['species']).copy()\n", - "survey_data['name'] = survey_data['genus'] + ' ' + survey_data['species']" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**INFO**\n", - "\n", - "For biodiversity studies, absence values (knowing that something is not present) are useful as well to normalize the observations, but this is out of scope for these exercises.\n", - "
" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 3. Select subsets of the data" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data['taxa'].value_counts()\n", - "#survey_data.groupby('taxa').size()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 8**\n", - "\n", - "- Select the observations for which the `taxa` is equal to 'Rabbit', 'Bird' or 'Reptile'. Assign the result to a variable `non_rodent_species`. Use the `isin` method for the selection.\n", - "\n", - "
Hints\n", - "\n", - "- You do not have to combine three different conditions, but use the `isin` operator with a list of names.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis11.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "len(non_rodent_species)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 9**\n", - "\n", - "Select the observations for which the `name` starts with the characters 'r' (make sure it does not matter if a capital character is used in the 'taxa' name). Call the resulting variable `r_species`.\n", - "\n", - "
Hints\n", - "\n", - "- Remember the `.str.` construction to provide all kind of string functionalities? You can combine multiple of these after each other.\n", - "- If the presence of capital letters should not matter, make everything lowercase first before comparing (`.lower()`)\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis12.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "len(r_species)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "r_species[\"name\"].value_counts()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 10**\n", - "\n", - "Select the observations that are not Birds. Call the resulting variable non_bird_species.\n", - "\n", - "
Hints\n", - "\n", - "- Logical operators like `==`, `!=`, `>`,... can still be used.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis13.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "len(non_bird_species)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 11**\n", - "\n", - "Select the __Bird__ (taxa is Bird) observations from 1985-01 till 1989-12 using the `eventDate` column. Call the resulting variable `birds_85_89`.\n", - "\n", - "
Hints\n", - "\n", - "- No hints, you can do this! (with the help of some `<=` and `&`, and don't forget the put brackets around each comparison that you combine)\n", - "\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis14.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Alternative solution:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis15.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 12**\n", - "\n", - "- Drop the observations for which no 'weight' (`wgt` column) information is available.\n", - "- On the filtered data, compare the median weight for each of the species (use the `name` column)\n", - "- Sort the output from high to low median weight (i.e. descending)\n", - "\n", - "__Note__ You can do this all in a single line statement, but don't have to do it as such!\n", - "\n", - "
Hints\n", - "\n", - "- You will need `dropna`, `groupby`, `median` and `sort_values`.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis16.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis17.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 4. Species abundance" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 13**\n", - "\n", - "Which 8 species (use the `name` column to identify the different species) have been observed most over the entire data set?\n", - "\n", - "
Hints\n", - "\n", - "- Pandas provide a function to combine sorting and showing the first n records, see [here](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.nlargest.html)...\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis18.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis19.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 14**\n", - "\n", - "- What is the number of different species (`name`) in each of the `verbatimLocality` plots? Use the `nunique` method. Assign the output to a new variable `n_species_per_plot`.\n", - "- Define a Matplotlib `Figure` (`fig`) and `Axes` (`ax`) to prepare a plot. Make an horizontal bar chart using Pandas `plot` function linked to the just created Matplotlib `ax`. Each bar represents the `species per plot/verbatimLocality`. Change the y-label to 'Plot number'.\n", - "\n", - "
Hints\n", - "\n", - "- _...in each of the..._ should provide a hint to use `groupby` for this exercise. The `nunique` is the aggregation function for each of the groups.\n", - "- `fig, ax = plt.subplots()` prepares a Matplotlib Figure and Axes.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis20.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 15**\n", - "\n", - "- What is the number of plots (`verbatimLocality`) each of the species (`name`) have been observed in? Assign the output to a new variable `n_plots_per_species`. Sort the counts from low to high.\n", - "- Make an horizontal bar chart using Pandas `plot` function to show the number of plots each of the species was found (using the `n_plots_per_species` variable).\n", - "\n", - "
Hints\n", - "\n", - "- Use the previous exercise to solve this one.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis21.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 16**\n", - "\n", - "- Starting from the `survey_data`, calculate the amount of males and females present in each of the plots (`verbatimLocality`). The result should return the counts for each of the combinations of `sex` and `verbatimLocality`. Assign to a new variable `n_plot_sex` and ensure the counts are in a column named \"count\".\n", - "- Use `pivot` to convert the `n_plot_sex` DataFrame to a new DataFrame with the `verbatimLocality` as index and `male`/`female` as column names. Assign to a new variable `pivoted`.\n", - "\n", - "
Hints\n", - "\n", - "- _...for each of the combinations..._ `groupby` can also be used with multiple columns at the same time.\n", - "- If a `groupby` operation gives a Series as result, you can give that Series a name with the `.rename(..)` method.\n", - "- `reset_index()` is useful function to convert multiple indices into columns again.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis22.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis23.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "pivoted.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To check, we can use the variable `pivoted` to plot the result:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "pivoted.plot(kind='bar', figsize=(12, 6), rot=0)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 17**\n", - "\n", - "Recreate the previous plot with the `catplot` function from the Seaborn library starting from `n_plot_sex`.\n", - "\n", - "
Hints\n", - "\n", - "- Check the `kind` argument of the `catplot` function to figure out to specify you want a barplot with given x and y values.\n", - "- To link a column to different colors, use the `hue` argument\n", - "- Using `height` and `aspect`, the figure size can be optimized.\n", - "\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis24.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 18**\n", - "\n", - "Recreate the previous plot with the `catplot` function from the Seaborn library directly starting from `survey_data`.\n", - "\n", - "
Hints\n", - "\n", - "- Check the `kind`argument of the `catplot` function to find out how to use counts to define the bars instead of a `y` value.\n", - "- To link a column to different colors, use the `hue` argument\n", - "\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis25.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 19**\n", - "\n", - "- Make a summary table with the number of records of each of the species in each of the plots (also called `verbatimLocality`). Each of the species `name`s is a row index and each of the `verbatimLocality` plots is a column name.\n", - "- Using the Seaborn documentation to make a heatmap.\n", - "\n", - "
Hints\n", - "\n", - "- Make sure to pass the correct columns to respectively the `index`, `columns`, `values` and `aggfunc` parameters of the `pivot_table` function. You can use the `datasetName` to count the number of observations for each name/locality combination (when counting rows, the exact column doesn't matter).\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis26.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis27.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 5. Observations over time" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 20**\n", - "\n", - "Make a plot visualizing the evolution of the number of observations for each of the individual __years__ (i.e. annual counts) using the `resample` method.\n", - "\n", - "
Hints\n", - "\n", - "- You want to `resample` the data using the `eventDate` column to create annual counts. If the index is not a datetime-index, you can use the `on=` keyword to specify which datetime column to use.\n", - "- `resample` needs an aggregation function on how to combine the values within a single 'group' (in this case data within a year). In this example, we want to know the `size` of each group, i.e. the number of records within each year.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis28.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To evaluate the intensity or number of occurrences during different time spans, a heatmap is an interesting representation." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 21**\n", - "\n", - "- Create a table, called `heatmap_prep`, based on the `survey_data` DataFrame with the row index the individual years, in the column the months of the year (1-> 12) and as values of the table, the counts for each of these year/month combinations.\n", - "- Using the seaborn documentation, make a heatmap starting from the `heatmap_prep` variable.\n", - "\n", - "
Hints\n", - "\n", - "- The `.dt` accessor can be used to get the `year`, `month`,... from a `datetime` column\n", - "- Use `pivot_table` and provide the years to `index` and the months to `columns`. Do not forget to `count` the number for each combination (`aggfunc`).\n", - "- Seaborn has an `heatmap` function which requires a short-form DataFrame, comparable to giving each element in a table a color value.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis29.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Remark that we started from a `tidy` data format (also called *long* format) and converted to *short* format with in the row index the years, in the column the months and the counts for each of these year/month combinations as values." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## (OPTIONAL SECTION) 6. Evolution of species during monitoring period" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "*In this section, all plots can be made with the embedded Pandas plot function, unless specificly asked*" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 22**\n", - "\n", - "Plot using Pandas `plot` function the number of records for `Dipodomys merriami` for each month of the year (January (1) -> December (12)), aggregated over all years.\n", - "\n", - "
Hints\n", - "\n", - "- _...for each month of..._ requires `groupby`.\n", - "- `resample` is not useful here, as we do not want to change the time-interval, but look at month of the year (over all years)\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis30.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis31.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 23**\n", - "\n", - "Plot, for the species 'Dipodomys merriami', 'Dipodomys ordii', 'Reithrodontomys megalotis' and 'Chaetodipus baileyi', the monthly number of records as a function of time during the monitoring period. Plot each of the individual species in a separate subplot and provide them all with the same y-axis scale\n", - "\n", - "
Hints\n", - "\n", - "- `isin` is useful to select from within a list of elements.\n", - "- `groupby` AND `resample` need to be combined. We do want to change the time-interval to represent data as a function of time (`resample`) and we want to do this _for each name/species_ (`groupby`). The order matters!\n", - "- `unstack` is a Pandas function a bit similar to `pivot`. Check the [unstack documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.unstack.html) as it might be helpful for this exercise.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis32.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis33.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis34.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 24**\n", - "\n", - "Recreate the same plot as in the previous exercise using Seaborn `relplot` functon with the `month_evolution` variable.\n", - " \n", - "
Hints\n", - "\n", - "- We want to have the `counts` as a function of `eventDate`, so link these columns to y and x respectively.\n", - "- To create subplots in Seaborn, the usage of _facetting_ (splitting data sets to multiple facets) is used by linking a column name to the `row`/`col` parameter. \n", - "- Using `height` and `aspect`, the figure size can be optimized.\n", - " \n", - "
" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Uncomment the next cell (calculates `month_evolution`, the intermediate result of the previous excercise):" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis35.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Plotting with seaborn:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis36.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 25**\n", - "\n", - "Plot the annual amount of occurrences for each of the 'taxa' as a function of time using Seaborn. Plot each taxa in a separate subplot and do not share the y-axis among the facets.\n", - "\n", - "
Hints\n", - "\n", - "- Combine `resample` and `groupby`!\n", - "- Check out the previous exercise for the plot function.\n", - "- Pass the `sharey=False` to the `facet_kws` argument as a dictionary.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis37.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis38.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 26**\n", - "\n", - "The observations where taken by volunteers. You wonder on which day of the week the most observations where done. Calculate for each day of the week (`dayofweek`) the number of observations and make a bar plot.\n", - "\n", - "
Hints\n", - "\n", - "- Did you know the Python standard Library has a module `calendar` which contains names of week days, month names,...?\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_analysis39.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Nice work!" - ] - } - ], - "metadata": { - "celltoolbar": "Nbtutor - export exercises", - "jupytext": { - "formats": "ipynb,md:myst" - }, - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.2" - }, - "nav_menu": {}, - "toc": { - "navigate_menu": true, - "number_sections": true, - "sideBar": true, - "threshold": 6, - "toc_cell": false, - "toc_section_display": "block", - "toc_window_display": true - }, - "widgets": { - "application/vnd.jupyter.widget-state+json": { - "state": {}, - "version_major": 2, - "version_minor": 0 - } - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/notebooks/case2_observations_processing.ipynb b/notebooks/case2_observations_processing.ipynb deleted file mode 100644 index 1eeb02a..0000000 --- a/notebooks/case2_observations_processing.ipynb +++ /dev/null @@ -1,2229 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "

CASE - Observation data - data cleaning and enrichment

\n", - "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", - "\n", - "---" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import numpy as np\n", - "import pandas as pd\n", - "import matplotlib.pyplot as plt\n", - "\n", - "plt.style.use('seaborn-whitegrid')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "**Scenario**:
\n", - "\n", - "Observation data of species (when and where is a given species observed) is typical in biodiversity studies. Large international initiatives support the collection of this data by volunteers, e.g. [iNaturalist](https://www.inaturalist.org/). Thanks to initiatives like [GBIF](https://www.gbif.org/), a lot of these data is also openly available." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "You decide to share data of a field campaign, but the data set still requires some cleaning and standardization. For example, the coordinates, can be named `x`/`y`, `decimalLatitude`/`decimalLongitude`, `lat`/`long`... Luckily, you know of an international **open data standard** to describe occurrence/observation data, i.e. [Darwin Core (DwC)](http://rs.tdwg.org/dwc/terms). Instead of inventing your own data model, you decide to comply to this international standard. The latter will enhance communication and will also make your data compliant with GBIF." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "In short, the DwC describes a flat table (cfr. `CSV`) with an agreed name convention on the header names and conventions on how certain data types need to be represented (as a reference, an in depth description is given [here](https://www.tdwg.org/standards/dwc/)). For this tutorial, we will focus on a few of the existing terms to learn some elements about data cleaning:\n", - "* `eventDate`: ISO 6801 format of dates\n", - "* `scientificName`: the accepted scientific name of the species\n", - "* `decimalLatitude`/`decimalLongitude`: coordinates of the occurrence in WGS84 format\n", - "* `sex`: either `male` or `female` to characterize the sex of the occurrence\n", - "* `occurrenceID`: an identifier within the data set to identify the individual records\n", - "* `datasetName`: a static string defining the source of the data\n", - "\n", - "Furthermore, additional information concerning the taxonomy will be added using an external API service" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "**Dataset to work on:**" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "For this data set, the data is split up in the following main data files:\n", - "* `surveys.csv` the data with the surveys in the individual plots\n", - "* `species.csv` the overview list of the species short-names\n", - "* `plot_location.xlsx` the overview of coordinates of the individual locations\n", - "\n", - "The data originates from a [study](http://esapubs.org/archive/ecol/E090/118/metadata.htm) of a Chihuahuan desert ecosystem near Portal, Arizona.\n", - "\n", - "![](../img/plot_overview.png)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 1. Survey-data" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Reading in the data of the individual surveys:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data = pd.read_csv(\"data/surveys.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 1**\n", - "\n", - "- How many individual records (occurrences) does the survey data set contain?\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing1.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Adding the data source information as static column" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "For convenience when this data-set will be combined with other datasets, we first add a column of static values, defining the `datasetName` of this particular data:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "datasetname = \"Ecological Archives E090-118-D1.\"" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Adding this static value as a new column `datasetName`:" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 2**\n", - "\n", - "Add a new column, `datasetName`, to the survey data set with `datasetname` as value for all of the records (static value for the entire data set)\n", - "\n", - "
Hints\n", - "\n", - "- When a column does not exist, a new `df[\"a_new_column\"]` can be created by assigning a value to it.\n", - "- No `for`-loop is required, as Pandas will automatically broadcast a single string value to each of the rows in the `DataFrame`.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing2.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Cleaning the `sex_char` column into a DwC called [sex](http://rs.tdwg.org/dwc/terms/#sex) column" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 3**\n", - "\n", - "- Get a list of the unique values for the column `sex_char`.\n", - "\n", - "
Hints\n", - "\n", - "- To find the unique values, look for a function called `unique` (remember `SHIFT`+`TAB` combination to explore the available methods/attributes?)\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing3.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "So, apparently, more information is provided in this column, whereas according to the [metadata](http://esapubs.org/archive/ecol/E090/118/Portal_rodent_metadata.htm) information, the sex information should be either `M` (male) or `F` (female). We will create a column, named `sex` and convert the symbols to the corresponding sex, taking into account the following mapping of the values (see [metadata](http://esapubs.org/archive/ecol/E090/118/Portal_rodent_metadata.htm) for more details):\n", - "* `M` -> `male`\n", - "* `F` -> `female`\n", - "* `R` -> `male`\n", - "* `P` -> `female`\n", - "* `Z` -> nan\n", - "\n", - "At the same time, we will save the original information of the `sex_char` in a separate column, called `verbatimSex`, as a reference in case we need the original data later." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "In summary, we have to:\n", - "* rename the `sex_char` column to `verbatimSex`\n", - "* create a new column with the name `sex`\n", - "* map the original values of the `sex_char` to the values `male` and `female` according to the mapping above" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "First, let's convert the name of the column header `sex_char` to `verbatimSex` with the `rename` function:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data = survey_data.rename(columns={'sex_char': 'verbatimSex'})" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 4**\n", - "\n", - "- Express the mapping of the values (e.g. `M` -> `male`) into a Python dictionary object with the variable name `sex_dict`. `Z` values correspond to _Not a Number_, which can be defined as `np.nan`.\n", - "- Use the `sex_dict` dictionary to replace the values in the `verbatimSex` column to the new values and save the mapped values in a new column 'sex' of the DataFrame.\n", - "\n", - "
Hints\n", - "\n", - "- A dictionary is a Python standard library data structure, see https://docs.python.org/3/tutorial/datastructures.html#dictionaries - no Pandas magic involved when you need a key/value mapping.\n", - "- When you need to replace values, look for the Pandas method `replace`.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing4.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing5.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Checking the current frequency of values of the resulting `sex` column (this should result in the values `male`, `female` and `nan`):" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data[\"sex\"].unique()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To check what the frequency of occurrences is for male/female of the categories, a bar chart is a possible representation:" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 5**\n", - "\n", - "- Make a horizontal bar chart comparing the number of male, female and unknown (`NaN`) records in the data set.\n", - "\n", - "
Hints\n", - "\n", - "- Pandas provides a shortcut method `value_counts` which works on Pandas `Series` to count unique values. Explore the documentation of the `value_counts` method to include the `NaN` values as well.\n", - "- Check in the help of the Pandas plot function for the `kind` parameter.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing6.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "NOTE: The usage of `groupby` combined with the `size` of each group would be an option as well. However, the latter does not support to count the `NaN` values as well. The `value_counts` method does support this with the `dropna=False` argument.\n", - "\n", - "
" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Solving double entry field by decoupling" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "When checking the species unique information:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data[\"species\"].unique()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data.head(10)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "There apparently exists a double entry: `'DM and SH'`, which basically defines two records and should be decoupled to two individual records (i.e. rows). Hence, we should be able to create an additional row based on this split. To do so, Pandas provides a dedicated function since version 0.25, called `explode`. Starting from a small subset example:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "example = survey_data.loc[7:10, \"species\"]\n", - "example" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Using the `split` method on strings, we can split the string using a given character, in this case the word `and`:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "example.str.split(\"and\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The `explode` method will create a row for each element in the list:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "example_split = example.str.split(\"and\").explode()\n", - "example_split" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Hence, the `DM` and `SH` are now enlisted in separate rows. Other rows remain unchanged. The only remaining issue is the spaces around the characters:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "example_split.iloc[1], example_split.iloc[2]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Which we can solve again using the string method `strip`, removing the spaces before and after the characters:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "example_split.str.strip()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To make this reusable, let's create a dedicated function to combine these steps, called `solve_double_field_entry`:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def solve_double_field_entry(df, keyword=\"and\", column=\"verbatimEventDate\"):\n", - " \"\"\"Split on keyword in column for an enumeration and create extra record\n", - "\n", - " Parameters\n", - " ----------\n", - " df: pd.DataFrame\n", - " DataFrame with a double field entry in one or more values\n", - " keyword: str\n", - " word/character to split the double records on\n", - " column: str\n", - " column name to use for the decoupling of the records\n", - " \"\"\"\n", - " df = df.copy() # copy the input DataFrame to avoid editing the original\n", - " df[column] = df[column].str.split(keyword)\n", - " df = df.explode(column)\n", - " df[column] = df[column].str.strip() # remove white space around the words\n", - " return df" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The function takes a `DataFrame` as input, splits the record into separate rows and returns an updated `DataFrame`. We can use this function to get an update of the `DataFrame`, with an additional row (observation) added by decoupling the specific field. Let's apply this new function." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 6**\n", - "\n", - "- Use the function `solve_double_field_entry` to update the `survey_data` by decoupling the double entries. Save the result as a variable `survey_data_decoupled`.\n", - "\n", - "
Hints\n", - "\n", - "- As we added a 'docstring' to the function, we can check our own documentation to know how to use the function and which inputs we should provide. You can use `SHIFT` + `TAB` to explore the documentation just like any other function.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing7.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled[\"species\"].unique()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled.head(11)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Create new occurrence identifier" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The `record_id` is no longer a unique identifier for each observation after the decoupling of this data set. We will make a new data set specific identifier, by adding a column called `occurrenceID` that takes a new counter as identifier. As a simple and straightforward approach, we will use a new counter for the whole dataset, starting with 1:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "np.arange(1, len(survey_data_decoupled) + 1, 1)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To create a new column with header `occurrenceID` with the values 1 -> 35550 as field values:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled[\"occurrenceID\"] = np.arange(1, len(survey_data_decoupled) + 1, 1)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To overcome the confusion on having both a `record_id` and `occurrenceID` field, we will remove the `record_id` term:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled = survey_data_decoupled.drop(columns=\"record_id\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Hence, columns can be `drop`-ped out of a DataFrame" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled.head(10)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Converting the date values" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "In the survey data set we received, the `month`, `day`, and `year` columns are containing the information about the date, i.e. `eventDate` in DarwinCore terms. We want this data in a ISO format `YYYY-MM-DD`. A convenient Pandas function is the usage of `to_datetime`, which provides multiple options to interpret dates. One of the options is the automatic interpretation of some 'typical' columns, like `year`, `month` and `day`, when passing a `DataFrame`." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# pd.to_datetime(survey_data_decoupled[[\"year\", \"month\", \"day\"]]) # uncomment the line and test this statement" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This is not working, not all dates can be interpreted... We should get some more information on the reason of the errors. By using the option `coerce`, the problem makers will be labeled as a missing value `NaT`. We can count the number of dates that can not be interpreted:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "sum(pd.to_datetime(survey_data_decoupled[[\"year\", \"month\", \"day\"]], errors='coerce').isna())" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 7**\n", - "\n", - "- Make a selection of `survey_data_decoupled` containing those records that can not correctly be interpreted as date values and save the resulting `DataFrame` as a new variable `trouble_makers`\n", - "\n", - "
Hints\n", - "\n", - "- The result of the `.isna()` method is a `Series` of boolean values, which can be used to make a selection (so called boolean indexing or filtering)\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing8.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Checking some charactersitics of the trouble_makers:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "trouble_makers.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "trouble_makers[\"day\"].unique()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "trouble_makers[\"month\"].unique()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "trouble_makers[\"year\"].unique()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The issue is the presence of day `31` during the months April and September of the year 2000. At this moment, we would have to recheck the original data in order to know how the issue could be solved. Apparently, - for this specific case - there has been a data-entry problem in 2000, making the `31` days during this period should actually be `30`. It would be optimal to correct this in the source data set, but for the exercise, we will correct it here." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 8**\n", - "\n", - "- Assign in the `DataFrame` `survey_data_decoupled` all of the troublemakers `day` values the value 30 instead of 31.\n", - "\n", - "
Hints\n", - "\n", - "- No `for`-loop is required, but use the same boolean mask to assign the new value to the correct rows.\n", - "- Check `pandas_03b_indexing.ipynb` for the usage of `loc` and `iloc` to assign new values.\n", - "- With `loc`, specify both the selecting for the rows and for the columns (`df.loc[row_indexer, column_indexer] = ..`).\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing9.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Now, we do the parsing again to create a proper `eventDate` field, containing the dates:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled[\"eventDate\"] = \\\n", - " pd.to_datetime(survey_data_decoupled[[\"year\", \"month\", \"day\"]])" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 9**\n", - "\n", - "- Check the number of observations for each year. Create a horizontal bar chart with the number of rows/observations for each year.\n", - "\n", - "
Hints\n", - "\n", - "- To get the total number of observations, both the usage of `value_counts` as using `groupby` + `size` will work. `value_counts` is a convenient function when all you need to do is counting rows.\n", - "- When using `value_counts`, the years in the index will no longer be in ascending order. You can chain methods and include a `sort_index()` method to sort these again.\n", - "\n", - "
\n", - "\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing10.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing11.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Currently, the dates are stored in a python specific date format:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled[\"eventDate\"].dtype" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This is great, because it allows for many functionalities using the `.dt` accessor:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled.eventDate.dt #add a dot (.) and press TAB to explore the date options it provides" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 10**\n", - "\n", - "- Create a horizontal bar chart with the number of records for each year (cfr. supra), but without using the column `year`, using the `eventDate` column directly.\n", - "\n", - "
Hints\n", - "\n", - "- Check the `groupby` + `size` solution of the previous exercise and use this to start with. Replace the `year` inside the `groupby` method...\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing12.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We actually do not need the `day`, `month`, `year` columns anymore, but feel free to use what suits you best." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 11**\n", - "\n", - "- Create a bar chart with the number of records for each day of the week (`dayofweek`)\n", - "\n", - "
Hints\n", - "\n", - "- Pandas has an accessor for `dayofweek` as well.\n", - "- You can specify the days of the week yourself to improve the plot, or use the Python standard library `calendar.day_name` (import the calendar module first) to get the names.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing13.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "When saving the information to a file (e.g. `CSV`-file), this data type will be automatically converted to a string representation. However, we could also decide to explicitly provide the string format the dates are stored (losing the date type functionalities), in order to have full control on the way these dates are formatted:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled[\"eventDate\"] = survey_data_decoupled[\"eventDate\"].dt.strftime('%Y-%m-%d')" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled[\"eventDate\"].head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "For the remainder, let's remove the day/year/month columns." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_decoupled = survey_data_decoupled.drop(columns=[\"day\", \"month\", \"year\"])" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 2. Add species names to dataset" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The column `species` only provides a short identifier in the survey overview. The name information is stored in a separate file `species.csv`. We want our data set to include this information, read in the data and add it to our survey data set:" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 12**\n", - "\n", - "- Read in the 'species.csv' file and save the resulting `DataFrame` as variable `species_data`.\n", - "\n", - "
Hints\n", - "\n", - "- Check the delimiter (`sep`) parameter of the `read_csv` function.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing14.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "species_data.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Fix a wrong acronym naming" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "When reviewing the metadata, you see that in the data-file the acronym `NE` is used to describe `Neotoma albigula`, whereas in the [metadata description](http://esapubs.org/archive/ecol/E090/118/Portal_rodent_metadata.htm), the acronym `NA` is used." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 13**\n", - "\n", - "- Convert the value of 'NE' to 'NA' by using Boolean indexing/Filtering for the `species_id` column.\n", - "\n", - "
Hints\n", - "\n", - "- To assign a new value, use the `loc` operator.\n", - "- With `loc`, specify both the selecting for the rows and for the columns (`df.loc[row_indexer, column_indexer] = ..`).\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing15.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Merging surveys and species" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "As we now prepared the two series, we can combine the data, using again the `pd.merge` operation." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We want to add the data of the species to the survey data, in order to see the full species names in the combined data table." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 14**\n", - "\n", - "Combine the DataFrames `survey_data_decoupled` and `species_data` by adding the corresponding species information (name, class, kingdom,..) to the individual observations. Assign the output to a new variable `survey_data_species`.\n", - "\n", - "
Hints\n", - "\n", - "- This is an example of a database JOIN operation. Pandas provides the `pd.merge` function to join two data sets using a common identifier.\n", - "- Take into account that our key-column is different for `species_data` and `survey_data_decoupled`, respectively `species` and `species_id`. The `pd.merge()` function has `left_on` and `right_on` keywords to specify the name of the column in the left and right `DataFrame` to merge on.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing16.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "len(survey_data_species) # check length after join operation" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The join is ok, but we are left with some redundant columns and wrong naming:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_species.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We do not need the columns `species_x` and `species_id` column anymore, as we will use the scientific names from now on:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_species = survey_data_species.drop([\"species_x\", \"species_id\"], axis=1)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The column `species_y` could just be named `species`:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_species = survey_data_species.rename(columns={\"species_y\": \"species\"})" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_species.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [] - }, - "outputs": [], - "source": [ - "len(survey_data_species)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 3. Add coordinates from the plot locations" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Loading the coordinate data" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The individual plots are only identified by a `plot` identification number. In order to provide sufficient information to external users, additional information about the coordinates should be added. The coordinates of the individual plots are saved in another file: `plot_location.xlsx`. We will use this information to further enrich our data set and add the Darwin Core Terms `decimalLongitude` and `decimalLatitude`." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 15**\n", - "\n", - "- Read the excel file 'plot_location.xlsx' and store the data as the variable `plot_data`, with 3 columns: plot, xutm, yutm.\n", - "\n", - "
Hints\n", - "\n", - "- Pandas read methods all have a similar name, `read_...`.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing17.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "plot_data.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Transforming to other coordinate reference system" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "These coordinates are in meters, more specifically in the [UTM 12 N](https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system) coordinate system. However, the agreed coordinate representation for Darwin Core is the [World Geodetic System 1984 (WGS84)](http://spatialreference.org/ref/epsg/wgs-84/).\n", - "\n", - "As this is not a GIS course, we will shortcut the discussion about different projection systems, but provide an example on how such a conversion from `UTM12N` to `WGS84` can be performed with the projection toolkit `pyproj` and by relying on the existing EPSG codes (a registry originally setup by the association of oil & gas producers)." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "First, we define out two projection systems, using their corresponding EPSG codes:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from pyproj import Transformer" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "transformer = Transformer.from_crs(\"EPSG:32612\", \"epsg:4326\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The reprojection can be done by the function `transform` of the projection toolkit, providing the coordinate systems and a set of x, y coordinates. For example, for a single coordinate, this can be applied as follows:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "transformer.transform(681222.131658, 3.535262e+06)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Such a transformation is a function not supported by Pandas itself (it is in https://geopandas.org/). In such an situation, we want to _apply_ a custom function to _each row of the DataFrame_. Instead of writing a `for` loop to do this for each of the coordinates in the list, we can `.apply()` this function with Pandas." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 16**\n", - "\n", - "Apply the pyproj function `transform` to plot_data, using the columns `xutm` and `yutm` and save the resulting output in 2 new columns, called `decimalLongitude` and `decimalLatitude`:\n", - "\n", - "- Create a function `transform_utm_to_wgs` that takes a row of a `DataFrame` and returns a `Series` of two elements with the longitude and latitude.\n", - "- Test this function on the first row of `plot_data`\n", - "- Now `apply` this function on all rows (use the `axis` parameter correct)\n", - "- Assign the result of the previous step to `decimalLongitude` and `decimalLatitude` columns\n", - "\n", - "
Hints\n", - "\n", - "- Convert the output of the transformer to a Series before returning (`pd.Series(....)`)\n", - "- A convenient way to select a single row is using the `.loc[0]` operator.\n", - "- `apply` can be used for both rows (`axis` 1) as columns (`axis` 0).\n", - "- To assign two columns at once, you can use a similar syntax as for selecting multiple columns with a list of column names (`df[['col1', 'col2']]`).\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing18.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing19.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing20.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing21.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "plot_data.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The above function `transform_utm_to_wgs` you have created is a very specific function that knows the structure of the `DataFrame` you will apply it to (it assumes the 'xutm' and 'yutm' column names). We could also make a more generic function that just takes a X and Y coordinate and returns the `Series` of converted coordinates (`transform_utm_to_wgs2(X, Y)`).\n", - "\n", - "An alternative to apply such a custom function to the `plot_data` `DataFrame` is the usage of the `lambda` construct, which lets you specify a function on one line as an argument:\n", - "\n", - " transformer = Transformer.from_crs(\"EPSG:32612\", \"epsg:4326\")\n", - " plot_data.apply(lambda row : transformer.transform(row['xutm'], row['yutm']), axis=1)\n", - "\n", - "\n", - "
\n", - "\n", - "__WARNING__\n", - "\n", - "Do not abuse the usage of the `apply` method, but always look for an existing Pandas function first as these are - in general - faster!\n", - "\n", - "
" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Join the coordinate information to the survey data set" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We can extend our survey data set with this coordinate information. Making the combination of two data sets based on a common identifier is completely similar to the usage of `JOIN` operations in databases. In Pandas, this functionality is provided by [`pd.merge`](http://pandas.pydata.org/pandas-docs/stable/merging.html#database-style-DataFrame-joining-merging).\n", - "\n", - "In practice, we have to add the columns `decimalLongitude`/`decimalLatitude` to the current data set `survey_data_species`, by using the plot identification number as key to join." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 17**\n", - "\n", - "- Extract only the columns to join to our survey dataset: the `plot` identifiers, `decimalLatitude` and `decimalLongitude` into a new variable named `plot_data_selection`\n", - "\n", - "
Hints\n", - "\n", - "- To select multiple columns, use a `list` of column names, e.g. `df[[\"my_col1\", \"my_col2\"]]`\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing22.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 18**\n", - "\n", - "Combine the DataFrame `plot_data_selection` and the DataFrame `survey_data_species` by adding the corresponding coordinate information to the individual observations using the `pd.merge()` function. Assign the output to a new variable `survey_data_plots`.\n", - "\n", - "
Hints\n", - "\n", - "- This is an example of a database JOIN operation. Pandas provides the `pd.merge` function to join two data sets using a common identifier.\n", - "- The key-column is the `plot`.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing23.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_plots.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The plot locations need to be stored with the variable name `verbatimLocality` indicating the identifier as integer value of the plot:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_plots = survey_data_plots.rename(columns={'plot': 'verbatimLocality'})" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Let's now save our clean data to a `csv` file, so we can further analyze the data in a following notebook:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_plots.to_csv(\"interim_survey_data_species.csv\", index=False)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## (OPTIONAL SECTION) 4. Using a API service to match the scientific names" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "As the current species names are rather short and could eventually lead to confusion when shared with other users, retrieving additional information about the different species in our dataset would be useful to integrate our work with other research. An option is to match our names with an external service to request additional information about the different species.\n", - "\n", - "One of these services is [GBIF API](http://www.gbif.org/developer/species). The service can most easily be illustrated with a small example:

\n", - "In a new tab blad of the browser, go to the URL [http://www.gbif.org/species/2475532](http://www.gbif.org/species/2475532), which corresponds to the page of `Alcedo atthis` (*ijsvogel* in dutch). One could for each of the species in the list we have do a search on the website of GBIF to find the corresponding page of the different species, from which more information can be extracted manually. However, this would take a lot of time...\n", - "\n", - "Therefore, GBIF (as many other organizations!) provides a service (or API) to extract the same information in a machine-readable way, in order to automate these searches. As an example, let's search for the information of `Alcedo atthis`, using the GBIF API: Go to the URL: [http://api.gbif.org/v1/species/match?name=Alcedo atthis](http://api.gbif.org/v1/species/match?name=%22Alcedo%20atthis%22) and check the output. What we did is a machine-based search on the GBIF website for information about `Alcedo atthis`.\n", - "\n", - "The same can be done using Python. The main library we need to this kind of automated searches is the [`requests` package](http://docs.python-requests.org/en/master/), which can be used to do request to any kind of API out there." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import requests" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Example matching with Alcedo Atthis" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "For the example of `Alcedo atthis`:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "species_name = 'Alcedo atthis'" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "base_string = 'http://api.gbif.org/v1/species/match?'\n", - "request_parameters = {'verbose': False, 'strict': True, 'name': species_name}\n", - "message = requests.get(base_string, params=request_parameters).json()\n", - "message" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "From which we get a dictionary containing more information about the taxonomy of the `Alcedo atthis`." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "In the species data set available, the name to match is provided in the combination of two columns, so we have to combine those to in order to execute the name matching:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "genus_name = \"Callipepla\"\n", - "species_name = \"squamata\"\n", - "name_to_match = '{} {}'.format(genus_name, species_name)\n", - "base_string = 'http://api.gbif.org/v1/species/match?'\n", - "request_parameters = {'strict': True, 'name': name_to_match} # use strict matching(!)\n", - "message = requests.get(base_string, params=request_parameters).json()\n", - "message" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To apply this on our species data set, we will have to do this request for each of the individual species/genus combination. As, this is a returning functionality, we will write a small function to do this:" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Writing a custom matching function" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 19**\n", - "\n", - "- Write a function, called `name_match` that takes the `genus`, the `species` and the option to perform a strict matching or not as inputs, performs a matching with the GBIF name matching API and return the received message as a dictionary.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing24.py" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**NOTE**\n", - "\n", - "For many of these API request handling, dedicated packages do exist, e.g. pygbif provides different functions to do requests to the GBIF API, basically wrapping the request possibilities. For any kind of service, just ask yourself: is the dedicated library providing sufficient additional advantage, or can I easily setup the request myself. (or sometimes: for which the documentation is the best...)

Many services do exist for a wide range of applications, e.g. scientific name matching, matching of addresses, downloading of data,...\n", - "\n", - "
" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Testing our custom matching function:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "genus_name = \"Callipepla\"\n", - "species_name = \"squamata\"\n", - "name_match(genus_name, species_name, strict=True)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "However, the matching won't provide an answer for every search:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "genus_name = \"Lizard\"\n", - "species_name = \"sp.\"\n", - "name_match(genus_name, species_name, strict=True)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Match each of the species names of the survey data set" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Hence, in order to add this information to our survey DataFrame, we need to perform the following steps:\n", - "1. extract the unique genus/species combinations in our dataset and combine them in single column\n", - "2. match each of these names to the GBIF API service\n", - "3. process the returned message:\n", - " * if a match is found, add the information of the columns 'class', 'kingdom', 'order', 'phylum', 'scientificName', 'status' and 'usageKey'\n", - " * if no match was found: nan-values\n", - "4. Join the DataFrame of unique genus/species information with the enriched GBIF info to the `survey_data_plots` data set" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 20**\n", - "\n", - "- Extract the unique combinations of genus and species in the `survey_data_plots` using the function `drop_duplicates()`. Save the result as the variable `unique_species` and remove the `NaN` values using `.dropna()`.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing25.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "len(unique_species)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 21**\n", - "\n", - "- Extract the unique combinations of genus and species in the `survey_data_plots` using `groupby`. Save the result as the variable `unique_species`.\n", - "\n", - "
Hints\n", - "\n", - "- As `groupby` needs an aggregation function, this can be `first()` (the first of each group) as well.\n", - "- Do not forget to `reset_index` after the `groupby`.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing26.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "len(unique_species)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 22**\n", - "\n", - "- Combine the columns genus and species to a single column with the complete name, save it in a new column named 'name'\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing27.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "unique_species.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To perform the matching for each of the combination, different options do exist (remember `apply`?)\n", - "\n", - "Just to showcase the possibility of using `for` loops in such a situation, let's do the addition of the matched information with a `for` loop. First, we will store everything in one dictionary, where the keys of the dictionary are the index values of `unique_species` (in order to later merge them again) and the values are the entire messages (which are dictionaries on itself). The format will look as following:\n", - "\n", - "```\n", - "species_annotated = {O: {'canonicalName': 'Squamata', 'class': 'Reptilia', 'classKey': 358, ...},\n", - " 1: {'canonicalName':...},\n", - " 2:...}\n", - "```" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# this will take a bit as we do a request to gbif for each individual species\n", - "species_annotated = {}\n", - "for key, row in unique_species.iterrows():\n", - " species_annotated[key] = name_match(row[\"genus\"], row[\"species\"], strict=True)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "#species_annotated # uncomment to see output" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We can now transform this to a pandas `DataFrame`:" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 23**\n", - "\n", - "- Convert the dictionary `species_annotated` into a pandas DataFrame with the row index the key-values corresponding to `unique_species` and the column headers the output columns of the API response. Save the result as the variable `df_species_annotated`.\n", - "\n", - "
Hints\n", - "\n", - "- The documentation of `pd.DataFrame` says the input van be 'ndarray (structured or homogeneous), Iterable, dict, or DataFrame'.\n", - "- `transpose` can be used to flip rows and columns.\n", - "\n", - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing28.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "df_species_annotated.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Select relevant information and add this to the survey data" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 24**\n", - "\n", - "- Subselect the columns 'class', 'kingdom', 'order', 'phylum', 'scientificName', 'status' and 'usageKey' from the DataFrame `df_species_annotated`. Save it as the variable `df_species_annotated_subset`\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing29.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "df_species_annotated_subset.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 25**\n", - "\n", - "- Join the `df_species_annotated_subset` information to the `unique_species` overview of species. Save the result as variable `unique_species_annotated`.\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing30.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "unique_species_annotated.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**EXERCISE 26**\n", - "\n", - "- Join the `unique_species_annotated` data to the `survey_data_plots` data set, using both the genus and species column as keys. Save the result as the variable `survey_data_completed`.\n", - "\n", - "
" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "nbtutor-solution" - ] - }, - "outputs": [], - "source": [ - "# %load _solutions/case2_observations_processing31.py" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "len(survey_data_completed)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_completed.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Congratulations! You did a great cleaning job, save your result:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "survey_data_completed.to_csv(\"survey_data_completed_.csv\", index=False)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Acknowledgements" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "* `species.csv` and `survey.csv` are used from the [data carpentry workshop](https://github.com/datacarpentry/python-ecology-lesson) This data is from the paper S. K. Morgan Ernest, Thomas J. Valone, and James H.\n", - "Brown. 2009. Long-term monitoring and experimental manipulation of a Chihuahuan Desert ecosystem near Portal, Arizona, USA. Ecology 90:1708. http://esapubs.org/archive/ecol/E090/118/\n", - "* The `plot_location.xlsx` is a dummy created location file purely created for this exercise, using the plots location on google maps\n", - "* [GBIF API](http://www.gbif.org/developer/summary)" - ] - } - ], - "metadata": { - "celltoolbar": "Nbtutor - export exercises", - "jupytext": { - "formats": "ipynb,md:myst" - }, - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.2" - }, - "nav_menu": {}, - "toc": { - "navigate_menu": true, - "number_sections": true, - "sideBar": true, - "threshold": 6, - "toc_cell": false, - "toc_section_display": "block", - "toc_window_display": true - }, - "toc_position": { - "height": "811px", - "left": "0px", - "right": "1864.67px", - "top": "106px", - "width": "212px" - }, - "widgets": { - "application/vnd.jupyter.widget-state+json": { - "state": {}, - "version_major": 2, - "version_minor": 0 - } - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/notebooks/case3_bacterial_resistance_lab_experiment.ipynb b/notebooks/case3_bacterial_resistance_lab_experiment.ipynb index a61d8b1..18dab16 100644 --- a/notebooks/case3_bacterial_resistance_lab_experiment.ipynb +++ b/notebooks/case3_bacterial_resistance_lab_experiment.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - Bacterial resistance experiment

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -501,14 +501,13 @@ "- Make sure the `WT(2)` and `MUT(2)` categories are used as respectively `WT` and `MUT` by adjusting them with Pandas first.\n", "- Use the __falcor__ data and the Seaborn package. The 'log10 mutation rate' on the figure corresponds to the `log10 Mc` column.\n", "\n", - "\n", "
Hints\n", "\n", "- To replace values using a mapping (dictionary with the keys the current values and the values the new values), use the Pandas `replace` method.\n", "- This is another example of a `catplot`, using `point`s to represent the data.\n", "- The `join` argument defines if individual points need to be connected or not.\n", - "- One combination appears multiple times, so make sure to not yet use confidence intervals by setting `ci` to `Null`.\n", - "\n", + "- Seaborn provides the `row_order` and `order` options to provide a custom order of respectively the subplots and categories.\n", + "- One combination appears multiple times, so make sure to not yet use confidence intervals by setting `errorbar` to `None`.\n", "
" ] }, @@ -640,7 +639,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/case4_air_quality_analysis.ipynb b/notebooks/case4_air_quality_analysis.ipynb index 04f3520..29f1c4e 100644 --- a/notebooks/case4_air_quality_analysis.ipynb +++ b/notebooks/case4_air_quality_analysis.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - air quality data of European monitoring stations (AirBase)

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -1234,7 +1234,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/notebooks/case4_air_quality_processing.ipynb b/notebooks/case4_air_quality_processing.ipynb index 4cac881..389bd61 100644 --- a/notebooks/case4_air_quality_processing.ipynb +++ b/notebooks/case4_air_quality_processing.ipynb @@ -6,7 +6,7 @@ "source": [ "

CASE - air quality data of European monitoring stations (AirBase)

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -714,7 +714,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/notebooks/pandas_01_data_structures.ipynb b/notebooks/pandas_01_data_structures.ipynb index 9af9f24..89b9442 100644 --- a/notebooks/pandas_01_data_structures.ipynb +++ b/notebooks/pandas_01_data_structures.ipynb @@ -7,7 +7,7 @@ "source": [ "

01 - Pandas: Data Structures

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -765,7 +765,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_02_basic_operations.ipynb b/notebooks/pandas_02_basic_operations.ipynb index 6bd4d96..8231d50 100644 --- a/notebooks/pandas_02_basic_operations.ipynb +++ b/notebooks/pandas_02_basic_operations.ipynb @@ -8,7 +8,7 @@ "

02 - Pandas: Basic operations on Series and DataFrames

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -779,7 +779,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_03a_selecting_data.ipynb b/notebooks/pandas_03a_selecting_data.ipynb index f83092b..99071bc 100644 --- a/notebooks/pandas_03a_selecting_data.ipynb +++ b/notebooks/pandas_03a_selecting_data.ipynb @@ -8,7 +8,7 @@ "

03 - Pandas: Indexing and selecting data - part I

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -655,7 +655,7 @@ "id": "49d05bde", "metadata": {}, "source": [ - "For the quick ones among you, here are some more exercises with some larger dataframe with film data. These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so all credit to him!) and the datasets he prepared for that. You can download these data from here: [`titles.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [`cast.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." + "For the quick ones among you, here are some more exercises with some larger dataframe with film data. These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so all credit to him!) and the datasets he prepared for that. You can download these data from here: [titles.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [cast.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." ] }, { @@ -739,6 +739,20 @@ "# %load _solutions/pandas_03a_selecting_data12.py" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "95a214f4-2ce3-4f56-9dfa-e546acdf12a5", + "metadata": { + "tags": [ + "nbtutor-solution" + ] + }, + "outputs": [], + "source": [ + "# %load _solutions/pandas_03a_selecting_data13.py" + ] + }, { "cell_type": "markdown", "id": "1150e93f", @@ -765,7 +779,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data13.py" + "# %load _solutions/pandas_03a_selecting_data14.py" ] }, { @@ -794,7 +808,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data14.py" + "# %load _solutions/pandas_03a_selecting_data15.py" ] }, { @@ -823,7 +837,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data15.py" + "# %load _solutions/pandas_03a_selecting_data16.py" ] }, { @@ -837,7 +851,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data16.py" + "# %load _solutions/pandas_03a_selecting_data17.py" ] }, { @@ -866,7 +880,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data17.py" + "# %load _solutions/pandas_03a_selecting_data18.py" ] }, { @@ -880,7 +894,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data18.py" + "# %load _solutions/pandas_03a_selecting_data19.py" ] }, { @@ -894,7 +908,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data19.py" + "# %load _solutions/pandas_03a_selecting_data20.py" ] }, { @@ -923,7 +937,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data20.py" + "# %load _solutions/pandas_03a_selecting_data21.py" ] }, { @@ -952,7 +966,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data21.py" + "# %load _solutions/pandas_03a_selecting_data22.py" ] }, { @@ -981,7 +995,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/pandas_03a_selecting_data22.py" + "# %load _solutions/pandas_03a_selecting_data23.py" ] }, { @@ -1017,7 +1031,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_03b_indexing.ipynb b/notebooks/pandas_03b_indexing.ipynb index 0a7cb63..bb51862 100644 --- a/notebooks/pandas_03b_indexing.ipynb +++ b/notebooks/pandas_03b_indexing.ipynb @@ -7,7 +7,7 @@ "source": [ "

03 - Pandas: Indexing and selecting data - part II

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -694,7 +694,7 @@ "formats": "ipynb,md:myst" }, "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -708,7 +708,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_04_time_series_data.ipynb b/notebooks/pandas_04_time_series_data.ipynb index 5b81201..85037aa 100644 --- a/notebooks/pandas_04_time_series_data.ipynb +++ b/notebooks/pandas_04_time_series_data.ipynb @@ -7,7 +7,7 @@ "source": [ "

04 - Pandas: Working with time series data

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -682,11 +682,10 @@ "source": [ "
\n", "\n", - "EXERCISE 1:\n", + "**EXERCISE 1:\n", + "\n", + "* select all data starting from 2012\n", "\n", - "
    \n", - "
  • select all data starting from 2012
  • \n", - "
\n", "
" ] }, @@ -711,11 +710,16 @@ "source": [ "
\n", "\n", - "EXERCISE 2:\n", + "**EXERCISE 2**:\n", + "\n", + "* select all data in January for all different years\n", + "\n", + "
Hints\n", + "\n", + "* Remember you can get information about the month of each timestamp using the `month` attribute of the DatetimeIndex.\n", + "\n", + "
\n", "\n", - "
    \n", - "
  • select all data in January for all different years
  • \n", - "
\n", "
" ] }, @@ -740,11 +744,16 @@ "source": [ "
\n", "\n", - "EXERCISE 3:\n", + "**EXERCISE 3**:\n", + "\n", + "* select all data in April, May and June for all different years\n", + "\n", + "
Hints\n", + "\n", + "* If you want to check for equality with multiple possible values (equal to x OR equal to y OR ...), the `isin()` method can be easier to use.\n", + "\n", + "
\n", "\n", - "
    \n", - "
  • select all data in April, May and June for all different years
  • \n", - "
\n", "
" ] }, @@ -994,14 +1003,6 @@ "source": [ "# %load _solutions/pandas_04_time_series_data9.py" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "3a643acc-c5e9-458a-ad7f-a782bd45db5c", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { @@ -1023,7 +1024,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_05_groupby_operations.ipynb b/notebooks/pandas_05_groupby_operations.ipynb index 8caf506..b53af88 100644 --- a/notebooks/pandas_05_groupby_operations.ipynb +++ b/notebooks/pandas_05_groupby_operations.ipynb @@ -5,10 +5,10 @@ "id": "804eea96", "metadata": {}, "source": [ - "

06 - Pandas: \"Group by\" operations

\n", + "

05 - Pandas: \"Group by\" operations

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -372,7 +372,7 @@ "\n", "**EXERCISE 6**:\n", "\n", - "* Make a bar plot to visualize the average Fare payed by people depending on their age. The age column is divided is separate classes using the `pd.cut()` function as provided below.\n", + "* Make a bar plot to visualize the average Fare payed by people depending on their age. The age column is divided in separate classes using the `pd.cut()` function as provided below.\n", "\n", "
" ] @@ -501,7 +501,7 @@ "id": "580c1483", "metadata": {}, "source": [ - "Another way to obtain such counts, is to use the Series `value_counts` method:" + "Another way to obtain such counts, is to use the Series `value_counts` method (which additionally sorts from most to least occurring group):" ] }, { @@ -527,7 +527,7 @@ "id": "7e3afc02", "metadata": {}, "source": [ - "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [`titles.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [`cast.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." + "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [titles.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [cast.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." ] }, { @@ -584,11 +584,11 @@ "source": [ "
\n", "\n", - "EXERCISE 7:\n", + "**EXERCISE 7**:\n", + "\n", + "\n", + "* Using `groupby()`, plot the number of films that have been released each decade in the history of cinema.\n", "\n", - "
    \n", - "
  • Using `groupby()`, plot the number of films that have been released each decade in the history of cinema.
  • \n", - "
\n", "
" ] }, @@ -1225,7 +1225,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_06_data_cleaning.ipynb b/notebooks/pandas_06_data_cleaning.ipynb index 2ce0765..d6428b8 100644 --- a/notebooks/pandas_06_data_cleaning.ipynb +++ b/notebooks/pandas_06_data_cleaning.ipynb @@ -5,10 +5,9 @@ "id": "a4812285-6a36-429e-835d-5c5584c9e9e2", "metadata": {}, "source": [ - "

Pandas: Methods for data cleaning

\n", + "

06 - Pandas: Methods for data cleaning

\n", "\n", - "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -920,7 +919,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_07_missing_values.ipynb b/notebooks/pandas_07_missing_values.ipynb index cd056a5..0869c2f 100644 --- a/notebooks/pandas_07_missing_values.ipynb +++ b/notebooks/pandas_07_missing_values.ipynb @@ -5,10 +5,10 @@ "id": "8bd0774d", "metadata": {}, "source": [ - "

08 - Pandas: Working with missing data

\n", + "

07 - Pandas: Working with missing data

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -312,7 +312,7 @@ "\n", "**REMEMBER**:
\n", "\n", - "* missing value indicator: `np.nan` (`NaN`)\n", + "* Missing value indicator: `np.nan` (`NaN`)\n", "* Reductions: skipped by default\n", "* Mathematical operations (eg `+`): propagate by default\n", "* Specific functions:\n", @@ -351,7 +351,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_08_reshaping_data.ipynb b/notebooks/pandas_08_reshaping_data.ipynb index 9548064..33f732a 100644 --- a/notebooks/pandas_08_reshaping_data.ipynb +++ b/notebooks/pandas_08_reshaping_data.ipynb @@ -5,10 +5,10 @@ "id": "a7d814f2", "metadata": {}, "source": [ - "

07 - Pandas: Tidy data and reshaping

\n", + "

08 - Pandas: Tidy data and reshaping

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -121,7 +121,7 @@ { "cell_type": "code", "execution_count": null, - "id": "8aaf53e9-cfba-4d32-989b-9f928f5284a2", + "id": "6d54b4ec-7d96-4906-88df-16b06ac43d21", "metadata": {}, "outputs": [], "source": [ @@ -1029,7 +1029,7 @@ "id": "45ce16c2", "metadata": {}, "source": [ - "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [`titles.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [`cast.csv`](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." + "These exercises are based on the [PyCon tutorial of Brandon Rhodes](https://github.com/brandon-rhodes/pycon-pandas-tutorial/) (so credit to him!) and the datasets he prepared for that. You can download these data from here: [titles.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/titles.csv) and [cast.csv](https://course-python-data.s3.eu-central-1.amazonaws.com/cast.csv) and put them in the `/notebooks/data` folder." ] }, { @@ -1232,7 +1232,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/pandas_09_combining_datasets.ipynb b/notebooks/pandas_09_combining_datasets.ipynb index b2dc1cd..308dbc7 100644 --- a/notebooks/pandas_09_combining_datasets.ipynb +++ b/notebooks/pandas_09_combining_datasets.ipynb @@ -5,10 +5,10 @@ "id": "be5c9d31", "metadata": {}, "source": [ - "

Pandas: Combining datasets Part I - concat

\n", + "

09 - Pandas: Combining datasets

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -735,7 +735,7 @@ "metadata": {}, "outputs": [], "source": [ - "df_by_muni = df.groupby(\"CD_REFNIS\").sum()" + "df_by_muni = df.groupby(\"CD_REFNIS\")[['MS_NUM_VAT', 'MS_NUM_VAT_START', 'MS_NUM_VAT_STOP']].sum()" ] }, { @@ -921,14 +921,6 @@ "source": [ "pd.concat([countries2, country_economics], axis=\"columns\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c420d1a6-5cf6-4efa-868d-0c591459e4e1", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { @@ -950,7 +942,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { diff --git a/notebooks/visualization_01_matplotlib.ipynb b/notebooks/visualization_01_matplotlib.ipynb index 814532d..4e72cae 100644 --- a/notebooks/visualization_01_matplotlib.ipynb +++ b/notebooks/visualization_01_matplotlib.ipynb @@ -6,7 +6,7 @@ "source": [ "

Visualization - Matplotlib

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey. Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey. Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -885,7 +885,7 @@ "- In the left subplot, make a bar chart of the minimal measured value for each of the station.\n", "- In the right subplot, make a bar chart of the maximal measured value for each of the station. \n", "\n", - "Add a title to the Figure containing 'Minimal and maximal discharge from 2009-01-01 till 2013-01-02'. Extract these dates from the data itself instead of hardcoding it.\n", + "Add a title to the Figure containing 'Minimal and maximal discharge from 2009-01-01 till 2013-01-02'. Extract these dates from the data itself instead of hardcoding it by using Python f-strings ([_formatted string literals_](https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals)).\n", "\n", "
Hints\n", "\n", @@ -898,6 +898,25 @@ "
" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Example of the usage of formatting f-strings [_formatted string literals_](https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals):" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "my_float_variable = 3.14159\n", + "my_datetime_variable = pd.Timestamp(\"2022-12-06\")\n", + "print(f\"Adjust the rounding of a float, {my_float_variable} vs {my_float_variable:.2f}\")\n", + "print(f\"Adjust the rounding of a timestamp, {my_datetime_variable} vs {my_datetime_variable:%Y-%m-%d}.\")" + ] + }, { "cell_type": "code", "execution_count": null, @@ -1014,7 +1033,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/notebooks/visualization_02_seaborn.ipynb b/notebooks/visualization_02_seaborn.ipynb index e20606f..ebbef1a 100644 --- a/notebooks/visualization_02_seaborn.ipynb +++ b/notebooks/visualization_02_seaborn.ipynb @@ -7,7 +7,7 @@ "

Visualisation: Seaborn

\n", "\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -489,51 +489,6 @@ "
" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Summary statistics" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Aggregations such as `count`, `mean` are embedded in Seaborn (similar to other 'Grammar of Graphics' packages such as ggplot in R and plotnine/altair in Python). We can do these operations directly on the original `titanic` data set in a single coding step:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "jupyter": { - "outputs_hidden": false - } - }, - "outputs": [], - "source": [ - "sns.catplot(data=titanic, x=\"Survived\", col=\"Pclass\", \n", - " kind=\"count\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "To use another statistical function to apply on each of the groups, use the `estimator`:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "sns.catplot(data=titanic, x=\"Sex\", y=\"Age\", col=\"Pclass\", kind=\"bar\", \n", - " estimator=np.mean)" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -632,6 +587,53 @@ "# %load _solutions/visualization_02_seaborn3.py" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Summary statistics" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Aggregations such as `count`, `mean` are embedded in Seaborn (similar to other 'Grammar of Graphics' packages such as ggplot in R and plotnine/altair in Python). We can do these operations directly on the original `titanic` data set in a single coding step:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "jupyter": { + "outputs_hidden": false + } + }, + "outputs": [], + "source": [ + "sns.catplot(data=titanic, x=\"Survived\", col=\"Pclass\", \n", + " kind=\"count\")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "To use another statistical function to apply on each of the groups, use the `estimator`:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "sns.catplot(data=titanic, x=\"Sex\", y=\"Age\", col=\"Pclass\", kind=\"bar\", \n", + " estimator=np.mean)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -971,30 +973,27 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "nbtutor-solution" + ] + }, "outputs": [], "source": [ - "casualties_motorway_trucks = casualties[\n", - " (casualties[\"road_type\"] == \"Motorway\")\n", - " & casualties[\"road_user_type\"].isin([\"Light truck\", \"Truck\"])\n", - "]" + "# %load _solutions/visualization_02_seaborn8.py" ] }, { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "nbtutor-solution" + ] + }, "outputs": [], "source": [ - "sns.catplot(data=casualties_motorway_trucks,\n", - " x=\"week_day\",\n", - " y=\"n_victims\",\n", - " estimator=np.sum,\n", - " ci=None,\n", - " kind=\"bar\",\n", - " color=\"#900C3F\",\n", - " height=3, \n", - " aspect=4)" + "# %load _solutions/visualization_02_seaborn9.py" ] }, { @@ -1035,7 +1034,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn8.py" + "# %load _solutions/visualization_02_seaborn10.py" ] }, { @@ -1048,7 +1047,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn9.py" + "# %load _solutions/visualization_02_seaborn11.py" ] }, { @@ -1089,7 +1088,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn10.py" + "# %load _solutions/visualization_02_seaborn12.py" ] }, { @@ -1102,7 +1101,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn11.py" + "# %load _solutions/visualization_02_seaborn13.py" ] }, { @@ -1115,7 +1114,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn12.py" + "# %load _solutions/visualization_02_seaborn14.py" ] }, { @@ -1128,7 +1127,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn13.py" + "# %load _solutions/visualization_02_seaborn15.py" ] }, { @@ -1161,7 +1160,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn14.py" + "# %load _solutions/visualization_02_seaborn16.py" ] }, { @@ -1174,7 +1173,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn15.py" + "# %load _solutions/visualization_02_seaborn17.py" ] }, { @@ -1212,7 +1211,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn16.py" + "# %load _solutions/visualization_02_seaborn18.py" ] }, { @@ -1225,7 +1224,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn17.py" + "# %load _solutions/visualization_02_seaborn19.py" ] }, { @@ -1273,7 +1272,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn18.py" + "# %load _solutions/visualization_02_seaborn20.py" ] }, { @@ -1286,7 +1285,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn19.py" + "# %load _solutions/visualization_02_seaborn21.py" ] }, { @@ -1299,7 +1298,7 @@ }, "outputs": [], "source": [ - "# %load _solutions/visualization_02_seaborn20.py" + "# %load _solutions/visualization_02_seaborn22.py" ] }, { @@ -1421,7 +1420,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.2" + "version": "3.10.4" }, "nav_menu": {}, "toc": { diff --git a/notebooks/visualization_03_landscape.ipynb b/notebooks/visualization_03_landscape.ipynb index 05ac5b1..b55c9f4 100644 --- a/notebooks/visualization_03_landscape.ipynb +++ b/notebooks/visualization_03_landscape.ipynb @@ -6,7 +6,7 @@ "source": [ "

Visualization - Python's Visualization Landscape

\n", "\n", - "> *© 2021, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", + "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (, ). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", "\n", "---" ] @@ -24,15 +24,15 @@ "\n", "```\n", "conda install -c conda-forge bokeh plotly altair hvplot holoviews\n", + "conda update -c conda-forge panel\n", "``` \n", "\n", - "To have support of Bokeh inside the Jupyter Lab environment\n", + "To have support of plotly inside the Jupyter Lab environment\n", "```\n", - "conda install jupyter_bokeh\n", + "conda install \"ipywidgets>=7.6\" \n", + "conda install -c conda-forge -c plotly jupyter-dash \n", "```\n", "\n", - "To have support of plotly inside the Jupyter Lab environment everything should be included as suc. However, when seeing only blank/empty space as output in the Jupyter lab environment. Close the Jupyter lab, run the command `jupyter lab build` from the command line and restart the Jupyter lab environment.\n", - "\n", "To run the large data set section, additional package installations are required:\n", "\n", "```\n", @@ -139,7 +139,7 @@ " g = sns.catplot(data=titanic, \n", " x=\"Pclass\", y=\"Survived\", \n", " kind=\"bar\", estimator=np.mean,\n", - " ci=None, color=\"grey\")\n", + " errorbar=None, color=\"grey\")\n", " \n", " g.set_axis_labels(\"Cabin class\", \"Survival rate\")" ] @@ -700,7 +700,7 @@ "source": [ "import hvplot.pandas\n", "\n", - "flow_data.hvplot()" + "flow_data.plot()" ] }, { @@ -812,8 +812,7 @@ "# plotly express does not provide the count statistics out of the box, so calculating these\n", "survival_rate = titanic.groupby(\"Pclass\")['Survived'].mean().reset_index() \n", "\n", - "fig = px.bar(survival_rate, x=\"Pclass\", y=\"Survived\")\n", - "fig.show()" + "px.bar(survival_rate, x=\"Pclass\", y=\"Survived\")" ] }, { @@ -1188,7 +1187,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" + "version": "3.10.4" }, "widgets": { "application/vnd.jupyter.widget-state+json": { From 2ca9e4f4bf8b28d27acc68e7efa5a885c666fa40 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 12 Dec 2022 15:59:28 +0100 Subject: [PATCH 3/4] Add observations.csv data --- notebooks/data/observations.csv | 35551 ++++++++++++++++++++++++++++++ 1 file changed, 35551 insertions(+) create mode 100644 notebooks/data/observations.csv diff --git a/notebooks/data/observations.csv b/notebooks/data/observations.csv new file mode 100644 index 0000000..212f0e8 --- /dev/null +++ b/notebooks/data/observations.csv @@ -0,0 +1,35551 @@ +verbatimLocality,verbatimSex,weight,occurrenceID,decimalLongitude,decimalLatitude,species_ID,day,month,year +2,M,,1,-109.08197499999642,31.93888700000037,,16,7,1977 +3,M,,2,-109.08120799999641,31.938896000000387,,16,7,1977 +2,F,,3,-109.08197499999642,31.93888700000037,2439521,16,7,1977 +7,M,,4,-109.08281599999641,31.938113000000413,2439521,16,7,1977 +3,M,,5,-109.08120799999641,31.938896000000387,2439521,16,7,1977 +1,M,,6,-109.08282899999641,31.938851000000387,2439566,16,7,1977 +2,F,,7,-109.08197499999642,31.93888700000037,2437981,16,7,1977 +1,M,,8,-109.08282899999641,31.938851000000387,2439521,16,7,1977 +1,,,9,-109.08282899999641,31.938851000000387,2439521,16,7,1977 +1,,,10,-109.08282899999641,31.938851000000387,2438147,16,7,1977 +6,F,,11,-109.07883599999636,31.939078000000414,2439566,16,7,1977 +5,F,,12,-109.07960199999636,31.93897000000045,2439531,16,7,1977 +7,M,,13,-109.08281599999641,31.938113000000413,2439521,16,7,1977 +3,M,,14,-109.08120799999641,31.938896000000387,2439521,16,7,1977 +8,,,15,-109.08167999999641,31.937884000000402,2439521,16,7,1977 +6,F,,16,-109.07883599999636,31.939078000000414,2439521,16,7,1977 +4,F,,17,-109.08040899999641,31.93889400000041,2439521,16,7,1977 +3,F,,18,-109.08120799999641,31.938896000000387,2439531,16,7,1977 +2,M,,19,-109.08197499999642,31.93888700000037,2439591,16,7,1977 +4,,,20,-109.08040899999641,31.93889400000041,2439566,16,7,1977 +11,F,,21,-109.07930699999636,31.938056000000426,2439531,17,7,1977 +14,F,,22,-109.08182699999641,31.937054000000447,2439521,17,7,1977 +15,F,,23,-109.08103599999642,31.937059000000463,,17,7,1977 +13,M,,24,-109.08261299999641,31.937028000000442,2439521,17,7,1977 +13,M,,25,-109.08261299999641,31.937028000000442,2438147,17,7,1977 +9,M,,26,-109.08090299999638,31.93785900000039,2439521,17,7,1977 +15,M,,27,-109.08103599999642,31.937059000000463,2439521,17,7,1977 +15,M,,28,-109.08103599999642,31.937059000000463,2439521,17,7,1977 +11,M,,29,-109.07930699999636,31.938056000000426,2439521,17,7,1977 +11,M,,30,-109.07930699999636,31.938056000000426,2439591,17,7,1977 +10,F,,31,-109.08009099999636,31.938017000000425,2439531,17,7,1977 +15,F,,32,-109.08103599999642,31.937059000000463,2439521,17,7,1977 +10,F,,33,-109.08009099999636,31.938017000000425,2439521,17,7,1977 +11,F,,34,-109.07930699999636,31.938056000000426,2439521,17,7,1977 +17,,,35,-109.07941499999636,31.937117000000445,2439521,17,7,1977 +13,F,,36,-109.08261299999641,31.937028000000442,2439521,17,7,1977 +16,F,,37,-109.08024399999636,31.93709400000041,2438516,17,7,1977 +11,F,,38,-109.07930699999636,31.938056000000426,2439521,17,7,1977 +17,M,,39,-109.07941499999636,31.937117000000445,,17,7,1977 +11,F,,40,-109.07930699999636,31.938056000000426,2439521,17,7,1977 +20,M,,41,-109.08019099999642,31.93633400000045,2439521,18,7,1977 +23,F,,42,-109.07783799999636,31.93676300000042,2439521,18,7,1977 +18,F,,43,-109.07863299999636,31.93712600000041,2439531,18,7,1977 +21,M,,44,-109.07939799999636,31.936448000000453,2439521,18,7,1977 +18,F,,45,-109.07863299999636,31.93712600000041,2439521,18,7,1977 +22,M,,46,-109.07860199999635,31.93644100000042,2439521,18,7,1977 +19,M,,47,-109.07791199999636,31.937438000000434,2439521,18,7,1977 +18,M,,48,-109.07863299999636,31.93712600000041,2439521,18,7,1977 +20,F,,49,-109.08019099999642,31.93633400000045,2439521,18,7,1977 +12,F,,50,-109.07851899999636,31.938203000000414,2439591,18,7,1977 +18,F,,51,-109.07863299999636,31.93712600000041,2439521,18,7,1977 +21,F,,52,-109.07939799999636,31.936448000000453,2439521,18,7,1977 +12,F,,53,-109.07851899999636,31.938203000000414,2439521,18,7,1977 +22,M,,54,-109.07860199999635,31.93644100000042,2439521,18,7,1977 +18,M,,55,-109.07863299999636,31.93712600000041,2439521,18,7,1977 +23,M,,56,-109.07783799999636,31.93676300000042,2439521,18,7,1977 +20,M,,57,-109.08019099999642,31.93633400000045,2439521,18,7,1977 +22,,,58,-109.07860199999635,31.93644100000042,2439521,18,7,1977 +12,M,,59,-109.07851899999636,31.938203000000414,2439531,18,7,1977 +19,M,,60,-109.07791199999636,31.937438000000434,2439521,18,7,1977 +19,M,,61,-109.07791199999636,31.937438000000434,2437981,18,7,1977 +23,M,,62,-109.07783799999636,31.93676300000042,2439521,18,7,1977 +19,M,,63,-109.07791199999636,31.937438000000434,2439521,18,7,1977 +3,M,40.0,64,-109.08120799999641,31.938896000000387,2439521,19,8,1977 +7,M,48.0,65,-109.08281599999641,31.938113000000413,2439521,19,8,1977 +4,F,29.0,66,-109.08040899999641,31.93889400000041,2439521,19,8,1977 +4,F,46.0,67,-109.08040899999641,31.93889400000041,2439521,19,8,1977 +7,M,36.0,68,-109.08281599999641,31.938113000000413,2439521,19,8,1977 +8,F,52.0,69,-109.08167999999641,31.937884000000402,2439541,19,8,1977 +2,M,8.0,70,-109.08197499999642,31.93888700000037,2439566,19,8,1977 +3,F,22.0,71,-109.08120799999641,31.938896000000387,,19,8,1977 +7,F,35.0,72,-109.08281599999641,31.938113000000413,2439521,19,8,1977 +2,M,,73,-109.08197499999642,31.93888700000037,,19,8,1977 +3,F,,74,-109.08120799999641,31.938896000000387,2439531,19,8,1977 +8,M,7.0,75,-109.08167999999641,31.937884000000402,2439566,19,8,1977 +8,F,22.0,76,-109.08167999999641,31.937884000000402,2439521,19,8,1977 +9,F,,77,-109.08090299999638,31.93785900000039,2439531,19,8,1977 +4,,,78,-109.08040899999641,31.93889400000041,2437300,19,8,1977 +1,M,9.0,79,-109.08282899999641,31.938851000000387,2439566,19,8,1977 +7,F,42.0,80,-109.08281599999641,31.938113000000413,2439521,19,8,1977 +1,M,,81,-109.08282899999641,31.938851000000387,2439531,19,8,1977 +4,F,8.0,82,-109.08040899999641,31.93889400000041,2439566,19,8,1977 +4,F,41.0,83,-109.08040899999641,31.93889400000041,2439521,19,8,1977 +6,F,37.0,84,-109.07883599999636,31.939078000000414,2439521,20,8,1977 +19,F,43.0,85,-109.07791199999636,31.937438000000434,2439521,20,8,1977 +23,F,41.0,86,-109.07783799999636,31.93676300000042,2439521,20,8,1977 +18,F,40.0,87,-109.07863299999636,31.93712600000041,2439521,20,8,1977 +5,F,9.0,88,-109.07960199999636,31.93897000000045,2439566,20,8,1977 +18,F,45.0,89,-109.07863299999636,31.93712600000041,2439521,20,8,1977 +12,F,15.0,90,-109.07851899999636,31.938203000000414,2439591,20,8,1977 +18,M,29.0,91,-109.07863299999636,31.93712600000041,2439521,20,8,1977 +11,F,,92,-109.07930699999636,31.938056000000426,2439531,20,8,1977 +6,M,39.0,93,-109.07883599999636,31.939078000000414,2439521,20,8,1977 +18,,42.0,94,-109.07863299999636,31.93712600000041,2439521,20,8,1977 +18,F,43.0,95,-109.07863299999636,31.93712600000041,2439521,20,8,1977 +23,M,46.0,96,-109.07783799999636,31.93676300000042,2439521,20,8,1977 +12,M,41.0,97,-109.07851899999636,31.938203000000414,2439521,20,8,1977 +18,M,41.0,98,-109.07863299999636,31.93712600000041,2439521,20,8,1977 +5,M,40.0,99,-109.07960199999636,31.93897000000045,2439521,20,8,1977 +11,M,45.0,100,-109.07930699999636,31.938056000000426,2439521,20,8,1977 +5,F,,101,-109.07960199999636,31.93897000000045,2439531,20,8,1977 +5,F,46.0,102,-109.07960199999636,31.93897000000045,2439521,20,8,1977 +23,F,40.0,103,-109.07783799999636,31.93676300000042,2439521,20,8,1977 +18,F,30.0,104,-109.07863299999636,31.93712600000041,2439521,20,8,1977 +11,M,,105,-109.07930699999636,31.938056000000426,2439531,20,8,1977 +19,M,39.0,106,-109.07791199999636,31.937438000000434,2439521,20,8,1977 +12,,,107,-109.07851899999636,31.938203000000414,,20,8,1977 +18,,,108,-109.07863299999636,31.93712600000041,,20,8,1977 +11,M,,109,-109.07930699999636,31.938056000000426,2439591,20,8,1977 +6,M,34.0,110,-109.07883599999636,31.939078000000414,2439521,20,8,1977 +10,,,111,-109.08009099999636,31.938017000000425,2439531,20,8,1977 +11,F,42.0,112,-109.07930699999636,31.938056000000426,2439521,20,8,1977 +23,M,42.0,113,-109.07783799999636,31.93676300000042,2439521,20,8,1977 +5,F,8.0,114,-109.07960199999636,31.93897000000045,2439566,20,8,1977 +15,F,,115,-109.08103599999642,31.937059000000463,2439521,21,8,1977 +21,M,,116,-109.07939799999636,31.936448000000453,2439521,21,8,1977 +13,F,31.0,117,-109.08261299999641,31.937028000000442,2439521,21,8,1977 +21,F,,118,-109.07939799999636,31.936448000000453,,21,8,1977 +17,M,,119,-109.07941499999636,31.937117000000445,2439521,21,8,1977 +20,M,,120,-109.08019099999642,31.93633400000045,2439521,21,8,1977 +20,M,,121,-109.08019099999642,31.93633400000045,2439521,21,8,1977 +15,,,122,-109.08103599999642,31.937059000000463,,21,8,1977 +22,F,,123,-109.07860199999635,31.93644100000042,2439521,21,8,1977 +17,M,,124,-109.07941499999636,31.937117000000445,2439521,21,8,1977 +14,M,,125,-109.08182699999641,31.937054000000447,2439521,21,8,1977 +22,M,,126,-109.07860199999635,31.93644100000042,2439521,21,8,1977 +20,F,,127,-109.08019099999642,31.93633400000045,2439521,21,8,1977 +14,M,,128,-109.08182699999641,31.937054000000447,2439521,21,8,1977 +15,M,,129,-109.08103599999642,31.937059000000463,2439521,21,8,1977 +14,F,,130,-109.08182699999641,31.937054000000447,2439521,21,8,1977 +16,F,,131,-109.08024399999636,31.93709400000041,2439521,21,8,1977 +22,M,,132,-109.07860199999635,31.93644100000042,2439521,21,8,1977 +22,F,,133,-109.07860199999635,31.93644100000042,2439521,21,8,1977 +15,M,,134,-109.08103599999642,31.937059000000463,2439521,21,8,1977 +17,F,,135,-109.07941499999636,31.937117000000445,2439531,21,8,1977 +15,F,,136,-109.08103599999642,31.937059000000463,2439521,21,8,1977 +13,F,,137,-109.08261299999641,31.937028000000442,2439566,21,8,1977 +20,F,,138,-109.08019099999642,31.93633400000045,2439521,21,8,1977 +22,M,,139,-109.07860199999635,31.93644100000042,2439521,21,8,1977 +14,M,,140,-109.08182699999641,31.937054000000447,2439566,21,8,1977 +20,M,,141,-109.08019099999642,31.93633400000045,2439521,21,8,1977 +16,M,,142,-109.08024399999636,31.93709400000041,2439521,21,8,1977 +17,F,,143,-109.07941499999636,31.937117000000445,2439521,21,8,1977 +15,M,,144,-109.08103599999642,31.937059000000463,2439521,21,8,1977 +15,M,,145,-109.08103599999642,31.937059000000463,2439531,21,8,1977 +13,F,,146,-109.08261299999641,31.937028000000442,2439521,21,8,1977 +13,F,40.0,147,-109.08261299999641,31.937028000000442,2439521,21,8,1977 +13,M,,148,-109.08261299999641,31.937028000000442,2439521,21,8,1977 +14,M,,149,-109.08182699999641,31.937054000000447,2439521,21,8,1977 +20,M,,150,-109.08019099999642,31.93633400000045,2439531,21,8,1977 +21,M,,151,-109.07939799999636,31.936448000000453,2439521,21,8,1977 +13,M,,152,-109.08261299999641,31.937028000000442,2439521,21,8,1977 +14,M,,153,-109.08182699999641,31.937054000000447,2439521,21,8,1977 +16,F,,154,-109.08024399999636,31.93709400000041,2439531,21,8,1977 +20,F,,155,-109.08019099999642,31.93633400000045,2439531,21,8,1977 +20,,,156,-109.08019099999642,31.93633400000045,2439531,21,8,1977 +21,M,,157,-109.07939799999636,31.936448000000453,2439521,21,8,1977 +20,M,37.0,158,-109.08019099999642,31.93633400000045,2439521,11,9,1977 +22,M,48.0,159,-109.07860199999635,31.93644100000042,2439521,11,9,1977 +5,M,,160,-109.07960199999636,31.93897000000045,2439531,11,9,1977 +21,M,,161,-109.07939799999636,31.936448000000453,2439521,11,9,1977 +5,M,42.0,162,-109.07960199999636,31.93897000000045,2439521,11,9,1977 +6,F,45.0,163,-109.07883599999636,31.939078000000414,2439521,11,9,1977 +12,F,16.0,164,-109.07851899999636,31.938203000000414,2439591,11,9,1977 +22,F,36.0,165,-109.07860199999635,31.93644100000042,2439521,11,9,1977 +19,F,,166,-109.07791199999636,31.937438000000434,2439531,11,9,1977 +21,M,,167,-109.07939799999636,31.936448000000453,,11,9,1977 +6,M,42.0,168,-109.07883599999636,31.939078000000414,2439521,11,9,1977 +12,M,44.0,169,-109.07851899999636,31.938203000000414,2439521,11,9,1977 +5,M,,170,-109.07960199999636,31.93897000000045,2439521,11,9,1977 +20,F,41.0,171,-109.08019099999642,31.93633400000045,2439521,11,9,1977 +12,,,172,-109.07851899999636,31.938203000000414,,11,9,1977 +22,F,8.0,173,-109.07860199999635,31.93644100000042,2439566,11,9,1977 +12,F,40.0,174,-109.07851899999636,31.938203000000414,2439521,11,9,1977 +12,M,34.0,175,-109.07851899999636,31.938203000000414,2439521,11,9,1977 +19,M,40.0,176,-109.07791199999636,31.937438000000434,2439521,11,9,1977 +12,M,,177,-109.07851899999636,31.938203000000414,2439531,11,9,1977 +5,F,20.0,178,-109.07960199999636,31.93897000000045,,11,9,1977 +18,M,44.0,179,-109.07863299999636,31.93712600000041,2439521,11,9,1977 +12,M,44.0,180,-109.07851899999636,31.938203000000414,2439521,11,9,1977 +6,M,36.0,181,-109.07883599999636,31.939078000000414,2439521,11,9,1977 +20,M,33.0,182,-109.08019099999642,31.93633400000045,2439521,11,9,1977 +21,M,,183,-109.07939799999636,31.936448000000453,2439531,11,9,1977 +5,F,46.0,184,-109.07960199999636,31.93897000000045,2439521,11,9,1977 +20,M,,185,-109.08019099999642,31.93633400000045,2439531,11,9,1977 +12,F,,186,-109.07851899999636,31.938203000000414,,11,9,1977 +19,F,35.0,187,-109.07791199999636,31.937438000000434,2439521,11,9,1977 +17,M,46.0,188,-109.07941499999636,31.937117000000445,2439521,12,9,1977 +14,F,,189,-109.08182699999641,31.937054000000447,2439531,12,9,1977 +17,F,37.0,190,-109.07941499999636,31.937117000000445,2439521,12,9,1977 +7,M,34.0,191,-109.08281599999641,31.938113000000413,2439521,12,9,1977 +17,M,,192,-109.07941499999636,31.937117000000445,2439531,12,9,1977 +4,F,45.0,193,-109.08040899999641,31.93889400000041,2439521,12,9,1977 +7,,,194,-109.08281599999641,31.938113000000413,2437981,12,9,1977 +11,,,195,-109.07930699999636,31.938056000000426,,12,9,1977 +4,M,,196,-109.08040899999641,31.93889400000041,2439531,12,9,1977 +7,F,7.0,197,-109.08281599999641,31.938113000000413,2439566,12,9,1977 +14,M,51.0,198,-109.08182699999641,31.937054000000447,2439521,12,9,1977 +4,M,39.0,199,-109.08040899999641,31.93889400000041,2439521,12,9,1977 +11,M,29.0,200,-109.07930699999636,31.938056000000426,2439521,12,9,1977 +17,F,,201,-109.07941499999636,31.937117000000445,2439531,12,9,1977 +10,M,,202,-109.08009099999636,31.938017000000425,2439531,12,9,1977 +17,F,48.0,203,-109.07941499999636,31.937117000000445,2439521,12,9,1977 +11,M,46.0,204,-109.07930699999636,31.938056000000426,2439521,12,9,1977 +16,F,41.0,205,-109.08024399999636,31.93709400000041,2439521,12,9,1977 +16,M,,206,-109.08024399999636,31.93709400000041,2439531,12,9,1977 +23,F,,207,-109.07783799999636,31.93676300000042,2439531,12,9,1977 +16,F,,208,-109.08024399999636,31.93709400000041,2439531,12,9,1977 +14,M,45.0,209,-109.08182699999641,31.937054000000447,2439521,12,9,1977 +17,F,42.0,210,-109.07941499999636,31.937117000000445,2439521,12,9,1977 +11,F,53.0,211,-109.07930699999636,31.938056000000426,2439521,12,9,1977 +4,F,,212,-109.08040899999641,31.93889400000041,2439531,12,9,1977 +16,,,213,-109.08024399999636,31.93709400000041,2439566,12,9,1977 +14,F,49.0,214,-109.08182699999641,31.937054000000447,2439521,12,9,1977 +17,,,215,-109.07941499999636,31.937117000000445,,12,9,1977 +14,F,46.0,216,-109.08182699999641,31.937054000000447,2439521,12,9,1977 +4,F,9.0,217,-109.08040899999641,31.93889400000041,2439566,12,9,1977 +3,F,15.0,218,-109.08120799999641,31.938896000000387,2439591,13,9,1977 +1,M,4.0,219,-109.08282899999641,31.938851000000387,2439566,13,9,1977 +13,M,48.0,220,-109.08261299999641,31.937028000000442,2439521,13,9,1977 +2,M,,221,-109.08197499999642,31.93888700000037,2439531,13,9,1977 +3,,,222,-109.08120799999641,31.938896000000387,2439521,13,9,1977 +1,M,,223,-109.08282899999641,31.938851000000387,2439531,13,9,1977 +8,F,,224,-109.08167999999641,31.937884000000402,2439531,13,9,1977 +2,,,225,-109.08197499999642,31.93888700000037,,13,9,1977 +15,,,226,-109.08103599999642,31.937059000000463,2439521,13,9,1977 +2,M,51.0,227,-109.08197499999642,31.93888700000037,2439521,13,9,1977 +15,,,228,-109.08103599999642,31.937059000000463,2439521,13,9,1977 +9,M,50.0,229,-109.08090299999638,31.93785900000039,2439521,13,9,1977 +13,M,44.0,230,-109.08261299999641,31.937028000000442,2439521,13,9,1977 +15,,,231,-109.08103599999642,31.937059000000463,2439521,13,9,1977 +15,,,232,-109.08103599999642,31.937059000000463,2439531,13,9,1977 +9,M,,233,-109.08090299999638,31.93785900000039,2439531,13,9,1977 +2,M,44.0,234,-109.08197499999642,31.93888700000037,2439521,13,9,1977 +9,M,45.0,235,-109.08090299999638,31.93785900000039,2439521,13,9,1977 +13,F,45.0,236,-109.08261299999641,31.937028000000442,2439521,13,9,1977 +9,F,,237,-109.08090299999638,31.93785900000039,2439531,13,9,1977 +9,F,,238,-109.08090299999638,31.93785900000039,2439531,13,9,1977 +2,M,19.0,239,-109.08197499999642,31.93888700000037,2437981,13,9,1977 +1,M,,240,-109.08282899999641,31.938851000000387,2439531,13,9,1977 +9,F,,241,-109.08090299999638,31.93785900000039,2439531,13,9,1977 +3,,,242,-109.08120799999641,31.938896000000387,2439531,13,9,1977 +2,M,22.0,243,-109.08197499999642,31.93888700000037,,13,9,1977 +6,F,44.0,244,-109.07883599999636,31.939078000000414,2439521,16,10,1977 +22,F,42.0,245,-109.07860199999635,31.93644100000042,2439521,16,10,1977 +2,M,39.0,246,-109.08197499999642,31.93888700000037,2439521,16,10,1977 +13,M,47.0,247,-109.08261299999641,31.937028000000442,2439521,16,10,1977 +2,M,,248,-109.08197499999642,31.93888700000037,2439531,16,10,1977 +22,M,21.0,249,-109.07860199999635,31.93644100000042,2438516,16,10,1977 +13,M,42.0,250,-109.08261299999641,31.937028000000442,2439521,16,10,1977 +18,F,,251,-109.07863299999636,31.93712600000041,2439531,16,10,1977 +2,M,49.0,252,-109.08197499999642,31.93888700000037,2439521,16,10,1977 +6,F,,253,-109.07883599999636,31.939078000000414,2439531,16,10,1977 +20,M,39.0,254,-109.08019099999642,31.93633400000045,2439521,16,10,1977 +20,F,43.0,255,-109.08019099999642,31.93633400000045,2439521,16,10,1977 +18,M,50.0,256,-109.07863299999636,31.93712600000041,2439521,16,10,1977 +6,M,41.0,257,-109.07883599999636,31.939078000000414,2439521,16,10,1977 +2,M,47.0,258,-109.08197499999642,31.93888700000037,2439521,16,10,1977 +18,F,37.0,259,-109.07863299999636,31.93712600000041,2439521,16,10,1977 +2,M,41.0,260,-109.08197499999642,31.93888700000037,2439521,16,10,1977 +22,F,36.0,261,-109.07860199999635,31.93644100000042,2439521,16,10,1977 +6,M,45.0,262,-109.07883599999636,31.939078000000414,2439521,16,10,1977 +20,M,20.0,263,-109.08019099999642,31.93633400000045,2437981,16,10,1977 +1,M,40.0,264,-109.08282899999641,31.938851000000387,2439521,16,10,1977 +9,F,,265,-109.08090299999638,31.93785900000039,2439531,16,10,1977 +9,M,49.0,266,-109.08090299999638,31.93785900000039,2439521,16,10,1977 +2,,,267,-109.08197499999642,31.93888700000037,,16,10,1977 +22,F,,268,-109.07860199999635,31.93644100000042,2439531,16,10,1977 +2,F,55.0,269,-109.08197499999642,31.93888700000037,2439521,16,10,1977 +6,M,46.0,270,-109.07883599999636,31.939078000000414,2439521,16,10,1977 +1,F,38.0,271,-109.08282899999641,31.938851000000387,2439521,16,10,1977 +9,F,,272,-109.08090299999638,31.93785900000039,2439531,16,10,1977 +18,,,273,-109.07863299999636,31.93712600000041,,16,10,1977 +9,M,44.0,274,-109.08090299999638,31.93785900000039,2439521,16,10,1977 +2,F,21.0,275,-109.08197499999642,31.93888700000037,2438517,16,10,1977 +20,M,41.0,276,-109.08019099999642,31.93633400000045,2439521,16,10,1977 +1,F,,277,-109.08282899999641,31.938851000000387,2439531,16,10,1977 +6,,21.0,278,-109.07883599999636,31.939078000000414,2438517,16,10,1977 +9,M,,279,-109.08090299999638,31.93785900000039,2439531,16,10,1977 +2,F,,280,-109.08197499999642,31.93888700000037,2437981,16,10,1977 +18,M,46.0,281,-109.07863299999636,31.93712600000041,2439521,16,10,1977 +20,,,282,-109.08019099999642,31.93633400000045,,16,10,1977 +22,,,283,-109.07860199999635,31.93644100000042,,16,10,1977 +6,M,36.0,284,-109.07883599999636,31.939078000000414,2439521,16,10,1977 +13,M,44.0,285,-109.08261299999641,31.937028000000442,2439521,16,10,1977 +1,M,53.0,286,-109.08282899999641,31.938851000000387,2439521,16,10,1977 +20,M,,287,-109.08019099999642,31.93633400000045,2439531,16,10,1977 +17,M,41.0,288,-109.07941499999636,31.937117000000445,2439521,17,10,1977 +17,M,48.0,289,-109.07941499999636,31.937117000000445,2439521,17,10,1977 +14,M,47.0,290,-109.08182699999641,31.937054000000447,2439521,17,10,1977 +17,F,,291,-109.07941499999636,31.937117000000445,2439521,17,10,1977 +11,F,,292,-109.07930699999636,31.938056000000426,2439531,17,10,1977 +3,F,33.0,293,-109.08120799999641,31.938896000000387,2439541,17,10,1977 +4,F,42.0,294,-109.08040899999641,31.93889400000041,2439521,17,10,1977 +3,F,50.0,295,-109.08120799999641,31.938896000000387,2439541,17,10,1977 +11,M,41.0,296,-109.07930699999636,31.938056000000426,2439521,17,10,1977 +17,,21.0,297,-109.07941499999636,31.937117000000445,2438516,17,10,1977 +11,,,298,-109.07930699999636,31.938056000000426,,17,10,1977 +19,M,49.0,299,-109.07791199999636,31.937438000000434,2439521,17,10,1977 +17,M,,300,-109.07941499999636,31.937117000000445,2438516,17,10,1977 +14,F,,301,-109.08182699999641,31.937054000000447,2439531,17,10,1977 +17,F,,302,-109.07941499999636,31.937117000000445,2439531,17,10,1977 +19,F,44.0,303,-109.07791199999636,31.937438000000434,2439521,17,10,1977 +3,M,31.0,304,-109.08120799999641,31.938896000000387,2439521,17,10,1977 +21,M,40.0,305,-109.07939799999636,31.936448000000453,2439521,17,10,1977 +14,F,40.0,306,-109.08182699999641,31.937054000000447,2439521,17,10,1977 +16,M,23.0,307,-109.08024399999636,31.93709400000041,2439521,17,10,1977 +19,M,42.0,308,-109.07791199999636,31.937438000000434,2439521,17,10,1977 +4,F,,309,-109.08040899999641,31.93889400000041,2439531,17,10,1977 +17,M,,310,-109.07941499999636,31.937117000000445,2439531,17,10,1977 +11,,,311,-109.07930699999636,31.938056000000426,2439531,17,10,1977 +19,M,13.0,312,-109.07791199999636,31.937438000000434,2437874,17,10,1977 +11,F,42.0,313,-109.07930699999636,31.938056000000426,2439521,17,10,1977 +19,M,31.0,314,-109.07791199999636,31.937438000000434,2439521,17,10,1977 +14,,,315,-109.08182699999641,31.937054000000447,,17,10,1977 +3,M,39.0,316,-109.08120799999641,31.938896000000387,2439521,17,10,1977 +15,M,48.0,317,-109.08103599999642,31.937059000000463,2439521,17,10,1977 +17,F,48.0,318,-109.07941499999636,31.937117000000445,2439541,17,10,1977 +17,M,29.0,319,-109.07941499999636,31.937117000000445,2439521,17,10,1977 +14,M,45.0,320,-109.08182699999641,31.937054000000447,2439521,17,10,1977 +17,F,39.0,321,-109.07941499999636,31.937117000000445,2439521,17,10,1977 +17,F,23.0,322,-109.07941499999636,31.937117000000445,2438517,17,10,1977 +4,F,,323,-109.08040899999641,31.93889400000041,2439531,17,10,1977 +17,F,31.0,324,-109.07941499999636,31.937117000000445,2439541,17,10,1977 +7,,,325,-109.08281599999641,31.938113000000413,,17,10,1977 +10,,,326,-109.08009099999636,31.938017000000425,,17,10,1977 +23,,,327,-109.07783799999636,31.93676300000042,,17,10,1977 +8,F,,328,-109.08167999999641,31.937884000000402,2439531,18,10,1977 +16,F,43.0,329,-109.08024399999636,31.93709400000041,2439521,18,10,1977 +5,F,,330,-109.07960199999636,31.93897000000045,2439531,18,10,1977 +5,M,43.0,331,-109.07960199999636,31.93897000000045,2439521,18,10,1977 +12,F,,332,-109.07851899999636,31.938203000000414,2439531,18,10,1977 +12,M,8.0,333,-109.07851899999636,31.938203000000414,2439566,18,10,1977 +19,,,334,-109.07791199999636,31.937438000000434,,18,10,1977 +5,F,45.0,335,-109.07960199999636,31.93897000000045,2439521,18,10,1977 +5,M,,336,-109.07960199999636,31.93897000000045,2439531,18,10,1977 +12,M,40.0,337,-109.07851899999636,31.938203000000414,2439521,18,10,1977 +8,F,41.0,338,-109.08167999999641,31.937884000000402,2439541,18,10,1977 +12,M,41.0,339,-109.07851899999636,31.938203000000414,2439521,18,10,1977 +8,F,,340,-109.08167999999641,31.937884000000402,2439531,18,10,1977 +12,F,39.0,341,-109.07851899999636,31.938203000000414,2439521,18,10,1977 +5,M,,342,-109.07960199999636,31.93897000000045,2439531,18,10,1977 +16,M,25.0,343,-109.08024399999636,31.93709400000041,2439521,18,10,1977 +21,,,344,-109.07939799999636,31.936448000000453,2439566,18,10,1977 +3,,,345,-109.08120799999641,31.938896000000387,,18,10,1977 +22,F,45.0,346,-109.07860199999635,31.93644100000042,2439521,12,11,1977 +2,F,36.0,347,-109.08197499999642,31.93888700000037,2439521,12,11,1977 +6,F,40.0,348,-109.07883599999636,31.939078000000414,2439521,12,11,1977 +13,M,44.0,349,-109.08261299999641,31.937028000000442,2439521,12,11,1977 +2,,,350,-109.08197499999642,31.93888700000037,,12,11,1977 +2,M,47.0,351,-109.08197499999642,31.93888700000037,2439521,12,11,1977 +22,,,352,-109.07860199999635,31.93644100000042,2438517,12,11,1977 +1,M,40.0,353,-109.08282899999641,31.938851000000387,2439521,12,11,1977 +18,,,354,-109.07863299999636,31.93712600000041,,12,11,1977 +2,M,44.0,355,-109.08197499999642,31.93888700000037,2439521,12,11,1977 +2,,,356,-109.08197499999642,31.93888700000037,2438516,12,11,1977 +1,F,44.0,357,-109.08282899999641,31.938851000000387,2439541,12,11,1977 +9,F,117.0,358,-109.08090299999638,31.93785900000039,2439531,12,11,1977 +13,F,7.0,359,-109.08261299999641,31.937028000000442,2439566,12,11,1977 +18,M,40.0,360,-109.07863299999636,31.93712600000041,2439521,12,11,1977 +20,F,39.0,361,-109.08019099999642,31.93633400000045,2439521,12,11,1977 +2,F,40.0,362,-109.08197499999642,31.93888700000037,2439521,12,11,1977 +1,F,121.0,363,-109.08282899999641,31.938851000000387,2439531,12,11,1977 +2,,,364,-109.08197499999642,31.93888700000037,,12,11,1977 +9,M,46.0,365,-109.08090299999638,31.93785900000039,2439521,12,11,1977 +1,F,35.0,366,-109.08282899999641,31.938851000000387,2439521,12,11,1977 +2,,,367,-109.08197499999642,31.93888700000037,2438517,12,11,1977 +20,M,115.0,368,-109.08019099999642,31.93633400000045,2439531,12,11,1977 +9,F,7.0,369,-109.08090299999638,31.93785900000039,2439566,12,11,1977 +20,F,39.0,370,-109.08019099999642,31.93633400000045,2439521,12,11,1977 +9,M,40.0,371,-109.08090299999638,31.93785900000039,2439521,12,11,1977 +13,M,40.0,372,-109.08261299999641,31.937028000000442,2439521,12,11,1977 +22,F,35.0,373,-109.07860199999635,31.93644100000042,2439521,12,11,1977 +6,M,36.0,374,-109.07883599999636,31.939078000000414,2439521,12,11,1977 +18,M,44.0,375,-109.07863299999636,31.93712600000041,2439521,12,11,1977 +9,F,6.0,376,-109.08090299999638,31.93785900000039,2439566,12,11,1977 +1,F,7.0,377,-109.08282899999641,31.938851000000387,2439566,12,11,1977 +9,F,120.0,378,-109.08090299999638,31.93785900000039,2439531,12,11,1977 +1,M,48.0,379,-109.08282899999641,31.938851000000387,2439541,12,11,1977 +14,M,44.0,380,-109.08182699999641,31.937054000000447,2439521,13,11,1977 +17,F,38.0,381,-109.07941499999636,31.937117000000445,2439521,13,11,1977 +17,F,118.0,382,-109.07941499999636,31.937117000000445,2439531,13,11,1977 +17,M,40.0,383,-109.07941499999636,31.937117000000445,2439521,13,11,1977 +11,F,126.0,384,-109.07930699999636,31.938056000000426,2439531,13,11,1977 +11,M,37.0,385,-109.07930699999636,31.938056000000426,2439521,13,11,1977 +17,M,132.0,386,-109.07941499999636,31.937117000000445,2439531,13,11,1977 +21,,,387,-109.07939799999636,31.936448000000453,2438517,13,11,1977 +21,,,388,-109.07939799999636,31.936448000000453,2438517,13,11,1977 +11,F,39.0,389,-109.07930699999636,31.938056000000426,2439521,13,11,1977 +14,F,113.0,390,-109.08182699999641,31.937054000000447,2439531,13,11,1977 +11,,,391,-109.07930699999636,31.938056000000426,,13,11,1977 +11,M,7.0,392,-109.07930699999636,31.938056000000426,2439566,13,11,1977 +11,F,122.0,393,-109.07930699999636,31.938056000000426,2439531,13,11,1977 +14,,,394,-109.08182699999641,31.937054000000447,,13,11,1977 +4,F,107.0,395,-109.08040899999641,31.93889400000041,2439531,13,11,1977 +14,M,43.0,396,-109.08182699999641,31.937054000000447,2439521,13,11,1977 +14,F,40.0,397,-109.08182699999641,31.937054000000447,2439521,13,11,1977 +17,F,7.0,398,-109.07941499999636,31.937117000000445,2437874,13,11,1977 +4,F,115.0,399,-109.08040899999641,31.93889400000041,2439531,13,11,1977 +17,F,39.0,400,-109.07941499999636,31.937117000000445,2439521,13,11,1977 +21,,,401,-109.07939799999636,31.936448000000453,2438517,13,11,1977 +3,,,402,-109.08120799999641,31.938896000000387,,13,11,1977 +15,,,403,-109.08103599999642,31.937059000000463,,13,11,1977 +19,,,404,-109.07791199999636,31.937438000000434,,13,11,1977 +12,M,40.0,405,-109.07851899999636,31.938203000000414,2439521,14,11,1977 +12,,,406,-109.07851899999636,31.938203000000414,2439531,14,11,1977 +12,,,407,-109.07851899999636,31.938203000000414,,14,11,1977 +5,F,116.0,408,-109.07960199999636,31.93897000000045,2439531,14,11,1977 +8,F,6.0,409,-109.08167999999641,31.937884000000402,2439566,14,11,1977 +12,F,38.0,410,-109.07851899999636,31.938203000000414,2439521,14,11,1977 +5,M,137.0,411,-109.07960199999636,31.93897000000045,2439531,14,11,1977 +5,M,42.0,412,-109.07960199999636,31.93897000000045,2439521,14,11,1977 +5,M,126.0,413,-109.07960199999636,31.93897000000045,2439531,14,11,1977 +8,F,112.0,414,-109.08167999999641,31.937884000000402,2439531,14,11,1977 +8,F,39.0,415,-109.08167999999641,31.937884000000402,2439541,14,11,1977 +5,F,41.0,416,-109.07960199999636,31.93897000000045,2439521,14,11,1977 +7,,,417,-109.08281599999641,31.938113000000413,,14,11,1977 +10,,,418,-109.08009099999636,31.938017000000425,,14,11,1977 +16,,,419,-109.08024399999636,31.93709400000041,,14,11,1977 +23,,,420,-109.07783799999636,31.93676300000042,,14,11,1977 +13,F,48.0,421,-109.08261299999641,31.937028000000442,2439521,10,12,1977 +9,F,121.0,422,-109.08090299999638,31.93785900000039,2439531,10,12,1977 +2,F,42.0,423,-109.08197499999642,31.93888700000037,2439521,10,12,1977 +13,M,42.0,424,-109.08261299999641,31.937028000000442,2439521,10,12,1977 +2,M,52.0,425,-109.08197499999642,31.93888700000037,2439521,10,12,1977 +20,F,38.0,426,-109.08019099999642,31.93633400000045,2439521,10,12,1977 +22,M,45.0,427,-109.07860199999635,31.93644100000042,2439521,10,12,1977 +2,F,37.0,428,-109.08197499999642,31.93888700000037,2439521,10,12,1977 +9,F,40.0,429,-109.08090299999638,31.93785900000039,2439541,10,12,1977 +1,M,38.0,430,-109.08282899999641,31.938851000000387,2439521,10,12,1977 +9,F,7.0,431,-109.08090299999638,31.93785900000039,2439566,10,12,1977 +2,,,432,-109.08197499999642,31.93888700000037,2438516,10,12,1977 +2,,,433,-109.08197499999642,31.93888700000037,2439566,10,12,1977 +9,M,44.0,434,-109.08090299999638,31.93785900000039,2439521,10,12,1977 +13,F,7.0,435,-109.08261299999641,31.937028000000442,2439566,10,12,1977 +2,,,436,-109.08197499999642,31.93888700000037,,10,12,1977 +18,F,33.0,437,-109.07863299999636,31.93712600000041,2439521,10,12,1977 +18,F,38.0,438,-109.07863299999636,31.93712600000041,2439521,10,12,1977 +2,M,47.0,439,-109.08197499999642,31.93888700000037,2439521,10,12,1977 +20,F,39.0,440,-109.08019099999642,31.93633400000045,2439521,10,12,1977 +1,F,7.0,441,-109.08282899999641,31.938851000000387,2439566,10,12,1977 +2,,,442,-109.08197499999642,31.93888700000037,2438517,10,12,1977 +9,,,443,-109.08090299999638,31.93785900000039,2438516,10,12,1977 +13,M,42.0,444,-109.08261299999641,31.937028000000442,2439521,10,12,1977 +6,M,36.0,445,-109.07883599999636,31.939078000000414,2439521,10,12,1977 +9,,,446,-109.08090299999638,31.93785900000039,2438517,10,12,1977 +2,,,447,-109.08197499999642,31.93888700000037,2438516,10,12,1977 +18,M,44.0,448,-109.07863299999636,31.93712600000041,2439521,10,12,1977 +20,M,116.0,449,-109.08019099999642,31.93633400000045,2439531,10,12,1977 +2,M,43.0,450,-109.08197499999642,31.93888700000037,2439521,10,12,1977 +1,M,45.0,451,-109.08282899999641,31.938851000000387,2439541,10,12,1977 +9,F,116.0,452,-109.08090299999638,31.93785900000039,2439531,10,12,1977 +2,,,453,-109.08197499999642,31.93888700000037,2438516,10,12,1977 +9,M,42.0,454,-109.08090299999638,31.93785900000039,2439521,10,12,1977 +1,F,38.0,455,-109.08282899999641,31.938851000000387,2439521,10,12,1977 +7,,,456,-109.08281599999641,31.938113000000413,,10,12,1977 +10,,,457,-109.08009099999636,31.938017000000425,,10,12,1977 +16,,,458,-109.08024399999636,31.93709400000041,,10,12,1977 +19,,,459,-109.07791199999636,31.937438000000434,,10,12,1977 +23,,,460,-109.07783799999636,31.93676300000042,,10,12,1977 +12,F,114.0,461,-109.07851899999636,31.938203000000414,2439531,11,12,1977 +14,M,41.0,462,-109.08182699999641,31.937054000000447,2439521,11,12,1977 +17,M,40.0,463,-109.07941499999636,31.937117000000445,2439521,11,12,1977 +4,M,134.0,464,-109.08040899999641,31.93889400000041,2439531,11,12,1977 +5,M,139.0,465,-109.07960199999636,31.93897000000045,2439531,11,12,1977 +5,,,466,-109.07960199999636,31.93897000000045,,11,12,1977 +4,F,118.0,467,-109.08040899999641,31.93889400000041,2439531,11,12,1977 +8,F,41.0,468,-109.08167999999641,31.937884000000402,2439541,11,12,1977 +11,M,37.0,469,-109.07930699999636,31.938056000000426,2439521,11,12,1977 +12,,,470,-109.07851899999636,31.938203000000414,,11,12,1977 +4,M,6.0,471,-109.08040899999641,31.93889400000041,2439566,11,12,1977 +5,,,472,-109.07960199999636,31.93897000000045,2438516,11,12,1977 +11,F,127.0,473,-109.07930699999636,31.938056000000426,2439531,11,12,1977 +21,,,474,-109.07939799999636,31.936448000000453,2438516,11,12,1977 +8,F,6.0,475,-109.08167999999641,31.937884000000402,2439566,11,12,1977 +11,,,476,-109.07930699999636,31.938056000000426,,11,12,1977 +8,F,120.0,477,-109.08167999999641,31.937884000000402,2439531,11,12,1977 +17,F,115.0,478,-109.07941499999636,31.937117000000445,2439531,11,12,1977 +3,,,479,-109.08120799999641,31.938896000000387,2438516,11,12,1977 +14,F,40.0,480,-109.08182699999641,31.937054000000447,2439521,11,12,1977 +14,F,114.0,481,-109.08182699999641,31.937054000000447,2439531,11,12,1977 +17,F,37.0,482,-109.07941499999636,31.937117000000445,2439521,11,12,1977 +17,M,46.0,483,-109.07941499999636,31.937117000000445,2439521,11,12,1977 +8,M,149.0,484,-109.08167999999641,31.937884000000402,2439531,11,12,1977 +11,F,38.0,485,-109.07930699999636,31.938056000000426,2439521,11,12,1977 +11,M,127.0,486,-109.07930699999636,31.938056000000426,2439531,11,12,1977 +14,,,487,-109.08182699999641,31.937054000000447,,11,12,1977 +12,F,36.0,488,-109.07851899999636,31.938203000000414,2439521,11,12,1977 +12,M,41.0,489,-109.07851899999636,31.938203000000414,2439521,11,12,1977 +11,,,490,-109.07930699999636,31.938056000000426,2438516,11,12,1977 +14,M,44.0,491,-109.08182699999641,31.937054000000447,2439521,11,12,1977 +11,M,138.0,492,-109.07930699999636,31.938056000000426,2439531,11,12,1977 +12,M,110.0,493,-109.07851899999636,31.938203000000414,2439531,11,12,1977 +4,F,110.0,494,-109.08040899999641,31.93889400000041,2439531,11,12,1977 +4,,,495,-109.08040899999641,31.93889400000041,2438516,11,12,1977 +17,,,496,-109.07941499999636,31.937117000000445,,11,12,1977 +17,F,37.0,497,-109.07941499999636,31.937117000000445,2439521,11,12,1977 +5,,,498,-109.07960199999636,31.93897000000045,2438516,11,12,1977 +3,M,7.0,499,-109.08120799999641,31.938896000000387,2439566,11,12,1977 +11,F,121.0,500,-109.07930699999636,31.938056000000426,2439531,11,12,1977 +21,,,501,-109.07939799999636,31.936448000000453,2438516,11,12,1977 +21,,,502,-109.07939799999636,31.936448000000453,2438516,11,12,1977 +5,F,43.0,503,-109.07960199999636,31.93897000000045,2439521,11,12,1977 +15,,,504,-109.08103599999642,31.937059000000463,,11,12,1977 +3,,,505,-109.08120799999641,31.938896000000387,2438517,8,1,1978 +13,M,43.0,506,-109.08261299999641,31.937028000000442,2439521,8,1,1978 +2,,,507,-109.08197499999642,31.93888700000037,,8,1,1978 +2,M,44.0,508,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +20,F,36.0,509,-109.08019099999642,31.93633400000045,2439521,8,1,1978 +3,,,510,-109.08120799999641,31.938896000000387,,8,1,1978 +13,F,8.0,511,-109.08261299999641,31.937028000000442,2439566,8,1,1978 +2,M,38.0,512,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +9,F,122.0,513,-109.08090299999638,31.93785900000039,2439531,8,1,1978 +2,,,514,-109.08197499999642,31.93888700000037,2438517,8,1,1978 +9,M,7.0,515,-109.08090299999638,31.93785900000039,2439566,8,1,1978 +9,F,42.0,516,-109.08090299999638,31.93785900000039,2439541,8,1,1978 +9,M,46.0,517,-109.08090299999638,31.93785900000039,2439521,8,1,1978 +2,M,22.0,518,-109.08197499999642,31.93888700000037,2437981,8,1,1978 +2,M,38.0,519,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +2,M,48.0,520,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +3,M,7.0,521,-109.08120799999641,31.938896000000387,2439566,8,1,1978 +2,M,43.0,522,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +2,F,35.0,523,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +2,M,43.0,524,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +20,,,525,-109.08019099999642,31.93633400000045,2439521,8,1,1978 +6,M,36.0,526,-109.07883599999636,31.939078000000414,2439521,8,1,1978 +9,F,117.0,527,-109.08090299999638,31.93785900000039,2439531,8,1,1978 +2,F,37.0,528,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +20,M,122.0,529,-109.08019099999642,31.93633400000045,2439531,8,1,1978 +9,M,43.0,530,-109.08090299999638,31.93785900000039,2439521,8,1,1978 +13,M,42.0,531,-109.08261299999641,31.937028000000442,2439521,8,1,1978 +20,,,532,-109.08019099999642,31.93633400000045,,8,1,1978 +2,F,7.0,533,-109.08197499999642,31.93888700000037,2439566,8,1,1978 +2,M,45.0,534,-109.08197499999642,31.93888700000037,2439521,8,1,1978 +2,,,535,-109.08197499999642,31.93888700000037,2438516,8,1,1978 +7,,,536,-109.08281599999641,31.938113000000413,,8,1,1978 +22,,,537,-109.07860199999635,31.93644100000042,,8,1,1978 +14,,,538,-109.08182699999641,31.937054000000447,2438516,9,1,1978 +17,M,40.0,539,-109.07941499999636,31.937117000000445,2439521,9,1,1978 +17,F,37.0,540,-109.07941499999636,31.937117000000445,2439521,9,1,1978 +17,F,117.0,541,-109.07941499999636,31.937117000000445,2439531,9,1,1978 +11,M,40.0,542,-109.07930699999636,31.938056000000426,2439521,9,1,1978 +1,M,40.0,543,-109.08282899999641,31.938851000000387,2439521,9,1,1978 +4,M,132.0,544,-109.08040899999641,31.93889400000041,2439531,9,1,1978 +14,,,545,-109.08182699999641,31.937054000000447,2438517,9,1,1978 +1,F,36.0,546,-109.08282899999641,31.938851000000387,2439521,9,1,1978 +11,,,547,-109.07930699999636,31.938056000000426,,9,1,1978 +8,,,548,-109.08167999999641,31.937884000000402,2438516,9,1,1978 +8,M,150.0,549,-109.08167999999641,31.937884000000402,2439531,9,1,1978 +11,M,44.0,550,-109.07930699999636,31.938056000000426,2439521,9,1,1978 +14,F,40.0,551,-109.08182699999641,31.937054000000447,2439521,9,1,1978 +4,F,126.0,552,-109.08040899999641,31.93889400000041,2439531,9,1,1978 +11,F,122.0,553,-109.07930699999636,31.938056000000426,2439531,9,1,1978 +8,F,136.0,554,-109.08167999999641,31.937884000000402,2439531,9,1,1978 +14,,,555,-109.08182699999641,31.937054000000447,,9,1,1978 +14,F,116.0,556,-109.08182699999641,31.937054000000447,2439531,9,1,1978 +17,F,38.0,557,-109.07941499999636,31.937117000000445,2439521,9,1,1978 +11,F,39.0,558,-109.07930699999636,31.938056000000426,2439521,9,1,1978 +1,F,135.0,559,-109.08282899999641,31.938851000000387,2439531,9,1,1978 +14,M,46.0,560,-109.08182699999641,31.937054000000447,2439521,9,1,1978 +17,M,133.0,561,-109.07941499999636,31.937117000000445,2439531,9,1,1978 +11,M,136.0,562,-109.07930699999636,31.938056000000426,2439531,9,1,1978 +19,,,563,-109.07791199999636,31.937438000000434,,9,1,1978 +23,,,564,-109.07783799999636,31.93676300000042,,9,1,1978 +18,F,141.0,565,-109.07863299999636,31.93712600000041,2439531,10,1,1978 +12,,,566,-109.07851899999636,31.938203000000414,,10,1,1978 +18,F,38.0,567,-109.07863299999636,31.93712600000041,2439521,10,1,1978 +12,F,35.0,568,-109.07851899999636,31.938203000000414,2439521,10,1,1978 +21,,,569,-109.07939799999636,31.936448000000453,2438516,10,1,1978 +5,M,135.0,570,-109.07960199999636,31.93897000000045,2439531,10,1,1978 +5,,,571,-109.07960199999636,31.93897000000045,2438516,10,1,1978 +18,F,33.0,572,-109.07863299999636,31.93712600000041,2439521,10,1,1978 +18,M,51.0,573,-109.07863299999636,31.93712600000041,2439521,10,1,1978 +5,F,122.0,574,-109.07960199999636,31.93897000000045,2439531,10,1,1978 +18,F,33.0,575,-109.07863299999636,31.93712600000041,2439521,10,1,1978 +18,M,47.0,576,-109.07863299999636,31.93712600000041,2439521,10,1,1978 +18,M,49.0,577,-109.07863299999636,31.93712600000041,2439521,10,1,1978 +21,,,578,-109.07939799999636,31.936448000000453,2438516,10,1,1978 +18,M,46.0,579,-109.07863299999636,31.93712600000041,2439521,10,1,1978 +5,F,45.0,580,-109.07960199999636,31.93897000000045,2439521,10,1,1978 +12,M,41.0,581,-109.07851899999636,31.938203000000414,2439521,10,1,1978 +10,,,582,-109.08009099999636,31.938017000000425,,10,1,1978 +15,,,583,-109.08103599999642,31.937059000000463,,10,1,1978 +16,,,584,-109.08024399999636,31.93709400000041,,10,1,1978 +3,M,24.0,585,-109.08120799999641,31.938896000000387,2438516,18,2,1978 +2,M,157.0,586,-109.08197499999642,31.93888700000037,2439531,18,2,1978 +13,M,51.0,587,-109.08261299999641,31.937028000000442,2439521,18,2,1978 +2,,,588,-109.08197499999642,31.93888700000037,,18,2,1978 +2,M,218.0,589,-109.08197499999642,31.93888700000037,,18,2,1978 +20,F,38.0,590,-109.08019099999642,31.93633400000045,2439521,18,2,1978 +2,F,7.0,591,-109.08197499999642,31.93888700000037,2439566,18,2,1978 +6,F,,592,-109.07883599999636,31.939078000000414,2439521,18,2,1978 +22,M,45.0,593,-109.07860199999635,31.93644100000042,2439521,18,2,1978 +2,M,52.0,594,-109.08197499999642,31.93888700000037,2439521,18,2,1978 +9,M,50.0,595,-109.08090299999638,31.93785900000039,2439521,18,2,1978 +2,M,51.0,596,-109.08197499999642,31.93888700000037,2439521,18,2,1978 +9,F,126.0,597,-109.08090299999638,31.93785900000039,2439531,18,2,1978 +20,F,39.0,598,-109.08019099999642,31.93633400000045,2439521,18,2,1978 +2,F,24.0,599,-109.08197499999642,31.93888700000037,2438516,18,2,1978 +3,F,23.0,600,-109.08120799999641,31.938896000000387,2438516,18,2,1978 +2,F,40.0,601,-109.08197499999642,31.93888700000037,2439521,18,2,1978 +2,M,41.0,602,-109.08197499999642,31.93888700000037,2439521,18,2,1978 +13,M,46.0,603,-109.08261299999641,31.937028000000442,2439521,18,2,1978 +2,M,25.0,604,-109.08197499999642,31.93888700000037,2438516,18,2,1978 +2,M,25.0,605,-109.08197499999642,31.93888700000037,2437981,18,2,1978 +19,,,606,-109.07791199999636,31.937438000000434,,18,2,1978 +23,,,607,-109.07783799999636,31.93676300000042,,18,2,1978 +5,F,39.0,608,-109.07960199999636,31.93897000000045,2439521,19,2,1978 +17,F,42.0,609,-109.07941499999636,31.937117000000445,2439521,19,2,1978 +4,F,,610,-109.08040899999641,31.93889400000041,2439531,19,2,1978 +17,M,39.0,611,-109.07941499999636,31.937117000000445,2439521,19,2,1978 +21,F,23.0,612,-109.07939799999636,31.936448000000453,2438516,19,2,1978 +4,,,613,-109.08040899999641,31.93889400000041,2439531,19,2,1978 +5,M,,614,-109.07960199999636,31.93897000000045,2439531,19,2,1978 +4,F,124.0,615,-109.08040899999641,31.93889400000041,2439531,19,2,1978 +5,F,114.0,616,-109.07960199999636,31.93897000000045,2439531,19,2,1978 +11,M,44.0,617,-109.07930699999636,31.938056000000426,2439521,19,2,1978 +11,M,48.0,618,-109.07930699999636,31.938056000000426,2439521,19,2,1978 +14,F,,619,-109.08182699999641,31.937054000000447,2439531,19,2,1978 +14,F,44.0,620,-109.08182699999641,31.937054000000447,2439521,19,2,1978 +8,F,132.0,621,-109.08167999999641,31.937884000000402,2439531,19,2,1978 +4,,,622,-109.08040899999641,31.93889400000041,2439566,19,2,1978 +17,F,137.0,623,-109.07941499999636,31.937117000000445,2439531,19,2,1978 +21,,,624,-109.07939799999636,31.936448000000453,2438516,19,2,1978 +4,M,39.0,625,-109.08040899999641,31.93889400000041,2439521,19,2,1978 +5,F,56.0,626,-109.07960199999636,31.93897000000045,2439521,19,2,1978 +17,F,35.0,627,-109.07941499999636,31.937117000000445,2438517,19,2,1978 +17,,,628,-109.07941499999636,31.937117000000445,2439521,19,2,1978 +11,,,629,-109.07930699999636,31.938056000000426,2439521,19,2,1978 +14,,197.0,630,-109.08182699999641,31.937054000000447,,19,2,1978 +5,F,22.0,631,-109.07960199999636,31.93897000000045,2438516,19,2,1978 +5,M,25.0,632,-109.07960199999636,31.93897000000045,2438516,19,2,1978 +7,,,633,-109.08281599999641,31.938113000000413,,19,2,1978 +8,M,154.0,634,-109.08167999999641,31.937884000000402,2439531,19,2,1978 +10,,,635,-109.08009099999636,31.938017000000425,,19,2,1978 +15,M,49.0,636,-109.08103599999642,31.937059000000463,2439521,20,2,1978 +18,F,44.0,637,-109.07863299999636,31.93712600000041,2439521,20,2,1978 +18,F,35.0,638,-109.07863299999636,31.93712600000041,2439521,20,2,1978 +12,F,36.0,639,-109.07851899999636,31.938203000000414,2439521,20,2,1978 +1,F,39.0,640,-109.08282899999641,31.938851000000387,2439521,20,2,1978 +12,F,133.0,641,-109.07851899999636,31.938203000000414,2439531,20,2,1978 +15,M,50.0,642,-109.08103599999642,31.937059000000463,2439521,20,2,1978 +1,M,43.0,643,-109.08282899999641,31.938851000000387,2439521,20,2,1978 +15,F,40.0,644,-109.08103599999642,31.937059000000463,2439521,20,2,1978 +18,M,45.0,645,-109.07863299999636,31.93712600000041,2439521,20,2,1978 +12,M,44.0,646,-109.07851899999636,31.938203000000414,2439521,20,2,1978 +18,M,228.0,647,-109.07863299999636,31.93712600000041,,20,2,1978 +1,F,144.0,648,-109.08282899999641,31.938851000000387,2439531,20,2,1978 +16,F,46.0,649,-109.08024399999636,31.93709400000041,2439521,20,2,1978 +16,M,48.0,650,-109.08024399999636,31.93709400000041,2439521,20,2,1978 +2,F,7.0,651,-109.08197499999642,31.93888700000037,2439566,11,3,1978 +20,M,45.0,652,-109.08019099999642,31.93633400000045,2439521,11,3,1978 +2,M,8.0,653,-109.08197499999642,31.93888700000037,2439566,11,3,1978 +22,F,133.0,654,-109.07860199999635,31.93644100000042,2439531,11,3,1978 +22,F,40.0,655,-109.07860199999635,31.93644100000042,2439521,11,3,1978 +3,M,232.0,656,-109.08120799999641,31.938896000000387,,11,3,1978 +9,F,128.0,657,-109.08090299999638,31.93785900000039,2439531,11,3,1978 +2,M,153.0,658,-109.08197499999642,31.93888700000037,2439531,11,3,1978 +3,F,22.0,659,-109.08120799999641,31.938896000000387,2438516,11,3,1978 +20,F,21.0,660,-109.08019099999642,31.93633400000045,2438516,11,3,1978 +2,M,53.0,661,-109.08197499999642,31.93888700000037,2439521,11,3,1978 +2,,,662,-109.08197499999642,31.93888700000037,,11,3,1978 +13,F,8.0,663,-109.08261299999641,31.937028000000442,2439566,11,3,1978 +2,M,25.0,664,-109.08197499999642,31.93888700000037,2438516,11,3,1978 +2,M,43.0,665,-109.08197499999642,31.93888700000037,2439521,11,3,1978 +20,F,43.0,666,-109.08019099999642,31.93633400000045,2439521,11,3,1978 +13,M,38.0,667,-109.08261299999641,31.937028000000442,2438517,11,3,1978 +20,F,42.0,668,-109.08019099999642,31.93633400000045,2439521,11,3,1978 +3,M,26.0,669,-109.08120799999641,31.938896000000387,2438516,11,3,1978 +9,F,146.0,670,-109.08090299999638,31.93785900000039,2439531,11,3,1978 +2,F,25.0,671,-109.08197499999642,31.93888700000037,2438516,11,3,1978 +2,M,28.0,672,-109.08197499999642,31.93888700000037,2437981,11,3,1978 +3,M,8.0,673,-109.08120799999641,31.938896000000387,2439566,11,3,1978 +2,F,29.0,674,-109.08197499999642,31.93888700000037,2437981,11,3,1978 +20,M,122.0,675,-109.08019099999642,31.93633400000045,2439531,11,3,1978 +6,,,676,-109.07883599999636,31.939078000000414,,11,3,1978 +23,,,677,-109.07783799999636,31.93676300000042,,11,3,1978 +5,M,137.0,678,-109.07960199999636,31.93897000000045,2439531,12,3,1978 +4,M,131.0,679,-109.08040899999641,31.93889400000041,2439531,12,3,1978 +5,F,125.0,680,-109.07960199999636,31.93897000000045,2439531,12,3,1978 +17,M,,681,-109.07941499999636,31.937117000000445,2439521,12,3,1978 +14,F,,682,-109.08182699999641,31.937054000000447,2439531,12,3,1978 +21,,,683,-109.07939799999636,31.936448000000453,2438516,12,3,1978 +21,F,,684,-109.07939799999636,31.936448000000453,2439566,12,3,1978 +4,M,43.0,685,-109.08040899999641,31.93889400000041,2439521,12,3,1978 +17,F,,686,-109.07941499999636,31.937117000000445,2439531,12,3,1978 +4,,,687,-109.08040899999641,31.93889400000041,2439566,12,3,1978 +5,F,69.0,688,-109.07960199999636,31.93897000000045,2439531,12,3,1978 +4,F,141.0,689,-109.08040899999641,31.93889400000041,2439531,12,3,1978 +11,M,138.0,690,-109.07930699999636,31.938056000000426,2439531,12,3,1978 +11,M,43.0,691,-109.07930699999636,31.938056000000426,2439521,12,3,1978 +4,F,124.0,692,-109.08040899999641,31.93889400000041,2439531,12,3,1978 +14,,,693,-109.08182699999641,31.937054000000447,2439521,12,3,1978 +21,M,,694,-109.07939799999636,31.936448000000453,2438516,12,3,1978 +11,F,43.0,695,-109.07930699999636,31.938056000000426,2439521,12,3,1978 +17,,,696,-109.07941499999636,31.937117000000445,2437874,12,3,1978 +5,F,45.0,697,-109.07960199999636,31.93897000000045,2439521,12,3,1978 +11,M,46.0,698,-109.07930699999636,31.938056000000426,2439521,12,3,1978 +14,F,,699,-109.08182699999641,31.937054000000447,2439521,12,3,1978 +5,F,43.0,700,-109.07960199999636,31.93897000000045,2439521,12,3,1978 +5,M,49.0,701,-109.07960199999636,31.93897000000045,2439521,12,3,1978 +17,,,702,-109.07941499999636,31.937117000000445,2438517,12,3,1978 +5,M,47.0,703,-109.07960199999636,31.93897000000045,2439521,12,3,1978 +17,M,,704,-109.07941499999636,31.937117000000445,2439531,12,3,1978 +5,M,,705,-109.07960199999636,31.93897000000045,2439521,12,3,1978 +11,F,,706,-109.07930699999636,31.938056000000426,2439531,12,3,1978 +17,F,,707,-109.07941499999636,31.937117000000445,2438516,12,3,1978 +17,F,,708,-109.07941499999636,31.937117000000445,2439521,12,3,1978 +5,M,26.0,709,-109.07960199999636,31.93897000000045,2438516,12,3,1978 +10,,,710,-109.08009099999636,31.938017000000425,,12,3,1978 +8,M,152.0,711,-109.08167999999641,31.937884000000402,2439531,13,3,1978 +18,F,44.0,712,-109.07863299999636,31.93712600000041,2439521,13,3,1978 +15,M,48.0,713,-109.08103599999642,31.937059000000463,2439521,13,3,1978 +8,M,29.0,714,-109.08167999999641,31.937884000000402,2438516,13,3,1978 +15,F,44.0,715,-109.08103599999642,31.937059000000463,2439521,13,3,1978 +18,M,49.0,716,-109.07863299999636,31.93712600000041,2439521,13,3,1978 +15,M,45.0,717,-109.08103599999642,31.937059000000463,2439521,13,3,1978 +1,F,51.0,718,-109.08282899999641,31.938851000000387,2439521,13,3,1978 +8,M,57.0,719,-109.08167999999641,31.937884000000402,2439541,13,3,1978 +18,M,,720,-109.07863299999636,31.93712600000041,2439521,13,3,1978 +8,F,134.0,721,-109.08167999999641,31.937884000000402,2439531,13,3,1978 +1,F,44.0,722,-109.08282899999641,31.938851000000387,2439521,13,3,1978 +16,F,30.0,723,-109.08024399999636,31.93709400000041,2438517,13,3,1978 +8,F,35.0,724,-109.08167999999641,31.937884000000402,2438516,13,3,1978 +15,M,48.0,725,-109.08103599999642,31.937059000000463,2439521,13,3,1978 +1,F,146.0,726,-109.08282899999641,31.938851000000387,2439531,13,3,1978 +18,F,37.0,727,-109.07863299999636,31.93712600000041,2439521,13,3,1978 +7,,,728,-109.08281599999641,31.938113000000413,,13,3,1978 +12,,,729,-109.07851899999636,31.938203000000414,,13,3,1978 +15,M,46.0,730,-109.08103599999642,31.937059000000463,2439521,13,3,1978 +19,,,731,-109.07791199999636,31.937438000000434,,13,3,1978 +2,F,110.0,732,-109.08197499999642,31.93888700000037,2439531,8,4,1978 +2,,,733,-109.08197499999642,31.93888700000037,2438516,8,4,1978 +2,M,,734,-109.08197499999642,31.93888700000037,2439521,8,4,1978 +6,M,,735,-109.07883599999636,31.939078000000414,2439521,8,4,1978 +6,F,,736,-109.07883599999636,31.939078000000414,2438516,8,4,1978 +6,M,,737,-109.07883599999636,31.939078000000414,,8,4,1978 +9,F,,738,-109.08090299999638,31.93785900000039,2439521,8,4,1978 +13,M,,739,-109.08261299999641,31.937028000000442,2439566,8,4,1978 +13,M,,740,-109.08261299999641,31.937028000000442,2437981,8,4,1978 +13,M,,741,-109.08261299999641,31.937028000000442,2438517,8,4,1978 +13,M,,742,-109.08261299999641,31.937028000000442,2439531,8,4,1978 +13,M,,743,-109.08261299999641,31.937028000000442,2437981,8,4,1978 +20,M,,744,-109.08019099999642,31.93633400000045,2439521,8,4,1978 +20,F,,745,-109.08019099999642,31.93633400000045,2437981,8,4,1978 +22,F,,746,-109.07860199999635,31.93644100000042,2439521,8,4,1978 +22,M,,747,-109.07860199999635,31.93644100000042,2438516,8,4,1978 +9,F,,748,-109.08090299999638,31.93785900000039,2439521,8,4,1978 +2,,,749,-109.08197499999642,31.93888700000037,,8,4,1978 +2,M,,750,-109.08197499999642,31.93888700000037,2439531,8,4,1978 +9,F,,751,-109.08090299999638,31.93785900000039,2439566,8,4,1978 +13,M,,752,-109.08261299999641,31.937028000000442,2439521,8,4,1978 +9,F,,753,-109.08090299999638,31.93785900000039,2439531,8,4,1978 +20,F,,754,-109.08019099999642,31.93633400000045,2439521,8,4,1978 +2,M,,755,-109.08197499999642,31.93888700000037,2439521,8,4,1978 +3,F,,756,-109.08120799999641,31.938896000000387,,8,4,1978 +21,F,,757,-109.07939799999636,31.936448000000453,2438516,8,4,1978 +2,F,,758,-109.08197499999642,31.93888700000037,2439521,8,4,1978 +9,M,,759,-109.08090299999638,31.93785900000039,2439521,8,4,1978 +22,F,,760,-109.07860199999635,31.93644100000042,2439531,8,4,1978 +9,M,,761,-109.08090299999638,31.93785900000039,2439531,8,4,1978 +9,F,,762,-109.08090299999638,31.93785900000039,2439531,8,4,1978 +13,,,763,-109.08261299999641,31.937028000000442,2437300,8,4,1978 +20,M,,764,-109.08019099999642,31.93633400000045,2439531,8,4,1978 +2,M,,765,-109.08197499999642,31.93888700000037,2439521,8,4,1978 +9,F,,766,-109.08090299999638,31.93785900000039,2439521,8,4,1978 +22,F,,767,-109.07860199999635,31.93644100000042,2439521,8,4,1978 +13,M,,768,-109.08261299999641,31.937028000000442,2439521,8,4,1978 +13,,,769,-109.08261299999641,31.937028000000442,2438517,8,4,1978 +6,,,770,-109.07883599999636,31.939078000000414,,8,4,1978 +4,M,26.0,771,-109.08040899999641,31.93889400000041,2439521,9,4,1978 +4,M,44.0,772,-109.08040899999641,31.93889400000041,2439521,9,4,1978 +5,,,773,-109.07960199999636,31.93897000000045,2439521,9,4,1978 +5,M,48.0,774,-109.07960199999636,31.93897000000045,2439521,9,4,1978 +5,M,39.0,775,-109.07960199999636,31.93897000000045,2439521,9,4,1978 +5,M,44.0,776,-109.07960199999636,31.93897000000045,2439521,9,4,1978 +5,M,45.0,777,-109.07960199999636,31.93897000000045,2439521,9,4,1978 +8,M,27.0,778,-109.08167999999641,31.937884000000402,2438516,9,4,1978 +8,M,36.0,779,-109.08167999999641,31.937884000000402,2439521,9,4,1978 +11,,,780,-109.07930699999636,31.938056000000426,2436910,9,4,1978 +11,M,51.0,781,-109.07930699999636,31.938056000000426,2439521,9,4,1978 +11,F,45.0,782,-109.07930699999636,31.938056000000426,2439521,9,4,1978 +11,M,47.0,783,-109.07930699999636,31.938056000000426,2439521,9,4,1978 +14,F,90.0,784,-109.08182699999641,31.937054000000447,2439531,9,4,1978 +17,M,23.0,785,-109.07941499999636,31.937117000000445,2438516,9,4,1978 +17,M,49.0,786,-109.07941499999636,31.937117000000445,2439521,9,4,1978 +11,M,131.0,787,-109.07930699999636,31.938056000000426,2439531,9,4,1978 +5,F,114.0,788,-109.07960199999636,31.93897000000045,2439531,9,4,1978 +17,M,42.0,789,-109.07941499999636,31.937117000000445,2439521,9,4,1978 +8,M,148.0,790,-109.08167999999641,31.937884000000402,2439531,9,4,1978 +5,F,76.0,791,-109.07960199999636,31.93897000000045,2439531,9,4,1978 +5,M,141.0,792,-109.07960199999636,31.93897000000045,2439531,9,4,1978 +17,F,42.0,793,-109.07941499999636,31.937117000000445,2439521,9,4,1978 +4,F,121.0,794,-109.08040899999641,31.93889400000041,2439531,9,4,1978 +11,M,44.0,795,-109.07930699999636,31.938056000000426,2439521,9,4,1978 +17,F,55.0,796,-109.07941499999636,31.937117000000445,2439541,9,4,1978 +4,M,133.0,797,-109.08040899999641,31.93889400000041,2439531,9,4,1978 +17,M,142.0,798,-109.07941499999636,31.937117000000445,2439531,9,4,1978 +8,F,142.0,799,-109.08167999999641,31.937884000000402,2439531,9,4,1978 +11,F,46.0,800,-109.07930699999636,31.938056000000426,2439521,9,4,1978 +5,F,50.0,801,-109.07960199999636,31.93897000000045,2439521,9,4,1978 +14,F,142.0,802,-109.08182699999641,31.937054000000447,2439531,9,4,1978 +8,,,803,-109.08167999999641,31.937884000000402,2439521,9,4,1978 +4,F,84.0,804,-109.08040899999641,31.93889400000041,2439531,9,4,1978 +4,M,42.0,805,-109.08040899999641,31.93889400000041,2439521,9,4,1978 +17,F,142.0,806,-109.07941499999636,31.937117000000445,2439531,9,4,1978 +4,F,118.0,807,-109.08040899999641,31.93889400000041,2439531,9,4,1978 +17,F,43.0,808,-109.07941499999636,31.937117000000445,2439521,9,4,1978 +11,F,132.0,809,-109.07930699999636,31.938056000000426,2439531,9,4,1978 +11,F,75.0,810,-109.07930699999636,31.938056000000426,2439531,9,4,1978 +14,F,49.0,811,-109.08182699999641,31.937054000000447,2439521,9,4,1978 +19,,,812,-109.07791199999636,31.937438000000434,,9,4,1978 +23,,,813,-109.07783799999636,31.93676300000042,,9,4,1978 +1,,,814,-109.08282899999641,31.938851000000387,2436910,10,4,1978 +1,M,168.0,815,-109.08282899999641,31.938851000000387,2439531,10,4,1978 +1,F,43.0,816,-109.08282899999641,31.938851000000387,2439521,10,4,1978 +18,F,84.0,817,-109.07863299999636,31.93712600000041,2439531,10,4,1978 +12,F,,818,-109.07851899999636,31.938203000000414,2439521,10,4,1978 +1,F,87.0,819,-109.08282899999641,31.938851000000387,2439531,10,4,1978 +12,F,117.0,820,-109.07851899999636,31.938203000000414,2439531,10,4,1978 +18,F,42.0,821,-109.07863299999636,31.93712600000041,2439521,10,4,1978 +16,F,41.0,822,-109.08024399999636,31.93709400000041,2439521,10,4,1978 +1,F,140.0,823,-109.08282899999641,31.938851000000387,2439531,10,4,1978 +18,F,40.0,824,-109.07863299999636,31.93712600000041,2439521,10,4,1978 +12,M,45.0,825,-109.07851899999636,31.938203000000414,2439521,10,4,1978 +18,M,225.0,826,-109.07863299999636,31.93712600000041,,10,4,1978 +16,M,18.0,827,-109.08024399999636,31.93709400000041,2438516,10,4,1978 +15,M,47.0,828,-109.08103599999642,31.937059000000463,2439521,10,4,1978 +18,,48.0,829,-109.07863299999636,31.93712600000041,2439521,10,4,1978 +1,M,89.0,830,-109.08282899999641,31.938851000000387,2439531,10,4,1978 +18,M,51.0,831,-109.07863299999636,31.93712600000041,2439521,10,4,1978 +7,,,832,-109.08281599999641,31.938113000000413,,10,4,1978 +10,,,833,-109.08009099999636,31.938017000000425,,10,4,1978 +2,M,8.0,834,-109.08197499999642,31.93888700000037,2439566,6,5,1978 +22,M,47.0,835,-109.07860199999635,31.93644100000042,2439521,6,5,1978 +2,M,149.0,836,-109.08197499999642,31.93888700000037,2439531,6,5,1978 +9,F,124.0,837,-109.08090299999638,31.93785900000039,2439531,6,5,1978 +6,F,73.0,838,-109.07883599999636,31.939078000000414,2439531,6,5,1978 +2,M,48.0,839,-109.08197499999642,31.93888700000037,2439521,6,5,1978 +9,M,139.0,840,-109.08090299999638,31.93785900000039,2439531,6,5,1978 +6,M,41.0,841,-109.07883599999636,31.939078000000414,2439521,6,5,1978 +20,M,123.0,842,-109.08019099999642,31.93633400000045,2439531,6,5,1978 +2,F,41.0,843,-109.08197499999642,31.93888700000037,2439521,6,5,1978 +22,F,114.0,844,-109.07860199999635,31.93644100000042,2439531,6,5,1978 +9,F,59.0,845,-109.08090299999638,31.93785900000039,2439531,6,5,1978 +2,M,204.0,846,-109.08197499999642,31.93888700000037,,6,5,1978 +9,F,90.0,847,-109.08090299999638,31.93785900000039,2439531,6,5,1978 +20,M,45.0,848,-109.08019099999642,31.93633400000045,2439521,6,5,1978 +22,M,212.0,849,-109.07860199999635,31.93644100000042,,6,5,1978 +2,M,43.0,850,-109.08197499999642,31.93888700000037,2439521,6,5,1978 +22,F,91.0,851,-109.07860199999635,31.93644100000042,2439531,6,5,1978 +9,M,50.0,852,-109.08090299999638,31.93785900000039,2439531,6,5,1978 +13,M,44.0,853,-109.08261299999641,31.937028000000442,2439521,6,5,1978 +9,F,113.0,854,-109.08090299999638,31.93785900000039,2439531,6,5,1978 +9,M,36.0,855,-109.08090299999638,31.93785900000039,2439521,6,5,1978 +9,F,90.0,856,-109.08090299999638,31.93785900000039,2439531,6,5,1978 +9,F,50.0,857,-109.08090299999638,31.93785900000039,2439521,6,5,1978 +13,,,858,-109.08261299999641,31.937028000000442,2437300,6,5,1978 +3,,,859,-109.08120799999641,31.938896000000387,,6,5,1978 +21,F,9.0,860,-109.07939799999636,31.936448000000453,2438516,6,5,1978 +14,M,,861,-109.08182699999641,31.937054000000447,2438517,17,5,1978 +21,F,29.0,862,-109.07939799999636,31.936448000000453,2438517,17,5,1978 +5,M,137.0,863,-109.07960199999636,31.93897000000045,2439531,17,5,1978 +5,M,57.0,864,-109.07960199999636,31.93897000000045,2439531,17,5,1978 +12,F,121.0,865,-109.07851899999636,31.938203000000414,2439531,17,5,1978 +20,F,31.0,866,-109.08019099999642,31.93633400000045,2439521,17,5,1978 +12,F,41.0,867,-109.07851899999636,31.938203000000414,2439521,17,5,1978 +6,M,37.0,868,-109.07883599999636,31.939078000000414,2439521,17,5,1978 +6,F,83.0,869,-109.07883599999636,31.939078000000414,2439531,17,5,1978 +20,F,174.0,870,-109.08019099999642,31.93633400000045,,17,5,1978 +22,F,116.0,871,-109.07860199999635,31.93644100000042,2439531,17,5,1978 +6,F,74.0,872,-109.07883599999636,31.939078000000414,2439531,17,5,1978 +20,M,130.0,873,-109.08019099999642,31.93633400000045,2439531,17,5,1978 +22,F,,874,-109.07860199999635,31.93644100000042,2439531,17,5,1978 +20,M,40.0,875,-109.08019099999642,31.93633400000045,2439521,17,5,1978 +5,F,212.0,876,-109.07960199999636,31.93897000000045,,17,5,1978 +6,M,41.0,877,-109.07883599999636,31.939078000000414,2439521,17,5,1978 +12,F,83.0,878,-109.07851899999636,31.938203000000414,2439531,17,5,1978 +19,,,879,-109.07791199999636,31.937438000000434,,17,5,1978 +23,,,880,-109.07783799999636,31.93676300000042,,17,5,1978 +16,M,48.0,881,-109.08024399999636,31.93709400000041,2439521,18,5,1978 +18,F,41.0,882,-109.07863299999636,31.93712600000041,2439521,18,5,1978 +11,M,118.0,883,-109.07930699999636,31.938056000000426,2439531,18,5,1978 +17,F,22.0,884,-109.07941499999636,31.937117000000445,2437967,18,5,1978 +18,M,102.0,885,-109.07863299999636,31.93712600000041,2439531,18,5,1978 +11,M,42.0,886,-109.07930699999636,31.938056000000426,2439521,18,5,1978 +3,F,182.0,887,-109.08120799999641,31.938896000000387,,18,5,1978 +11,F,29.0,888,-109.07930699999636,31.938056000000426,2439521,18,5,1978 +17,M,23.0,889,-109.07941499999636,31.937117000000445,2439521,18,5,1978 +18,F,138.0,890,-109.07863299999636,31.93712600000041,2439531,18,5,1978 +17,M,131.0,891,-109.07941499999636,31.937117000000445,2439531,18,5,1978 +17,M,41.0,892,-109.07941499999636,31.937117000000445,2439521,18,5,1978 +17,F,115.0,893,-109.07941499999636,31.937117000000445,2439531,18,5,1978 +14,F,121.0,894,-109.08182699999641,31.937054000000447,2439531,18,5,1978 +17,F,38.0,895,-109.07941499999636,31.937117000000445,2439521,18,5,1978 +4,M,126.0,896,-109.08040899999641,31.93889400000041,2439531,18,5,1978 +4,F,120.0,897,-109.08040899999641,31.93889400000041,2439531,18,5,1978 +11,M,15.0,898,-109.07930699999636,31.938056000000426,2439591,18,5,1978 +11,F,29.0,899,-109.07930699999636,31.938056000000426,2439521,18,5,1978 +18,F,43.0,900,-109.07863299999636,31.93712600000041,2439521,18,5,1978 +15,M,41.0,901,-109.08103599999642,31.937059000000463,2439521,18,5,1978 +4,F,68.0,902,-109.08040899999641,31.93889400000041,2439531,18,5,1978 +4,M,83.0,903,-109.08040899999641,31.93889400000041,2439531,18,5,1978 +14,M,,904,-109.08182699999641,31.937054000000447,2439521,18,5,1978 +11,F,97.0,905,-109.07930699999636,31.938056000000426,2439531,18,5,1978 +17,M,21.0,906,-109.07941499999636,31.937117000000445,2439521,18,5,1978 +11,M,21.0,907,-109.07930699999636,31.938056000000426,2439521,18,5,1978 +14,F,44.0,908,-109.08182699999641,31.937054000000447,2439521,18,5,1978 +17,M,18.0,909,-109.07941499999636,31.937117000000445,2439541,18,5,1978 +4,M,40.0,910,-109.08040899999641,31.93889400000041,2439521,18,5,1978 +17,F,41.0,911,-109.07941499999636,31.937117000000445,2439521,18,5,1978 +9,F,129.0,912,-109.08090299999638,31.93785900000039,2439531,19,5,1978 +2,M,148.0,913,-109.08197499999642,31.93888700000037,2439531,19,5,1978 +1,M,42.0,914,-109.08282899999641,31.938851000000387,2439521,19,5,1978 +2,F,41.0,915,-109.08197499999642,31.93888700000037,2439521,19,5,1978 +13,F,24.0,916,-109.08261299999641,31.937028000000442,2438516,19,5,1978 +8,F,108.0,917,-109.08167999999641,31.937884000000402,2439531,19,5,1978 +1,M,160.0,918,-109.08282899999641,31.938851000000387,2439531,19,5,1978 +2,F,30.0,919,-109.08197499999642,31.93888700000037,2438516,19,5,1978 +8,M,54.0,920,-109.08167999999641,31.937884000000402,2439541,19,5,1978 +8,F,7.0,921,-109.08167999999641,31.937884000000402,2439566,19,5,1978 +8,F,125.0,922,-109.08167999999641,31.937884000000402,2439531,19,5,1978 +1,M,100.0,923,-109.08282899999641,31.938851000000387,2439531,19,5,1978 +1,M,21.0,924,-109.08282899999641,31.938851000000387,2439521,19,5,1978 +2,M,49.0,925,-109.08197499999642,31.93888700000037,2439521,19,5,1978 +9,M,35.0,926,-109.08090299999638,31.93785900000039,2439521,19,5,1978 +1,M,37.0,927,-109.08282899999641,31.938851000000387,2439541,19,5,1978 +9,F,64.0,928,-109.08090299999638,31.93785900000039,2439531,19,5,1978 +1,F,131.0,929,-109.08282899999641,31.938851000000387,2439531,19,5,1978 +1,M,54.0,930,-109.08282899999641,31.938851000000387,2439531,19,5,1978 +2,M,44.0,931,-109.08197499999642,31.93888700000037,2439521,19,5,1978 +9,F,90.0,932,-109.08090299999638,31.93785900000039,2439531,19,5,1978 +1,F,39.0,933,-109.08282899999641,31.938851000000387,2439521,19,5,1978 +2,F,13.0,934,-109.08197499999642,31.93888700000037,2439591,19,5,1978 +2,F,114.0,935,-109.08197499999642,31.93888700000037,2439531,19,5,1978 +7,,,936,-109.08281599999641,31.938113000000413,,19,5,1978 +10,,,937,-109.08009099999636,31.938017000000425,,19,5,1978 +12,M,90.0,938,-109.07851899999636,31.938203000000414,2439531,8,6,1978 +20,M,46.0,939,-109.08019099999642,31.93633400000045,2439521,8,6,1978 +8,F,110.0,940,-109.08167999999641,31.937884000000402,2439531,8,6,1978 +11,M,119.0,941,-109.07930699999636,31.938056000000426,2439531,8,6,1978 +17,M,29.0,942,-109.07941499999636,31.937117000000445,2439521,8,6,1978 +20,M,48.0,943,-109.08019099999642,31.93633400000045,2439521,8,6,1978 +8,,,944,-109.08167999999641,31.937884000000402,2437300,8,6,1978 +9,F,124.0,945,-109.08090299999638,31.93785900000039,2439531,8,6,1978 +12,F,84.0,946,-109.07851899999636,31.938203000000414,2439531,8,6,1978 +11,F,43.0,947,-109.07930699999636,31.938056000000426,2439521,8,6,1978 +17,F,43.0,948,-109.07941499999636,31.937117000000445,2439521,8,6,1978 +9,M,40.0,949,-109.08090299999638,31.93785900000039,2439521,8,6,1978 +22,F,120.0,950,-109.07860199999635,31.93644100000042,2439531,8,6,1978 +8,F,55.0,951,-109.08167999999641,31.937884000000402,2439541,8,6,1978 +17,F,29.0,952,-109.07941499999636,31.937117000000445,2438517,8,6,1978 +20,F,26.0,953,-109.08019099999642,31.93633400000045,2439521,8,6,1978 +12,F,115.0,954,-109.07851899999636,31.938203000000414,2439531,8,6,1978 +22,M,45.0,955,-109.07860199999635,31.93644100000042,2439521,8,6,1978 +9,M,70.0,956,-109.08090299999638,31.93785900000039,2439531,8,6,1978 +17,F,123.0,957,-109.07941499999636,31.937117000000445,2439531,8,6,1978 +12,F,16.0,958,-109.07851899999636,31.938203000000414,2439521,8,6,1978 +20,F,42.0,959,-109.08019099999642,31.93633400000045,2439521,8,6,1978 +8,F,125.0,960,-109.08167999999641,31.937884000000402,2439531,8,6,1978 +12,M,19.0,961,-109.07851899999636,31.938203000000414,2439521,8,6,1978 +8,M,55.0,962,-109.08167999999641,31.937884000000402,2439541,8,6,1978 +22,F,117.0,963,-109.07860199999635,31.93644100000042,2439531,8,6,1978 +17,M,133.0,964,-109.07941499999636,31.937117000000445,2439531,8,6,1978 +9,M,36.0,965,-109.08090299999638,31.93785900000039,2439521,8,6,1978 +9,F,71.0,966,-109.08090299999638,31.93785900000039,2439531,8,6,1978 +17,M,29.0,967,-109.07941499999636,31.937117000000445,2439521,8,6,1978 +22,F,99.0,968,-109.07860199999635,31.93644100000042,2439531,8,6,1978 +22,M,7.0,969,-109.07860199999635,31.93644100000042,2439566,8,6,1978 +21,M,8.0,970,-109.07939799999636,31.936448000000453,2439566,8,6,1978 +12,F,39.0,971,-109.07851899999636,31.938203000000414,2439521,8,6,1978 +17,F,135.0,972,-109.07941499999636,31.937117000000445,,8,6,1978 +9,F,94.0,973,-109.08090299999638,31.93785900000039,2439531,8,6,1978 +9,F,100.0,974,-109.08090299999638,31.93785900000039,2439531,8,6,1978 +11,F,98.0,975,-109.07930699999636,31.938056000000426,2439531,8,6,1978 +17,F,43.0,976,-109.07941499999636,31.937117000000445,2439521,8,6,1978 +8,F,8.0,977,-109.08167999999641,31.937884000000402,2439566,8,6,1978 +17,M,23.0,978,-109.07941499999636,31.937117000000445,2439541,8,6,1978 +21,M,12.0,979,-109.07939799999636,31.936448000000453,2438516,8,6,1978 +11,M,26.0,980,-109.07930699999636,31.938056000000426,2439521,8,6,1978 +20,M,124.0,981,-109.08019099999642,31.93633400000045,2439531,8,6,1978 +11,M,15.0,982,-109.07930699999636,31.938056000000426,2439591,8,6,1978 +12,F,84.0,983,-109.07851899999636,31.938203000000414,2439531,8,6,1978 +7,,,984,-109.08281599999641,31.938113000000413,,8,6,1978 +10,,,985,-109.08009099999636,31.938017000000425,,8,6,1978 +19,,,986,-109.07791199999636,31.937438000000434,,8,6,1978 +23,,,987,-109.07783799999636,31.93676300000042,,8,6,1978 +6,M,24.0,988,-109.07883599999636,31.939078000000414,2439521,9,6,1978 +18,,,989,-109.07863299999636,31.93712600000041,2439531,9,6,1978 +4,M,122.0,990,-109.08040899999641,31.93889400000041,2439531,9,6,1978 +2,M,200.0,991,-109.08197499999642,31.93888700000037,,9,6,1978 +13,M,17.0,992,-109.08261299999641,31.937028000000442,2439591,9,6,1978 +14,M,46.0,993,-109.08182699999641,31.937054000000447,2439521,9,6,1978 +2,M,149.0,994,-109.08197499999642,31.93888700000037,2439531,9,6,1978 +18,F,23.0,995,-109.07863299999636,31.93712600000041,2439521,9,6,1978 +2,M,8.0,996,-109.08197499999642,31.93888700000037,2439566,9,6,1978 +18,F,136.0,997,-109.07863299999636,31.93712600000041,2439531,9,6,1978 +18,M,102.0,998,-109.07863299999636,31.93712600000041,2439531,9,6,1978 +14,F,122.0,999,-109.08182699999641,31.937054000000447,2439531,9,6,1978 +18,F,40.0,1000,-109.07863299999636,31.93712600000041,2439521,9,6,1978 +5,F,71.0,1001,-109.07960199999636,31.93897000000045,2439531,9,6,1978 +18,F,42.0,1002,-109.07863299999636,31.93712600000041,2439521,9,6,1978 +14,M,130.0,1003,-109.08182699999641,31.937054000000447,2437300,9,6,1978 +1,M,160.0,1004,-109.08282899999641,31.938851000000387,2439531,9,6,1978 +6,F,82.0,1005,-109.07883599999636,31.939078000000414,2439531,9,6,1978 +5,M,134.0,1006,-109.07960199999636,31.93897000000045,2439531,9,6,1978 +6,M,38.0,1007,-109.07883599999636,31.939078000000414,2439521,9,6,1978 +1,F,40.0,1008,-109.08282899999641,31.938851000000387,2439521,9,6,1978 +18,F,37.0,1009,-109.07863299999636,31.93712600000041,2439521,9,6,1978 +3,F,29.0,1010,-109.08120799999641,31.938896000000387,2438516,9,6,1978 +13,F,107.0,1011,-109.08261299999641,31.937028000000442,2439531,9,6,1978 +1,M,100.0,1012,-109.08282899999641,31.938851000000387,2439531,9,6,1978 +6,M,32.0,1013,-109.07883599999636,31.939078000000414,2439531,9,6,1978 +1,M,38.0,1014,-109.08282899999641,31.938851000000387,2439541,9,6,1978 +6,F,73.0,1015,-109.07883599999636,31.939078000000414,2439531,9,6,1978 +1,F,134.0,1016,-109.08282899999641,31.938851000000387,2439531,9,6,1978 +4,F,119.0,1017,-109.08040899999641,31.93889400000041,2439531,9,6,1978 +5,F,50.0,1018,-109.07960199999636,31.93897000000045,2439521,9,6,1978 +2,M,43.0,1019,-109.08197499999642,31.93888700000037,2439521,9,6,1978 +1,F,59.0,1020,-109.08282899999641,31.938851000000387,2439531,9,6,1978 +16,M,48.0,1021,-109.08024399999636,31.93709400000041,2439521,9,6,1978 +1,M,58.0,1022,-109.08282899999641,31.938851000000387,2439531,9,6,1978 +6,M,41.0,1023,-109.07883599999636,31.939078000000414,2439521,9,6,1978 +4,F,81.0,1024,-109.08040899999641,31.93889400000041,2439531,9,6,1978 +4,M,93.0,1025,-109.08040899999641,31.93889400000041,2439531,9,6,1978 +14,M,28.0,1026,-109.08182699999641,31.937054000000447,2439521,9,6,1978 +13,M,44.0,1027,-109.08261299999641,31.937028000000442,2438517,9,6,1978 +13,F,28.0,1028,-109.08261299999641,31.937028000000442,2438516,9,6,1978 +13,F,24.0,1029,-109.08261299999641,31.937028000000442,2439521,9,6,1978 +18,M,232.0,1030,-109.07863299999636,31.93712600000041,,9,6,1978 +15,,,1031,-109.08103599999642,31.937059000000463,,9,6,1978 +9,F,127.0,1032,-109.08090299999638,31.93785900000039,2439531,7,7,1978 +11,M,16.0,1033,-109.07930699999636,31.938056000000426,2439591,7,7,1978 +12,F,44.0,1034,-109.07851899999636,31.938203000000414,2439521,7,7,1978 +17,M,35.0,1035,-109.07941499999636,31.937117000000445,2439521,7,7,1978 +12,M,17.0,1036,-109.07851899999636,31.938203000000414,2439521,7,7,1978 +12,F,122.0,1037,-109.07851899999636,31.938203000000414,2439531,7,7,1978 +11,M,122.0,1038,-109.07930699999636,31.938056000000426,2439531,7,7,1978 +20,F,32.0,1039,-109.08019099999642,31.93633400000045,2439521,7,7,1978 +11,F,48.0,1040,-109.07930699999636,31.938056000000426,2439521,7,7,1978 +12,M,95.0,1041,-109.07851899999636,31.938203000000414,2439531,7,7,1978 +17,M,45.0,1042,-109.07941499999636,31.937117000000445,2439521,7,7,1978 +8,M,51.0,1043,-109.08167999999641,31.937884000000402,2439541,7,7,1978 +17,M,47.0,1044,-109.07941499999636,31.937117000000445,2439521,7,7,1978 +22,F,119.0,1045,-109.07860199999635,31.93644100000042,2439531,7,7,1978 +8,F,124.0,1046,-109.08167999999641,31.937884000000402,2439531,7,7,1978 +12,F,87.0,1047,-109.07851899999636,31.938203000000414,2439531,7,7,1978 +6,F,85.0,1048,-109.07883599999636,31.939078000000414,2439531,7,7,1978 +8,F,,1049,-109.08167999999641,31.937884000000402,2439521,7,7,1978 +9,M,36.0,1050,-109.08090299999638,31.93785900000039,2439521,7,7,1978 +22,F,123.0,1051,-109.07860199999635,31.93644100000042,2439531,7,7,1978 +8,F,111.0,1052,-109.08167999999641,31.937884000000402,2439531,7,7,1978 +17,F,39.0,1053,-109.07941499999636,31.937117000000445,2439521,7,7,1978 +12,M,27.0,1054,-109.07851899999636,31.938203000000414,2439521,7,7,1978 +22,F,105.0,1055,-109.07860199999635,31.93644100000042,2439531,7,7,1978 +17,M,132.0,1056,-109.07941499999636,31.937117000000445,2439531,7,7,1978 +17,F,45.0,1057,-109.07941499999636,31.937117000000445,2439521,7,7,1978 +11,F,96.0,1058,-109.07930699999636,31.938056000000426,2439531,7,7,1978 +12,F,40.0,1059,-109.07851899999636,31.938203000000414,2439521,7,7,1978 +17,F,120.0,1060,-109.07941499999636,31.937117000000445,2439531,7,7,1978 +12,M,43.0,1061,-109.07851899999636,31.938203000000414,2439521,7,7,1978 +2,F,46.0,1062,-109.08197499999642,31.93888700000037,2439521,7,7,1978 +2,F,43.0,1063,-109.08197499999642,31.93888700000037,2439521,7,7,1978 +9,F,86.0,1064,-109.08090299999638,31.93785900000039,2439531,7,7,1978 +21,M,8.0,1065,-109.07939799999636,31.936448000000453,2439566,7,7,1978 +9,M,34.0,1066,-109.08090299999638,31.93785900000039,2439521,7,7,1978 +12,M,106.0,1067,-109.07851899999636,31.938203000000414,2439531,7,7,1978 +12,F,22.0,1068,-109.07851899999636,31.938203000000414,2438516,7,7,1978 +17,F,29.0,1069,-109.07941499999636,31.937117000000445,2438517,7,7,1978 +9,F,98.0,1070,-109.08090299999638,31.93785900000039,2439531,7,7,1978 +17,M,33.0,1071,-109.07941499999636,31.937117000000445,2439541,7,7,1978 +7,,,1072,-109.08281599999641,31.938113000000413,,7,7,1978 +10,,,1073,-109.08009099999636,31.938017000000425,,7,7,1978 +19,,,1074,-109.07791199999636,31.937438000000434,,7,7,1978 +23,,,1075,-109.07783799999636,31.93676300000042,,7,7,1978 +13,M,46.0,1076,-109.08261299999641,31.937028000000442,2439521,8,7,1978 +15,F,12.0,1077,-109.08103599999642,31.937059000000463,2439591,8,7,1978 +4,M,130.0,1078,-109.08040899999641,31.93889400000041,2439531,8,7,1978 +15,F,10.0,1079,-109.08103599999642,31.937059000000463,2439591,8,7,1978 +18,M,106.0,1080,-109.07863299999636,31.93712600000041,2439531,8,7,1978 +14,F,39.0,1081,-109.08182699999641,31.937054000000447,2439521,8,7,1978 +14,M,113.0,1082,-109.08182699999641,31.937054000000447,,8,7,1978 +1,F,45.0,1083,-109.08282899999641,31.938851000000387,2439521,8,7,1978 +3,F,115.0,1084,-109.08120799999641,31.938896000000387,,8,7,1978 +4,F,36.0,1085,-109.08040899999641,31.93889400000041,2439521,8,7,1978 +18,M,24.0,1086,-109.07863299999636,31.93712600000041,2439521,8,7,1978 +14,F,120.0,1087,-109.08182699999641,31.937054000000447,2439531,8,7,1978 +3,M,190.0,1088,-109.08120799999641,31.938896000000387,,8,7,1978 +14,M,10.0,1089,-109.08182699999641,31.937054000000447,2439591,8,7,1978 +16,M,48.0,1090,-109.08024399999636,31.93709400000041,2439521,8,7,1978 +18,F,29.0,1091,-109.07863299999636,31.93712600000041,2439521,8,7,1978 +18,F,131.0,1092,-109.07863299999636,31.93712600000041,2439531,8,7,1978 +13,F,34.0,1093,-109.08261299999641,31.937028000000442,2439521,8,7,1978 +1,M,101.0,1094,-109.08282899999641,31.938851000000387,2439531,8,7,1978 +18,F,37.0,1095,-109.07863299999636,31.93712600000041,2439521,8,7,1978 +5,F,47.0,1096,-109.07960199999636,31.93897000000045,2439521,8,7,1978 +5,M,133.0,1097,-109.07960199999636,31.93897000000045,2439531,8,7,1978 +1,M,63.0,1098,-109.08282899999641,31.938851000000387,2439531,8,7,1978 +16,M,46.0,1099,-109.08024399999636,31.93709400000041,2439521,8,7,1978 +4,F,81.0,1100,-109.08040899999641,31.93889400000041,2439531,8,7,1978 +5,M,71.0,1101,-109.07960199999636,31.93897000000045,2439531,8,7,1978 +1,F,65.0,1102,-109.08282899999641,31.938851000000387,2439531,8,7,1978 +4,F,80.0,1103,-109.08040899999641,31.93889400000041,2439531,8,7,1978 +1,F,130.0,1104,-109.08282899999641,31.938851000000387,2439531,8,7,1978 +14,F,47.0,1105,-109.08182699999641,31.937054000000447,2439521,8,7,1978 +4,F,118.0,1106,-109.08040899999641,31.93889400000041,2439531,8,7,1978 +4,M,91.0,1107,-109.08040899999641,31.93889400000041,2439531,8,7,1978 +12,F,120.0,1108,-109.07851899999636,31.938203000000414,2439531,4,8,1978 +17,M,19.0,1109,-109.07941499999636,31.937117000000445,2437981,4,8,1978 +22,M,45.0,1110,-109.07860199999635,31.93644100000042,2439521,4,8,1978 +17,F,14.0,1111,-109.07941499999636,31.937117000000445,2437981,4,8,1978 +8,F,122.0,1112,-109.08167999999641,31.937884000000402,2439531,4,8,1978 +17,M,37.0,1113,-109.07941499999636,31.937117000000445,2439521,4,8,1978 +20,F,36.0,1114,-109.08019099999642,31.93633400000045,2439521,4,8,1978 +21,,19.0,1115,-109.07939799999636,31.936448000000453,2438516,4,8,1978 +12,F,95.0,1116,-109.07851899999636,31.938203000000414,2439531,4,8,1978 +12,M,18.0,1117,-109.07851899999636,31.938203000000414,2439591,4,8,1978 +20,M,17.0,1118,-109.08019099999642,31.93633400000045,2438517,4,8,1978 +17,F,123.0,1119,-109.07941499999636,31.937117000000445,2439531,4,8,1978 +12,M,189.0,1120,-109.07851899999636,31.938203000000414,,4,8,1978 +11,F,17.0,1121,-109.07930699999636,31.938056000000426,2439521,4,8,1978 +17,M,50.0,1122,-109.07941499999636,31.937117000000445,2439521,4,8,1978 +11,M,126.0,1123,-109.07930699999636,31.938056000000426,2439531,4,8,1978 +17,F,44.0,1124,-109.07941499999636,31.937117000000445,2439521,4,8,1978 +21,M,8.0,1125,-109.07939799999636,31.936448000000453,2439566,4,8,1978 +12,M,44.0,1126,-109.07851899999636,31.938203000000414,2439521,4,8,1978 +20,F,13.0,1127,-109.08019099999642,31.93633400000045,2439591,4,8,1978 +9,M,39.0,1128,-109.08090299999638,31.93785900000039,2439521,4,8,1978 +22,F,115.0,1129,-109.07860199999635,31.93644100000042,2439531,4,8,1978 +17,M,38.0,1130,-109.07941499999636,31.937117000000445,2439541,4,8,1978 +17,M,138.0,1131,-109.07941499999636,31.937117000000445,2439531,4,8,1978 +20,F,179.0,1132,-109.08019099999642,31.93633400000045,,4,8,1978 +19,F,21.0,1133,-109.07791199999636,31.937438000000434,2437967,4,8,1978 +12,M,105.0,1134,-109.07851899999636,31.938203000000414,2439531,4,8,1978 +11,F,43.0,1135,-109.07930699999636,31.938056000000426,2439521,4,8,1978 +21,M,14.0,1136,-109.07939799999636,31.936448000000453,2439591,4,8,1978 +12,M,32.0,1137,-109.07851899999636,31.938203000000414,2439521,4,8,1978 +8,F,36.0,1138,-109.08167999999641,31.937884000000402,2439521,4,8,1978 +9,M,40.0,1139,-109.08090299999638,31.93785900000039,2439521,4,8,1978 +11,M,36.0,1140,-109.07930699999636,31.938056000000426,2439521,4,8,1978 +19,M,19.0,1141,-109.07791199999636,31.937438000000434,2437967,4,8,1978 +9,F,139.0,1142,-109.08090299999638,31.93785900000039,2439531,4,8,1978 +21,M,20.0,1143,-109.07939799999636,31.936448000000453,2438517,4,8,1978 +11,F,108.0,1144,-109.07930699999636,31.938056000000426,2439531,4,8,1978 +19,M,12.0,1145,-109.07791199999636,31.937438000000434,2438516,4,8,1978 +12,F,39.0,1146,-109.07851899999636,31.938203000000414,2439521,4,8,1978 +17,F,149.0,1147,-109.07941499999636,31.937117000000445,,4,8,1978 +10,,,1148,-109.08009099999636,31.938017000000425,,4,8,1978 +6,F,43.0,1149,-109.07883599999636,31.939078000000414,2439521,5,8,1978 +16,M,48.0,1150,-109.08024399999636,31.93709400000041,2439521,5,8,1978 +18,F,33.0,1151,-109.07863299999636,31.93712600000041,2439521,5,8,1978 +2,M,165.0,1152,-109.08197499999642,31.93888700000037,2439531,5,8,1978 +13,F,41.0,1153,-109.08261299999641,31.937028000000442,2439521,5,8,1978 +18,M,112.0,1154,-109.07863299999636,31.93712600000041,2439531,5,8,1978 +4,F,35.0,1155,-109.08040899999641,31.93889400000041,2439521,5,8,1978 +6,F,100.0,1156,-109.07883599999636,31.939078000000414,2439531,5,8,1978 +18,M,,1157,-109.07863299999636,31.93712600000041,2439531,5,8,1978 +4,F,34.0,1158,-109.08040899999641,31.93889400000041,2439521,5,8,1978 +5,F,88.0,1159,-109.07960199999636,31.93897000000045,2439531,5,8,1978 +2,F,31.0,1160,-109.08197499999642,31.93888700000037,2439521,5,8,1978 +14,F,123.0,1161,-109.08182699999641,31.937054000000447,2439531,5,8,1978 +6,F,6.0,1162,-109.07883599999636,31.939078000000414,2439566,5,8,1978 +5,M,137.0,1163,-109.07960199999636,31.93897000000045,2439531,5,8,1978 +18,F,,1164,-109.07863299999636,31.93712600000041,2439531,5,8,1978 +2,M,199.0,1165,-109.08197499999642,31.93888700000037,,5,8,1978 +13,F,,1166,-109.08261299999641,31.937028000000442,2439531,5,8,1978 +4,M,96.0,1167,-109.08040899999641,31.93889400000041,2439531,5,8,1978 +18,F,41.0,1168,-109.07863299999636,31.93712600000041,2439521,5,8,1978 +15,F,196.0,1169,-109.08103599999642,31.937059000000463,,5,8,1978 +1,M,100.0,1170,-109.08282899999641,31.938851000000387,2439531,5,8,1978 +6,M,40.0,1171,-109.07883599999636,31.939078000000414,2439521,5,8,1978 +1,,130.0,1172,-109.08282899999641,31.938851000000387,2439531,5,8,1978 +6,F,98.0,1173,-109.07883599999636,31.939078000000414,2439531,5,8,1978 +13,F,34.0,1174,-109.08261299999641,31.937028000000442,2439521,5,8,1978 +13,F,29.0,1175,-109.08261299999641,31.937028000000442,2438517,5,8,1978 +16,M,,1176,-109.08024399999636,31.93709400000041,2438517,5,8,1978 +18,F,36.0,1177,-109.07863299999636,31.93712600000041,2439521,5,8,1978 +14,M,36.0,1178,-109.08182699999641,31.937054000000447,2439521,5,8,1978 +16,M,49.0,1179,-109.08024399999636,31.93709400000041,2439521,5,8,1978 +18,M,30.0,1180,-109.07863299999636,31.93712600000041,2439521,5,8,1978 +4,F,83.0,1181,-109.08040899999641,31.93889400000041,2439531,5,8,1978 +15,F,14.0,1182,-109.08103599999642,31.937059000000463,2439591,5,8,1978 +1,F,88.0,1183,-109.08282899999641,31.938851000000387,2439531,5,8,1978 +2,F,47.0,1184,-109.08197499999642,31.93888700000037,2439521,5,8,1978 +14,F,43.0,1185,-109.08182699999641,31.937054000000447,2439521,5,8,1978 +1,F,136.0,1186,-109.08282899999641,31.938851000000387,2439531,5,8,1978 +4,F,82.0,1187,-109.08040899999641,31.93889400000041,2439531,5,8,1978 +16,F,33.0,1188,-109.08024399999636,31.93709400000041,2438517,5,8,1978 +1,M,70.0,1189,-109.08282899999641,31.938851000000387,2439531,5,8,1978 +4,F,119.0,1190,-109.08040899999641,31.93889400000041,2439531,5,8,1978 +13,M,,1191,-109.08261299999641,31.937028000000442,2438517,5,8,1978 +5,F,115.0,1192,-109.07960199999636,31.93897000000045,2439531,5,8,1978 +3,,,1193,-109.08120799999641,31.938896000000387,,5,8,1978 +7,,,1194,-109.08281599999641,31.938113000000413,,5,8,1978 +23,,,1195,-109.07783799999636,31.93676300000042,,5,8,1978 +11,M,,1196,-109.07930699999636,31.938056000000426,2439521,3,9,1978 +17,F,33.0,1197,-109.07941499999636,31.937117000000445,2438517,3,9,1978 +12,F,158.0,1198,-109.07851899999636,31.938203000000414,,3,9,1978 +17,M,46.0,1199,-109.07941499999636,31.937117000000445,2439521,3,9,1978 +12,M,107.0,1200,-109.07851899999636,31.938203000000414,2439531,3,9,1978 +11,M,126.0,1201,-109.07930699999636,31.938056000000426,2439531,3,9,1978 +12,M,19.0,1202,-109.07851899999636,31.938203000000414,2439591,3,9,1978 +7,F,24.0,1203,-109.08281599999641,31.938113000000413,2437981,3,9,1978 +11,F,45.0,1204,-109.07930699999636,31.938056000000426,2439521,3,9,1978 +12,M,189.0,1205,-109.07851899999636,31.938203000000414,,3,9,1978 +8,F,122.0,1206,-109.08167999999641,31.937884000000402,2439531,3,9,1978 +20,F,39.0,1207,-109.08019099999642,31.93633400000045,2439521,3,9,1978 +12,F,31.0,1208,-109.07851899999636,31.938203000000414,2439521,3,9,1978 +11,M,30.0,1209,-109.07930699999636,31.938056000000426,2439521,3,9,1978 +12,F,124.0,1210,-109.07851899999636,31.938203000000414,2439531,3,9,1978 +8,M,54.0,1211,-109.08167999999641,31.937884000000402,2439541,3,9,1978 +9,F,133.0,1212,-109.08090299999638,31.93785900000039,2439531,3,9,1978 +17,F,122.0,1213,-109.07941499999636,31.937117000000445,2439531,3,9,1978 +22,F,110.0,1214,-109.07860199999635,31.93644100000042,2439531,3,9,1978 +21,M,7.0,1215,-109.07939799999636,31.936448000000453,2439566,3,9,1978 +17,M,52.0,1216,-109.07941499999636,31.937117000000445,2439521,3,9,1978 +17,M,49.0,1217,-109.07941499999636,31.937117000000445,2439521,3,9,1978 +20,M,8.0,1218,-109.08019099999642,31.93633400000045,2439566,3,9,1978 +7,M,19.0,1219,-109.08281599999641,31.938113000000413,2437981,3,9,1978 +9,M,43.0,1220,-109.08090299999638,31.93785900000039,2439521,3,9,1978 +20,F,181.0,1221,-109.08019099999642,31.93633400000045,,3,9,1978 +11,F,14.0,1222,-109.07930699999636,31.938056000000426,2439591,3,9,1978 +11,M,24.0,1223,-109.07930699999636,31.938056000000426,2438516,3,9,1978 +22,F,128.0,1224,-109.07860199999635,31.93644100000042,2439531,3,9,1978 +17,M,136.0,1225,-109.07941499999636,31.937117000000445,2439531,3,9,1978 +9,F,100.0,1226,-109.08090299999638,31.93785900000039,2439531,3,9,1978 +17,F,44.0,1227,-109.07941499999636,31.937117000000445,2439521,3,9,1978 +11,M,13.0,1228,-109.07930699999636,31.938056000000426,2439591,3,9,1978 +8,F,40.0,1229,-109.08167999999641,31.937884000000402,2439521,3,9,1978 +9,M,41.0,1230,-109.08090299999638,31.93785900000039,2439521,3,9,1978 +19,M,6.0,1231,-109.07791199999636,31.937438000000434,2439566,3,9,1978 +20,M,127.0,1232,-109.08019099999642,31.93633400000045,2439531,3,9,1978 +9,M,7.0,1233,-109.08090299999638,31.93785900000039,2439566,3,9,1978 +21,M,24.0,1234,-109.07939799999636,31.936448000000453,2438517,3,9,1978 +8,F,134.0,1235,-109.08167999999641,31.937884000000402,2439531,3,9,1978 +11,F,20.0,1236,-109.07930699999636,31.938056000000426,2438516,3,9,1978 +21,M,15.0,1237,-109.07939799999636,31.936448000000453,2439591,3,9,1978 +17,M,,1238,-109.07941499999636,31.937117000000445,2438516,3,9,1978 +22,F,125.0,1239,-109.07860199999635,31.93644100000042,2439531,3,9,1978 +12,F,100.0,1240,-109.07851899999636,31.938203000000414,2439531,3,9,1978 +19,F,13.0,1241,-109.07791199999636,31.937438000000434,2437981,3,9,1978 +12,M,37.0,1242,-109.07851899999636,31.938203000000414,2439521,3,9,1978 +8,F,40.0,1243,-109.08167999999641,31.937884000000402,2439521,3,9,1978 +9,F,114.0,1244,-109.08090299999638,31.93785900000039,2439531,3,9,1978 +11,F,110.0,1245,-109.07930699999636,31.938056000000426,2439531,3,9,1978 +11,M,41.0,1246,-109.07930699999636,31.938056000000426,2439521,3,9,1978 +8,M,8.0,1247,-109.08167999999641,31.937884000000402,2439566,3,9,1978 +12,M,47.0,1248,-109.07851899999636,31.938203000000414,2439521,3,9,1978 +10,,,1249,-109.08009099999636,31.938017000000425,,3,9,1978 +23,,,1250,-109.07783799999636,31.93676300000042,,3,9,1978 +3,F,141.0,1251,-109.08120799999641,31.938896000000387,,4,9,1978 +6,F,46.0,1252,-109.07883599999636,31.939078000000414,2439521,4,9,1978 +14,F,40.0,1253,-109.08182699999641,31.937054000000447,2439521,4,9,1978 +13,M,36.0,1254,-109.08261299999641,31.937028000000442,2438517,4,9,1978 +18,M,107.0,1255,-109.07863299999636,31.93712600000041,2439531,4,9,1978 +4,F,39.0,1256,-109.08040899999641,31.93889400000041,2439521,4,9,1978 +3,M,27.0,1257,-109.08120799999641,31.938896000000387,2438516,4,9,1978 +3,F,13.0,1258,-109.08120799999641,31.938896000000387,2439591,4,9,1978 +13,,,1259,-109.08261299999641,31.937028000000442,2439521,4,9,1978 +14,M,47.0,1260,-109.08182699999641,31.937054000000447,2439521,4,9,1978 +18,F,134.0,1261,-109.07863299999636,31.93712600000041,2439531,4,9,1978 +2,M,197.0,1262,-109.08197499999642,31.93888700000037,,4,9,1978 +5,F,39.0,1263,-109.07960199999636,31.93897000000045,2439521,4,9,1978 +13,F,86.0,1264,-109.08261299999641,31.937028000000442,2439531,4,9,1978 +15,F,15.0,1265,-109.08103599999642,31.937059000000463,2439591,4,9,1978 +15,F,6.0,1266,-109.08103599999642,31.937059000000463,2439566,4,9,1978 +2,M,158.0,1267,-109.08197499999642,31.93888700000037,2439531,4,9,1978 +4,M,118.0,1268,-109.08040899999641,31.93889400000041,2439531,4,9,1978 +1,F,123.0,1269,-109.08282899999641,31.938851000000387,2439531,4,9,1978 +2,F,41.0,1270,-109.08197499999642,31.93888700000037,2439521,4,9,1978 +5,F,49.0,1271,-109.07960199999636,31.93897000000045,2439521,4,9,1978 +1,M,124.0,1272,-109.08282899999641,31.938851000000387,2439531,4,9,1978 +2,F,42.0,1273,-109.08197499999642,31.93888700000037,2439521,4,9,1978 +14,F,,1274,-109.08182699999641,31.937054000000447,2439531,4,9,1978 +6,F,106.0,1275,-109.07883599999636,31.939078000000414,2439531,4,9,1978 +3,F,7.0,1276,-109.08120799999641,31.938896000000387,2439566,4,9,1978 +18,M,38.0,1277,-109.07863299999636,31.93712600000041,2439521,4,9,1978 +2,F,47.0,1278,-109.08197499999642,31.93888700000037,2439521,4,9,1978 +6,F,114.0,1279,-109.07883599999636,31.939078000000414,2439531,4,9,1978 +3,M,,1280,-109.08120799999641,31.938896000000387,2439521,4,9,1978 +5,M,140.0,1281,-109.07960199999636,31.93897000000045,2439531,4,9,1978 +3,,,1282,-109.08120799999641,31.938896000000387,2437300,4,9,1978 +4,F,6.0,1283,-109.08040899999641,31.93889400000041,2439566,4,9,1978 +2,F,20.0,1284,-109.08197499999642,31.93888700000037,2437981,4,9,1978 +6,M,45.0,1285,-109.07883599999636,31.939078000000414,2439541,4,9,1978 +14,M,118.0,1286,-109.08182699999641,31.937054000000447,,4,9,1978 +3,F,28.0,1287,-109.08120799999641,31.938896000000387,2438516,4,9,1978 +13,F,112.0,1288,-109.08261299999641,31.937028000000442,2439531,4,9,1978 +1,M,20.0,1289,-109.08282899999641,31.938851000000387,2438516,4,9,1978 +14,F,47.0,1290,-109.08182699999641,31.937054000000447,2439521,4,9,1978 +18,F,,1291,-109.07863299999636,31.93712600000041,2439521,4,9,1978 +5,F,38.0,1292,-109.07960199999636,31.93897000000045,2439521,4,9,1978 +4,F,77.0,1293,-109.08040899999641,31.93889400000041,2439531,4,9,1978 +5,F,126.0,1294,-109.07960199999636,31.93897000000045,2439531,4,9,1978 +2,M,19.0,1295,-109.08197499999642,31.93888700000037,2439591,4,9,1978 +18,F,16.0,1296,-109.07863299999636,31.93712600000041,2437981,4,9,1978 +1,F,138.0,1297,-109.08282899999641,31.938851000000387,2439531,4,9,1978 +4,F,125.0,1298,-109.08040899999641,31.93889400000041,2439531,4,9,1978 +5,F,106.0,1299,-109.07960199999636,31.93897000000045,2439531,4,9,1978 +6,M,43.0,1300,-109.07883599999636,31.939078000000414,2439521,4,9,1978 +13,F,38.0,1301,-109.08261299999641,31.937028000000442,2439521,4,9,1978 +2,M,17.0,1302,-109.08197499999642,31.93888700000037,2437981,4,9,1978 +4,F,37.0,1303,-109.08040899999641,31.93889400000041,2439521,4,9,1978 +16,,,1304,-109.08024399999636,31.93709400000041,,4,9,1978 +1,F,,1305,-109.08282899999641,31.938851000000387,2439521,6,10,1978 +1,F,120.0,1306,-109.08282899999641,31.938851000000387,2439531,6,10,1978 +1,F,38.0,1307,-109.08282899999641,31.938851000000387,2439521,6,10,1978 +1,M,125.0,1308,-109.08282899999641,31.938851000000387,2439531,6,10,1978 +1,F,,1309,-109.08282899999641,31.938851000000387,2439531,6,10,1978 +1,F,51.0,1310,-109.08282899999641,31.938851000000387,2439521,6,10,1978 +20,F,41.0,1311,-109.08019099999642,31.93633400000045,2439521,7,10,1978 +9,M,18.0,1312,-109.08090299999638,31.93785900000039,2438516,7,10,1978 +11,F,45.0,1313,-109.07930699999636,31.938056000000426,2439521,7,10,1978 +17,M,30.0,1314,-109.07941499999636,31.937117000000445,2438517,7,10,1978 +8,F,118.0,1315,-109.08167999999641,31.937884000000402,2439531,7,10,1978 +11,M,108.0,1316,-109.07930699999636,31.938056000000426,2439531,7,10,1978 +21,M,30.0,1317,-109.07939799999636,31.936448000000453,2438517,7,10,1978 +11,M,45.0,1318,-109.07930699999636,31.938056000000426,2439521,7,10,1978 +11,F,15.0,1319,-109.07930699999636,31.938056000000426,2439591,7,10,1978 +12,,,1320,-109.07851899999636,31.938203000000414,,7,10,1978 +20,F,35.0,1321,-109.08019099999642,31.93633400000045,2439521,7,10,1978 +8,M,50.0,1322,-109.08167999999641,31.937884000000402,2439541,7,10,1978 +12,F,41.0,1323,-109.07851899999636,31.938203000000414,2439521,7,10,1978 +22,F,112.0,1324,-109.07860199999635,31.93644100000042,2439531,7,10,1978 +9,F,41.0,1325,-109.08090299999638,31.93785900000039,2439521,7,10,1978 +9,F,129.0,1326,-109.08090299999638,31.93785900000039,2439531,7,10,1978 +20,M,131.0,1327,-109.08019099999642,31.93633400000045,2439531,7,10,1978 +11,M,45.0,1328,-109.07930699999636,31.938056000000426,2439541,7,10,1978 +17,F,41.0,1329,-109.07941499999636,31.937117000000445,2439521,7,10,1978 +12,M,40.0,1330,-109.07851899999636,31.938203000000414,2439521,7,10,1978 +17,M,134.0,1331,-109.07941499999636,31.937117000000445,2439531,7,10,1978 +9,M,132.0,1332,-109.08090299999638,31.93785900000039,2439531,7,10,1978 +17,F,42.0,1333,-109.07941499999636,31.937117000000445,2439521,7,10,1978 +17,F,121.0,1334,-109.07941499999636,31.937117000000445,2439531,7,10,1978 +12,F,120.0,1335,-109.07851899999636,31.938203000000414,2439531,7,10,1978 +9,F,98.0,1336,-109.08090299999638,31.93785900000039,2439531,7,10,1978 +22,F,124.0,1337,-109.07860199999635,31.93644100000042,2439531,7,10,1978 +12,,,1338,-109.07851899999636,31.938203000000414,,7,10,1978 +8,F,129.0,1339,-109.08167999999641,31.937884000000402,2439531,7,10,1978 +17,M,48.0,1340,-109.07941499999636,31.937117000000445,2439521,7,10,1978 +11,F,118.0,1341,-109.07930699999636,31.938056000000426,2439531,7,10,1978 +9,M,37.0,1342,-109.08090299999638,31.93785900000039,2439521,7,10,1978 +9,F,99.0,1343,-109.08090299999638,31.93785900000039,2439531,7,10,1978 +11,F,6.0,1344,-109.07930699999636,31.938056000000426,2439566,7,10,1978 +11,M,38.0,1345,-109.07930699999636,31.938056000000426,2439521,7,10,1978 +20,,,1346,-109.08019099999642,31.93633400000045,,7,10,1978 +11,F,41.0,1347,-109.07930699999636,31.938056000000426,2439521,7,10,1978 +7,,,1348,-109.08281599999641,31.938113000000413,,7,10,1978 +8,F,35.0,1349,-109.08167999999641,31.937884000000402,2439521,7,10,1978 +10,,,1350,-109.08009099999636,31.938017000000425,,7,10,1978 +23,,,1351,-109.07783799999636,31.93676300000042,,7,10,1978 +2,M,6.0,1352,-109.08197499999642,31.93888700000037,2439566,8,10,1978 +3,F,,1353,-109.08120799999641,31.938896000000387,2439591,8,10,1978 +4,F,36.0,1354,-109.08040899999641,31.93889400000041,2439521,8,10,1978 +5,F,20.0,1355,-109.07960199999636,31.93897000000045,2438516,8,10,1978 +5,M,19.0,1356,-109.07960199999636,31.93897000000045,2438516,8,10,1978 +14,F,37.0,1357,-109.08182699999641,31.937054000000447,2439521,8,10,1978 +18,F,7.0,1358,-109.07863299999636,31.93712600000041,2439566,8,10,1978 +5,M,131.0,1359,-109.07960199999636,31.93897000000045,2439531,8,10,1978 +13,F,37.0,1360,-109.08261299999641,31.937028000000442,2439521,8,10,1978 +18,M,113.0,1361,-109.07863299999636,31.93712600000041,2439531,8,10,1978 +3,,,1362,-109.08120799999641,31.938896000000387,,8,10,1978 +18,,,1363,-109.07863299999636,31.93712600000041,2437300,8,10,1978 +18,M,112.0,1364,-109.07863299999636,31.93712600000041,2439531,8,10,1978 +14,F,121.0,1365,-109.08182699999641,31.937054000000447,2439531,8,10,1978 +2,M,149.0,1366,-109.08197499999642,31.93888700000037,2439531,8,10,1978 +3,F,,1367,-109.08120799999641,31.938896000000387,2439566,8,10,1978 +6,F,110.0,1368,-109.07883599999636,31.939078000000414,2439531,8,10,1978 +15,F,16.0,1369,-109.08103599999642,31.937059000000463,2439591,8,10,1978 +6,M,38.0,1370,-109.07883599999636,31.939078000000414,2439521,8,10,1978 +2,F,39.0,1371,-109.08197499999642,31.93888700000037,2439521,8,10,1978 +4,M,115.0,1372,-109.08040899999641,31.93889400000041,2439531,8,10,1978 +13,F,7.0,1373,-109.08261299999641,31.937028000000442,2439566,8,10,1978 +18,F,135.0,1374,-109.07863299999636,31.93712600000041,2439531,8,10,1978 +2,,,1375,-109.08197499999642,31.93888700000037,,8,10,1978 +13,M,20.0,1376,-109.08261299999641,31.937028000000442,2439591,8,10,1978 +6,F,102.0,1377,-109.07883599999636,31.939078000000414,2439531,8,10,1978 +14,,,1378,-109.08182699999641,31.937054000000447,,8,10,1978 +18,M,16.0,1379,-109.07863299999636,31.93712600000041,2439591,8,10,1978 +14,M,45.0,1380,-109.08182699999641,31.937054000000447,2439521,8,10,1978 +3,F,6.0,1381,-109.08120799999641,31.938896000000387,2439566,8,10,1978 +5,F,25.0,1382,-109.07960199999636,31.93897000000045,2438516,8,10,1978 +2,F,42.0,1383,-109.08197499999642,31.93888700000037,2439521,8,10,1978 +5,F,46.0,1384,-109.07960199999636,31.93897000000045,2439521,8,10,1978 +13,F,106.0,1385,-109.08261299999641,31.937028000000442,2439531,8,10,1978 +13,F,24.0,1386,-109.08261299999641,31.937028000000442,2438517,8,10,1978 +15,F,7.0,1387,-109.08103599999642,31.937059000000463,2439566,8,10,1978 +4,F,120.0,1388,-109.08040899999641,31.93889400000041,2439531,8,10,1978 +4,,,1389,-109.08040899999641,31.93889400000041,2437300,8,10,1978 +13,F,37.0,1390,-109.08261299999641,31.937028000000442,2439521,8,10,1978 +5,M,25.0,1391,-109.07960199999636,31.93897000000045,2438516,8,10,1978 +13,M,34.0,1392,-109.08261299999641,31.937028000000442,2438517,8,10,1978 +6,M,45.0,1393,-109.07883599999636,31.939078000000414,2439521,8,10,1978 +16,,,1394,-109.08024399999636,31.93709400000041,,8,10,1978 +18,M,39.0,1395,-109.07863299999636,31.93712600000041,2439521,8,10,1978 +19,,18.0,1396,-109.07791199999636,31.937438000000434,2437981,8,10,1978 +9,M,42.0,1397,-109.08090299999638,31.93785900000039,2439521,4,11,1978 +11,F,37.0,1398,-109.07930699999636,31.938056000000426,2439521,4,11,1978 +17,F,120.0,1399,-109.07941499999636,31.937117000000445,2439531,4,11,1978 +12,F,116.0,1400,-109.07851899999636,31.938203000000414,2439531,4,11,1978 +19,M,6.0,1401,-109.07791199999636,31.937438000000434,2439566,4,11,1978 +8,F,124.0,1402,-109.08167999999641,31.937884000000402,2439531,4,11,1978 +1,F,39.0,1403,-109.08282899999641,31.938851000000387,2439521,4,11,1978 +1,M,133.0,1404,-109.08282899999641,31.938851000000387,2439531,4,11,1978 +1,F,125.0,1405,-109.08282899999641,31.938851000000387,2439531,4,11,1978 +11,F,23.0,1406,-109.07930699999636,31.938056000000426,2438516,4,11,1978 +9,F,38.0,1407,-109.08090299999638,31.93785900000039,2439521,4,11,1978 +12,M,32.0,1408,-109.07851899999636,31.938203000000414,2439521,4,11,1978 +17,F,40.0,1409,-109.07941499999636,31.937117000000445,2439521,4,11,1978 +8,M,54.0,1410,-109.08167999999641,31.937884000000402,2439541,4,11,1978 +11,M,33.0,1411,-109.07930699999636,31.938056000000426,2438517,4,11,1978 +9,F,126.0,1412,-109.08090299999638,31.93785900000039,2439531,4,11,1978 +9,M,136.0,1413,-109.08090299999638,31.93785900000039,2439531,4,11,1978 +8,F,28.0,1414,-109.08167999999641,31.937884000000402,2438517,4,11,1978 +17,M,137.0,1415,-109.07941499999636,31.937117000000445,2439531,4,11,1978 +8,F,37.0,1416,-109.08167999999641,31.937884000000402,2439521,4,11,1978 +1,F,39.0,1417,-109.08282899999641,31.938851000000387,2439521,4,11,1978 +12,F,42.0,1418,-109.07851899999636,31.938203000000414,2439521,4,11,1978 +8,F,45.0,1419,-109.08167999999641,31.937884000000402,2439541,4,11,1978 +9,F,39.0,1420,-109.08090299999638,31.93785900000039,2439521,4,11,1978 +19,M,21.0,1421,-109.07791199999636,31.937438000000434,2438516,4,11,1978 +12,F,22.0,1422,-109.07851899999636,31.938203000000414,2438516,4,11,1978 +1,M,130.0,1423,-109.08282899999641,31.938851000000387,2439531,4,11,1978 +9,F,101.0,1424,-109.08090299999638,31.93785900000039,2439531,4,11,1978 +17,F,45.0,1425,-109.07941499999636,31.937117000000445,2439541,4,11,1978 +22,F,129.0,1426,-109.07860199999635,31.93644100000042,2439531,4,11,1978 +11,M,45.0,1427,-109.07930699999636,31.938056000000426,2439521,4,11,1978 +21,F,6.0,1428,-109.07939799999636,31.936448000000453,2439566,4,11,1978 +12,M,45.0,1429,-109.07851899999636,31.938203000000414,2439521,4,11,1978 +20,M,130.0,1430,-109.08019099999642,31.93633400000045,2439531,4,11,1978 +9,M,39.0,1431,-109.08090299999638,31.93785900000039,2439521,4,11,1978 +9,F,108.0,1432,-109.08090299999638,31.93785900000039,2439531,4,11,1978 +11,F,28.0,1433,-109.07930699999636,31.938056000000426,2438517,4,11,1978 +17,M,49.0,1434,-109.07941499999636,31.937117000000445,2439521,4,11,1978 +11,M,39.0,1435,-109.07930699999636,31.938056000000426,2439521,4,11,1978 +17,M,89.0,1436,-109.07941499999636,31.937117000000445,2438147,4,11,1978 +8,F,24.0,1437,-109.08167999999641,31.937884000000402,2438516,4,11,1978 +10,,,1438,-109.08009099999636,31.938017000000425,,4,11,1978 +23,,,1439,-109.07783799999636,31.93676300000042,,4,11,1978 +6,M,43.0,1440,-109.07883599999636,31.939078000000414,2439521,5,11,1978 +4,F,36.0,1441,-109.08040899999641,31.93889400000041,2439521,5,11,1978 +6,F,41.0,1442,-109.07883599999636,31.939078000000414,2439521,5,11,1978 +13,F,40.0,1443,-109.08261299999641,31.937028000000442,2439521,5,11,1978 +5,M,21.0,1444,-109.07960199999636,31.93897000000045,2438516,5,11,1978 +18,F,37.0,1445,-109.07863299999636,31.93712600000041,2439521,5,11,1978 +6,F,36.0,1446,-109.07883599999636,31.939078000000414,2439521,5,11,1978 +15,,,1447,-109.08103599999642,31.937059000000463,2437568,5,11,1978 +6,F,111.0,1448,-109.07883599999636,31.939078000000414,2439531,5,11,1978 +14,M,45.0,1449,-109.08182699999641,31.937054000000447,2439521,5,11,1978 +5,M,132.0,1450,-109.07960199999636,31.93897000000045,2439531,5,11,1978 +13,F,107.0,1451,-109.08261299999641,31.937028000000442,2439531,5,11,1978 +18,M,119.0,1452,-109.07863299999636,31.93712600000041,2439531,5,11,1978 +18,F,121.0,1453,-109.07863299999636,31.93712600000041,2439531,5,11,1978 +2,M,218.0,1454,-109.08197499999642,31.93888700000037,,5,11,1978 +4,M,111.0,1455,-109.08040899999641,31.93889400000041,2439531,5,11,1978 +18,M,37.0,1456,-109.07863299999636,31.93712600000041,2438517,5,11,1978 +6,M,37.0,1457,-109.07883599999636,31.939078000000414,2439521,5,11,1978 +18,M,26.0,1458,-109.07863299999636,31.93712600000041,2438517,5,11,1978 +4,M,38.0,1459,-109.08040899999641,31.93889400000041,2439521,5,11,1978 +6,F,105.0,1460,-109.07883599999636,31.939078000000414,2439531,5,11,1978 +18,M,41.0,1461,-109.07863299999636,31.93712600000041,2439521,5,11,1978 +2,F,38.0,1462,-109.08197499999642,31.93888700000037,2439521,5,11,1978 +4,F,22.0,1463,-109.08040899999641,31.93889400000041,2438516,5,11,1978 +14,F,121.0,1464,-109.08182699999641,31.937054000000447,2439531,5,11,1978 +18,F,38.0,1465,-109.07863299999636,31.93712600000041,2439521,5,11,1978 +14,M,153.0,1466,-109.08182699999641,31.937054000000447,,5,11,1978 +14,F,43.0,1467,-109.08182699999641,31.937054000000447,2439521,5,11,1978 +2,M,22.0,1468,-109.08197499999642,31.93888700000037,2437981,5,11,1978 +13,F,40.0,1469,-109.08261299999641,31.937028000000442,2439521,5,11,1978 +2,F,41.0,1470,-109.08197499999642,31.93888700000037,2439521,5,11,1978 +13,,,1471,-109.08261299999641,31.937028000000442,2437300,5,11,1978 +13,F,37.0,1472,-109.08261299999641,31.937028000000442,2439521,5,11,1978 +2,F,23.0,1473,-109.08197499999642,31.93888700000037,2438516,5,11,1978 +4,M,28.0,1474,-109.08040899999641,31.93889400000041,2438516,5,11,1978 +3,,,1475,-109.08120799999641,31.938896000000387,,5,11,1978 +7,,,1476,-109.08281599999641,31.938113000000413,,5,11,1978 +16,,,1477,-109.08024399999636,31.93709400000041,,5,11,1978 +17,F,28.0,1478,-109.07941499999636,31.937117000000445,2438517,2,12,1978 +19,M,8.0,1479,-109.07791199999636,31.937438000000434,2437874,2,12,1978 +9,M,34.0,1480,-109.08090299999638,31.93785900000039,2438517,2,12,1978 +22,F,,1481,-109.07860199999635,31.93644100000042,2439521,2,12,1978 +9,F,29.0,1482,-109.08090299999638,31.93785900000039,2438517,2,12,1978 +22,M,28.0,1483,-109.07860199999635,31.93644100000042,2438517,2,12,1978 +11,F,37.0,1484,-109.07930699999636,31.938056000000426,2439521,2,12,1978 +9,F,128.0,1485,-109.08090299999638,31.93785900000039,2439531,2,12,1978 +17,F,40.0,1486,-109.07941499999636,31.937117000000445,2439521,2,12,1978 +11,M,44.0,1487,-109.07930699999636,31.938056000000426,2439521,2,12,1978 +1,F,37.0,1488,-109.08282899999641,31.938851000000387,2439521,2,12,1978 +17,F,119.0,1489,-109.07941499999636,31.937117000000445,2439531,2,12,1978 +12,M,39.0,1490,-109.07851899999636,31.938203000000414,2439521,2,12,1978 +12,M,223.0,1491,-109.07851899999636,31.938203000000414,,2,12,1978 +22,M,33.0,1492,-109.07860199999635,31.93644100000042,2438517,2,12,1978 +1,F,38.0,1493,-109.08282899999641,31.938851000000387,2439521,2,12,1978 +11,F,25.0,1494,-109.07930699999636,31.938056000000426,2438516,2,12,1978 +21,F,7.0,1495,-109.07939799999636,31.936448000000453,2437874,2,12,1978 +22,F,32.0,1496,-109.07860199999635,31.93644100000042,2438517,2,12,1978 +9,F,41.0,1497,-109.08090299999638,31.93785900000039,2439521,2,12,1978 +20,M,136.0,1498,-109.08019099999642,31.93633400000045,2439531,2,12,1978 +11,M,46.0,1499,-109.07930699999636,31.938056000000426,2439521,2,12,1978 +9,F,101.0,1500,-109.08090299999638,31.93785900000039,2439531,2,12,1978 +8,M,52.0,1501,-109.08167999999641,31.937884000000402,2439541,2,12,1978 +8,F,122.0,1502,-109.08167999999641,31.937884000000402,2439531,2,12,1978 +9,F,,1503,-109.08090299999638,31.93785900000039,2439531,2,12,1978 +22,F,118.0,1504,-109.07860199999635,31.93644100000042,2439531,2,12,1978 +12,F,116.0,1505,-109.07851899999636,31.938203000000414,2439531,2,12,1978 +8,F,30.0,1506,-109.08167999999641,31.937884000000402,2438517,2,12,1978 +17,F,44.0,1507,-109.07941499999636,31.937117000000445,2439541,2,12,1978 +9,M,44.0,1508,-109.08090299999638,31.93785900000039,2438517,2,12,1978 +22,M,27.0,1509,-109.07860199999635,31.93644100000042,2438517,2,12,1978 +22,F,132.0,1510,-109.07860199999635,31.93644100000042,2439531,2,12,1978 +17,M,,1511,-109.07941499999636,31.937117000000445,2438517,2,12,1978 +1,M,42.0,1512,-109.08282899999641,31.938851000000387,2439521,2,12,1978 +20,F,181.0,1513,-109.08019099999642,31.93633400000045,,2,12,1978 +9,M,40.0,1514,-109.08090299999638,31.93785900000039,2439521,2,12,1978 +11,M,38.0,1515,-109.07930699999636,31.938056000000426,2439521,2,12,1978 +22,M,42.0,1516,-109.07860199999635,31.93644100000042,2439521,2,12,1978 +17,M,32.0,1517,-109.07941499999636,31.937117000000445,2438517,2,12,1978 +10,,,1518,-109.08009099999636,31.938017000000425,,2,12,1978 +23,,,1519,-109.07783799999636,31.93676300000042,,2,12,1978 +2,M,46.0,1520,-109.08197499999642,31.93888700000037,2439521,3,12,1978 +14,F,120.0,1521,-109.08182699999641,31.937054000000447,2439531,3,12,1978 +6,F,113.0,1522,-109.07883599999636,31.939078000000414,2439531,3,12,1978 +13,F,42.0,1523,-109.08261299999641,31.937028000000442,2439521,3,12,1978 +18,F,44.0,1524,-109.07863299999636,31.93712600000041,2439521,3,12,1978 +5,F,37.0,1525,-109.07960199999636,31.93897000000045,2439521,3,12,1978 +18,M,126.0,1526,-109.07863299999636,31.93712600000041,2439531,3,12,1978 +18,F,124.0,1527,-109.07863299999636,31.93712600000041,2439531,3,12,1978 +6,F,111.0,1528,-109.07883599999636,31.939078000000414,2439531,3,12,1978 +6,M,42.0,1529,-109.07883599999636,31.939078000000414,2439521,3,12,1978 +2,M,38.0,1530,-109.08197499999642,31.93888700000037,2439521,3,12,1978 +14,M,169.0,1531,-109.08182699999641,31.937054000000447,,3,12,1978 +4,M,118.0,1532,-109.08040899999641,31.93889400000041,2439531,3,12,1978 +13,F,29.0,1533,-109.08261299999641,31.937028000000442,2438517,3,12,1978 +3,F,23.0,1534,-109.08120799999641,31.938896000000387,2438516,3,12,1978 +2,F,40.0,1535,-109.08197499999642,31.93888700000037,2439521,3,12,1978 +2,F,43.0,1536,-109.08197499999642,31.93888700000037,2439521,3,12,1978 +18,F,38.0,1537,-109.07863299999636,31.93712600000041,2439521,3,12,1978 +5,M,142.0,1538,-109.07960199999636,31.93897000000045,2439531,3,12,1978 +14,M,45.0,1539,-109.08182699999641,31.937054000000447,2439521,3,12,1978 +2,M,49.0,1540,-109.08197499999642,31.93888700000037,2439521,3,12,1978 +13,F,111.0,1541,-109.08261299999641,31.937028000000442,2439531,3,12,1978 +2,M,,1542,-109.08197499999642,31.93888700000037,2438516,3,12,1978 +3,M,28.0,1543,-109.08120799999641,31.938896000000387,2438516,3,12,1978 +2,F,38.0,1544,-109.08197499999642,31.93888700000037,2438517,3,12,1978 +2,M,32.0,1545,-109.08197499999642,31.93888700000037,2438517,3,12,1978 +13,F,,1546,-109.08261299999641,31.937028000000442,2439521,3,12,1978 +6,M,36.0,1547,-109.07883599999636,31.939078000000414,2438517,3,12,1978 +5,F,26.0,1548,-109.07960199999636,31.93897000000045,2438516,3,12,1978 +5,M,21.0,1549,-109.07960199999636,31.93897000000045,2438516,3,12,1978 +7,,,1550,-109.08281599999641,31.938113000000413,,3,12,1978 +15,,,1551,-109.08103599999642,31.937059000000463,,3,12,1978 +16,M,45.0,1552,-109.08024399999636,31.93709400000041,2439521,3,12,1978 +22,F,37.0,1553,-109.07860199999635,31.93644100000042,2439521,28,1,1979 +8,F,128.0,1554,-109.08167999999641,31.937884000000402,2439531,28,1,1979 +9,F,42.0,1555,-109.08090299999638,31.93785900000039,2439521,28,1,1979 +11,M,37.0,1556,-109.07930699999636,31.938056000000426,2439521,28,1,1979 +22,M,,1557,-109.07860199999635,31.93644100000042,2439521,28,1,1979 +17,F,48.0,1558,-109.07941499999636,31.937117000000445,2439521,28,1,1979 +12,M,45.0,1559,-109.07851899999636,31.938203000000414,2439521,28,1,1979 +17,F,42.0,1560,-109.07941499999636,31.937117000000445,2439521,28,1,1979 +11,M,52.0,1561,-109.07930699999636,31.938056000000426,2439541,28,1,1979 +22,M,35.0,1562,-109.07860199999635,31.93644100000042,2438517,28,1,1979 +11,M,50.0,1563,-109.07930699999636,31.938056000000426,2439521,28,1,1979 +1,M,46.0,1564,-109.08282899999641,31.938851000000387,2438517,28,1,1979 +9,F,43.0,1565,-109.08090299999638,31.93785900000039,2439521,28,1,1979 +22,M,47.0,1566,-109.07860199999635,31.93644100000042,2439521,28,1,1979 +11,M,35.0,1567,-109.07930699999636,31.938056000000426,2438517,28,1,1979 +11,M,43.0,1568,-109.07930699999636,31.938056000000426,2439521,28,1,1979 +10,,,1569,-109.08009099999636,31.938017000000425,,28,1,1979 +19,,,1570,-109.07791199999636,31.937438000000434,,28,1,1979 +20,,,1571,-109.08019099999642,31.93633400000045,,28,1,1979 +21,,,1572,-109.07939799999636,31.936448000000453,,28,1,1979 +23,,,1573,-109.07783799999636,31.93676300000042,,28,1,1979 +2,F,31.0,1574,-109.08197499999642,31.93888700000037,2438517,29,1,1979 +13,M,39.0,1575,-109.08261299999641,31.937028000000442,2438517,29,1,1979 +18,F,45.0,1576,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +6,M,43.0,1577,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +18,M,42.0,1578,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +6,M,49.0,1579,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +4,F,44.0,1580,-109.08040899999641,31.93889400000041,2439521,29,1,1979 +18,M,47.0,1581,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +2,F,42.0,1582,-109.08197499999642,31.93888700000037,2439521,29,1,1979 +6,F,125.0,1583,-109.07883599999636,31.939078000000414,2439531,29,1,1979 +18,F,38.0,1584,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +2,M,30.0,1585,-109.08197499999642,31.93888700000037,2438516,29,1,1979 +3,F,27.0,1586,-109.08120799999641,31.938896000000387,2438516,29,1,1979 +16,M,45.0,1587,-109.08024399999636,31.93709400000041,2439521,29,1,1979 +18,M,49.0,1588,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +18,M,137.0,1589,-109.07863299999636,31.93712600000041,2439531,29,1,1979 +4,M,126.0,1590,-109.08040899999641,31.93889400000041,2439531,29,1,1979 +6,M,50.0,1591,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +6,F,41.0,1592,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +18,F,153.0,1593,-109.07863299999636,31.93712600000041,2439531,29,1,1979 +16,F,42.0,1594,-109.08024399999636,31.93709400000041,2439521,29,1,1979 +2,M,26.0,1595,-109.08197499999642,31.93888700000037,2438516,29,1,1979 +4,F,42.0,1596,-109.08040899999641,31.93889400000041,2439521,29,1,1979 +6,F,41.0,1597,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +2,F,39.0,1598,-109.08197499999642,31.93888700000037,2438517,29,1,1979 +6,F,32.0,1599,-109.07883599999636,31.939078000000414,2438517,29,1,1979 +18,M,44.0,1600,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +4,M,44.0,1601,-109.08040899999641,31.93889400000041,2439521,29,1,1979 +14,F,142.0,1602,-109.08182699999641,31.937054000000447,2439531,29,1,1979 +18,F,41.0,1603,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +2,M,26.0,1604,-109.08197499999642,31.93888700000037,2437981,29,1,1979 +14,F,48.0,1605,-109.08182699999641,31.937054000000447,2439521,29,1,1979 +16,,,1606,-109.08024399999636,31.93709400000041,2438516,29,1,1979 +6,F,37.0,1607,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +16,,,1608,-109.08024399999636,31.93709400000041,2438516,29,1,1979 +6,F,45.0,1609,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +18,M,,1610,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +6,M,52.0,1611,-109.07883599999636,31.939078000000414,2439521,29,1,1979 +2,F,43.0,1612,-109.08197499999642,31.93888700000037,2439521,29,1,1979 +13,F,40.0,1613,-109.08261299999641,31.937028000000442,2439521,29,1,1979 +18,M,48.0,1614,-109.07863299999636,31.93712600000041,2439521,29,1,1979 +5,,,1615,-109.07960199999636,31.93897000000045,,29,1,1979 +7,,,1616,-109.08281599999641,31.938113000000413,,29,1,1979 +15,,,1617,-109.08103599999642,31.937059000000463,,29,1,1979 +22,F,40.0,1618,-109.07860199999635,31.93644100000042,2438517,24,2,1979 +9,M,37.0,1619,-109.08090299999638,31.93785900000039,2438517,24,2,1979 +22,M,50.0,1620,-109.07860199999635,31.93644100000042,2439521,24,2,1979 +22,M,47.0,1621,-109.07860199999635,31.93644100000042,2439521,24,2,1979 +22,F,44.0,1622,-109.07860199999635,31.93644100000042,2439521,24,2,1979 +8,F,32.0,1623,-109.08167999999641,31.937884000000402,2438517,24,2,1979 +9,F,61.0,1624,-109.08090299999638,31.93785900000039,2439541,24,2,1979 +11,M,48.0,1625,-109.07930699999636,31.938056000000426,2439521,24,2,1979 +12,F,123.0,1626,-109.07851899999636,31.938203000000414,2439531,24,2,1979 +11,M,36.0,1627,-109.07930699999636,31.938056000000426,2438517,24,2,1979 +8,M,109.0,1628,-109.08167999999641,31.937884000000402,2439531,24,2,1979 +22,M,46.0,1629,-109.07860199999635,31.93644100000042,2439521,24,2,1979 +11,M,44.0,1630,-109.07930699999636,31.938056000000426,2439521,24,2,1979 +8,F,,1631,-109.08167999999641,31.937884000000402,2439531,24,2,1979 +22,F,127.0,1632,-109.07860199999635,31.93644100000042,2439531,24,2,1979 +17,F,48.0,1633,-109.07941499999636,31.937117000000445,2439541,24,2,1979 +17,F,125.0,1634,-109.07941499999636,31.937117000000445,2439531,24,2,1979 +8,M,42.0,1635,-109.08167999999641,31.937884000000402,2439521,24,2,1979 +22,M,45.0,1636,-109.07860199999635,31.93644100000042,2439521,24,2,1979 +12,M,47.0,1637,-109.07851899999636,31.938203000000414,2439521,24,2,1979 +9,F,124.0,1638,-109.08090299999638,31.93785900000039,2439531,24,2,1979 +20,F,131.0,1639,-109.08019099999642,31.93633400000045,2439531,24,2,1979 +7,,,1640,-109.08281599999641,31.938113000000413,,24,2,1979 +10,,,1641,-109.08009099999636,31.938017000000425,,24,2,1979 +19,,,1642,-109.07791199999636,31.937438000000434,,24,2,1979 +21,,,1643,-109.07939799999636,31.936448000000453,,24,2,1979 +23,,,1644,-109.07783799999636,31.93676300000042,,24,2,1979 +2,F,44.0,1645,-109.08197499999642,31.93888700000037,2439521,25,2,1979 +3,M,26.0,1646,-109.08120799999641,31.938896000000387,2438516,25,2,1979 +2,F,30.0,1647,-109.08197499999642,31.93888700000037,2438517,25,2,1979 +5,M,142.0,1648,-109.07960199999636,31.93897000000045,2439531,25,2,1979 +14,F,43.0,1649,-109.08182699999641,31.937054000000447,2439521,25,2,1979 +18,M,139.0,1650,-109.07863299999636,31.93712600000041,2439531,25,2,1979 +3,F,30.0,1651,-109.08120799999641,31.938896000000387,2438516,25,2,1979 +1,M,43.0,1652,-109.08282899999641,31.938851000000387,2439521,25,2,1979 +18,F,132.0,1653,-109.07863299999636,31.93712600000041,2439531,25,2,1979 +2,F,26.0,1654,-109.08197499999642,31.93888700000037,2437967,25,2,1979 +1,M,48.0,1655,-109.08282899999641,31.938851000000387,2439521,25,2,1979 +6,F,119.0,1656,-109.07883599999636,31.939078000000414,2439531,25,2,1979 +1,M,137.0,1657,-109.08282899999641,31.938851000000387,2439531,25,2,1979 +15,F,24.0,1658,-109.08103599999642,31.937059000000463,2437967,25,2,1979 +4,M,130.0,1659,-109.08040899999641,31.93889400000041,2439531,25,2,1979 +13,M,60.0,1660,-109.08261299999641,31.937028000000442,2439531,25,2,1979 +14,F,127.0,1661,-109.08182699999641,31.937054000000447,2439531,25,2,1979 +2,F,44.0,1662,-109.08197499999642,31.93888700000037,2439521,25,2,1979 +16,F,35.0,1663,-109.08024399999636,31.93709400000041,2438517,25,2,1979 +4,M,46.0,1664,-109.08040899999641,31.93889400000041,2439521,25,2,1979 +16,M,34.0,1665,-109.08024399999636,31.93709400000041,2438517,25,2,1979 +4,F,39.0,1666,-109.08040899999641,31.93889400000041,2439521,25,2,1979 +14,M,40.0,1667,-109.08182699999641,31.937054000000447,2439521,25,2,1979 +16,M,44.0,1668,-109.08024399999636,31.93709400000041,2439521,25,2,1979 +13,F,43.0,1669,-109.08261299999641,31.937028000000442,2439521,25,2,1979 +13,F,39.0,1670,-109.08261299999641,31.937028000000442,2438517,25,2,1979 +2,M,26.0,1671,-109.08197499999642,31.93888700000037,2437967,25,2,1979 +12,M,86.0,1672,-109.07851899999636,31.938203000000414,2439531,31,3,1979 +4,F,23.0,1673,-109.08040899999641,31.93889400000041,2439521,31,3,1979 +2,F,82.0,1674,-109.08197499999642,31.93888700000037,2439531,31,3,1979 +13,F,37.0,1675,-109.08261299999641,31.937028000000442,2439521,31,3,1979 +17,M,23.0,1676,-109.07941499999636,31.937117000000445,2437981,31,3,1979 +2,M,54.0,1677,-109.08197499999642,31.93888700000037,2439521,31,3,1979 +12,M,53.0,1678,-109.07851899999636,31.938203000000414,2439521,31,3,1979 +14,F,132.0,1679,-109.08182699999641,31.937054000000447,2439531,31,3,1979 +22,M,50.0,1680,-109.07860199999635,31.93644100000042,2439521,31,3,1979 +14,F,71.0,1681,-109.08182699999641,31.937054000000447,2439531,31,3,1979 +5,M,142.0,1682,-109.07960199999636,31.93897000000045,2439531,31,3,1979 +17,F,46.0,1683,-109.07941499999636,31.937117000000445,2439521,31,3,1979 +17,M,71.0,1684,-109.07941499999636,31.937117000000445,2439531,31,3,1979 +12,F,125.0,1685,-109.07851899999636,31.938203000000414,2439531,31,3,1979 +14,F,73.0,1686,-109.08182699999641,31.937054000000447,2439531,31,3,1979 +13,F,7.0,1687,-109.08261299999641,31.937028000000442,2439566,31,3,1979 +18,F,29.0,1688,-109.07863299999636,31.93712600000041,2439541,31,3,1979 +22,F,7.0,1689,-109.07860199999635,31.93644100000042,2439566,31,3,1979 +18,M,141.0,1690,-109.07863299999636,31.93712600000041,2439531,31,3,1979 +18,M,78.0,1691,-109.07863299999636,31.93712600000041,2439531,31,3,1979 +4,F,49.0,1692,-109.08040899999641,31.93889400000041,2439521,31,3,1979 +2,M,45.0,1693,-109.08197499999642,31.93888700000037,2439521,31,3,1979 +22,F,144.0,1694,-109.07860199999635,31.93644100000042,2439531,31,3,1979 +8,F,123.0,1695,-109.08167999999641,31.937884000000402,2439531,31,3,1979 +1,M,141.0,1696,-109.08282899999641,31.938851000000387,2439531,31,3,1979 +9,F,115.0,1697,-109.08090299999638,31.93785900000039,2439531,31,3,1979 +1,M,140.0,1698,-109.08282899999641,31.938851000000387,2439531,31,3,1979 +18,M,127.0,1699,-109.07863299999636,31.93712600000041,2439531,31,3,1979 +5,M,54.0,1700,-109.07960199999636,31.93897000000045,2439521,31,3,1979 +17,F,49.0,1701,-109.07941499999636,31.937117000000445,2439541,31,3,1979 +2,F,46.0,1702,-109.08197499999642,31.93888700000037,2439521,31,3,1979 +6,M,53.0,1703,-109.07883599999636,31.939078000000414,2439521,31,3,1979 +17,F,129.0,1704,-109.07941499999636,31.937117000000445,2439531,31,3,1979 +9,F,112.0,1705,-109.08090299999638,31.93785900000039,2439531,31,3,1979 +9,F,71.0,1706,-109.08090299999638,31.93785900000039,2439531,31,3,1979 +17,F,50.0,1707,-109.07941499999636,31.937117000000445,2439541,31,3,1979 +18,M,54.0,1708,-109.07863299999636,31.93712600000041,2439541,31,3,1979 +13,F,58.0,1709,-109.08261299999641,31.937028000000442,2439531,31,3,1979 +9,M,55.0,1710,-109.08090299999638,31.93785900000039,2439521,31,3,1979 +11,M,,1711,-109.07930699999636,31.938056000000426,2439531,31,3,1979 +9,M,31.0,1712,-109.08090299999638,31.93785900000039,2439521,31,3,1979 +11,M,46.0,1713,-109.07930699999636,31.938056000000426,2439521,31,3,1979 +13,F,112.0,1714,-109.08261299999641,31.937028000000442,2439531,31,3,1979 +4,M,129.0,1715,-109.08040899999641,31.93889400000041,2439531,31,3,1979 +8,M,45.0,1716,-109.08167999999641,31.937884000000402,2439521,31,3,1979 +3,,,1717,-109.08120799999641,31.938896000000387,,31,3,1979 +7,,,1718,-109.08281599999641,31.938113000000413,,31,3,1979 +10,,,1719,-109.08009099999636,31.938017000000425,,31,3,1979 +15,,,1720,-109.08103599999642,31.937059000000463,,31,3,1979 +16,,,1721,-109.08024399999636,31.93709400000041,,31,3,1979 +19,,,1722,-109.07791199999636,31.937438000000434,,31,3,1979 +20,,,1723,-109.08019099999642,31.93633400000045,,31,3,1979 +21,,,1724,-109.07939799999636,31.936448000000453,,31,3,1979 +23,,,1725,-109.07783799999636,31.93676300000042,,31,3,1979 +11,M,47.0,1726,-109.07930699999636,31.938056000000426,2439521,28,4,1979 +12,M,73.0,1727,-109.07851899999636,31.938203000000414,2439531,28,4,1979 +12,F,75.0,1728,-109.07851899999636,31.938203000000414,2439531,28,4,1979 +12,F,140.0,1729,-109.07851899999636,31.938203000000414,2439531,28,4,1979 +12,F,86.0,1730,-109.07851899999636,31.938203000000414,,28,4,1979 +1,F,50.0,1731,-109.08282899999641,31.938851000000387,2439521,28,4,1979 +12,F,239.0,1732,-109.07851899999636,31.938203000000414,,28,4,1979 +22,F,127.0,1733,-109.07860199999635,31.93644100000042,2439531,28,4,1979 +1,M,144.0,1734,-109.08282899999641,31.938851000000387,2439531,28,4,1979 +11,F,46.0,1735,-109.07930699999636,31.938056000000426,2439521,28,4,1979 +1,F,71.0,1736,-109.08282899999641,31.938851000000387,2439531,28,4,1979 +22,M,76.0,1737,-109.07860199999635,31.93644100000042,2439531,28,4,1979 +9,F,51.0,1738,-109.08090299999638,31.93785900000039,2439531,28,4,1979 +8,F,130.0,1739,-109.08167999999641,31.937884000000402,2439531,28,4,1979 +17,M,143.0,1740,-109.07941499999636,31.937117000000445,2439531,28,4,1979 +9,M,49.0,1741,-109.08090299999638,31.93785900000039,2439531,28,4,1979 +9,F,124.0,1742,-109.08090299999638,31.93785900000039,2439531,28,4,1979 +9,F,46.0,1743,-109.08090299999638,31.93785900000039,2439531,28,4,1979 +12,M,34.0,1744,-109.07851899999636,31.938203000000414,2439521,28,4,1979 +20,M,71.0,1745,-109.08019099999642,31.93633400000045,2439531,28,4,1979 +17,F,119.0,1746,-109.07941499999636,31.937117000000445,2439531,28,4,1979 +20,M,19.0,1747,-109.08019099999642,31.93633400000045,2437981,28,4,1979 +20,F,143.0,1748,-109.08019099999642,31.93633400000045,2439531,28,4,1979 +9,M,85.0,1749,-109.08090299999638,31.93785900000039,2439531,28,4,1979 +9,F,63.0,1750,-109.08090299999638,31.93785900000039,2439531,28,4,1979 +17,F,51.0,1751,-109.07941499999636,31.937117000000445,2439541,28,4,1979 +10,,,1752,-109.08009099999636,31.938017000000425,,28,4,1979 +19,,,1753,-109.07791199999636,31.937438000000434,,28,4,1979 +21,,,1754,-109.07939799999636,31.936448000000453,,28,4,1979 +23,,,1755,-109.07783799999636,31.93676300000042,,28,4,1979 +4,M,28.0,1756,-109.08040899999641,31.93889400000041,2438516,29,4,1979 +2,M,166.0,1757,-109.08197499999642,31.93888700000037,,29,4,1979 +15,F,15.0,1758,-109.08103599999642,31.937059000000463,2439591,29,4,1979 +18,F,48.0,1759,-109.07863299999636,31.93712600000041,2439541,29,4,1979 +14,M,67.0,1760,-109.08182699999641,31.937054000000447,2439531,29,4,1979 +13,M,13.0,1761,-109.08261299999641,31.937028000000442,2437981,29,4,1979 +5,M,143.0,1762,-109.07960199999636,31.93897000000045,2439531,29,4,1979 +15,M,23.0,1763,-109.08103599999642,31.937059000000463,2438516,29,4,1979 +18,F,126.0,1764,-109.07863299999636,31.93712600000041,,29,4,1979 +13,M,97.0,1765,-109.08261299999641,31.937028000000442,2439531,29,4,1979 +15,M,18.0,1766,-109.08103599999642,31.937059000000463,2437967,29,4,1979 +14,M,61.0,1767,-109.08182699999641,31.937054000000447,2439531,29,4,1979 +18,F,,1768,-109.07863299999636,31.93712600000041,2439541,29,4,1979 +2,M,43.0,1769,-109.08197499999642,31.93888700000037,2439521,29,4,1979 +14,F,65.0,1770,-109.08182699999641,31.937054000000447,2439521,29,4,1979 +18,M,99.0,1771,-109.07863299999636,31.93712600000041,2439531,29,4,1979 +4,F,45.0,1772,-109.08040899999641,31.93889400000041,2439521,29,4,1979 +13,F,135.0,1773,-109.08261299999641,31.937028000000442,2439531,29,4,1979 +4,F,92.0,1774,-109.08040899999641,31.93889400000041,2439531,29,4,1979 +5,M,95.0,1775,-109.07960199999636,31.93897000000045,2439531,29,4,1979 +14,M,27.0,1776,-109.08182699999641,31.937054000000447,2439521,29,4,1979 +4,M,101.0,1777,-109.08040899999641,31.93889400000041,,29,4,1979 +3,,,1778,-109.08120799999641,31.938896000000387,,29,4,1979 +6,,,1779,-109.07883599999636,31.939078000000414,,29,4,1979 +7,,,1780,-109.08281599999641,31.938113000000413,,29,4,1979 +16,,,1781,-109.08024399999636,31.93709400000041,,29,4,1979 +9,F,136.0,1782,-109.08090299999638,31.93785900000039,2439531,29,5,1979 +12,M,66.0,1783,-109.07851899999636,31.938203000000414,,29,5,1979 +12,M,91.0,1784,-109.07851899999636,31.938203000000414,2439531,29,5,1979 +12,M,72.0,1785,-109.07851899999636,31.938203000000414,,29,5,1979 +17,F,43.0,1786,-109.07941499999636,31.937117000000445,2439521,29,5,1979 +22,M,96.0,1787,-109.07860199999635,31.93644100000042,2439531,29,5,1979 +17,F,73.0,1788,-109.07941499999636,31.937117000000445,2439531,29,5,1979 +22,F,47.0,1789,-109.07860199999635,31.93644100000042,2439521,29,5,1979 +20,M,20.0,1790,-109.08019099999642,31.93633400000045,2439591,29,5,1979 +12,M,43.0,1791,-109.07851899999636,31.938203000000414,2439521,29,5,1979 +17,M,75.0,1792,-109.07941499999636,31.937117000000445,2439531,29,5,1979 +9,F,76.0,1793,-109.08090299999638,31.93785900000039,2439531,29,5,1979 +22,M,62.0,1794,-109.07860199999635,31.93644100000042,2439531,29,5,1979 +9,F,114.0,1795,-109.08090299999638,31.93785900000039,2439531,29,5,1979 +17,F,119.0,1796,-109.07941499999636,31.937117000000445,2439531,29,5,1979 +21,F,,1797,-109.07939799999636,31.936448000000453,2439566,29,5,1979 +9,F,63.0,1798,-109.08090299999638,31.93785900000039,2439531,29,5,1979 +12,M,70.0,1799,-109.07851899999636,31.938203000000414,,29,5,1979 +17,M,147.0,1800,-109.07941499999636,31.937117000000445,2439531,29,5,1979 +9,F,136.0,1801,-109.08090299999638,31.93785900000039,2439531,29,5,1979 +17,,,1802,-109.07941499999636,31.937117000000445,2439531,29,5,1979 +22,F,60.0,1803,-109.07860199999635,31.93644100000042,2439531,29,5,1979 +9,M,71.0,1804,-109.08090299999638,31.93785900000039,2439531,29,5,1979 +20,M,63.0,1805,-109.08019099999642,31.93633400000045,2439531,29,5,1979 +9,F,47.0,1806,-109.08090299999638,31.93785900000039,2439521,29,5,1979 +8,F,135.0,1807,-109.08167999999641,31.937884000000402,2439531,29,5,1979 +20,M,40.0,1808,-109.08019099999642,31.93633400000045,,29,5,1979 +8,M,46.0,1809,-109.08167999999641,31.937884000000402,2439521,29,5,1979 +12,M,41.0,1810,-109.07851899999636,31.938203000000414,2439541,29,5,1979 +22,F,47.0,1811,-109.07860199999635,31.93644100000042,2439531,29,5,1979 +17,M,29.0,1812,-109.07941499999636,31.937117000000445,2439541,29,5,1979 +20,M,66.0,1813,-109.08019099999642,31.93633400000045,2439531,29,5,1979 +11,M,46.0,1814,-109.07930699999636,31.938056000000426,2439521,29,5,1979 +20,F,147.0,1815,-109.08019099999642,31.93633400000045,2439531,29,5,1979 +10,,,1816,-109.08009099999636,31.938017000000425,,29,5,1979 +19,,,1817,-109.07791199999636,31.937438000000434,,29,5,1979 +5,F,53.0,1818,-109.07960199999636,31.93897000000045,2439521,30,5,1979 +2,M,184.0,1819,-109.08197499999642,31.93888700000037,,30,5,1979 +15,M,24.0,1820,-109.08103599999642,31.937059000000463,2438516,30,5,1979 +1,M,19.0,1821,-109.08282899999641,31.938851000000387,2439521,30,5,1979 +18,F,128.0,1822,-109.07863299999636,31.93712600000041,2439531,30,5,1979 +15,F,15.0,1823,-109.08103599999642,31.937059000000463,2438516,30,5,1979 +15,F,,1824,-109.08103599999642,31.937059000000463,2439591,30,5,1979 +5,F,113.0,1825,-109.07960199999636,31.93897000000045,2439531,30,5,1979 +14,F,20.0,1826,-109.08182699999641,31.937054000000447,2439521,30,5,1979 +18,F,44.0,1827,-109.07863299999636,31.93712600000041,2439541,30,5,1979 +14,,88.0,1828,-109.08182699999641,31.937054000000447,2439531,30,5,1979 +18,M,114.0,1829,-109.07863299999636,31.93712600000041,2439531,30,5,1979 +1,F,101.0,1830,-109.08282899999641,31.938851000000387,2439531,30,5,1979 +18,M,40.0,1831,-109.07863299999636,31.93712600000041,2439541,30,5,1979 +14,M,40.0,1832,-109.08182699999641,31.937054000000447,2439521,30,5,1979 +13,F,112.0,1833,-109.08261299999641,31.937028000000442,2439531,30,5,1979 +1,F,45.0,1834,-109.08282899999641,31.938851000000387,2439521,30,5,1979 +5,M,21.0,1835,-109.07960199999636,31.93897000000045,2439521,30,5,1979 +5,M,105.0,1836,-109.07960199999636,31.93897000000045,2439531,30,5,1979 +1,M,140.0,1837,-109.08282899999641,31.938851000000387,2439531,30,5,1979 +4,F,107.0,1838,-109.08040899999641,31.93889400000041,2439531,30,5,1979 +14,F,123.0,1839,-109.08182699999641,31.937054000000447,2439531,30,5,1979 +2,M,50.0,1840,-109.08197499999642,31.93888700000037,2439521,30,5,1979 +1,M,132.0,1841,-109.08282899999641,31.938851000000387,2439531,30,5,1979 +14,M,93.0,1842,-109.08182699999641,31.937054000000447,2439531,30,5,1979 +15,M,20.0,1843,-109.08103599999642,31.937059000000463,2439591,30,5,1979 +4,F,44.0,1844,-109.08040899999641,31.93889400000041,2439521,30,5,1979 +13,M,36.0,1845,-109.08261299999641,31.937028000000442,2439521,30,5,1979 +2,F,53.0,1846,-109.08197499999642,31.93888700000037,2439521,30,5,1979 +2,M,45.0,1847,-109.08197499999642,31.93888700000037,2439521,30,5,1979 +14,F,57.0,1848,-109.08182699999641,31.937054000000447,2439521,30,5,1979 +3,,,1849,-109.08120799999641,31.938896000000387,,30,5,1979 +6,,,1850,-109.07883599999636,31.939078000000414,,30,5,1979 +7,,,1851,-109.08281599999641,31.938113000000413,,30,5,1979 +16,,,1852,-109.08024399999636,31.93709400000041,,30,5,1979 +23,,,1853,-109.07783799999636,31.93676300000042,,30,5,1979 +12,M,105.0,1854,-109.07851899999636,31.938203000000414,2439531,3,7,1979 +21,F,18.0,1855,-109.07939799999636,31.936448000000453,2438516,3,7,1979 +21,M,27.0,1856,-109.07939799999636,31.936448000000453,2438516,3,7,1979 +22,F,8.0,1857,-109.07860199999635,31.93644100000042,2439566,3,7,1979 +9,F,116.0,1858,-109.08090299999638,31.93785900000039,2439531,3,7,1979 +17,F,41.0,1859,-109.07941499999636,31.937117000000445,2439521,3,7,1979 +22,M,120.0,1860,-109.07860199999635,31.93644100000042,2439531,3,7,1979 +20,F,9.0,1861,-109.08019099999642,31.93633400000045,2439566,3,7,1979 +9,F,96.0,1862,-109.08090299999638,31.93785900000039,2439531,3,7,1979 +17,M,143.0,1863,-109.07941499999636,31.937117000000445,2439531,3,7,1979 +20,F,94.0,1864,-109.08019099999642,31.93633400000045,,3,7,1979 +8,F,128.0,1865,-109.08167999999641,31.937884000000402,2439531,3,7,1979 +11,M,91.0,1866,-109.07930699999636,31.938056000000426,2439531,3,7,1979 +20,F,156.0,1867,-109.08019099999642,31.93633400000045,2439531,3,7,1979 +9,M,,1868,-109.08090299999638,31.93785900000039,2439531,3,7,1979 +12,M,44.0,1869,-109.07851899999636,31.938203000000414,2439521,3,7,1979 +17,M,38.0,1870,-109.07941499999636,31.937117000000445,2439541,3,7,1979 +9,M,86.0,1871,-109.08090299999638,31.93785900000039,2439531,3,7,1979 +21,F,7.0,1872,-109.07939799999636,31.936448000000453,2439566,3,7,1979 +21,M,8.0,1873,-109.07939799999636,31.936448000000453,2439566,3,7,1979 +23,F,27.0,1874,-109.07783799999636,31.93676300000042,2437981,3,7,1979 +9,F,,1875,-109.08090299999638,31.93785900000039,2439521,3,7,1979 +20,M,43.0,1876,-109.08019099999642,31.93633400000045,2439531,3,7,1979 +11,F,32.0,1877,-109.07930699999636,31.938056000000426,2439521,3,7,1979 +17,M,48.0,1878,-109.07941499999636,31.937117000000445,2439521,3,7,1979 +9,M,99.0,1879,-109.08090299999638,31.93785900000039,2439531,3,7,1979 +10,,,1880,-109.08009099999636,31.938017000000425,,3,7,1979 +3,F,21.0,1881,-109.08120799999641,31.938896000000387,2438517,4,7,1979 +5,M,34.0,1882,-109.07960199999636,31.93897000000045,2439521,4,7,1979 +2,M,206.0,1883,-109.08197499999642,31.93888700000037,,4,7,1979 +18,M,60.0,1884,-109.07863299999636,31.93712600000041,2439531,4,7,1979 +15,F,14.0,1885,-109.08103599999642,31.937059000000463,2439591,4,7,1979 +13,F,27.0,1886,-109.08261299999641,31.937028000000442,2439521,4,7,1979 +5,F,50.0,1887,-109.07960199999636,31.93897000000045,2439521,4,7,1979 +14,F,120.0,1888,-109.08182699999641,31.937054000000447,2439531,4,7,1979 +18,M,59.0,1889,-109.07863299999636,31.93712600000041,2439531,4,7,1979 +5,F,112.0,1890,-109.07960199999636,31.93897000000045,2439531,4,7,1979 +14,F,,1891,-109.08182699999641,31.937054000000447,2439531,4,7,1979 +18,F,138.0,1892,-109.07863299999636,31.93712600000041,2439531,4,7,1979 +1,M,,1893,-109.08282899999641,31.938851000000387,2439531,4,7,1979 +6,F,95.0,1894,-109.07883599999636,31.939078000000414,2439531,4,7,1979 +14,F,53.0,1895,-109.08182699999641,31.937054000000447,2439521,4,7,1979 +15,F,16.0,1896,-109.08103599999642,31.937059000000463,2439591,4,7,1979 +14,M,70.0,1897,-109.08182699999641,31.937054000000447,2439531,4,7,1979 +5,M,110.0,1898,-109.07960199999636,31.93897000000045,2439531,4,7,1979 +2,M,10.0,1899,-109.08197499999642,31.93888700000037,2439591,4,7,1979 +18,F,53.0,1900,-109.07863299999636,31.93712600000041,2439541,4,7,1979 +13,M,79.0,1901,-109.08261299999641,31.937028000000442,2439531,4,7,1979 +14,M,44.0,1902,-109.08182699999641,31.937054000000447,2439521,4,7,1979 +14,M,41.0,1903,-109.08182699999641,31.937054000000447,2439521,4,7,1979 +4,,,1904,-109.08040899999641,31.93889400000041,,4,7,1979 +7,,,1905,-109.08281599999641,31.938113000000413,,4,7,1979 +16,,,1906,-109.08024399999636,31.93709400000041,,4,7,1979 +19,,,1907,-109.07791199999636,31.937438000000434,,4,7,1979 +19,F,24.0,1908,-109.07791199999636,31.937438000000434,2437981,24,7,1979 +13,F,27.0,1909,-109.08261299999641,31.937028000000442,2438516,24,7,1979 +13,F,32.0,1910,-109.08261299999641,31.937028000000442,2439521,24,7,1979 +20,M,10.0,1911,-109.08019099999642,31.93633400000045,2439566,24,7,1979 +22,F,40.0,1912,-109.07860199999635,31.93644100000042,2439521,24,7,1979 +1,M,141.0,1913,-109.08282899999641,31.938851000000387,2439531,24,7,1979 +20,F,165.0,1914,-109.08019099999642,31.93633400000045,2439531,24,7,1979 +20,F,116.0,1915,-109.08019099999642,31.93633400000045,,24,7,1979 +13,M,93.0,1916,-109.08261299999641,31.937028000000442,2439531,24,7,1979 +20,F,9.0,1917,-109.08019099999642,31.93633400000045,2439566,24,7,1979 +21,M,,1918,-109.07939799999636,31.936448000000453,2439566,24,7,1979 +22,F,78.0,1919,-109.07860199999635,31.93644100000042,2439531,24,7,1979 +7,,,1920,-109.08281599999641,31.938113000000413,,24,7,1979 +23,,,1921,-109.07783799999636,31.93676300000042,,24,7,1979 +17,M,8.0,1922,-109.07941499999636,31.937117000000445,2437981,25,7,1979 +2,F,80.0,1923,-109.08197499999642,31.93888700000037,2439531,25,7,1979 +18,F,6.0,1924,-109.07863299999636,31.93712600000041,2439566,25,7,1979 +2,F,25.0,1925,-109.08197499999642,31.93888700000037,2438516,25,7,1979 +12,M,45.0,1926,-109.07851899999636,31.938203000000414,2439521,25,7,1979 +14,F,44.0,1927,-109.08182699999641,31.937054000000447,2439521,25,7,1979 +17,M,99.0,1928,-109.07941499999636,31.937117000000445,2439531,25,7,1979 +14,M,151.0,1929,-109.08182699999641,31.937054000000447,,25,7,1979 +18,F,133.0,1930,-109.07863299999636,31.93712600000041,2439531,25,7,1979 +14,M,19.0,1931,-109.08182699999641,31.937054000000447,2438516,25,7,1979 +11,M,31.0,1932,-109.07930699999636,31.938056000000426,2439521,25,7,1979 +18,M,46.0,1933,-109.07863299999636,31.93712600000041,2439541,25,7,1979 +12,M,108.0,1934,-109.07851899999636,31.938203000000414,2439531,25,7,1979 +8,F,126.0,1935,-109.08167999999641,31.937884000000402,2439531,25,7,1979 +17,M,145.0,1936,-109.07941499999636,31.937117000000445,2439531,25,7,1979 +14,F,93.0,1937,-109.08182699999641,31.937054000000447,2439531,25,7,1979 +11,M,98.0,1938,-109.07930699999636,31.938056000000426,2439531,25,7,1979 +18,F,42.0,1939,-109.07863299999636,31.93712600000041,2439541,25,7,1979 +14,F,125.0,1940,-109.08182699999641,31.937054000000447,2439531,25,7,1979 +11,M,16.0,1941,-109.07930699999636,31.938056000000426,2439591,25,7,1979 +17,M,,1942,-109.07941499999636,31.937117000000445,2439541,25,7,1979 +8,F,36.0,1943,-109.08167999999641,31.937884000000402,2438517,25,7,1979 +17,F,25.0,1944,-109.07941499999636,31.937117000000445,2438516,25,7,1979 +16,,,1945,-109.08024399999636,31.93709400000041,,25,7,1979 +4,M,108.0,1946,-109.08040899999641,31.93889400000041,2439531,26,7,1979 +15,F,16.0,1947,-109.08103599999642,31.937059000000463,2439591,26,7,1979 +9,F,44.0,1948,-109.08090299999638,31.93785900000039,2439521,26,7,1979 +15,F,17.0,1949,-109.08103599999642,31.937059000000463,2439591,26,7,1979 +4,F,44.0,1950,-109.08040899999641,31.93889400000041,2439521,26,7,1979 +3,F,31.0,1951,-109.08120799999641,31.938896000000387,2438517,26,7,1979 +5,M,40.0,1952,-109.07960199999636,31.93897000000045,2439521,26,7,1979 +3,M,35.0,1953,-109.08120799999641,31.938896000000387,2438517,26,7,1979 +15,F,11.0,1954,-109.08103599999642,31.937059000000463,2439591,26,7,1979 +15,F,11.0,1955,-109.08103599999642,31.937059000000463,2439591,26,7,1979 +6,F,59.0,1956,-109.07883599999636,31.939078000000414,2439531,26,7,1979 +9,M,94.0,1957,-109.08090299999638,31.93785900000039,2439531,26,7,1979 +9,M,68.0,1958,-109.08090299999638,31.93785900000039,2439531,26,7,1979 +4,F,111.0,1959,-109.08040899999641,31.93889400000041,2439531,26,7,1979 +4,F,23.0,1960,-109.08040899999641,31.93889400000041,2439521,26,7,1979 +10,,,1961,-109.08009099999636,31.938017000000425,,26,7,1979 +13,M,20.0,1962,-109.08261299999641,31.937028000000442,2438516,21,8,1979 +13,F,45.0,1963,-109.08261299999641,31.937028000000442,2438517,21,8,1979 +24,F,124.0,1964,-109.07773599999636,31.938560000000447,2439531,21,8,1979 +21,F,17.0,1965,-109.07939799999636,31.936448000000453,2438516,21,8,1979 +14,M,94.0,1966,-109.08182699999641,31.937054000000447,2439531,21,8,1979 +20,F,136.0,1967,-109.08019099999642,31.93633400000045,,21,8,1979 +20,F,148.0,1968,-109.08019099999642,31.93633400000045,2439531,21,8,1979 +14,F,24.0,1969,-109.08182699999641,31.937054000000447,2438517,21,8,1979 +14,M,35.0,1970,-109.08182699999641,31.937054000000447,2438517,21,8,1979 +24,F,41.0,1971,-109.07773599999636,31.938560000000447,2439521,21,8,1979 +14,F,53.0,1972,-109.08182699999641,31.937054000000447,2439521,21,8,1979 +22,M,132.0,1973,-109.07860199999635,31.93644100000042,2439531,21,8,1979 +13,M,106.0,1974,-109.08261299999641,31.937028000000442,2439531,21,8,1979 +14,F,128.0,1975,-109.08182699999641,31.937054000000447,2439531,21,8,1979 +14,M,46.0,1976,-109.08182699999641,31.937054000000447,2439521,21,8,1979 +19,,,1977,-109.07791199999636,31.937438000000434,,21,8,1979 +23,,,1978,-109.07783799999636,31.93676300000042,,21,8,1979 +12,M,119.0,1979,-109.07851899999636,31.938203000000414,2439531,22,8,1979 +8,F,125.0,1980,-109.08167999999641,31.937884000000402,2439531,22,8,1979 +11,M,27.0,1981,-109.07930699999636,31.938056000000426,2438517,22,8,1979 +17,M,27.0,1982,-109.07941499999636,31.937117000000445,2438516,22,8,1979 +12,F,72.0,1983,-109.07851899999636,31.938203000000414,,22,8,1979 +11,M,35.0,1984,-109.07930699999636,31.938056000000426,2439521,22,8,1979 +18,M,94.0,1985,-109.07863299999636,31.93712600000041,2439531,22,8,1979 +17,M,45.0,1986,-109.07941499999636,31.937117000000445,2439521,22,8,1979 +12,F,17.0,1987,-109.07851899999636,31.938203000000414,2438516,22,8,1979 +17,M,106.0,1988,-109.07941499999636,31.937117000000445,2439531,22,8,1979 +15,F,15.0,1989,-109.08103599999642,31.937059000000463,2439591,22,8,1979 +17,M,45.0,1990,-109.07941499999636,31.937117000000445,2439541,22,8,1979 +17,M,144.0,1991,-109.07941499999636,31.937117000000445,2439531,22,8,1979 +12,M,47.0,1992,-109.07851899999636,31.938203000000414,2439521,22,8,1979 +11,F,40.0,1993,-109.07930699999636,31.938056000000426,2439521,22,8,1979 +17,F,105.0,1994,-109.07941499999636,31.937117000000445,,22,8,1979 +7,,,1995,-109.08281599999641,31.938113000000413,,22,8,1979 +16,,,1996,-109.08024399999636,31.93709400000041,,22,8,1979 +18,F,45.0,1997,-109.07863299999636,31.93712600000041,2439541,22,8,1979 +3,M,28.0,1998,-109.08120799999641,31.938896000000387,2438516,23,8,1979 +9,F,30.0,1999,-109.08090299999638,31.93785900000039,2438516,23,8,1979 +9,M,93.0,2000,-109.08090299999638,31.93785900000039,2439531,23,8,1979 +5,F,93.0,2001,-109.07960199999636,31.93897000000045,2439531,23,8,1979 +4,M,124.0,2002,-109.08040899999641,31.93889400000041,2439531,23,8,1979 +9,M,103.0,2003,-109.08090299999638,31.93785900000039,2439531,23,8,1979 +2,F,27.0,2004,-109.08197499999642,31.93888700000037,2438516,23,8,1979 +6,F,81.0,2005,-109.07883599999636,31.939078000000414,2439531,23,8,1979 +9,F,48.0,2006,-109.08090299999638,31.93785900000039,2439521,23,8,1979 +1,M,142.0,2007,-109.08282899999641,31.938851000000387,2439531,23,8,1979 +1,M,53.0,2008,-109.08282899999641,31.938851000000387,2439521,23,8,1979 +5,M,87.0,2009,-109.07960199999636,31.93897000000045,2439531,23,8,1979 +1,M,144.0,2010,-109.08282899999641,31.938851000000387,2439531,23,8,1979 +4,F,117.0,2011,-109.08040899999641,31.93889400000041,2439531,23,8,1979 +2,M,20.0,2012,-109.08197499999642,31.93888700000037,2438516,23,8,1979 +5,F,19.0,2013,-109.07960199999636,31.93897000000045,2438516,23,8,1979 +1,F,14.0,2014,-109.08282899999641,31.938851000000387,2439591,23,8,1979 +2,M,49.0,2015,-109.08197499999642,31.93888700000037,2439521,23,8,1979 +5,F,18.0,2016,-109.07960199999636,31.93897000000045,2438516,23,8,1979 +10,F,29.0,2017,-109.08009099999636,31.938017000000425,2438517,22,9,1979 +17,M,47.0,2018,-109.07941499999636,31.937117000000445,2439521,22,9,1979 +23,M,23.0,2019,-109.07783799999636,31.93676300000042,2437981,22,9,1979 +9,F,,2020,-109.08090299999638,31.93785900000039,2439531,22,9,1979 +12,M,131.0,2021,-109.07851899999636,31.938203000000414,2439531,22,9,1979 +22,M,31.0,2022,-109.07860199999635,31.93644100000042,2438516,22,9,1979 +9,M,35.0,2023,-109.08090299999638,31.93785900000039,2439521,22,9,1979 +17,M,118.0,2024,-109.07941499999636,31.937117000000445,2439531,22,9,1979 +12,M,20.0,2025,-109.07851899999636,31.938203000000414,2438516,22,9,1979 +20,F,152.0,2026,-109.08019099999642,31.93633400000045,,22,9,1979 +22,M,138.0,2027,-109.07860199999635,31.93644100000042,2439531,22,9,1979 +12,F,37.0,2028,-109.07851899999636,31.938203000000414,2439521,22,9,1979 +20,F,21.0,2029,-109.08019099999642,31.93633400000045,2438516,22,9,1979 +12,F,41.0,2030,-109.07851899999636,31.938203000000414,2439521,22,9,1979 +20,M,50.0,2031,-109.08019099999642,31.93633400000045,2439521,22,9,1979 +11,M,27.0,2032,-109.07930699999636,31.938056000000426,2438516,22,9,1979 +20,F,153.0,2033,-109.08019099999642,31.93633400000045,2439531,22,9,1979 +8,F,122.0,2034,-109.08167999999641,31.937884000000402,2439531,22,9,1979 +9,F,106.0,2035,-109.08090299999638,31.93785900000039,2439531,22,9,1979 +11,M,49.0,2036,-109.07930699999636,31.938056000000426,2439521,22,9,1979 +21,F,24.0,2037,-109.07939799999636,31.936448000000453,2437981,22,9,1979 +9,,,2038,-109.08090299999638,31.93785900000039,2437300,22,9,1979 +22,M,19.0,2039,-109.07860199999635,31.93644100000042,2438516,22,9,1979 +8,F,14.0,2040,-109.08167999999641,31.937884000000402,2439591,22,9,1979 +11,F,40.0,2041,-109.07930699999636,31.938056000000426,2439521,22,9,1979 +9,F,34.0,2042,-109.08090299999638,31.93785900000039,2438517,22,9,1979 +7,,,2043,-109.08281599999641,31.938113000000413,,22,9,1979 +19,,,2044,-109.07791199999636,31.937438000000434,,22,9,1979 +3,M,34.0,2045,-109.08120799999641,31.938896000000387,2438517,23,9,1979 +3,F,46.0,2046,-109.08120799999641,31.938896000000387,2438517,23,9,1979 +14,M,45.0,2047,-109.08182699999641,31.937054000000447,2439521,23,9,1979 +15,F,16.0,2048,-109.08103599999642,31.937059000000463,2439591,23,9,1979 +13,M,21.0,2049,-109.08261299999641,31.937028000000442,2438516,23,9,1979 +24,F,49.0,2050,-109.07773599999636,31.938560000000447,2439521,23,9,1979 +2,F,23.0,2051,-109.08197499999642,31.93888700000037,2438516,23,9,1979 +2,F,7.0,2052,-109.08197499999642,31.93888700000037,2439566,23,9,1979 +13,F,40.0,2053,-109.08261299999641,31.937028000000442,2438517,23,9,1979 +4,F,46.0,2054,-109.08040899999641,31.93889400000041,2439521,23,9,1979 +2,F,29.0,2055,-109.08197499999642,31.93888700000037,2438516,23,9,1979 +24,F,119.0,2056,-109.07773599999636,31.938560000000447,2439531,23,9,1979 +4,M,129.0,2057,-109.08040899999641,31.93889400000041,2439531,23,9,1979 +5,M,22.0,2058,-109.07960199999636,31.93897000000045,2438516,23,9,1979 +1,M,24.0,2059,-109.08282899999641,31.938851000000387,2438516,23,9,1979 +24,F,35.0,2060,-109.07773599999636,31.938560000000447,2439521,23,9,1979 +2,F,46.0,2061,-109.08197499999642,31.93888700000037,2439521,23,9,1979 +3,F,7.0,2062,-109.08120799999641,31.938896000000387,2439566,23,9,1979 +4,F,124.0,2063,-109.08040899999641,31.93889400000041,2439531,23,9,1979 +24,M,53.0,2064,-109.07773599999636,31.938560000000447,2439521,23,9,1979 +14,F,46.0,2065,-109.08182699999641,31.937054000000447,2439521,23,9,1979 +24,F,43.0,2066,-109.07773599999636,31.938560000000447,2439521,23,9,1979 +5,F,25.0,2067,-109.07960199999636,31.93897000000045,2438516,23,9,1979 +14,F,31.0,2068,-109.08182699999641,31.937054000000447,2438517,23,9,1979 +13,M,120.0,2069,-109.08261299999641,31.937028000000442,2439531,23,9,1979 +18,F,26.0,2070,-109.07863299999636,31.93712600000041,2438516,23,9,1979 +2,M,51.0,2071,-109.08197499999642,31.93888700000037,2439521,23,9,1979 +1,F,14.0,2072,-109.08282899999641,31.938851000000387,2439591,23,9,1979 +6,,,2073,-109.07883599999636,31.939078000000414,,23,9,1979 +16,,,2074,-109.08024399999636,31.93709400000041,,23,9,1979 +9,M,26.0,2075,-109.08090299999638,31.93785900000039,2439541,24,10,1979 +12,M,52.0,2076,-109.07851899999636,31.938203000000414,2439541,24,10,1979 +11,M,137.0,2077,-109.07930699999636,31.938056000000426,2439531,24,10,1979 +12,,,2078,-109.07851899999636,31.938203000000414,2437300,24,10,1979 +12,F,92.0,2079,-109.07851899999636,31.938203000000414,,24,10,1979 +8,M,50.0,2080,-109.08167999999641,31.937884000000402,2439541,24,10,1979 +20,F,151.0,2081,-109.08019099999642,31.93633400000045,2439531,24,10,1979 +12,F,211.0,2082,-109.07851899999636,31.938203000000414,,24,10,1979 +8,F,47.0,2083,-109.08167999999641,31.937884000000402,2439541,24,10,1979 +9,F,45.0,2084,-109.08090299999638,31.93785900000039,2439521,24,10,1979 +11,M,16.0,2085,-109.07930699999636,31.938056000000426,2439591,24,10,1979 +17,M,46.0,2086,-109.07941499999636,31.937117000000445,2439521,24,10,1979 +12,F,40.0,2087,-109.07851899999636,31.938203000000414,2439521,24,10,1979 +9,F,145.0,2088,-109.08090299999638,31.93785900000039,2439531,24,10,1979 +9,M,43.0,2089,-109.08090299999638,31.93785900000039,2439521,24,10,1979 +10,F,25.0,2090,-109.08009099999636,31.938017000000425,2438517,24,10,1979 +11,F,28.0,2091,-109.07930699999636,31.938056000000426,2439521,24,10,1979 +11,M,29.0,2092,-109.07930699999636,31.938056000000426,2439521,24,10,1979 +19,M,19.0,2093,-109.07791199999636,31.937438000000434,2437981,24,10,1979 +22,M,143.0,2094,-109.07860199999635,31.93644100000042,2439531,24,10,1979 +17,M,156.0,2095,-109.07941499999636,31.937117000000445,2439531,24,10,1979 +17,M,123.0,2096,-109.07941499999636,31.937117000000445,2439531,24,10,1979 +11,F,27.0,2097,-109.07930699999636,31.938056000000426,2438516,24,10,1979 +8,F,120.0,2098,-109.08167999999641,31.937884000000402,2439531,24,10,1979 +9,F,123.0,2099,-109.08090299999638,31.93785900000039,2439531,24,10,1979 +23,M,24.0,2100,-109.07783799999636,31.93676300000042,2437981,24,10,1979 +9,F,21.0,2101,-109.08090299999638,31.93785900000039,2438516,24,10,1979 +12,M,45.0,2102,-109.07851899999636,31.938203000000414,2439521,24,10,1979 +17,M,133.0,2103,-109.07941499999636,31.937117000000445,,24,10,1979 +19,M,27.0,2104,-109.07791199999636,31.937438000000434,2438517,24,10,1979 +9,M,22.0,2105,-109.08090299999638,31.93785900000039,2438516,24,10,1979 +17,M,49.0,2106,-109.07941499999636,31.937117000000445,2439541,24,10,1979 +9,F,102.0,2107,-109.08090299999638,31.93785900000039,2439531,24,10,1979 +20,M,171.0,2108,-109.08019099999642,31.93633400000045,,24,10,1979 +11,M,18.0,2109,-109.07930699999636,31.938056000000426,2438516,24,10,1979 +11,M,19.0,2110,-109.07930699999636,31.938056000000426,2438516,24,10,1979 +7,,,2111,-109.08281599999641,31.938113000000413,,24,10,1979 +21,,,2112,-109.07939799999636,31.936448000000453,,24,10,1979 +3,F,32.0,2113,-109.08120799999641,31.938896000000387,2438517,25,10,1979 +24,F,122.0,2114,-109.07773599999636,31.938560000000447,2439531,25,10,1979 +3,M,36.0,2115,-109.08120799999641,31.938896000000387,2438517,25,10,1979 +14,F,133.0,2116,-109.08182699999641,31.937054000000447,2439531,25,10,1979 +24,M,19.0,2117,-109.07773599999636,31.938560000000447,2437981,25,10,1979 +3,M,7.0,2118,-109.08120799999641,31.938896000000387,2439566,25,10,1979 +4,M,130.0,2119,-109.08040899999641,31.93889400000041,2439531,25,10,1979 +6,F,23.0,2120,-109.07883599999636,31.939078000000414,2438516,25,10,1979 +14,M,,2121,-109.08182699999641,31.937054000000447,2439521,25,10,1979 +15,F,19.0,2122,-109.08103599999642,31.937059000000463,2438516,25,10,1979 +2,F,35.0,2123,-109.08197499999642,31.93888700000037,2439521,25,10,1979 +5,F,49.0,2124,-109.07960199999636,31.93897000000045,2439521,25,10,1979 +24,M,50.0,2125,-109.07773599999636,31.938560000000447,2439521,25,10,1979 +13,M,135.0,2126,-109.08261299999641,31.937028000000442,2439531,25,10,1979 +4,F,126.0,2127,-109.08040899999641,31.93889400000041,2439531,25,10,1979 +15,F,16.0,2128,-109.08103599999642,31.937059000000463,2439591,25,10,1979 +14,F,49.0,2129,-109.08182699999641,31.937054000000447,2439521,25,10,1979 +5,F,26.0,2130,-109.07960199999636,31.93897000000045,2438516,25,10,1979 +13,M,47.0,2131,-109.08261299999641,31.937028000000442,2439521,25,10,1979 +2,F,47.0,2132,-109.08197499999642,31.93888700000037,2439521,25,10,1979 +5,M,23.0,2133,-109.07960199999636,31.93897000000045,2438516,25,10,1979 +2,F,274.0,2134,-109.08197499999642,31.93888700000037,,25,10,1979 +18,M,127.0,2135,-109.07863299999636,31.93712600000041,2439531,25,10,1979 +3,M,7.0,2136,-109.08120799999641,31.938896000000387,2437874,25,10,1979 +5,F,21.0,2137,-109.07960199999636,31.93897000000045,2438516,25,10,1979 +4,M,49.0,2138,-109.08040899999641,31.93889400000041,2439521,25,10,1979 +1,,,2139,-109.08282899999641,31.938851000000387,,25,10,1979 +16,,,2140,-109.08024399999636,31.93709400000041,,25,10,1979 +3,F,24.0,2141,-109.08120799999641,31.938896000000387,2437981,17,11,1979 +5,F,30.0,2142,-109.07960199999636,31.93897000000045,2439521,17,11,1979 +17,M,20.0,2143,-109.07941499999636,31.937117000000445,2438516,17,11,1979 +4,M,40.0,2144,-109.08040899999641,31.93889400000041,2439521,17,11,1979 +17,M,22.0,2145,-109.07941499999636,31.937117000000445,2438516,17,11,1979 +5,F,49.0,2146,-109.07960199999636,31.93897000000045,2439521,17,11,1979 +15,F,22.0,2147,-109.08103599999642,31.937059000000463,2438516,17,11,1979 +15,M,6.0,2148,-109.08103599999642,31.937059000000463,2439566,17,11,1979 +3,M,17.0,2149,-109.08120799999641,31.938896000000387,2437981,17,11,1979 +17,M,48.0,2150,-109.07941499999636,31.937117000000445,2439521,17,11,1979 +3,M,7.0,2151,-109.08120799999641,31.938896000000387,2437874,17,11,1979 +18,F,22.0,2152,-109.07863299999636,31.93712600000041,2438516,17,11,1979 +5,M,26.0,2153,-109.07960199999636,31.93897000000045,2439521,17,11,1979 +6,F,23.0,2154,-109.07883599999636,31.939078000000414,2438516,17,11,1979 +14,F,9.0,2155,-109.08182699999641,31.937054000000447,2437874,17,11,1979 +18,M,31.0,2156,-109.07863299999636,31.93712600000041,2438517,17,11,1979 +5,M,23.0,2157,-109.07960199999636,31.93897000000045,2438516,17,11,1979 +24,F,21.0,2158,-109.07773599999636,31.938560000000447,2438516,17,11,1979 +1,F,24.0,2159,-109.08282899999641,31.938851000000387,2438516,17,11,1979 +24,F,124.0,2160,-109.07773599999636,31.938560000000447,2439531,17,11,1979 +4,M,50.0,2161,-109.08040899999641,31.93889400000041,2439521,17,11,1979 +17,M,130.0,2162,-109.07941499999636,31.937117000000445,2439531,17,11,1979 +18,M,136.0,2163,-109.07863299999636,31.93712600000041,2439531,17,11,1979 +2,F,34.0,2164,-109.08197499999642,31.93888700000037,2438517,17,11,1979 +3,M,7.0,2165,-109.08120799999641,31.938896000000387,2439566,17,11,1979 +1,F,30.0,2166,-109.08282899999641,31.938851000000387,2439521,17,11,1979 +15,M,21.0,2167,-109.08103599999642,31.937059000000463,2438516,17,11,1979 +2,F,7.0,2168,-109.08197499999642,31.93888700000037,2439566,17,11,1979 +4,F,128.0,2169,-109.08040899999641,31.93889400000041,2439531,17,11,1979 +18,F,33.0,2170,-109.07863299999636,31.93712600000041,2438517,17,11,1979 +14,F,51.0,2171,-109.08182699999641,31.937054000000447,2439521,17,11,1979 +1,M,25.0,2172,-109.08282899999641,31.938851000000387,2437967,17,11,1979 +17,F,28.0,2173,-109.07941499999636,31.937117000000445,2438516,17,11,1979 +18,M,34.0,2174,-109.07863299999636,31.93712600000041,2438517,17,11,1979 +14,F,109.0,2175,-109.08182699999641,31.937054000000447,,17,11,1979 +5,M,48.0,2176,-109.07960199999636,31.93897000000045,2439521,17,11,1979 +2,M,50.0,2177,-109.08197499999642,31.93888700000037,2439521,17,11,1979 +14,F,141.0,2178,-109.08182699999641,31.937054000000447,2439531,17,11,1979 +2,F,35.0,2179,-109.08197499999642,31.93888700000037,2438517,17,11,1979 +3,F,8.0,2180,-109.08120799999641,31.938896000000387,2439566,17,11,1979 +24,M,52.0,2181,-109.07773599999636,31.938560000000447,2439521,17,11,1979 +2,F,49.0,2182,-109.08197499999642,31.93888700000037,2439521,17,11,1979 +5,M,25.0,2183,-109.07960199999636,31.93897000000045,2439521,17,11,1979 +2,M,36.0,2184,-109.08197499999642,31.93888700000037,2438517,17,11,1979 +2,F,186.0,2185,-109.08197499999642,31.93888700000037,,17,11,1979 +24,M,7.0,2186,-109.07773599999636,31.938560000000447,2437874,17,11,1979 +17,M,51.0,2187,-109.07941499999636,31.937117000000445,2439541,17,11,1979 +1,M,41.0,2188,-109.08282899999641,31.938851000000387,2438517,17,11,1979 +13,F,27.0,2189,-109.08261299999641,31.937028000000442,2439521,17,11,1979 +14,M,21.0,2190,-109.08182699999641,31.937054000000447,2439521,17,11,1979 +6,M,20.0,2191,-109.07883599999636,31.939078000000414,2437981,17,11,1979 +17,M,153.0,2192,-109.07941499999636,31.937117000000445,,17,11,1979 +16,,,2193,-109.08024399999636,31.93709400000041,,17,11,1979 +7,M,23.0,2194,-109.08281599999641,31.938113000000413,2437967,18,11,1979 +7,M,53.0,2195,-109.08281599999641,31.938113000000413,2439521,18,11,1979 +7,F,43.0,2196,-109.08281599999641,31.938113000000413,2439521,18,11,1979 +7,M,22.0,2197,-109.08281599999641,31.938113000000413,2438516,18,11,1979 +8,M,44.0,2198,-109.08167999999641,31.937884000000402,2439521,18,11,1979 +8,F,45.0,2199,-109.08167999999641,31.937884000000402,2439521,18,11,1979 +8,F,50.0,2200,-109.08167999999641,31.937884000000402,2439521,18,11,1979 +8,F,54.0,2201,-109.08167999999641,31.937884000000402,2439541,18,11,1979 +8,M,43.0,2202,-109.08167999999641,31.937884000000402,2439521,18,11,1979 +9,M,110.0,2203,-109.08090299999638,31.93785900000039,2439531,18,11,1979 +9,F,118.0,2204,-109.08090299999638,31.93785900000039,2439531,18,11,1979 +9,F,41.0,2205,-109.08090299999638,31.93785900000039,2439521,18,11,1979 +9,M,49.0,2206,-109.08090299999638,31.93785900000039,2439521,18,11,1979 +10,F,22.0,2207,-109.08009099999636,31.938017000000425,2438516,18,11,1979 +10,F,36.0,2208,-109.08009099999636,31.938017000000425,2439521,18,11,1979 +11,F,42.0,2209,-109.07930699999636,31.938056000000426,2439541,18,11,1979 +11,M,19.0,2210,-109.07930699999636,31.938056000000426,2438517,18,11,1979 +11,M,22.0,2211,-109.07930699999636,31.938056000000426,2438516,18,11,1979 +11,F,122.0,2212,-109.07930699999636,31.938056000000426,,18,11,1979 +12,M,29.0,2213,-109.07851899999636,31.938203000000414,2438517,18,11,1979 +12,M,44.0,2214,-109.07851899999636,31.938203000000414,2439521,18,11,1979 +12,M,51.0,2215,-109.07851899999636,31.938203000000414,2439521,18,11,1979 +12,F,118.0,2216,-109.07851899999636,31.938203000000414,2439531,18,11,1979 +13,F,168.0,2217,-109.08261299999641,31.937028000000442,,18,11,1979 +13,M,36.0,2218,-109.08261299999641,31.937028000000442,2439521,18,11,1979 +14,M,46.0,2219,-109.08182699999641,31.937054000000447,2439521,18,11,1979 +14,F,43.0,2220,-109.08182699999641,31.937054000000447,2439521,18,11,1979 +15,M,46.0,2221,-109.08103599999642,31.937059000000463,2439521,18,11,1979 +15,F,45.0,2222,-109.08103599999642,31.937059000000463,2439521,18,11,1979 +15,F,42.0,2223,-109.08103599999642,31.937059000000463,2439521,18,11,1979 +16,M,19.0,2224,-109.08024399999636,31.93709400000041,2438516,18,11,1979 +16,M,43.0,2225,-109.08024399999636,31.93709400000041,2439521,18,11,1979 +16,M,46.0,2226,-109.08024399999636,31.93709400000041,2439521,18,11,1979 +17,F,29.0,2227,-109.07941499999636,31.937117000000445,2438517,18,11,1979 +17,F,134.0,2228,-109.07941499999636,31.937117000000445,2439531,18,11,1979 +18,F,31.0,2229,-109.07863299999636,31.93712600000041,2438517,18,11,1979 +18,F,40.0,2230,-109.07863299999636,31.93712600000041,2439521,18,11,1979 +19,M,53.0,2231,-109.07791199999636,31.937438000000434,2439521,18,11,1979 +19,F,122.0,2232,-109.07791199999636,31.937438000000434,,18,11,1979 +19,M,48.0,2233,-109.07791199999636,31.937438000000434,2439521,18,11,1979 +19,M,54.0,2234,-109.07791199999636,31.937438000000434,2439521,18,11,1979 +20,F,45.0,2235,-109.08019099999642,31.93633400000045,2439521,18,11,1979 +20,M,20.0,2236,-109.08019099999642,31.93633400000045,2438516,18,11,1979 +20,M,24.0,2237,-109.08019099999642,31.93633400000045,2438516,18,11,1979 +21,F,48.0,2238,-109.07939799999636,31.936448000000453,2439521,18,11,1979 +22,M,23.0,2239,-109.07860199999635,31.93644100000042,2438516,18,11,1979 +23,M,22.0,2240,-109.07783799999636,31.93676300000042,2438516,18,11,1979 +23,F,23.0,2241,-109.07783799999636,31.93676300000042,2438516,18,11,1979 +24,M,42.0,2242,-109.07773599999636,31.938560000000447,2439521,18,11,1979 +20,F,41.0,2243,-109.08019099999642,31.93633400000045,2439521,18,11,1979 +11,M,134.0,2244,-109.07930699999636,31.938056000000426,2439531,18,11,1979 +11,M,48.0,2245,-109.07930699999636,31.938056000000426,2439521,18,11,1979 +8,M,36.0,2246,-109.08167999999641,31.937884000000402,2438517,18,11,1979 +9,M,44.0,2247,-109.08090299999638,31.93785900000039,2439541,18,11,1979 +12,F,217.0,2248,-109.07851899999636,31.938203000000414,,18,11,1979 +8,M,50.0,2249,-109.08167999999641,31.937884000000402,2439541,18,11,1979 +21,M,8.0,2250,-109.07939799999636,31.936448000000453,2439566,18,11,1979 +20,F,154.0,2251,-109.08019099999642,31.93633400000045,2439531,18,11,1979 +22,M,141.0,2252,-109.07860199999635,31.93644100000042,2439531,18,11,1979 +11,F,42.0,2253,-109.07930699999636,31.938056000000426,2439521,18,11,1979 +8,F,35.0,2254,-109.08167999999641,31.937884000000402,2438517,18,11,1979 +22,F,143.0,2255,-109.07860199999635,31.93644100000042,2439531,18,11,1979 +11,F,9.0,2256,-109.07930699999636,31.938056000000426,2437874,18,11,1979 +11,F,39.0,2257,-109.07930699999636,31.938056000000426,2439521,18,11,1979 +12,,133.0,2258,-109.07851899999636,31.938203000000414,2439531,18,11,1979 +19,F,11.0,2259,-109.07791199999636,31.937438000000434,2437874,18,11,1979 +8,M,39.0,2260,-109.08167999999641,31.937884000000402,2439521,18,11,1979 +11,M,16.0,2261,-109.07930699999636,31.938056000000426,2439591,18,11,1979 +9,M,46.0,2262,-109.08090299999638,31.93785900000039,2439521,18,11,1979 +12,F,50.0,2263,-109.07851899999636,31.938203000000414,2439521,18,11,1979 +23,F,18.0,2264,-109.07783799999636,31.93676300000042,2437981,18,11,1979 +9,F,103.0,2265,-109.08090299999638,31.93785900000039,2439531,18,11,1979 +12,M,46.0,2266,-109.07851899999636,31.938203000000414,2439521,18,11,1979 +20,M,49.0,2267,-109.08019099999642,31.93633400000045,2439521,18,11,1979 +19,M,21.0,2268,-109.07791199999636,31.937438000000434,2437981,18,11,1979 +11,M,36.0,2269,-109.07930699999636,31.938056000000426,2439521,18,11,1979 +10,,,2270,-109.08009099999636,31.938017000000425,,18,11,1979 +7,,,2271,-109.08281599999641,31.938113000000413,,18,11,1979 +8,M,53.0,2272,-109.08167999999641,31.937884000000402,2439541,15,1,1980 +11,F,10.0,2273,-109.07930699999636,31.938056000000426,2439566,15,1,1980 +18,F,33.0,2274,-109.07863299999636,31.93712600000041,2439521,15,1,1980 +11,M,37.0,2275,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +8,F,29.0,2276,-109.08167999999641,31.937884000000402,2439541,15,1,1980 +11,M,132.0,2277,-109.07930699999636,31.938056000000426,2439531,15,1,1980 +8,M,8.0,2278,-109.08167999999641,31.937884000000402,2439566,15,1,1980 +9,M,23.0,2279,-109.08090299999638,31.93785900000039,2438516,15,1,1980 +11,F,36.0,2280,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +21,F,21.0,2281,-109.07939799999636,31.936448000000453,2438516,15,1,1980 +11,M,29.0,2282,-109.07930699999636,31.938056000000426,2438517,15,1,1980 +17,F,49.0,2283,-109.07941499999636,31.937117000000445,2439521,15,1,1980 +11,M,23.0,2284,-109.07930699999636,31.938056000000426,2438517,15,1,1980 +9,M,32.0,2285,-109.08090299999638,31.93785900000039,2438517,15,1,1980 +10,F,24.0,2286,-109.08009099999636,31.938017000000425,2438517,15,1,1980 +11,M,47.0,2287,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +21,M,22.0,2288,-109.07939799999636,31.936448000000453,2438516,15,1,1980 +19,F,12.0,2289,-109.07791199999636,31.937438000000434,2437874,15,1,1980 +20,F,150.0,2290,-109.08019099999642,31.93633400000045,2439531,15,1,1980 +11,M,49.0,2291,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +9,F,34.0,2292,-109.08090299999638,31.93785900000039,2438517,15,1,1980 +12,F,40.0,2293,-109.07851899999636,31.938203000000414,2439521,15,1,1980 +18,F,132.0,2294,-109.07863299999636,31.93712600000041,2439531,15,1,1980 +22,F,25.0,2295,-109.07860199999635,31.93644100000042,2439521,15,1,1980 +9,M,36.0,2296,-109.08090299999638,31.93785900000039,2438517,15,1,1980 +8,F,50.0,2297,-109.08167999999641,31.937884000000402,2439541,15,1,1980 +11,M,45.0,2298,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +17,M,47.0,2299,-109.07941499999636,31.937117000000445,2439521,15,1,1980 +9,M,46.0,2300,-109.08090299999638,31.93785900000039,2439521,15,1,1980 +18,F,29.0,2301,-109.07863299999636,31.93712600000041,2439521,15,1,1980 +9,F,136.0,2302,-109.08090299999638,31.93785900000039,2439531,15,1,1980 +12,M,45.0,2303,-109.07851899999636,31.938203000000414,2439521,15,1,1980 +19,F,9.0,2304,-109.07791199999636,31.937438000000434,2437874,15,1,1980 +20,F,27.0,2305,-109.08019099999642,31.93633400000045,2438517,15,1,1980 +12,F,214.0,2306,-109.07851899999636,31.938203000000414,,15,1,1980 +17,M,20.0,2307,-109.07941499999636,31.937117000000445,2438516,15,1,1980 +17,F,25.0,2308,-109.07941499999636,31.937117000000445,2438516,15,1,1980 +8,M,40.0,2309,-109.08167999999641,31.937884000000402,2439521,15,1,1980 +10,F,30.0,2310,-109.08009099999636,31.938017000000425,2438517,15,1,1980 +11,M,48.0,2311,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +12,F,114.0,2312,-109.07851899999636,31.938203000000414,,15,1,1980 +12,M,131.0,2313,-109.07851899999636,31.938203000000414,2439531,15,1,1980 +21,M,8.0,2314,-109.07939799999636,31.936448000000453,2439566,15,1,1980 +17,F,32.0,2315,-109.07941499999636,31.937117000000445,2438517,15,1,1980 +17,F,9.0,2316,-109.07941499999636,31.937117000000445,2437874,15,1,1980 +19,M,9.0,2317,-109.07791199999636,31.937438000000434,2437874,15,1,1980 +18,F,51.0,2318,-109.07863299999636,31.93712600000041,2439541,15,1,1980 +19,F,17.0,2319,-109.07791199999636,31.937438000000434,2437981,15,1,1980 +11,M,26.0,2320,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +18,M,32.0,2321,-109.07863299999636,31.93712600000041,2439541,15,1,1980 +20,M,25.0,2322,-109.08019099999642,31.93633400000045,2438516,15,1,1980 +9,F,114.0,2323,-109.08090299999638,31.93785900000039,2439531,15,1,1980 +17,M,31.0,2324,-109.07941499999636,31.937117000000445,2438517,15,1,1980 +11,M,49.0,2325,-109.07930699999636,31.938056000000426,2439521,15,1,1980 +17,M,50.0,2326,-109.07941499999636,31.937117000000445,2439541,15,1,1980 +22,M,142.0,2327,-109.07860199999635,31.93644100000042,2439531,15,1,1980 +10,M,10.0,2328,-109.08009099999636,31.938017000000425,2437874,15,1,1980 +21,F,9.0,2329,-109.07939799999636,31.936448000000453,2439566,15,1,1980 +17,M,187.0,2330,-109.07941499999636,31.937117000000445,,15,1,1980 +7,,,2331,-109.08281599999641,31.938113000000413,,15,1,1980 +23,,,2332,-109.07783799999636,31.93676300000042,,15,1,1980 +1,M,50.0,2333,-109.08282899999641,31.938851000000387,2439541,16,1,1980 +1,F,52.0,2334,-109.08282899999641,31.938851000000387,2439521,16,1,1980 +1,M,44.0,2335,-109.08282899999641,31.938851000000387,2439521,16,1,1980 +1,F,43.0,2336,-109.08282899999641,31.938851000000387,2439521,16,1,1980 +1,M,42.0,2337,-109.08282899999641,31.938851000000387,2439521,16,1,1980 +1,M,23.0,2338,-109.08282899999641,31.938851000000387,2438516,16,1,1980 +2,F,46.0,2339,-109.08197499999642,31.93888700000037,2439521,16,1,1980 +2,F,37.0,2340,-109.08197499999642,31.93888700000037,2439521,16,1,1980 +2,F,42.0,2341,-109.08197499999642,31.93888700000037,2439521,16,1,1980 +3,F,44.0,2342,-109.08120799999641,31.938896000000387,2439521,16,1,1980 +4,F,113.0,2343,-109.08040899999641,31.93889400000041,2439531,16,1,1980 +5,M,48.0,2344,-109.07960199999636,31.93897000000045,2439521,16,1,1980 +5,F,39.0,2345,-109.07960199999636,31.93897000000045,2439521,16,1,1980 +5,M,21.0,2346,-109.07960199999636,31.93897000000045,2438516,16,1,1980 +5,M,239.0,2347,-109.07960199999636,31.93897000000045,,16,1,1980 +6,M,42.0,2348,-109.07883599999636,31.939078000000414,2439521,16,1,1980 +6,F,20.0,2349,-109.07883599999636,31.939078000000414,2438516,16,1,1980 +6,F,46.0,2350,-109.07883599999636,31.939078000000414,2439521,16,1,1980 +6,M,241.0,2351,-109.07883599999636,31.939078000000414,,16,1,1980 +13,F,21.0,2352,-109.08261299999641,31.937028000000442,2438516,16,1,1980 +13,M,43.0,2353,-109.08261299999641,31.937028000000442,2439521,16,1,1980 +14,M,48.0,2354,-109.08182699999641,31.937054000000447,2439521,16,1,1980 +14,M,47.0,2355,-109.08182699999641,31.937054000000447,2439521,16,1,1980 +14,M,,2356,-109.08182699999641,31.937054000000447,2439521,16,1,1980 +15,F,39.0,2357,-109.08103599999642,31.937059000000463,2439521,16,1,1980 +15,M,36.0,2358,-109.08103599999642,31.937059000000463,2439521,16,1,1980 +15,F,39.0,2359,-109.08103599999642,31.937059000000463,2439521,16,1,1980 +16,M,49.0,2360,-109.08024399999636,31.93709400000041,2439521,16,1,1980 +16,M,45.0,2361,-109.08024399999636,31.93709400000041,2439521,16,1,1980 +16,F,40.0,2362,-109.08024399999636,31.93709400000041,2439521,16,1,1980 +17,M,168.0,2363,-109.07941499999636,31.937117000000445,,16,1,1980 +17,M,32.0,2364,-109.07941499999636,31.937117000000445,2439541,16,1,1980 +18,F,,2365,-109.07863299999636,31.93712600000041,2439521,16,1,1980 +18,M,29.0,2366,-109.07863299999636,31.93712600000041,2439541,16,1,1980 +23,F,44.0,2367,-109.07783799999636,31.93676300000042,2439521,16,1,1980 +23,M,51.0,2368,-109.07783799999636,31.93676300000042,2439521,16,1,1980 +24,F,46.0,2369,-109.07773599999636,31.938560000000447,2439521,16,1,1980 +24,M,22.0,2370,-109.07773599999636,31.938560000000447,2438516,16,1,1980 +24,F,43.0,2371,-109.07773599999636,31.938560000000447,2439541,16,1,1980 +24,F,26.0,2372,-109.07773599999636,31.938560000000447,2438517,16,1,1980 +2,F,37.0,2373,-109.08197499999642,31.93888700000037,2439521,16,1,1980 +3,M,36.0,2374,-109.08120799999641,31.938896000000387,2438517,16,1,1980 +16,M,20.0,2375,-109.08024399999636,31.93709400000041,2438516,16,1,1980 +2,M,36.0,2376,-109.08197499999642,31.93888700000037,2438517,16,1,1980 +5,M,45.0,2377,-109.07960199999636,31.93897000000045,2439521,16,1,1980 +24,M,40.0,2378,-109.07773599999636,31.938560000000447,2439521,16,1,1980 +13,F,37.0,2379,-109.08261299999641,31.937028000000442,2439521,16,1,1980 +15,F,10.0,2380,-109.08103599999642,31.937059000000463,2437874,16,1,1980 +15,M,7.0,2381,-109.08103599999642,31.937059000000463,2439566,16,1,1980 +24,F,120.0,2382,-109.07773599999636,31.938560000000447,2439531,16,1,1980 +4,M,131.0,2383,-109.08040899999641,31.93889400000041,2439531,16,1,1980 +2,F,38.0,2384,-109.08197499999642,31.93888700000037,2438517,16,1,1980 +2,F,53.0,2385,-109.08197499999642,31.93888700000037,2439541,16,1,1980 +14,F,49.0,2386,-109.08182699999641,31.937054000000447,2439521,16,1,1980 +14,F,68.0,2387,-109.08182699999641,31.937054000000447,2439531,16,1,1980 +14,,,2388,-109.08182699999641,31.937054000000447,2438517,16,1,1980 +4,M,51.0,2389,-109.08040899999641,31.93889400000041,2439521,16,1,1980 +1,F,43.0,2390,-109.08282899999641,31.938851000000387,2439521,16,1,1980 +1,F,38.0,2391,-109.08282899999641,31.938851000000387,2439521,16,1,1980 +2,F,34.0,2392,-109.08197499999642,31.93888700000037,2438517,16,1,1980 +2,F,20.0,2393,-109.08197499999642,31.93888700000037,2438516,16,1,1980 +3,F,7.0,2394,-109.08120799999641,31.938896000000387,2439566,16,1,1980 +4,F,40.0,2395,-109.08040899999641,31.93889400000041,2439521,16,1,1980 +14,F,120.0,2396,-109.08182699999641,31.937054000000447,,16,1,1980 +4,F,141.0,2397,-109.08040899999641,31.93889400000041,2439531,16,1,1980 +5,F,40.0,2398,-109.07960199999636,31.93897000000045,2439521,16,1,1980 +6,M,40.0,2399,-109.07883599999636,31.939078000000414,2439521,16,1,1980 +5,M,44.0,2400,-109.07960199999636,31.93897000000045,2439521,16,1,1980 +2,F,42.0,2401,-109.08197499999642,31.93888700000037,2439521,16,1,1980 +14,M,37.0,2402,-109.08182699999641,31.937054000000447,2439521,16,1,1980 +4,F,36.0,2403,-109.08040899999641,31.93889400000041,2439521,16,1,1980 +24,M,54.0,2404,-109.07773599999636,31.938560000000447,2439521,16,1,1980 +4,F,7.0,2405,-109.08040899999641,31.93889400000041,2439566,16,1,1980 +15,F,7.0,2406,-109.08103599999642,31.937059000000463,2439566,16,1,1980 +2,F,184.0,2407,-109.08197499999642,31.93888700000037,,16,1,1980 +15,F,22.0,2408,-109.08103599999642,31.937059000000463,2438516,16,1,1980 +4,F,48.0,2409,-109.08040899999641,31.93889400000041,2439521,16,1,1980 +5,F,61.0,2410,-109.07960199999636,31.93897000000045,2439521,16,1,1980 +17,F,54.0,2411,-109.07941499999636,31.937117000000445,2439541,24,2,1980 +18,F,41.0,2412,-109.07863299999636,31.93712600000041,2439521,24,2,1980 +18,M,25.0,2413,-109.07863299999636,31.93712600000041,2438516,24,2,1980 +18,F,27.0,2414,-109.07863299999636,31.93712600000041,2438516,24,2,1980 +11,F,7.0,2415,-109.07930699999636,31.938056000000426,2439566,24,2,1980 +12,M,50.0,2416,-109.07851899999636,31.938203000000414,2439521,24,2,1980 +22,M,142.0,2417,-109.07860199999635,31.93644100000042,2439531,24,2,1980 +17,M,47.0,2418,-109.07941499999636,31.937117000000445,2439521,24,2,1980 +8,F,35.0,2419,-109.08167999999641,31.937884000000402,2438517,24,2,1980 +19,M,10.0,2420,-109.07791199999636,31.937438000000434,2437874,24,2,1980 +20,F,12.0,2421,-109.08019099999642,31.93633400000045,2437874,24,2,1980 +8,M,39.0,2422,-109.08167999999641,31.937884000000402,2438517,24,2,1980 +9,F,50.0,2423,-109.08090299999638,31.93785900000039,2439541,24,2,1980 +12,M,,2424,-109.07851899999636,31.938203000000414,2439531,24,2,1980 +17,M,128.0,2425,-109.07941499999636,31.937117000000445,2439531,24,2,1980 +11,F,16.0,2426,-109.07930699999636,31.938056000000426,2437874,24,2,1980 +21,F,25.0,2427,-109.07939799999636,31.936448000000453,2438516,24,2,1980 +11,F,32.0,2428,-109.07930699999636,31.938056000000426,2438517,24,2,1980 +8,F,47.0,2429,-109.08167999999641,31.937884000000402,2439541,24,2,1980 +8,M,43.0,2430,-109.08167999999641,31.937884000000402,2439521,24,2,1980 +18,M,44.0,2431,-109.07863299999636,31.93712600000041,2439541,24,2,1980 +8,M,133.0,2432,-109.08167999999641,31.937884000000402,2439531,24,2,1980 +21,F,8.0,2433,-109.07939799999636,31.936448000000453,2437874,24,2,1980 +12,F,40.0,2434,-109.07851899999636,31.938203000000414,2439521,24,2,1980 +12,M,47.0,2435,-109.07851899999636,31.938203000000414,2439521,24,2,1980 +19,M,21.0,2436,-109.07791199999636,31.937438000000434,2437981,24,2,1980 +12,F,42.0,2437,-109.07851899999636,31.938203000000414,2439521,24,2,1980 +17,M,,2438,-109.07941499999636,31.937117000000445,2439541,24,2,1980 +21,M,9.0,2439,-109.07939799999636,31.936448000000453,2439566,24,2,1980 +23,F,19.0,2440,-109.07783799999636,31.93676300000042,2437981,24,2,1980 +9,F,103.0,2441,-109.08090299999638,31.93785900000039,2439531,24,2,1980 +17,F,37.0,2442,-109.07941499999636,31.937117000000445,2438517,24,2,1980 +10,M,10.0,2443,-109.08009099999636,31.938017000000425,2437874,24,2,1980 +17,M,35.0,2444,-109.07941499999636,31.937117000000445,2438517,24,2,1980 +9,M,,2445,-109.08090299999638,31.93785900000039,2439521,24,2,1980 +11,F,36.0,2446,-109.07930699999636,31.938056000000426,2439521,24,2,1980 +17,F,52.0,2447,-109.07941499999636,31.937117000000445,2439541,24,2,1980 +9,F,46.0,2448,-109.08090299999638,31.93785900000039,2439541,24,2,1980 +9,M,35.0,2449,-109.08090299999638,31.93785900000039,2438517,24,2,1980 +12,F,23.0,2450,-109.07851899999636,31.938203000000414,2439521,24,2,1980 +12,F,24.0,2451,-109.07851899999636,31.938203000000414,2439521,24,2,1980 +7,,,2452,-109.08281599999641,31.938113000000413,,24,2,1980 +1,F,40.0,2453,-109.08282899999641,31.938851000000387,2439521,25,2,1980 +1,M,51.0,2454,-109.08282899999641,31.938851000000387,2439521,25,2,1980 +1,M,147.0,2455,-109.08282899999641,31.938851000000387,2439531,25,2,1980 +1,F,43.0,2456,-109.08282899999641,31.938851000000387,2439521,25,2,1980 +2,F,48.0,2457,-109.08197499999642,31.93888700000037,2439521,25,2,1980 +2,M,23.0,2458,-109.08197499999642,31.93888700000037,2437981,25,2,1980 +2,F,55.0,2459,-109.08197499999642,31.93888700000037,2439541,25,2,1980 +2,M,52.0,2460,-109.08197499999642,31.93888700000037,2439541,25,2,1980 +2,F,46.0,2461,-109.08197499999642,31.93888700000037,2439521,25,2,1980 +3,M,147.0,2462,-109.08120799999641,31.938896000000387,2439531,25,2,1980 +3,M,48.0,2463,-109.08120799999641,31.938896000000387,2439521,25,2,1980 +3,M,155.0,2464,-109.08120799999641,31.938896000000387,2439531,25,2,1980 +3,M,129.0,2465,-109.08120799999641,31.938896000000387,2439531,25,2,1980 +4,F,38.0,2466,-109.08040899999641,31.93889400000041,2439521,25,2,1980 +4,M,50.0,2467,-109.08040899999641,31.93889400000041,2439521,25,2,1980 +4,F,40.0,2468,-109.08040899999641,31.93889400000041,2439521,25,2,1980 +5,F,29.0,2469,-109.07960199999636,31.93897000000045,2438516,25,2,1980 +6,M,126.0,2470,-109.07883599999636,31.939078000000414,2439531,25,2,1980 +6,F,37.0,2471,-109.07883599999636,31.939078000000414,2439521,25,2,1980 +7,M,52.0,2472,-109.08281599999641,31.938113000000413,2439541,25,2,1980 +7,F,37.0,2473,-109.08281599999641,31.938113000000413,2439521,25,2,1980 +8,M,81.0,2474,-109.08167999999641,31.937884000000402,2439531,25,2,1980 +8,M,79.0,2475,-109.08167999999641,31.937884000000402,2439531,25,2,1980 +9,F,46.0,2476,-109.08090299999638,31.93785900000039,2439521,25,2,1980 +9,M,47.0,2477,-109.08090299999638,31.93785900000039,2439521,25,2,1980 +10,F,40.0,2478,-109.08009099999636,31.938017000000425,2439521,25,2,1980 +10,M,49.0,2479,-109.08009099999636,31.938017000000425,2439521,25,2,1980 +11,M,143.0,2480,-109.07930699999636,31.938056000000426,2439531,25,2,1980 +11,F,36.0,2481,-109.07930699999636,31.938056000000426,2439521,25,2,1980 +11,M,41.0,2482,-109.07930699999636,31.938056000000426,2439521,25,2,1980 +12,F,38.0,2483,-109.07851899999636,31.938203000000414,2439521,25,2,1980 +12,M,51.0,2484,-109.07851899999636,31.938203000000414,2439521,25,2,1980 +12,F,39.0,2485,-109.07851899999636,31.938203000000414,2439521,25,2,1980 +13,M,45.0,2486,-109.08261299999641,31.937028000000442,2439521,25,2,1980 +13,M,48.0,2487,-109.08261299999641,31.937028000000442,2439521,25,2,1980 +13,M,47.0,2488,-109.08261299999641,31.937028000000442,2439521,25,2,1980 +14,M,56.0,2489,-109.08182699999641,31.937054000000447,2439521,25,2,1980 +14,M,39.0,2490,-109.08182699999641,31.937054000000447,2439521,25,2,1980 +14,F,41.0,2491,-109.08182699999641,31.937054000000447,2439521,25,2,1980 +15,M,46.0,2492,-109.08103599999642,31.937059000000463,2439521,25,2,1980 +15,F,42.0,2493,-109.08103599999642,31.937059000000463,2439521,25,2,1980 +15,M,44.0,2494,-109.08103599999642,31.937059000000463,2439521,25,2,1980 +16,F,49.0,2495,-109.08024399999636,31.93709400000041,2439521,25,2,1980 +16,M,46.0,2496,-109.08024399999636,31.93709400000041,2439521,25,2,1980 +24,M,51.0,2497,-109.07773599999636,31.938560000000447,2439521,25,2,1980 +24,F,46.0,2498,-109.07773599999636,31.938560000000447,2439521,25,2,1980 +24,F,170.0,2499,-109.07773599999636,31.938560000000447,,25,2,1980 +24,M,134.0,2500,-109.07773599999636,31.938560000000447,2439531,25,2,1980 +24,F,136.0,2501,-109.07773599999636,31.938560000000447,2439531,25,2,1980 +24,M,87.0,2502,-109.07773599999636,31.938560000000447,2439531,25,2,1980 +24,M,46.0,2503,-109.07773599999636,31.938560000000447,2439521,25,2,1980 +3,M,7.0,2504,-109.08120799999641,31.938896000000387,2439566,25,2,1980 +24,F,33.0,2505,-109.07773599999636,31.938560000000447,2438517,25,2,1980 +5,M,47.0,2506,-109.07960199999636,31.93897000000045,2439521,25,2,1980 +3,F,5.0,2507,-109.08120799999641,31.938896000000387,2439566,25,2,1980 +15,M,26.0,2508,-109.08103599999642,31.937059000000463,2438516,25,2,1980 +15,F,26.0,2509,-109.08103599999642,31.937059000000463,2438516,25,2,1980 +13,M,8.0,2510,-109.08261299999641,31.937028000000442,2437874,25,2,1980 +13,M,42.0,2511,-109.08261299999641,31.937028000000442,2439521,25,2,1980 +24,M,51.0,2512,-109.07773599999636,31.938560000000447,2439521,25,2,1980 +3,M,11.0,2513,-109.08120799999641,31.938896000000387,2437874,25,2,1980 +3,M,11.0,2514,-109.08120799999641,31.938896000000387,2437874,25,2,1980 +4,F,7.0,2515,-109.08040899999641,31.93889400000041,2439566,25,2,1980 +1,M,105.0,2516,-109.08282899999641,31.938851000000387,2439531,25,2,1980 +15,M,7.0,2517,-109.08103599999642,31.937059000000463,2439566,25,2,1980 +14,F,46.0,2518,-109.08182699999641,31.937054000000447,2439521,25,2,1980 +2,F,9.0,2519,-109.08197499999642,31.93888700000037,2437874,25,2,1980 +13,M,71.0,2520,-109.08261299999641,31.937028000000442,2439531,25,2,1980 +6,M,143.0,2521,-109.07883599999636,31.939078000000414,2439531,25,2,1980 +14,M,42.0,2522,-109.08182699999641,31.937054000000447,2439521,25,2,1980 +14,F,147.0,2523,-109.08182699999641,31.937054000000447,,25,2,1980 +15,F,9.0,2524,-109.08103599999642,31.937059000000463,2437874,25,2,1980 +4,F,142.0,2525,-109.08040899999641,31.93889400000041,2439531,25,2,1980 +2,F,45.0,2526,-109.08197499999642,31.93888700000037,2439521,25,2,1980 +24,M,37.0,2527,-109.07773599999636,31.938560000000447,2438517,25,2,1980 +6,M,43.0,2528,-109.07883599999636,31.939078000000414,2439521,25,2,1980 +1,F,24.0,2529,-109.08282899999641,31.938851000000387,2438516,25,2,1980 +15,M,8.0,2530,-109.08103599999642,31.937059000000463,2437874,25,2,1980 +2,F,21.0,2531,-109.08197499999642,31.93888700000037,2437981,25,2,1980 +2,F,41.0,2532,-109.08197499999642,31.93888700000037,2438517,25,2,1980 +2,M,40.0,2533,-109.08197499999642,31.93888700000037,2438517,25,2,1980 +3,M,8.0,2534,-109.08120799999641,31.938896000000387,2439566,25,2,1980 +5,F,42.0,2535,-109.07960199999636,31.93897000000045,2439521,25,2,1980 +16,,,2536,-109.08024399999636,31.93709400000041,,25,2,1980 +2,F,7.0,2537,-109.08197499999642,31.93888700000037,2439566,9,3,1980 +3,M,10.0,2538,-109.08120799999641,31.938896000000387,2437874,9,3,1980 +9,F,49.0,2539,-109.08090299999638,31.93785900000039,2439541,9,3,1980 +11,F,54.0,2540,-109.07930699999636,31.938056000000426,2439541,9,3,1980 +21,M,7.0,2541,-109.07939799999636,31.936448000000453,2439566,9,3,1980 +24,F,24.0,2542,-109.07773599999636,31.938560000000447,2438516,9,3,1980 +1,F,26.0,2543,-109.08282899999641,31.938851000000387,2438516,9,3,1980 +4,M,50.0,2544,-109.08040899999641,31.93889400000041,2439521,9,3,1980 +6,M,41.0,2545,-109.07883599999636,31.939078000000414,2439521,9,3,1980 +12,F,70.0,2546,-109.07851899999636,31.938203000000414,2439531,9,3,1980 +17,M,126.0,2547,-109.07941499999636,31.937117000000445,2439531,9,3,1980 +20,F,44.0,2548,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +3,F,6.0,2549,-109.08120799999641,31.938896000000387,2439566,9,3,1980 +4,F,41.0,2550,-109.08040899999641,31.93889400000041,2439521,9,3,1980 +17,M,49.0,2551,-109.07941499999636,31.937117000000445,2439521,9,3,1980 +18,F,40.0,2552,-109.07863299999636,31.93712600000041,2439521,9,3,1980 +22,F,55.0,2553,-109.07860199999635,31.93644100000042,2439521,9,3,1980 +13,M,38.0,2554,-109.08261299999641,31.937028000000442,2438517,9,3,1980 +18,F,114.0,2555,-109.07863299999636,31.93712600000041,2439531,9,3,1980 +2,M,42.0,2556,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +6,F,39.0,2557,-109.07883599999636,31.939078000000414,2439521,9,3,1980 +9,F,48.0,2558,-109.08090299999638,31.93785900000039,2439521,9,3,1980 +12,M,74.0,2559,-109.07851899999636,31.938203000000414,,9,3,1980 +13,M,40.0,2560,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +22,M,49.0,2561,-109.07860199999635,31.93644100000042,2439521,9,3,1980 +1,M,145.0,2562,-109.08282899999641,31.938851000000387,2439531,9,3,1980 +2,M,55.0,2563,-109.08197499999642,31.93888700000037,2439541,9,3,1980 +8,F,47.0,2564,-109.08167999999641,31.937884000000402,2439541,9,3,1980 +9,M,15.0,2565,-109.08090299999638,31.93785900000039,2439591,9,3,1980 +20,F,36.0,2566,-109.08019099999642,31.93633400000045,2438517,9,3,1980 +4,,,2567,-109.08040899999641,31.93889400000041,2439531,9,3,1980 +6,F,39.0,2568,-109.07883599999636,31.939078000000414,2439521,9,3,1980 +9,F,34.0,2569,-109.08090299999638,31.93785900000039,2438517,9,3,1980 +12,M,50.0,2570,-109.07851899999636,31.938203000000414,2439521,9,3,1980 +13,F,40.0,2571,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +24,M,48.0,2572,-109.07773599999636,31.938560000000447,2439521,9,3,1980 +1,F,24.0,2573,-109.08282899999641,31.938851000000387,2437981,9,3,1980 +3,F,14.0,2574,-109.08120799999641,31.938896000000387,2437874,9,3,1980 +6,F,49.0,2575,-109.07883599999636,31.939078000000414,2439541,9,3,1980 +11,F,29.0,2576,-109.07930699999636,31.938056000000426,2439521,9,3,1980 +15,F,7.0,2577,-109.08103599999642,31.937059000000463,2439566,9,3,1980 +18,M,108.0,2578,-109.07863299999636,31.93712600000041,2439531,9,3,1980 +20,M,49.0,2579,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +22,F,49.0,2580,-109.07860199999635,31.93644100000042,2439521,9,3,1980 +20,M,25.0,2581,-109.08019099999642,31.93633400000045,2438516,9,3,1980 +21,F,11.0,2582,-109.07939799999636,31.936448000000453,2437874,9,3,1980 +22,M,47.0,2583,-109.07860199999635,31.93644100000042,2439521,9,3,1980 +3,M,8.0,2584,-109.08120799999641,31.938896000000387,2439566,9,3,1980 +12,F,43.0,2585,-109.07851899999636,31.938203000000414,2439521,9,3,1980 +13,M,54.0,2586,-109.08261299999641,31.937028000000442,2439541,9,3,1980 +14,F,50.0,2587,-109.08182699999641,31.937054000000447,2439521,9,3,1980 +24,F,53.0,2588,-109.07773599999636,31.938560000000447,2439521,9,3,1980 +1,M,50.0,2589,-109.08282899999641,31.938851000000387,2439521,9,3,1980 +2,F,46.0,2590,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +9,M,146.0,2591,-109.08090299999638,31.93785900000039,2439531,9,3,1980 +4,M,5.0,2592,-109.08040899999641,31.93889400000041,2439566,9,3,1980 +9,M,50.0,2593,-109.08090299999638,31.93785900000039,2439521,9,3,1980 +13,M,28.0,2594,-109.08261299999641,31.937028000000442,2438516,9,3,1980 +18,M,44.0,2595,-109.07863299999636,31.93712600000041,2439541,9,3,1980 +3,M,8.0,2596,-109.08120799999641,31.938896000000387,2439566,9,3,1980 +6,M,43.0,2597,-109.07883599999636,31.939078000000414,2439521,9,3,1980 +13,M,46.0,2598,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +15,F,27.0,2599,-109.08103599999642,31.937059000000463,2438516,9,3,1980 +20,F,51.0,2600,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +2,F,38.0,2601,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +4,F,111.0,2602,-109.08040899999641,31.93889400000041,2439531,9,3,1980 +6,F,27.0,2603,-109.07883599999636,31.939078000000414,2438516,9,3,1980 +12,M,53.0,2604,-109.07851899999636,31.938203000000414,2439541,9,3,1980 +14,F,43.0,2605,-109.08182699999641,31.937054000000447,2439521,9,3,1980 +22,F,52.0,2606,-109.07860199999635,31.93644100000042,2439521,9,3,1980 +2,M,55.0,2607,-109.08197499999642,31.93888700000037,2439541,9,3,1980 +4,M,121.0,2608,-109.08040899999641,31.93889400000041,2439531,9,3,1980 +13,M,43.0,2609,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +14,F,52.0,2610,-109.08182699999641,31.937054000000447,2439521,9,3,1980 +22,M,36.0,2611,-109.07860199999635,31.93644100000042,2438517,9,3,1980 +12,M,136.0,2612,-109.07851899999636,31.938203000000414,2439531,9,3,1980 +13,F,51.0,2613,-109.08261299999641,31.937028000000442,2439541,9,3,1980 +14,M,58.0,2614,-109.08182699999641,31.937054000000447,2439521,9,3,1980 +24,M,86.0,2615,-109.07773599999636,31.938560000000447,2439531,9,3,1980 +2,M,,2616,-109.08197499999642,31.93888700000037,2439541,9,3,1980 +6,M,38.0,2617,-109.07883599999636,31.939078000000414,2439521,9,3,1980 +11,F,7.0,2618,-109.07930699999636,31.938056000000426,2439566,9,3,1980 +13,F,21.0,2619,-109.08261299999641,31.937028000000442,2438516,9,3,1980 +20,M,52.0,2620,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +24,F,126.0,2621,-109.07773599999636,31.938560000000447,2439531,9,3,1980 +6,M,42.0,2622,-109.07883599999636,31.939078000000414,2439541,9,3,1980 +2,M,43.0,2623,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +12,M,10.0,2624,-109.07851899999636,31.938203000000414,2437874,9,3,1980 +6,F,67.0,2625,-109.07883599999636,31.939078000000414,2439531,9,3,1980 +20,F,16.0,2626,-109.08019099999642,31.93633400000045,2437874,9,3,1980 +1,M,42.0,2627,-109.08282899999641,31.938851000000387,2439521,9,3,1980 +2,M,39.0,2628,-109.08197499999642,31.93888700000037,2438517,9,3,1980 +4,M,124.0,2629,-109.08040899999641,31.93889400000041,2439531,9,3,1980 +9,M,49.0,2630,-109.08090299999638,31.93785900000039,2439521,9,3,1980 +11,F,50.0,2631,-109.07930699999636,31.938056000000426,2439541,9,3,1980 +2,M,44.0,2632,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +8,F,57.0,2633,-109.08167999999641,31.937884000000402,2439541,9,3,1980 +13,M,44.0,2634,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +20,M,49.0,2635,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +2,F,52.0,2636,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +3,M,7.0,2637,-109.08120799999641,31.938896000000387,2439566,9,3,1980 +12,F,38.0,2638,-109.07851899999636,31.938203000000414,2438517,9,3,1980 +20,F,43.0,2639,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +21,M,8.0,2640,-109.07939799999636,31.936448000000453,2437874,9,3,1980 +1,M,44.0,2641,-109.08282899999641,31.938851000000387,2439541,9,3,1980 +11,M,147.0,2642,-109.07930699999636,31.938056000000426,2439531,9,3,1980 +15,M,37.0,2643,-109.08103599999642,31.937059000000463,2439521,9,3,1980 +2,M,43.0,2644,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +17,M,132.0,2645,-109.07941499999636,31.937117000000445,2439531,9,3,1980 +19,M,9.0,2646,-109.07791199999636,31.937438000000434,2437874,9,3,1980 +2,M,10.0,2647,-109.08197499999642,31.93888700000037,2437874,9,3,1980 +5,M,48.0,2648,-109.07960199999636,31.93897000000045,2439521,9,3,1980 +11,M,42.0,2649,-109.07930699999636,31.938056000000426,2439521,9,3,1980 +2,F,38.0,2650,-109.08197499999642,31.93888700000037,2438517,9,3,1980 +6,M,40.0,2651,-109.07883599999636,31.939078000000414,2438517,9,3,1980 +13,F,42.0,2652,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +19,M,10.0,2653,-109.07791199999636,31.937438000000434,2437874,9,3,1980 +2,M,51.0,2654,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +4,F,135.0,2655,-109.08040899999641,31.93889400000041,2439531,9,3,1980 +5,F,46.0,2656,-109.07960199999636,31.93897000000045,2439521,9,3,1980 +9,F,114.0,2657,-109.08090299999638,31.93785900000039,2439531,9,3,1980 +13,M,118.0,2658,-109.08261299999641,31.937028000000442,2439531,9,3,1980 +20,M,42.0,2659,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +21,M,9.0,2660,-109.07939799999636,31.936448000000453,2439566,9,3,1980 +22,M,147.0,2661,-109.07860199999635,31.93644100000042,2439531,9,3,1980 +1,F,46.0,2662,-109.08282899999641,31.938851000000387,2439521,9,3,1980 +2,M,47.0,2663,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +4,M,147.0,2664,-109.08040899999641,31.93889400000041,2439531,9,3,1980 +9,F,37.0,2665,-109.08090299999638,31.93785900000039,2438517,9,3,1980 +12,M,52.0,2666,-109.07851899999636,31.938203000000414,2439521,9,3,1980 +20,M,46.0,2667,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +2,F,46.0,2668,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +24,M,47.0,2669,-109.07773599999636,31.938560000000447,2439521,9,3,1980 +24,M,53.0,2670,-109.07773599999636,31.938560000000447,2439521,9,3,1980 +1,F,22.0,2671,-109.08282899999641,31.938851000000387,2438516,9,3,1980 +8,M,45.0,2672,-109.08167999999641,31.937884000000402,2439521,9,3,1980 +9,M,48.0,2673,-109.08090299999638,31.93785900000039,2439521,9,3,1980 +19,F,12.0,2674,-109.07791199999636,31.937438000000434,2437874,9,3,1980 +17,M,,2675,-109.07941499999636,31.937117000000445,2439541,9,3,1980 +19,M,24.0,2676,-109.07791199999636,31.937438000000434,2438516,9,3,1980 +20,F,43.0,2677,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +4,M,52.0,2678,-109.08040899999641,31.93889400000041,2439521,9,3,1980 +6,M,51.0,2679,-109.07883599999636,31.939078000000414,2439521,9,3,1980 +14,M,42.0,2680,-109.08182699999641,31.937054000000447,2439521,9,3,1980 +19,F,24.0,2681,-109.07791199999636,31.937438000000434,2438516,9,3,1980 +20,M,42.0,2682,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +22,M,131.0,2683,-109.07860199999635,31.93644100000042,2439531,9,3,1980 +6,M,56.0,2684,-109.07883599999636,31.939078000000414,2439541,9,3,1980 +8,M,85.0,2685,-109.08167999999641,31.937884000000402,2439531,9,3,1980 +11,F,14.0,2686,-109.07930699999636,31.938056000000426,2437874,9,3,1980 +12,F,41.0,2687,-109.07851899999636,31.938203000000414,2439521,9,3,1980 +13,M,89.0,2688,-109.08261299999641,31.937028000000442,2439531,9,3,1980 +17,M,35.0,2689,-109.07941499999636,31.937117000000445,2438517,9,3,1980 +1,M,160.0,2690,-109.08282899999641,31.938851000000387,2439531,9,3,1980 +8,M,131.0,2691,-109.08167999999641,31.937884000000402,2439531,9,3,1980 +20,M,134.0,2692,-109.08019099999642,31.93633400000045,2439531,9,3,1980 +2,M,45.0,2693,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +13,M,50.0,2694,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +20,M,177.0,2695,-109.08019099999642,31.93633400000045,,9,3,1980 +2,M,45.0,2696,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +18,F,,2697,-109.07863299999636,31.93712600000041,2439541,9,3,1980 +22,F,,2698,-109.07860199999635,31.93644100000042,2437874,9,3,1980 +13,M,104.0,2699,-109.08261299999641,31.937028000000442,2439531,9,3,1980 +20,M,24.0,2700,-109.08019099999642,31.93633400000045,2438516,9,3,1980 +1,M,110.0,2701,-109.08282899999641,31.938851000000387,2439531,9,3,1980 +2,F,49.0,2702,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +12,M,56.0,2703,-109.07851899999636,31.938203000000414,2439521,9,3,1980 +13,M,50.0,2704,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +14,M,43.0,2705,-109.08182699999641,31.937054000000447,2439521,9,3,1980 +1,F,46.0,2706,-109.08282899999641,31.938851000000387,2439521,9,3,1980 +4,,,2707,-109.08040899999641,31.93889400000041,,9,3,1980 +12,F,27.0,2708,-109.07851899999636,31.938203000000414,2439521,9,3,1980 +13,M,47.0,2709,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +13,F,55.0,2710,-109.08261299999641,31.937028000000442,2439541,9,3,1980 +15,F,26.0,2711,-109.08103599999642,31.937059000000463,2438516,9,3,1980 +19,F,23.0,2712,-109.07791199999636,31.937438000000434,2437981,9,3,1980 +8,M,82.0,2713,-109.08167999999641,31.937884000000402,2439531,9,3,1980 +13,,,2714,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +22,F,114.0,2715,-109.07860199999635,31.93644100000042,2439531,9,3,1980 +2,F,50.0,2716,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +6,M,24.0,2717,-109.07883599999636,31.939078000000414,2438516,9,3,1980 +11,M,33.0,2718,-109.07930699999636,31.938056000000426,2438517,9,3,1980 +20,M,43.0,2719,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +1,F,44.0,2720,-109.08282899999641,31.938851000000387,2439521,9,3,1980 +5,M,6.0,2721,-109.07960199999636,31.93897000000045,2439566,9,3,1980 +6,F,51.0,2722,-109.07883599999636,31.939078000000414,2439541,9,3,1980 +9,M,36.0,2723,-109.08090299999638,31.93785900000039,2438517,9,3,1980 +11,F,43.0,2724,-109.07930699999636,31.938056000000426,2439521,9,3,1980 +13,F,39.0,2725,-109.08261299999641,31.937028000000442,2439541,9,3,1980 +20,F,42.0,2726,-109.08019099999642,31.93633400000045,2439521,9,3,1980 +22,M,141.0,2727,-109.07860199999635,31.93644100000042,2439531,9,3,1980 +24,F,43.0,2728,-109.07773599999636,31.938560000000447,2439521,9,3,1980 +2,F,,2729,-109.08197499999642,31.93888700000037,,9,3,1980 +4,F,7.0,2730,-109.08040899999641,31.93889400000041,2439566,9,3,1980 +6,M,7.0,2731,-109.07883599999636,31.939078000000414,2439566,9,3,1980 +13,F,40.0,2732,-109.08261299999641,31.937028000000442,2439521,9,3,1980 +20,M,212.0,2733,-109.08019099999642,31.93633400000045,,9,3,1980 +24,F,44.0,2734,-109.07773599999636,31.938560000000447,2439521,9,3,1980 +19,M,21.0,2735,-109.07791199999636,31.937438000000434,2437981,9,3,1980 +20,M,104.0,2736,-109.08019099999642,31.93633400000045,2439531,9,3,1980 +1,F,42.0,2737,-109.08282899999641,31.938851000000387,2439521,9,3,1980 +12,F,29.0,2738,-109.07851899999636,31.938203000000414,2439521,9,3,1980 +18,M,25.0,2739,-109.07863299999636,31.93712600000041,2438516,9,3,1980 +1,F,45.0,2740,-109.08282899999641,31.938851000000387,2439521,9,3,1980 +2,F,45.0,2741,-109.08197499999642,31.93888700000037,2439521,9,3,1980 +5,F,44.0,2742,-109.07960199999636,31.93897000000045,2439521,9,3,1980 +6,,243.0,2743,-109.07883599999636,31.939078000000414,,9,3,1980 +9,F,44.0,2744,-109.08090299999638,31.93785900000039,2439521,9,3,1980 +18,M,45.0,2745,-109.07863299999636,31.93712600000041,2439541,9,3,1980 +24,F,39.0,2746,-109.07773599999636,31.938560000000447,2439521,9,3,1980 +12,M,134.0,2747,-109.07851899999636,31.938203000000414,2439531,21,3,1980 +10,F,42.0,2748,-109.08009099999636,31.938017000000425,2438517,21,3,1980 +17,M,35.0,2749,-109.07941499999636,31.937117000000445,2438517,21,3,1980 +17,M,48.0,2750,-109.07941499999636,31.937117000000445,2439521,21,3,1980 +9,M,47.0,2751,-109.08090299999638,31.93785900000039,2439521,21,3,1980 +12,M,97.0,2752,-109.07851899999636,31.938203000000414,,21,3,1980 +17,F,40.0,2753,-109.07941499999636,31.937117000000445,2438517,21,3,1980 +1,F,7.0,2754,-109.08282899999641,31.938851000000387,2439566,21,3,1980 +21,F,5.0,2755,-109.07939799999636,31.936448000000453,2437874,21,3,1980 +19,F,13.0,2756,-109.07791199999636,31.937438000000434,2437874,21,3,1980 +12,F,51.0,2757,-109.07851899999636,31.938203000000414,2439521,21,3,1980 +8,M,44.0,2758,-109.08167999999641,31.937884000000402,2439521,21,3,1980 +12,F,,2759,-109.07851899999636,31.938203000000414,2437874,21,3,1980 +19,F,12.0,2760,-109.07791199999636,31.937438000000434,2437874,21,3,1980 +21,M,,2761,-109.07939799999636,31.936448000000453,2439566,21,3,1980 +11,F,45.0,2762,-109.07930699999636,31.938056000000426,2439521,21,3,1980 +17,M,160.0,2763,-109.07941499999636,31.937117000000445,2439531,21,3,1980 +9,F,61.0,2764,-109.08090299999638,31.93785900000039,2439531,21,3,1980 +12,M,9.0,2765,-109.07851899999636,31.938203000000414,2437874,21,3,1980 +9,M,91.0,2766,-109.08090299999638,31.93785900000039,2439531,21,3,1980 +20,F,165.0,2767,-109.08019099999642,31.93633400000045,2439531,21,3,1980 +21,F,5.0,2768,-109.07939799999636,31.936448000000453,2437874,21,3,1980 +9,F,92.0,2769,-109.08090299999638,31.93785900000039,2439531,21,3,1980 +8,M,134.0,2770,-109.08167999999641,31.937884000000402,2439531,21,3,1980 +12,F,45.0,2771,-109.07851899999636,31.938203000000414,2439521,21,3,1980 +17,M,51.0,2772,-109.07941499999636,31.937117000000445,2439541,21,3,1980 +23,M,21.0,2773,-109.07783799999636,31.93676300000042,2437981,21,3,1980 +9,F,113.0,2774,-109.08090299999638,31.93785900000039,2439531,21,3,1980 +19,M,9.0,2775,-109.07791199999636,31.937438000000434,2437874,21,3,1980 +20,M,113.0,2776,-109.08019099999642,31.93633400000045,2439531,21,3,1980 +19,F,21.0,2777,-109.07791199999636,31.937438000000434,2437981,21,3,1980 +8,,,2778,-109.08167999999641,31.937884000000402,2439566,21,3,1980 +12,M,53.0,2779,-109.07851899999636,31.938203000000414,2439521,21,3,1980 +9,M,36.0,2780,-109.08090299999638,31.93785900000039,2438517,21,3,1980 +20,F,65.0,2781,-109.08019099999642,31.93633400000045,2439531,21,3,1980 +1,M,117.0,2782,-109.08282899999641,31.938851000000387,2439531,21,3,1980 +22,M,144.0,2783,-109.07860199999635,31.93644100000042,2439531,21,3,1980 +12,M,50.0,2784,-109.07851899999636,31.938203000000414,2439521,21,3,1980 +7,,,2785,-109.08281599999641,31.938113000000413,,21,3,1980 +4,M,51.0,2786,-109.08040899999641,31.93889400000041,2439521,22,3,1980 +14,F,54.0,2787,-109.08182699999641,31.937054000000447,2439521,22,3,1980 +15,F,33.0,2788,-109.08103599999642,31.937059000000463,2438516,22,3,1980 +4,F,44.0,2789,-109.08040899999641,31.93889400000041,2439521,22,3,1980 +15,,,2790,-109.08103599999642,31.937059000000463,2439566,22,3,1980 +2,F,59.0,2791,-109.08197499999642,31.93888700000037,2439521,22,3,1980 +18,M,47.0,2792,-109.07863299999636,31.93712600000041,2439521,22,3,1980 +24,M,49.0,2793,-109.07773599999636,31.938560000000447,2439521,22,3,1980 +3,M,10.0,2794,-109.08120799999641,31.938896000000387,2437874,22,3,1980 +16,F,31.0,2795,-109.08024399999636,31.93709400000041,2438516,22,3,1980 +14,F,97.0,2796,-109.08182699999641,31.937054000000447,2439531,22,3,1980 +18,F,184.0,2797,-109.07863299999636,31.93712600000041,2439531,22,3,1980 +3,M,10.0,2798,-109.08120799999641,31.938896000000387,2437874,22,3,1980 +4,M,49.0,2799,-109.08040899999641,31.93889400000041,2439521,22,3,1980 +24,M,80.0,2800,-109.07773599999636,31.938560000000447,2439531,22,3,1980 +3,M,8.0,2801,-109.08120799999641,31.938896000000387,2439566,22,3,1980 +4,M,131.0,2802,-109.08040899999641,31.93889400000041,2439531,22,3,1980 +13,M,42.0,2803,-109.08261299999641,31.937028000000442,2439521,22,3,1980 +4,M,5.0,2804,-109.08040899999641,31.93889400000041,2439566,22,3,1980 +24,F,127.0,2805,-109.07773599999636,31.938560000000447,2439531,22,3,1980 +4,F,133.0,2806,-109.08040899999641,31.93889400000041,2439531,22,3,1980 +6,M,138.0,2807,-109.07883599999636,31.939078000000414,2439531,22,3,1980 +15,F,11.0,2808,-109.08103599999642,31.937059000000463,2439566,22,3,1980 +5,M,49.0,2809,-109.07960199999636,31.93897000000045,2439521,22,3,1980 +18,F,28.0,2810,-109.07863299999636,31.93712600000041,2438516,22,3,1980 +3,M,8.0,2811,-109.08120799999641,31.938896000000387,2439566,22,3,1980 +4,M,81.0,2812,-109.08040899999641,31.93889400000041,2439531,22,3,1980 +13,M,90.0,2813,-109.08261299999641,31.937028000000442,2439531,22,3,1980 +15,M,45.0,2814,-109.08103599999642,31.937059000000463,2439521,22,3,1980 +2,F,44.0,2815,-109.08197499999642,31.93888700000037,2439521,22,3,1980 +4,M,82.0,2816,-109.08040899999641,31.93889400000041,2439531,22,3,1980 +4,F,78.0,2817,-109.08040899999641,31.93889400000041,2439531,22,3,1980 +15,M,30.0,2818,-109.08103599999642,31.937059000000463,2438516,22,3,1980 +2,M,37.0,2819,-109.08197499999642,31.93888700000037,2438517,22,3,1980 +24,M,50.0,2820,-109.07773599999636,31.938560000000447,2439521,22,3,1980 +13,M,37.0,2821,-109.08261299999641,31.937028000000442,2438517,22,3,1980 +13,F,7.0,2822,-109.08261299999641,31.937028000000442,2439566,22,3,1980 +14,M,44.0,2823,-109.08182699999641,31.937054000000447,2439521,22,3,1980 +18,M,25.0,2824,-109.07863299999636,31.93712600000041,2438516,22,3,1980 +6,,,2825,-109.07883599999636,31.939078000000414,2439566,22,3,1980 +15,M,7.0,2826,-109.08103599999642,31.937059000000463,2437874,22,3,1980 +13,M,45.0,2827,-109.08261299999641,31.937028000000442,2439521,22,3,1980 +5,F,51.0,2828,-109.07960199999636,31.93897000000045,2439521,22,3,1980 +17,M,23.0,2829,-109.07941499999636,31.937117000000445,2439521,17,4,1980 +8,M,135.0,2830,-109.08167999999641,31.937884000000402,2439531,17,4,1980 +20,F,36.0,2831,-109.08019099999642,31.93633400000045,2438517,17,4,1980 +17,M,15.0,2832,-109.07941499999636,31.937117000000445,2438516,17,4,1980 +20,F,155.0,2833,-109.08019099999642,31.93633400000045,2439531,17,4,1980 +1,M,19.0,2834,-109.08282899999641,31.938851000000387,2439521,17,4,1980 +19,M,10.0,2835,-109.07791199999636,31.937438000000434,2437874,17,4,1980 +1,F,7.0,2836,-109.08282899999641,31.938851000000387,2439566,17,4,1980 +10,F,10.0,2837,-109.08009099999636,31.938017000000425,2438516,17,4,1980 +12,M,132.0,2838,-109.07851899999636,31.938203000000414,2439531,17,4,1980 +1,M,145.0,2839,-109.08282899999641,31.938851000000387,2439531,17,4,1980 +12,F,43.0,2840,-109.07851899999636,31.938203000000414,2439521,17,4,1980 +9,F,114.0,2841,-109.08090299999638,31.93785900000039,2439531,17,4,1980 +22,M,95.0,2842,-109.07860199999635,31.93644100000042,2439531,17,4,1980 +11,F,130.0,2843,-109.07930699999636,31.938056000000426,2439531,17,4,1980 +12,M,49.0,2844,-109.07851899999636,31.938203000000414,2439521,17,4,1980 +19,M,9.0,2845,-109.07791199999636,31.937438000000434,2437874,17,4,1980 +8,F,30.0,2846,-109.08167999999641,31.937884000000402,2439541,17,4,1980 +9,M,143.0,2847,-109.08090299999638,31.93785900000039,2439531,17,4,1980 +12,F,43.0,2848,-109.07851899999636,31.938203000000414,2439521,17,4,1980 +10,F,12.0,2849,-109.08009099999636,31.938017000000425,2437874,17,4,1980 +12,M,55.0,2850,-109.07851899999636,31.938203000000414,2439521,17,4,1980 +22,M,140.0,2851,-109.07860199999635,31.93644100000042,2439531,17,4,1980 +17,M,49.0,2852,-109.07941499999636,31.937117000000445,2439541,17,4,1980 +17,F,33.0,2853,-109.07941499999636,31.937117000000445,2438517,17,4,1980 +1,F,12.0,2854,-109.08282899999641,31.938851000000387,2439591,17,4,1980 +1,M,122.0,2855,-109.08282899999641,31.938851000000387,2439531,17,4,1980 +10,M,10.0,2856,-109.08009099999636,31.938017000000425,2438516,17,4,1980 +9,F,108.0,2857,-109.08090299999638,31.93785900000039,2439531,17,4,1980 +11,F,92.0,2858,-109.07930699999636,31.938056000000426,2439531,17,4,1980 +8,M,8.0,2859,-109.08167999999641,31.937884000000402,2439566,17,4,1980 +9,M,48.0,2860,-109.08090299999638,31.93785900000039,2439521,17,4,1980 +20,M,125.0,2861,-109.08019099999642,31.93633400000045,2439531,17,4,1980 +10,F,32.0,2862,-109.08009099999636,31.938017000000425,2438517,17,4,1980 +9,M,104.0,2863,-109.08090299999638,31.93785900000039,2439531,17,4,1980 +1,M,51.0,2864,-109.08282899999641,31.938851000000387,2439521,17,4,1980 +12,F,43.0,2865,-109.07851899999636,31.938203000000414,2439521,17,4,1980 +21,,,2866,-109.07939799999636,31.936448000000453,,17,4,1980 +7,,,2867,-109.08281599999641,31.938113000000413,,17,4,1980 +23,,,2868,-109.07783799999636,31.93676300000042,,17,4,1980 +4,M,49.0,2869,-109.08040899999641,31.93889400000041,2439521,18,4,1980 +6,M,141.0,2870,-109.07883599999636,31.939078000000414,2439531,18,4,1980 +15,F,8.0,2871,-109.08103599999642,31.937059000000463,2439566,18,4,1980 +4,M,7.0,2872,-109.08040899999641,31.93889400000041,2439566,18,4,1980 +3,M,10.0,2873,-109.08120799999641,31.938896000000387,2437874,18,4,1980 +16,M,48.0,2874,-109.08024399999636,31.93709400000041,2439521,18,4,1980 +4,M,131.0,2875,-109.08040899999641,31.93889400000041,2439531,18,4,1980 +6,M,8.0,2876,-109.07883599999636,31.939078000000414,2439566,18,4,1980 +18,M,74.0,2877,-109.07863299999636,31.93712600000041,2439531,18,4,1980 +2,,,2878,-109.08197499999642,31.93888700000037,2437300,18,4,1980 +24,M,21.0,2879,-109.07773599999636,31.938560000000447,2437981,18,4,1980 +4,F,35.0,2880,-109.08040899999641,31.93889400000041,2438517,18,4,1980 +5,M,8.0,2881,-109.07960199999636,31.93897000000045,2439566,18,4,1980 +3,M,8.0,2882,-109.08120799999641,31.938896000000387,2439566,18,4,1980 +24,M,50.0,2883,-109.07773599999636,31.938560000000447,2439521,18,4,1980 +2,M,8.0,2884,-109.08197499999642,31.93888700000037,2439566,18,4,1980 +15,F,36.0,2885,-109.08103599999642,31.937059000000463,2438516,18,4,1980 +13,M,44.0,2886,-109.08261299999641,31.937028000000442,2439521,18,4,1980 +14,F,51.0,2887,-109.08182699999641,31.937054000000447,2439521,18,4,1980 +16,F,22.0,2888,-109.08024399999636,31.93709400000041,2438516,18,4,1980 +18,F,146.0,2889,-109.07863299999636,31.93712600000041,2439531,18,4,1980 +24,F,43.0,2890,-109.07773599999636,31.938560000000447,2439521,18,4,1980 +3,F,12.0,2891,-109.08120799999641,31.938896000000387,2437874,18,4,1980 +24,F,160.0,2892,-109.07773599999636,31.938560000000447,2439531,18,4,1980 +4,M,42.0,2893,-109.08040899999641,31.93889400000041,2438517,18,4,1980 +18,M,135.0,2894,-109.07863299999636,31.93712600000041,2439531,18,4,1980 +24,F,9.0,2895,-109.07773599999636,31.938560000000447,2437874,18,4,1980 +5,F,20.0,2896,-109.07960199999636,31.93897000000045,2439521,18,4,1980 +13,M,88.0,2897,-109.08261299999641,31.937028000000442,2439531,18,4,1980 +4,M,102.0,2898,-109.08040899999641,31.93889400000041,2439531,18,4,1980 +14,F,115.0,2899,-109.08182699999641,31.937054000000447,2439531,18,4,1980 +15,M,7.0,2900,-109.08103599999642,31.937059000000463,2439566,18,4,1980 +2,M,6.0,2901,-109.08197499999642,31.93888700000037,2439566,18,4,1980 +2,F,53.0,2902,-109.08197499999642,31.93888700000037,2439521,18,4,1980 +2,M,48.0,2903,-109.08197499999642,31.93888700000037,2439521,18,4,1980 +13,F,38.0,2904,-109.08261299999641,31.937028000000442,2438517,18,4,1980 +18,F,110.0,2905,-109.07863299999636,31.93712600000041,,18,4,1980 +15,M,8.0,2906,-109.08103599999642,31.937059000000463,2439566,18,4,1980 +2,M,43.0,2907,-109.08197499999642,31.93888700000037,2439521,18,4,1980 +14,M,45.0,2908,-109.08182699999641,31.937054000000447,2439521,18,4,1980 +4,M,92.0,2909,-109.08040899999641,31.93889400000041,2439531,18,4,1980 +4,F,160.0,2910,-109.08040899999641,31.93889400000041,2439531,18,4,1980 +13,M,104.0,2911,-109.08261299999641,31.937028000000442,2439531,18,4,1980 +13,M,46.0,2912,-109.08261299999641,31.937028000000442,2439521,18,4,1980 +5,F,43.0,2913,-109.07960199999636,31.93897000000045,2439521,18,4,1980 +1,F,44.0,2914,-109.08282899999641,31.938851000000387,2439521,17,5,1980 +10,M,36.0,2915,-109.08009099999636,31.938017000000425,2438517,17,5,1980 +17,M,34.0,2916,-109.07941499999636,31.937117000000445,2439521,17,5,1980 +22,,,2917,-109.07860199999635,31.93644100000042,2437300,17,5,1980 +24,F,130.0,2918,-109.07773599999636,31.938560000000447,2439531,17,5,1980 +12,F,43.0,2919,-109.07851899999636,31.938203000000414,2439521,17,5,1980 +11,F,105.0,2920,-109.07930699999636,31.938056000000426,2439531,17,5,1980 +9,M,38.0,2921,-109.08090299999638,31.93785900000039,2438517,17,5,1980 +24,F,33.0,2922,-109.07773599999636,31.938560000000447,2437981,17,5,1980 +24,M,49.0,2923,-109.07773599999636,31.938560000000447,2439521,17,5,1980 +17,M,51.0,2924,-109.07941499999636,31.937117000000445,2439541,17,5,1980 +17,,108.0,2925,-109.07941499999636,31.937117000000445,2439531,17,5,1980 +11,M,45.0,2926,-109.07930699999636,31.938056000000426,2439531,17,5,1980 +20,F,154.0,2927,-109.08019099999642,31.93633400000045,2439531,17,5,1980 +24,M,109.0,2928,-109.07773599999636,31.938560000000447,,17,5,1980 +11,F,8.0,2929,-109.07930699999636,31.938056000000426,2439566,17,5,1980 +12,M,133.0,2930,-109.07851899999636,31.938203000000414,2439531,17,5,1980 +24,F,41.0,2931,-109.07773599999636,31.938560000000447,2439521,17,5,1980 +1,M,148.0,2932,-109.08282899999641,31.938851000000387,2439531,17,5,1980 +1,M,119.0,2933,-109.08282899999641,31.938851000000387,,17,5,1980 +9,F,127.0,2934,-109.08090299999638,31.93785900000039,2439531,17,5,1980 +9,M,144.0,2935,-109.08090299999638,31.93785900000039,2439531,17,5,1980 +22,M,140.0,2936,-109.07860199999635,31.93644100000042,2439531,17,5,1980 +12,F,40.0,2937,-109.07851899999636,31.938203000000414,2439521,17,5,1980 +22,F,78.0,2938,-109.07860199999635,31.93644100000042,2439531,17,5,1980 +22,M,104.0,2939,-109.07860199999635,31.93644100000042,2439531,17,5,1980 +9,F,72.0,2940,-109.08090299999638,31.93785900000039,2439531,17,5,1980 +17,M,142.0,2941,-109.07941499999636,31.937117000000445,2439531,17,5,1980 +12,M,53.0,2942,-109.07851899999636,31.938203000000414,2439521,17,5,1980 +1,M,17.0,2943,-109.08282899999641,31.938851000000387,2439591,17,5,1980 +9,M,113.0,2944,-109.08090299999638,31.93785900000039,2439531,17,5,1980 +9,F,73.0,2945,-109.08090299999638,31.93785900000039,2439531,17,5,1980 +17,F,28.0,2946,-109.07941499999636,31.937117000000445,2438516,17,5,1980 +20,M,120.0,2947,-109.08019099999642,31.93633400000045,2439531,17,5,1980 +1,M,102.0,2948,-109.08282899999641,31.938851000000387,2439531,17,5,1980 +12,M,29.0,2949,-109.07851899999636,31.938203000000414,2439521,17,5,1980 +9,F,138.0,2950,-109.08090299999638,31.93785900000039,2439531,17,5,1980 +17,F,53.0,2951,-109.07941499999636,31.937117000000445,2439541,17,5,1980 +24,F,27.0,2952,-109.07773599999636,31.938560000000447,2439521,17,5,1980 +20,M,207.0,2953,-109.08019099999642,31.93633400000045,,17,5,1980 +1,F,19.0,2954,-109.08282899999641,31.938851000000387,2439591,17,5,1980 +20,M,78.0,2955,-109.08019099999642,31.93633400000045,2439531,17,5,1980 +24,M,30.0,2956,-109.07773599999636,31.938560000000447,2439521,17,5,1980 +12,M,31.0,2957,-109.07851899999636,31.938203000000414,2439521,17,5,1980 +19,,,2958,-109.07791199999636,31.937438000000434,,17,5,1980 +21,,,2959,-109.07939799999636,31.936448000000453,,17,5,1980 +7,,,2960,-109.08281599999641,31.938113000000413,,17,5,1980 +23,,,2961,-109.07783799999636,31.93676300000042,,17,5,1980 +13,M,97.0,2962,-109.08261299999641,31.937028000000442,2439531,18,5,1980 +18,M,84.0,2963,-109.07863299999636,31.93712600000041,2439531,18,5,1980 +5,M,45.0,2964,-109.07960199999636,31.93897000000045,2439521,18,5,1980 +18,F,68.0,2965,-109.07863299999636,31.93712600000041,2439531,18,5,1980 +4,M,49.0,2966,-109.08040899999641,31.93889400000041,2439521,18,5,1980 +15,M,7.0,2967,-109.08103599999642,31.937059000000463,2439566,18,5,1980 +15,M,7.0,2968,-109.08103599999642,31.937059000000463,2439566,18,5,1980 +8,F,24.0,2969,-109.08167999999641,31.937884000000402,2438517,18,5,1980 +18,F,154.0,2970,-109.07863299999636,31.93712600000041,2439531,18,5,1980 +18,M,48.0,2971,-109.07863299999636,31.93712600000041,2439521,18,5,1980 +4,M,104.0,2972,-109.08040899999641,31.93889400000041,2439531,18,5,1980 +13,M,43.0,2973,-109.08261299999641,31.937028000000442,2439521,18,5,1980 +15,F,39.0,2974,-109.08103599999642,31.937059000000463,2438517,18,5,1980 +13,M,6.0,2975,-109.08261299999641,31.937028000000442,2439566,18,5,1980 +2,M,43.0,2976,-109.08197499999642,31.93888700000037,2439521,18,5,1980 +18,F,72.0,2977,-109.07863299999636,31.93712600000041,2439531,18,5,1980 +5,F,30.0,2978,-109.07960199999636,31.93897000000045,2439521,18,5,1980 +2,M,39.0,2979,-109.08197499999642,31.93888700000037,2438517,18,5,1980 +5,F,79.0,2980,-109.07960199999636,31.93897000000045,2439531,18,5,1980 +4,M,133.0,2981,-109.08040899999641,31.93889400000041,2439531,18,5,1980 +2,F,56.0,2982,-109.08197499999642,31.93888700000037,2439521,18,5,1980 +6,M,138.0,2983,-109.07883599999636,31.939078000000414,2439531,18,5,1980 +13,M,99.0,2984,-109.08261299999641,31.937028000000442,2439531,18,5,1980 +8,M,134.0,2985,-109.08167999999641,31.937884000000402,2439531,18,5,1980 +14,F,102.0,2986,-109.08182699999641,31.937054000000447,2439531,18,5,1980 +18,M,134.0,2987,-109.07863299999636,31.93712600000041,2439531,18,5,1980 +14,M,43.0,2988,-109.08182699999641,31.937054000000447,2439521,18,5,1980 +14,F,48.0,2989,-109.08182699999641,31.937054000000447,2439521,18,5,1980 +15,F,8.0,2990,-109.08103599999642,31.937059000000463,2439566,18,5,1980 +3,F,7.0,2991,-109.08120799999641,31.938896000000387,2439566,18,5,1980 +13,M,47.0,2992,-109.08261299999641,31.937028000000442,2439521,18,5,1980 +14,F,189.0,2993,-109.08182699999641,31.937054000000447,,18,5,1980 +8,F,43.0,2994,-109.08167999999641,31.937884000000402,2439541,18,5,1980 +18,M,73.0,2995,-109.07863299999636,31.93712600000041,,18,5,1980 +4,M,86.0,2996,-109.08040899999641,31.93889400000041,2439531,18,5,1980 +4,M,105.0,2997,-109.08040899999641,31.93889400000041,2439531,18,5,1980 +16,M,45.0,2998,-109.08024399999636,31.93709400000041,2439521,18,5,1980 +4,F,123.0,2999,-109.08040899999641,31.93889400000041,2439531,18,5,1980 +14,M,98.0,3000,-109.08182699999641,31.937054000000447,,18,5,1980 +2,F,87.0,3001,-109.08197499999642,31.93888700000037,,18,5,1980 +18,F,75.0,3002,-109.07863299999636,31.93712600000041,,18,5,1980 +2,F,174.0,3003,-109.08197499999642,31.93888700000037,,18,5,1980 +5,F,50.0,3004,-109.07960199999636,31.93897000000045,2439521,18,5,1980 +1,,135.0,3005,-109.08282899999641,31.938851000000387,2439531,24,5,1980 +1,M,142.0,3006,-109.08282899999641,31.938851000000387,2439531,24,5,1980 +1,M,54.0,3007,-109.08282899999641,31.938851000000387,2439521,24,5,1980 +1,M,54.0,3008,-109.08282899999641,31.938851000000387,2439541,24,5,1980 +2,F,153.0,3009,-109.08197499999642,31.93888700000037,2439531,24,5,1980 +2,F,105.0,3010,-109.08197499999642,31.93888700000037,2439531,24,5,1980 +2,M,149.0,3011,-109.08197499999642,31.93888700000037,2439531,24,5,1980 +3,F,115.0,3012,-109.08120799999641,31.938896000000387,2439531,25,5,1980 +3,F,78.0,3013,-109.08120799999641,31.938896000000387,2439531,25,5,1980 +3,F,43.0,3014,-109.08120799999641,31.938896000000387,2439521,25,5,1980 +3,F,,3015,-109.08120799999641,31.938896000000387,2439531,25,5,1980 +3,M,123.0,3016,-109.08120799999641,31.938896000000387,2439531,25,5,1980 +3,F,125.0,3017,-109.08120799999641,31.938896000000387,2439531,25,5,1980 +3,M,91.0,3018,-109.08120799999641,31.938896000000387,2439531,25,5,1980 +4,M,95.0,3019,-109.08040899999641,31.93889400000041,2439531,25,5,1980 +4,M,88.0,3020,-109.08040899999641,31.93889400000041,2439531,25,5,1980 +4,M,53.0,3021,-109.08040899999641,31.93889400000041,2439531,25,5,1980 +4,F,103.0,3022,-109.08040899999641,31.93889400000041,2439531,25,5,1980 +4,F,54.0,3023,-109.08040899999641,31.93889400000041,2439531,25,5,1980 +4,F,41.0,3024,-109.08040899999641,31.93889400000041,2439521,25,5,1980 +4,M,49.0,3025,-109.08040899999641,31.93889400000041,2439521,25,5,1980 +5,M,122.0,3026,-109.07960199999636,31.93897000000045,2439531,25,5,1980 +5,F,43.0,3027,-109.07960199999636,31.93897000000045,2439521,25,5,1980 +5,M,105.0,3028,-109.07960199999636,31.93897000000045,2439531,25,5,1980 +5,F,33.0,3029,-109.07960199999636,31.93897000000045,2438516,25,5,1980 +5,F,112.0,3030,-109.07960199999636,31.93897000000045,2439531,25,5,1980 +5,F,130.0,3031,-109.07960199999636,31.93897000000045,2439531,25,5,1980 +5,M,44.0,3032,-109.07960199999636,31.93897000000045,2439521,25,5,1980 +5,F,135.0,3033,-109.07960199999636,31.93897000000045,,25,5,1980 +2,F,45.0,3034,-109.08197499999642,31.93888700000037,2439521,2,6,1980 +2,M,102.0,3035,-109.08197499999642,31.93888700000037,2439531,2,6,1980 +2,M,46.0,3036,-109.08197499999642,31.93888700000037,2439521,2,6,1980 +7,M,46.0,3037,-109.08281599999641,31.938113000000413,2439521,2,6,1980 +7,F,53.0,3038,-109.08281599999641,31.938113000000413,2439521,2,6,1980 +7,,126.0,3039,-109.08281599999641,31.938113000000413,2439531,2,6,1980 +9,M,122.0,3040,-109.08090299999638,31.93785900000039,2439531,2,6,1980 +9,F,28.0,3041,-109.08090299999638,31.93785900000039,2438517,2,6,1980 +9,F,51.0,3042,-109.08090299999638,31.93785900000039,2439521,2,6,1980 +9,F,69.0,3043,-109.08090299999638,31.93785900000039,2439531,2,6,1980 +10,M,35.0,3044,-109.08009099999636,31.938017000000425,2438517,22,6,1980 +17,M,41.0,3045,-109.07941499999636,31.937117000000445,2439521,22,6,1980 +20,F,151.0,3046,-109.08019099999642,31.93633400000045,2439531,22,6,1980 +11,M,109.0,3047,-109.07930699999636,31.938056000000426,2439531,22,6,1980 +18,F,93.0,3048,-109.07863299999636,31.93712600000041,2439531,22,6,1980 +18,M,82.0,3049,-109.07863299999636,31.93712600000041,2439531,22,6,1980 +24,M,22.0,3050,-109.07773599999636,31.938560000000447,2437981,22,6,1980 +11,F,56.0,3051,-109.07930699999636,31.938056000000426,2439541,22,6,1980 +24,F,45.0,3052,-109.07773599999636,31.938560000000447,2439521,22,6,1980 +17,M,46.0,3053,-109.07941499999636,31.937117000000445,2439521,22,6,1980 +11,M,26.0,3054,-109.07930699999636,31.938056000000426,2439541,22,6,1980 +20,M,48.0,3055,-109.08019099999642,31.93633400000045,2439521,22,6,1980 +17,F,109.0,3056,-109.07941499999636,31.937117000000445,2439531,22,6,1980 +22,M,103.0,3057,-109.07860199999635,31.93644100000042,2439531,22,6,1980 +18,M,136.0,3058,-109.07863299999636,31.93712600000041,2439531,22,6,1980 +24,F,187.0,3059,-109.07773599999636,31.938560000000447,,22,6,1980 +11,M,7.0,3060,-109.07930699999636,31.938056000000426,2439566,22,6,1980 +8,F,51.0,3061,-109.08167999999641,31.937884000000402,2439541,22,6,1980 +18,,,3062,-109.07863299999636,31.93712600000041,2437300,22,6,1980 +21,F,11.0,3063,-109.07939799999636,31.936448000000453,2439591,22,6,1980 +9,M,101.0,3064,-109.08090299999638,31.93785900000039,2439531,22,6,1980 +11,M,54.0,3065,-109.07930699999636,31.938056000000426,2439531,22,6,1980 +8,M,133.0,3066,-109.08167999999641,31.937884000000402,2439531,22,6,1980 +17,F,58.0,3067,-109.07941499999636,31.937117000000445,2439541,22,6,1980 +22,M,141.0,3068,-109.07860199999635,31.93644100000042,2439531,22,6,1980 +17,M,144.0,3069,-109.07941499999636,31.937117000000445,2439531,22,6,1980 +20,M,123.0,3070,-109.08019099999642,31.93633400000045,2439531,22,6,1980 +9,M,118.0,3071,-109.08090299999638,31.93785900000039,2439531,22,6,1980 +19,M,18.0,3072,-109.07791199999636,31.937438000000434,2437981,22,6,1980 +9,F,80.0,3073,-109.08090299999638,31.93785900000039,2439531,22,6,1980 +17,M,49.0,3074,-109.07941499999636,31.937117000000445,2439541,22,6,1980 +20,M,209.0,3075,-109.08019099999642,31.93633400000045,,22,6,1980 +18,M,37.0,3076,-109.07863299999636,31.93712600000041,2439521,22,6,1980 +9,F,97.0,3077,-109.08090299999638,31.93785900000039,2439531,22,6,1980 +22,F,102.0,3078,-109.07860199999635,31.93644100000042,2439531,22,6,1980 +20,M,105.0,3079,-109.08019099999642,31.93633400000045,2439531,22,6,1980 +18,M,44.0,3080,-109.07863299999636,31.93712600000041,2439541,22,6,1980 +8,F,,3081,-109.08167999999641,31.937884000000402,2439531,22,6,1980 +23,,,3082,-109.07783799999636,31.93676300000042,,22,6,1980 +14,M,40.0,3083,-109.08182699999641,31.937054000000447,2439521,23,6,1980 +2,F,90.0,3084,-109.08197499999642,31.93888700000037,2439531,23,6,1980 +5,F,52.0,3085,-109.07960199999636,31.93897000000045,2439521,23,6,1980 +4,F,32.0,3086,-109.08040899999641,31.93889400000041,2438517,23,6,1980 +12,F,31.0,3087,-109.07851899999636,31.938203000000414,2439521,23,6,1980 +13,M,241.0,3088,-109.08261299999641,31.937028000000442,,23,6,1980 +12,M,132.0,3089,-109.07851899999636,31.938203000000414,2439531,23,6,1980 +3,F,150.0,3090,-109.08120799999641,31.938896000000387,,23,6,1980 +14,F,48.0,3091,-109.08182699999641,31.937054000000447,2439521,23,6,1980 +14,M,77.0,3092,-109.08182699999641,31.937054000000447,2439531,23,6,1980 +1,F,7.0,3093,-109.08282899999641,31.938851000000387,2439591,23,6,1980 +4,F,38.0,3094,-109.08040899999641,31.93889400000041,2439521,23,6,1980 +6,M,135.0,3095,-109.07883599999636,31.939078000000414,2439531,23,6,1980 +15,M,26.0,3096,-109.08103599999642,31.937059000000463,2438516,23,6,1980 +4,M,124.0,3097,-109.08040899999641,31.93889400000041,2439531,23,6,1980 +1,M,17.0,3098,-109.08282899999641,31.938851000000387,2439591,23,6,1980 +12,F,39.0,3099,-109.07851899999636,31.938203000000414,2439521,23,6,1980 +2,M,42.0,3100,-109.08197499999642,31.93888700000037,2439521,23,6,1980 +6,M,7.0,3101,-109.07883599999636,31.939078000000414,2439566,23,6,1980 +4,M,96.0,3102,-109.08040899999641,31.93889400000041,2439531,23,6,1980 +13,M,43.0,3103,-109.08261299999641,31.937028000000442,2439521,23,6,1980 +4,F,124.0,3104,-109.08040899999641,31.93889400000041,2439531,23,6,1980 +4,M,106.0,3105,-109.08040899999641,31.93889400000041,2439531,23,6,1980 +12,F,29.0,3106,-109.07851899999636,31.938203000000414,2439521,23,6,1980 +13,M,111.0,3107,-109.08261299999641,31.937028000000442,2439531,23,6,1980 +2,F,53.0,3108,-109.08197499999642,31.93888700000037,2439521,23,6,1980 +13,M,28.0,3109,-109.08261299999641,31.937028000000442,2439521,23,6,1980 +14,F,25.0,3110,-109.08182699999641,31.937054000000447,2439521,23,6,1980 +5,M,20.0,3111,-109.07960199999636,31.93897000000045,2439521,23,6,1980 +14,F,106.0,3112,-109.08182699999641,31.937054000000447,2439531,23,6,1980 +4,M,111.0,3113,-109.08040899999641,31.93889400000041,2439531,23,6,1980 +4,F,33.0,3114,-109.08040899999641,31.93889400000041,2438516,23,6,1980 +14,M,,3115,-109.08182699999641,31.937054000000447,2439521,23,6,1980 +13,M,7.0,3116,-109.08261299999641,31.937028000000442,2439566,23,6,1980 +16,F,26.0,3117,-109.08024399999636,31.93709400000041,2438516,23,6,1980 +14,F,42.0,3118,-109.08182699999641,31.937054000000447,2439521,23,6,1980 +1,M,131.0,3119,-109.08282899999641,31.938851000000387,2439531,23,6,1980 +12,M,40.0,3120,-109.07851899999636,31.938203000000414,2439521,23,6,1980 +4,M,30.0,3121,-109.08040899999641,31.93889400000041,2438516,23,6,1980 +7,,,3122,-109.08281599999641,31.938113000000413,,23,6,1980 +1,M,,3123,-109.08282899999641,31.938851000000387,2439531,27,6,1980 +24,F,75.0,3124,-109.07773599999636,31.938560000000447,,21,7,1980 +17,M,45.0,3125,-109.07941499999636,31.937117000000445,2439521,21,7,1980 +18,M,90.0,3126,-109.07863299999636,31.93712600000041,2439531,21,7,1980 +8,,,3127,-109.08167999999641,31.937884000000402,2491757,21,7,1980 +24,M,24.0,3128,-109.07773599999636,31.938560000000447,2437981,21,7,1980 +24,F,35.0,3129,-109.07773599999636,31.938560000000447,2437981,21,7,1980 +11,M,7.0,3130,-109.07930699999636,31.938056000000426,2439566,21,7,1980 +11,M,113.0,3131,-109.07930699999636,31.938056000000426,2439531,21,7,1980 +17,M,24.0,3132,-109.07941499999636,31.937117000000445,2439541,21,7,1980 +17,F,32.0,3133,-109.07941499999636,31.937117000000445,2438516,21,7,1980 +24,F,191.0,3134,-109.07773599999636,31.938560000000447,,21,7,1980 +17,F,104.0,3135,-109.07941499999636,31.937117000000445,2439531,21,7,1980 +18,M,47.0,3136,-109.07863299999636,31.93712600000041,2439521,21,7,1980 +8,M,135.0,3137,-109.08167999999641,31.937884000000402,2439531,21,7,1980 +17,M,143.0,3138,-109.07941499999636,31.937117000000445,2439531,21,7,1980 +22,M,143.0,3139,-109.07860199999635,31.93644100000042,2439531,21,7,1980 +18,F,93.0,3140,-109.07863299999636,31.93712600000041,2439531,21,7,1980 +22,F,108.0,3141,-109.07860199999635,31.93644100000042,2439531,21,7,1980 +24,F,41.0,3142,-109.07773599999636,31.938560000000447,2439521,21,7,1980 +11,M,34.0,3143,-109.07930699999636,31.938056000000426,2439541,21,7,1980 +17,M,49.0,3144,-109.07941499999636,31.937117000000445,2439541,21,7,1980 +10,,,3145,-109.08009099999636,31.938017000000425,2437300,21,7,1980 +20,M,207.0,3146,-109.08019099999642,31.93633400000045,,21,7,1980 +24,,,3147,-109.07773599999636,31.938560000000447,2491757,21,7,1980 +8,F,47.0,3148,-109.08167999999641,31.937884000000402,2439541,21,7,1980 +11,M,122.0,3149,-109.07930699999636,31.938056000000426,2439531,21,7,1980 +17,F,47.0,3150,-109.07941499999636,31.937117000000445,2439541,21,7,1980 +11,M,71.0,3151,-109.07930699999636,31.938056000000426,2439531,21,7,1980 +18,M,44.0,3152,-109.07863299999636,31.93712600000041,2439541,21,7,1980 +19,,,3153,-109.07791199999636,31.937438000000434,2491757,21,7,1980 +22,,,3154,-109.07860199999635,31.93644100000042,2491757,21,7,1980 +9,,,3155,-109.08090299999638,31.93785900000039,,21,7,1980 +19,,,3156,-109.07791199999636,31.937438000000434,,21,7,1980 +21,,,3157,-109.07939799999636,31.936448000000453,,21,7,1980 +23,,,3158,-109.07783799999636,31.93676300000042,,21,7,1980 +14,M,42.0,3159,-109.08182699999641,31.937054000000447,2439521,22,7,1980 +12,M,54.0,3160,-109.07851899999636,31.938203000000414,2439521,22,7,1980 +1,,,3161,-109.08282899999641,31.938851000000387,2437300,22,7,1980 +5,F,43.0,3162,-109.07960199999636,31.93897000000045,2439521,22,7,1980 +14,F,80.0,3163,-109.08182699999641,31.937054000000447,,22,7,1980 +15,M,7.0,3164,-109.08103599999642,31.937059000000463,2439566,22,7,1980 +4,M,48.0,3165,-109.08040899999641,31.93889400000041,2439521,22,7,1980 +12,M,134.0,3166,-109.07851899999636,31.938203000000414,2439531,22,7,1980 +14,M,95.0,3167,-109.08182699999641,31.937054000000447,2439531,22,7,1980 +13,F,32.0,3168,-109.08261299999641,31.937028000000442,2439521,22,7,1980 +12,F,46.0,3169,-109.07851899999636,31.938203000000414,2439521,22,7,1980 +14,F,50.0,3170,-109.08182699999641,31.937054000000447,2439521,22,7,1980 +1,F,14.0,3171,-109.08282899999641,31.938851000000387,2439591,22,7,1980 +4,M,136.0,3172,-109.08040899999641,31.93889400000041,2439531,22,7,1980 +13,F,7.0,3173,-109.08261299999641,31.937028000000442,2439566,22,7,1980 +4,M,29.0,3174,-109.08040899999641,31.93889400000041,2439521,22,7,1980 +4,F,128.0,3175,-109.08040899999641,31.93889400000041,2439531,22,7,1980 +15,F,8.0,3176,-109.08103599999642,31.937059000000463,2439566,22,7,1980 +16,M,18.0,3177,-109.08024399999636,31.93709400000041,2438516,22,7,1980 +4,M,114.0,3178,-109.08040899999641,31.93889400000041,2439531,22,7,1980 +4,M,92.0,3179,-109.08040899999641,31.93889400000041,2439531,22,7,1980 +14,M,45.0,3180,-109.08182699999641,31.937054000000447,2439521,22,7,1980 +14,F,19.0,3181,-109.08182699999641,31.937054000000447,2439521,22,7,1980 +13,F,33.0,3182,-109.08261299999641,31.937028000000442,2438517,22,7,1980 +2,M,43.0,3183,-109.08197499999642,31.93888700000037,2439521,22,7,1980 +5,F,43.0,3184,-109.07960199999636,31.93897000000045,2439521,22,7,1980 +3,,,3185,-109.08120799999641,31.938896000000387,,22,7,1980 +6,,,3186,-109.07883599999636,31.939078000000414,,22,7,1980 +7,,,3187,-109.08281599999641,31.938113000000413,,22,7,1980 +11,M,39.0,3188,-109.07930699999636,31.938056000000426,2439541,13,8,1980 +17,M,46.0,3189,-109.07941499999636,31.937117000000445,2439521,13,8,1980 +23,,,3190,-109.07783799999636,31.93676300000042,5231474,13,8,1980 +9,,,3191,-109.08090299999638,31.93785900000039,2491893,13,8,1980 +11,M,121.0,3192,-109.07930699999636,31.938056000000426,2439531,13,8,1980 +19,M,8.0,3193,-109.07791199999636,31.937438000000434,2439566,13,8,1980 +17,M,32.0,3194,-109.07941499999636,31.937117000000445,2439541,13,8,1980 +18,M,140.0,3195,-109.07863299999636,31.93712600000041,2439531,13,8,1980 +24,F,108.0,3196,-109.07773599999636,31.938560000000447,,13,8,1980 +18,M,99.0,3197,-109.07863299999636,31.93712600000041,2439531,13,8,1980 +20,M,134.0,3198,-109.08019099999642,31.93633400000045,2439531,13,8,1980 +22,M,115.0,3199,-109.07860199999635,31.93644100000042,2439531,13,8,1980 +8,F,34.0,3200,-109.08167999999641,31.937884000000402,2438517,13,8,1980 +19,,,3201,-109.07791199999636,31.937438000000434,5228075,13,8,1980 +17,F,118.0,3202,-109.07941499999636,31.937117000000445,2439531,13,8,1980 +18,M,46.0,3203,-109.07863299999636,31.93712600000041,2439541,13,8,1980 +8,M,134.0,3204,-109.08167999999641,31.937884000000402,2439531,13,8,1980 +11,M,102.0,3205,-109.07930699999636,31.938056000000426,2439531,13,8,1980 +17,M,51.0,3206,-109.07941499999636,31.937117000000445,2439541,13,8,1980 +24,M,43.0,3207,-109.07773599999636,31.938560000000447,2439521,13,8,1980 +17,M,149.0,3208,-109.07941499999636,31.937117000000445,2439531,13,8,1980 +8,,,3209,-109.08167999999641,31.937884000000402,2491893,13,8,1980 +22,F,113.0,3210,-109.07860199999635,31.93644100000042,2439531,13,8,1980 +8,M,35.0,3211,-109.08167999999641,31.937884000000402,2438517,13,8,1980 +11,M,29.0,3212,-109.07930699999636,31.938056000000426,2439521,13,8,1980 +11,M,83.0,3213,-109.07930699999636,31.938056000000426,,13,8,1980 +17,,,3214,-109.07941499999636,31.937117000000445,2437300,13,8,1980 +10,,,3215,-109.08009099999636,31.938017000000425,,13,8,1980 +21,,,3216,-109.07939799999636,31.936448000000453,,13,8,1980 +3,F,154.0,3217,-109.08120799999641,31.938896000000387,,14,8,1980 +12,F,173.0,3218,-109.07851899999636,31.938203000000414,,14,8,1980 +12,F,13.0,3219,-109.07851899999636,31.938203000000414,2439591,14,8,1980 +12,M,55.0,3220,-109.07851899999636,31.938203000000414,2439521,14,8,1980 +14,F,50.0,3221,-109.08182699999641,31.937054000000447,2439521,14,8,1980 +15,F,9.0,3222,-109.08103599999642,31.937059000000463,2439566,14,8,1980 +3,M,10.0,3223,-109.08120799999641,31.938896000000387,2439566,14,8,1980 +4,M,137.0,3224,-109.08040899999641,31.93889400000041,2439531,14,8,1980 +12,F,44.0,3225,-109.07851899999636,31.938203000000414,2439521,14,8,1980 +1,M,131.0,3226,-109.08282899999641,31.938851000000387,2439531,14,8,1980 +1,F,53.0,3227,-109.08282899999641,31.938851000000387,2439521,14,8,1980 +12,M,138.0,3228,-109.07851899999636,31.938203000000414,2439531,14,8,1980 +3,F,10.0,3229,-109.08120799999641,31.938896000000387,2439566,14,8,1980 +12,M,35.0,3230,-109.07851899999636,31.938203000000414,2439521,14,8,1980 +13,M,6.0,3231,-109.08261299999641,31.937028000000442,2439566,14,8,1980 +14,M,41.0,3232,-109.08182699999641,31.937054000000447,2439521,14,8,1980 +2,M,30.0,3233,-109.08197499999642,31.93888700000037,2438516,14,8,1980 +1,F,18.0,3234,-109.08282899999641,31.938851000000387,2439591,14,8,1980 +4,F,42.0,3235,-109.08040899999641,31.93889400000041,2439521,14,8,1980 +12,F,25.0,3236,-109.07851899999636,31.938203000000414,2438516,14,8,1980 +2,M,42.0,3237,-109.08197499999642,31.93888700000037,2439521,14,8,1980 +1,M,143.0,3238,-109.08282899999641,31.938851000000387,2439531,14,8,1980 +5,F,42.0,3239,-109.07960199999636,31.93897000000045,2439521,14,8,1980 +13,F,10.0,3240,-109.08261299999641,31.937028000000442,2439566,14,8,1980 +4,F,136.0,3241,-109.08040899999641,31.93889400000041,2439531,14,8,1980 +14,F,28.0,3242,-109.08182699999641,31.937054000000447,2439521,14,8,1980 +4,M,120.0,3243,-109.08040899999641,31.93889400000041,2439531,14,8,1980 +14,F,111.0,3244,-109.08182699999641,31.937054000000447,2439531,14,8,1980 +14,M,45.0,3245,-109.08182699999641,31.937054000000447,2439521,14,8,1980 +6,,,3246,-109.07883599999636,31.939078000000414,,14,8,1980 +7,,,3247,-109.08281599999641,31.938113000000413,,14,8,1980 +16,,,3248,-109.08024399999636,31.93709400000041,,14,8,1980 +7,M,48.0,3249,-109.08281599999641,31.938113000000413,2439521,7,9,1980 +20,,,3250,-109.08019099999642,31.93633400000045,2439521,7,9,1980 +21,,,3251,-109.07939799999636,31.936448000000453,2491893,7,9,1980 +24,F,139.0,3252,-109.07773599999636,31.938560000000447,,7,9,1980 +18,M,54.0,3253,-109.07863299999636,31.93712600000041,2439521,7,9,1980 +18,M,115.0,3254,-109.07863299999636,31.93712600000041,2439531,7,9,1980 +22,M,34.0,3255,-109.07860199999635,31.93644100000042,2439521,7,9,1980 +17,,35.0,3256,-109.07941499999636,31.937117000000445,2439521,7,9,1980 +20,F,9.0,3257,-109.08019099999642,31.93633400000045,2439591,7,9,1980 +18,F,18.0,3258,-109.07863299999636,31.93712600000041,2438516,7,9,1980 +17,M,51.0,3259,-109.07941499999636,31.937117000000445,2439521,7,9,1980 +11,M,131.0,3260,-109.07930699999636,31.938056000000426,2439531,7,9,1980 +13,M,108.0,3261,-109.08261299999641,31.937028000000442,2439531,7,9,1980 +11,F,16.0,3262,-109.07930699999636,31.938056000000426,2439591,7,9,1980 +18,,,3263,-109.07863299999636,31.93712600000041,2437300,7,9,1980 +10,,,3264,-109.08009099999636,31.938017000000425,2491893,7,9,1980 +17,M,124.0,3265,-109.07941499999636,31.937117000000445,2439531,7,9,1980 +22,M,111.0,3266,-109.07860199999635,31.93644100000042,2439531,7,9,1980 +9,M,114.0,3267,-109.08090299999638,31.93785900000039,2439531,7,9,1980 +22,M,120.0,3268,-109.07860199999635,31.93644100000042,2439531,7,9,1980 +8,F,35.0,3269,-109.08167999999641,31.937884000000402,2438517,7,9,1980 +20,F,150.0,3270,-109.08019099999642,31.93633400000045,2439531,7,9,1980 +17,M,145.0,3271,-109.07941499999636,31.937117000000445,2439531,7,9,1980 +9,F,124.0,3272,-109.08090299999638,31.93785900000039,2439531,7,9,1980 +11,M,143.0,3273,-109.07930699999636,31.938056000000426,,7,9,1980 +13,F,9.0,3274,-109.08261299999641,31.937028000000442,2439566,7,9,1980 +22,F,122.0,3275,-109.07860199999635,31.93644100000042,2439531,7,9,1980 +19,M,8.0,3276,-109.07791199999636,31.937438000000434,2439566,7,9,1980 +18,F,33.0,3277,-109.07863299999636,31.93712600000041,2439521,7,9,1980 +23,,,3278,-109.07783799999636,31.93676300000042,2491893,7,9,1980 +8,M,134.0,3279,-109.08167999999641,31.937884000000402,2439531,7,9,1980 +13,M,49.0,3280,-109.08261299999641,31.937028000000442,2439521,7,9,1980 +17,M,52.0,3281,-109.07941499999636,31.937117000000445,2439541,7,9,1980 +8,M,21.0,3282,-109.08167999999641,31.937884000000402,2438516,7,9,1980 +17,,,3283,-109.07941499999636,31.937117000000445,2437300,7,9,1980 +13,,,3284,-109.08261299999641,31.937028000000442,2437300,7,9,1980 +17,F,118.0,3285,-109.07941499999636,31.937117000000445,2439531,7,9,1980 +21,,,3286,-109.07939799999636,31.936448000000453,2491893,7,9,1980 +19,F,27.0,3287,-109.07791199999636,31.937438000000434,2437981,7,9,1980 +8,M,8.0,3288,-109.08167999999641,31.937884000000402,2439566,7,9,1980 +9,F,110.0,3289,-109.08090299999638,31.93785900000039,2439531,7,9,1980 +22,F,8.0,3290,-109.07860199999635,31.93644100000042,2439566,7,9,1980 +20,M,205.0,3291,-109.08019099999642,31.93633400000045,,7,9,1980 +18,,,3292,-109.07863299999636,31.93712600000041,2491893,7,9,1980 +11,M,16.0,3293,-109.07930699999636,31.938056000000426,2438516,7,9,1980 +6,M,41.0,3294,-109.07883599999636,31.939078000000414,2439521,8,9,1980 +15,M,8.0,3295,-109.08103599999642,31.937059000000463,2439566,8,9,1980 +4,F,16.0,3296,-109.08040899999641,31.93889400000041,2439591,8,9,1980 +4,M,16.0,3297,-109.08040899999641,31.93889400000041,2438516,8,9,1980 +12,M,141.0,3298,-109.07851899999636,31.938203000000414,2439531,8,9,1980 +3,M,10.0,3299,-109.08120799999641,31.938896000000387,2439566,8,9,1980 +5,F,52.0,3300,-109.07960199999636,31.93897000000045,2439521,8,9,1980 +12,F,172.0,3301,-109.07851899999636,31.938203000000414,,8,9,1980 +12,F,13.0,3302,-109.07851899999636,31.938203000000414,2439591,8,9,1980 +2,M,45.0,3303,-109.08197499999642,31.93888700000037,2439521,8,9,1980 +4,M,139.0,3304,-109.08040899999641,31.93889400000041,2439531,8,9,1980 +12,F,55.0,3305,-109.07851899999636,31.938203000000414,2439521,8,9,1980 +1,F,47.0,3306,-109.08282899999641,31.938851000000387,2439521,8,9,1980 +2,,,3307,-109.08197499999642,31.93888700000037,2491893,8,9,1980 +12,M,55.0,3308,-109.07851899999636,31.938203000000414,2439521,8,9,1980 +15,F,6.0,3309,-109.08103599999642,31.937059000000463,2439566,8,9,1980 +1,M,138.0,3310,-109.08282899999641,31.938851000000387,2439531,8,9,1980 +14,F,109.0,3311,-109.08182699999641,31.937054000000447,2439531,8,9,1980 +2,F,21.0,3312,-109.08197499999642,31.93888700000037,2438516,8,9,1980 +6,M,44.0,3313,-109.07883599999636,31.939078000000414,2439521,8,9,1980 +15,F,8.0,3314,-109.08103599999642,31.937059000000463,2439566,8,9,1980 +14,F,51.0,3315,-109.08182699999641,31.937054000000447,2439521,8,9,1980 +4,F,39.0,3316,-109.08040899999641,31.93889400000041,2439521,8,9,1980 +1,F,14.0,3317,-109.08282899999641,31.938851000000387,2439591,8,9,1980 +3,,,3318,-109.08120799999641,31.938896000000387,2491893,8,9,1980 +4,F,130.0,3319,-109.08040899999641,31.93889400000041,2439531,8,9,1980 +3,,,3320,-109.08120799999641,31.938896000000387,2491893,8,9,1980 +3,,,3321,-109.08120799999641,31.938896000000387,2491893,8,9,1980 +4,M,129.0,3322,-109.08040899999641,31.93889400000041,2439531,8,9,1980 +14,M,47.0,3323,-109.08182699999641,31.937054000000447,2439521,8,9,1980 +3,F,6.0,3324,-109.08120799999641,31.938896000000387,2439566,8,9,1980 +4,F,29.0,3325,-109.08040899999641,31.93889400000041,2438516,8,9,1980 +1,M,144.0,3326,-109.08282899999641,31.938851000000387,2439531,8,9,1980 +7,,,3327,-109.08281599999641,31.938113000000413,,8,9,1980 +16,,,3328,-109.08024399999636,31.93709400000041,,8,9,1980 +8,F,38.0,3329,-109.08167999999641,31.937884000000402,2438517,11,10,1980 +11,F,16.0,3330,-109.07930699999636,31.938056000000426,2439591,11,10,1980 +13,F,119.0,3331,-109.08261299999641,31.937028000000442,2439531,11,10,1980 +8,M,15.0,3332,-109.08167999999641,31.937884000000402,2438517,11,10,1980 +24,F,13.0,3333,-109.07773599999636,31.938560000000447,2437874,11,10,1980 +17,F,35.0,3334,-109.07941499999636,31.937117000000445,2438516,11,10,1980 +22,M,128.0,3335,-109.07860199999635,31.93644100000042,2439531,11,10,1980 +24,M,20.0,3336,-109.07773599999636,31.938560000000447,2438516,11,10,1980 +20,,,3337,-109.08019099999642,31.93633400000045,5228075,11,10,1980 +20,F,151.0,3338,-109.08019099999642,31.93633400000045,2439531,11,10,1980 +20,M,38.0,3339,-109.08019099999642,31.93633400000045,2439521,11,10,1980 +24,M,24.0,3340,-109.07773599999636,31.938560000000447,2438516,11,10,1980 +17,F,128.0,3341,-109.07941499999636,31.937117000000445,2439531,11,10,1980 +24,F,43.0,3342,-109.07773599999636,31.938560000000447,2439521,11,10,1980 +21,F,22.0,3343,-109.07939799999636,31.936448000000453,2438516,11,10,1980 +1,M,171.0,3344,-109.08282899999641,31.938851000000387,,11,10,1980 +10,F,24.0,3345,-109.08009099999636,31.938017000000425,2438516,11,10,1980 +11,M,39.0,3346,-109.07930699999636,31.938056000000426,2439521,11,10,1980 +17,M,149.0,3347,-109.07941499999636,31.937117000000445,2439531,11,10,1980 +24,M,52.0,3348,-109.07773599999636,31.938560000000447,2439521,11,10,1980 +22,F,124.0,3349,-109.07860199999635,31.93644100000042,2439531,11,10,1980 +20,M,39.0,3350,-109.08019099999642,31.93633400000045,2439521,11,10,1980 +13,M,46.0,3351,-109.08261299999641,31.937028000000442,2439521,11,10,1980 +20,M,212.0,3352,-109.08019099999642,31.93633400000045,,11,10,1980 +10,,,3353,-109.08009099999636,31.938017000000425,2491893,11,10,1980 +13,F,7.0,3354,-109.08261299999641,31.937028000000442,2439566,11,10,1980 +8,M,18.0,3355,-109.08167999999641,31.937884000000402,2438517,11,10,1980 +1,F,,3356,-109.08282899999641,31.938851000000387,2439566,11,10,1980 +8,M,18.0,3357,-109.08167999999641,31.937884000000402,2438517,11,10,1980 +1,M,150.0,3358,-109.08282899999641,31.938851000000387,2439531,11,10,1980 +11,M,130.0,3359,-109.07930699999636,31.938056000000426,2439531,11,10,1980 +8,M,142.0,3360,-109.08167999999641,31.937884000000402,2439531,11,10,1980 +24,F,26.0,3361,-109.07773599999636,31.938560000000447,2438516,11,10,1980 +17,F,49.0,3362,-109.07941499999636,31.937117000000445,2439541,11,10,1980 +22,F,8.0,3363,-109.07860199999635,31.93644100000042,2439566,11,10,1980 +20,M,18.0,3364,-109.08019099999642,31.93633400000045,2437981,11,10,1980 +19,,,3365,-109.07791199999636,31.937438000000434,,11,10,1980 +23,,,3366,-109.07783799999636,31.93676300000042,,11,10,1980 +7,,,3367,-109.08281599999641,31.938113000000413,,11,10,1980 +12,F,41.0,3368,-109.07851899999636,31.938203000000414,2439521,12,10,1980 +6,M,39.0,3369,-109.07883599999636,31.939078000000414,2439521,12,10,1980 +12,M,140.0,3370,-109.07851899999636,31.938203000000414,2439531,12,10,1980 +15,F,26.0,3371,-109.08103599999642,31.937059000000463,2438516,12,10,1980 +4,F,32.0,3372,-109.08040899999641,31.93889400000041,2438517,12,10,1980 +6,M,22.0,3373,-109.07883599999636,31.939078000000414,2438516,12,10,1980 +12,F,45.0,3374,-109.07851899999636,31.938203000000414,2439521,12,10,1980 +12,F,200.0,3375,-109.07851899999636,31.938203000000414,,12,10,1980 +6,M,47.0,3376,-109.07883599999636,31.939078000000414,2439521,12,10,1980 +12,M,26.0,3377,-109.07851899999636,31.938203000000414,2438516,12,10,1980 +15,M,11.0,3378,-109.08103599999642,31.937059000000463,2438516,12,10,1980 +18,M,140.0,3379,-109.07863299999636,31.93712600000041,2439531,12,10,1980 +9,M,121.0,3380,-109.08090299999638,31.93785900000039,2439531,12,10,1980 +2,F,137.0,3381,-109.08197499999642,31.93888700000037,2439531,12,10,1980 +4,F,126.0,3382,-109.08040899999641,31.93889400000041,2439531,12,10,1980 +3,M,7.0,3383,-109.08120799999641,31.938896000000387,2439566,12,10,1980 +18,M,116.0,3384,-109.07863299999636,31.93712600000041,2439531,12,10,1980 +5,M,48.0,3385,-109.07960199999636,31.93897000000045,2439521,12,10,1980 +14,F,110.0,3386,-109.08182699999641,31.937054000000447,2439531,12,10,1980 +18,M,8.0,3387,-109.07863299999636,31.93712600000041,2439566,12,10,1980 +4,M,137.0,3388,-109.08040899999641,31.93889400000041,2439531,12,10,1980 +2,M,45.0,3389,-109.08197499999642,31.93888700000037,2439521,12,10,1980 +18,M,49.0,3390,-109.07863299999636,31.93712600000041,2439521,12,10,1980 +9,F,120.0,3391,-109.08090299999638,31.93785900000039,2439531,12,10,1980 +9,M,44.0,3392,-109.08090299999638,31.93785900000039,2439521,12,10,1980 +12,M,61.0,3393,-109.07851899999636,31.938203000000414,2439521,12,10,1980 +4,M,36.0,3394,-109.08040899999641,31.93889400000041,2438517,12,10,1980 +18,M,25.0,3395,-109.07863299999636,31.93712600000041,2438516,12,10,1980 +5,F,42.0,3396,-109.07960199999636,31.93897000000045,2439521,12,10,1980 +15,F,13.0,3397,-109.08103599999642,31.937059000000463,2438516,12,10,1980 +9,F,16.0,3398,-109.08090299999638,31.93785900000039,2438517,12,10,1980 +15,M,23.0,3399,-109.08103599999642,31.937059000000463,2438516,12,10,1980 +14,F,62.0,3400,-109.08182699999641,31.937054000000447,2439521,12,10,1980 +12,F,25.0,3401,-109.07851899999636,31.938203000000414,2438516,12,10,1980 +14,M,47.0,3402,-109.08182699999641,31.937054000000447,2439521,12,10,1980 +5,F,14.0,3403,-109.07960199999636,31.93897000000045,2439591,12,10,1980 +12,M,40.0,3404,-109.07851899999636,31.938203000000414,2439521,12,10,1980 +16,,,3405,-109.08024399999636,31.93709400000041,,12,10,1980 +13,M,22.0,3406,-109.08261299999641,31.937028000000442,2438516,8,11,1980 +17,F,40.0,3407,-109.07941499999636,31.937117000000445,2439521,8,11,1980 +20,M,40.0,3408,-109.08019099999642,31.93633400000045,2439521,8,11,1980 +8,M,131.0,3409,-109.08167999999641,31.937884000000402,2439531,8,11,1980 +24,F,21.0,3410,-109.07773599999636,31.938560000000447,2437981,8,11,1980 +17,M,149.0,3411,-109.07941499999636,31.937117000000445,2439531,8,11,1980 +21,M,25.0,3412,-109.07939799999636,31.936448000000453,2438516,8,11,1980 +24,F,193.0,3413,-109.07773599999636,31.938560000000447,,8,11,1980 +8,M,136.0,3414,-109.08167999999641,31.937884000000402,2439531,8,11,1980 +21,M,24.0,3415,-109.07939799999636,31.936448000000453,2438516,8,11,1980 +21,F,22.0,3416,-109.07939799999636,31.936448000000453,2438516,8,11,1980 +19,M,7.0,3417,-109.07791199999636,31.937438000000434,2439566,8,11,1980 +8,F,52.0,3418,-109.08167999999641,31.937884000000402,2439541,8,11,1980 +1,M,154.0,3419,-109.08282899999641,31.938851000000387,2439531,8,11,1980 +24,F,43.0,3420,-109.07773599999636,31.938560000000447,2439521,8,11,1980 +21,F,33.0,3421,-109.07939799999636,31.936448000000453,2438516,8,11,1980 +1,M,155.0,3422,-109.08282899999641,31.938851000000387,2439531,8,11,1980 +10,M,40.0,3423,-109.08009099999636,31.938017000000425,2439521,8,11,1980 +8,F,115.0,3424,-109.08167999999641,31.937884000000402,2439531,8,11,1980 +17,F,121.0,3425,-109.07941499999636,31.937117000000445,2439531,8,11,1980 +1,,,3426,-109.08282899999641,31.938851000000387,2439521,8,11,1980 +13,F,124.0,3427,-109.08261299999641,31.937028000000442,,8,11,1980 +17,F,47.0,3428,-109.07941499999636,31.937117000000445,2439541,8,11,1980 +24,M,52.0,3429,-109.07773599999636,31.938560000000447,2439521,8,11,1980 +1,M,153.0,3430,-109.08282899999641,31.938851000000387,,8,11,1980 +17,M,34.0,3431,-109.07941499999636,31.937117000000445,2438517,8,11,1980 +20,M,35.0,3432,-109.08019099999642,31.93633400000045,2439521,8,11,1980 +13,F,122.0,3433,-109.08261299999641,31.937028000000442,2439531,8,11,1980 +20,F,144.0,3434,-109.08019099999642,31.93633400000045,2439531,8,11,1980 +22,F,121.0,3435,-109.07860199999635,31.93644100000042,2439531,8,11,1980 +22,F,7.0,3436,-109.07860199999635,31.93644100000042,2439566,8,11,1980 +8,F,7.0,3437,-109.08167999999641,31.937884000000402,2439566,8,11,1980 +1,F,50.0,3438,-109.08282899999641,31.938851000000387,2439541,8,11,1980 +8,M,48.0,3439,-109.08167999999641,31.937884000000402,2439541,8,11,1980 +17,F,27.0,3440,-109.07941499999636,31.937117000000445,2438517,8,11,1980 +20,M,191.0,3441,-109.08019099999642,31.93633400000045,,8,11,1980 +13,M,48.0,3442,-109.08261299999641,31.937028000000442,2439521,8,11,1980 +11,F,42.0,3443,-109.07930699999636,31.938056000000426,2439521,8,11,1980 +13,F,133.0,3444,-109.08261299999641,31.937028000000442,2439531,8,11,1980 +13,F,37.0,3445,-109.08261299999641,31.937028000000442,2438517,8,11,1980 +11,M,127.0,3446,-109.07930699999636,31.938056000000426,2439531,8,11,1980 +24,M,38.0,3447,-109.07773599999636,31.938560000000447,2439521,8,11,1980 +7,,,3448,-109.08281599999641,31.938113000000413,,8,11,1980 +16,,,3449,-109.08024399999636,31.93709400000041,,8,11,1980 +23,,,3450,-109.07783799999636,31.93676300000042,,8,11,1980 +15,,,3451,-109.08103599999642,31.937059000000463,,8,11,1980 +1,F,39.0,3452,-109.08282899999641,31.938851000000387,2439521,9,11,1980 +1,M,145.0,3453,-109.08282899999641,31.938851000000387,2439531,9,11,1980 +2,M,50.0,3454,-109.08197499999642,31.93888700000037,2439541,9,11,1980 +2,F,38.0,3455,-109.08197499999642,31.93888700000037,2439521,9,11,1980 +2,F,53.0,3456,-109.08197499999642,31.93888700000037,2439541,9,11,1980 +2,F,45.0,3457,-109.08197499999642,31.93888700000037,2439521,9,11,1980 +2,M,146.0,3458,-109.08197499999642,31.93888700000037,2439531,9,11,1980 +3,M,45.0,3459,-109.08120799999641,31.938896000000387,2439521,9,11,1980 +3,F,20.0,3460,-109.08120799999641,31.938896000000387,2438516,9,11,1980 +3,M,48.0,3461,-109.08120799999641,31.938896000000387,2439521,9,11,1980 +3,F,28.0,3462,-109.08120799999641,31.938896000000387,2438516,9,11,1980 +4,M,121.0,3463,-109.08040899999641,31.93889400000041,2439531,9,11,1980 +4,F,39.0,3464,-109.08040899999641,31.93889400000041,2439521,9,11,1980 +4,M,43.0,3465,-109.08040899999641,31.93889400000041,2439521,9,11,1980 +4,M,46.0,3466,-109.08040899999641,31.93889400000041,2439521,9,11,1980 +5,F,129.0,3467,-109.07960199999636,31.93897000000045,2439531,9,11,1980 +5,F,106.0,3468,-109.07960199999636,31.93897000000045,2439531,9,11,1980 +6,F,40.0,3469,-109.07883599999636,31.939078000000414,2439521,9,11,1980 +6,F,124.0,3470,-109.07883599999636,31.939078000000414,2439531,9,11,1980 +6,F,46.0,3471,-109.07883599999636,31.939078000000414,2439521,9,11,1980 +6,F,111.0,3472,-109.07883599999636,31.939078000000414,2439531,9,11,1980 +6,F,104.0,3473,-109.07883599999636,31.939078000000414,2439531,9,11,1980 +9,M,121.0,3474,-109.08090299999638,31.93785900000039,2439531,9,11,1980 +9,M,47.0,3475,-109.08090299999638,31.93785900000039,2439541,9,11,1980 +9,F,40.0,3476,-109.08090299999638,31.93785900000039,2439521,9,11,1980 +9,F,43.0,3477,-109.08090299999638,31.93785900000039,2439521,9,11,1980 +9,F,40.0,3478,-109.08090299999638,31.93785900000039,2439521,9,11,1980 +12,M,40.0,3479,-109.07851899999636,31.938203000000414,2439521,9,11,1980 +12,F,127.0,3480,-109.07851899999636,31.938203000000414,2439531,9,11,1980 +13,M,46.0,3481,-109.08261299999641,31.937028000000442,2439521,9,11,1980 +13,M,49.0,3482,-109.08261299999641,31.937028000000442,2439521,9,11,1980 +14,F,20.0,3483,-109.08182699999641,31.937054000000447,2438516,9,11,1980 +14,M,47.0,3484,-109.08182699999641,31.937054000000447,2439521,9,11,1980 +14,F,38.0,3485,-109.08182699999641,31.937054000000447,2439521,9,11,1980 +14,F,32.0,3486,-109.08182699999641,31.937054000000447,2439521,9,11,1980 +14,M,46.0,3487,-109.08182699999641,31.937054000000447,2439521,9,11,1980 +14,M,22.0,3488,-109.08182699999641,31.937054000000447,2438516,9,11,1980 +14,M,125.0,3489,-109.08182699999641,31.937054000000447,2439531,9,11,1980 +15,M,47.0,3490,-109.08103599999642,31.937059000000463,2439521,9,11,1980 +15,F,39.0,3491,-109.08103599999642,31.937059000000463,2439521,9,11,1980 +15,F,40.0,3492,-109.08103599999642,31.937059000000463,2439521,9,11,1980 +17,M,146.0,3493,-109.07941499999636,31.937117000000445,2439531,9,11,1980 +17,F,49.0,3494,-109.07941499999636,31.937117000000445,2439521,9,11,1980 +17,M,47.0,3495,-109.07941499999636,31.937117000000445,2439521,9,11,1980 +18,M,48.0,3496,-109.07863299999636,31.93712600000041,2439521,9,11,1980 +18,F,41.0,3497,-109.07863299999636,31.93712600000041,2439541,9,11,1980 +18,M,40.0,3498,-109.07863299999636,31.93712600000041,2439521,9,11,1980 +18,F,45.0,3499,-109.07863299999636,31.93712600000041,2439521,9,11,1980 +18,M,46.0,3500,-109.07863299999636,31.93712600000041,2439521,9,11,1980 +18,M,50.0,3501,-109.07863299999636,31.93712600000041,2439541,9,11,1980 +19,F,43.0,3502,-109.07791199999636,31.937438000000434,2439521,9,11,1980 +19,M,,3503,-109.07791199999636,31.937438000000434,2439521,9,11,1980 +19,F,22.0,3504,-109.07791199999636,31.937438000000434,2438516,9,11,1980 +19,M,44.0,3505,-109.07791199999636,31.937438000000434,2439521,9,11,1980 +2,F,131.0,3506,-109.08197499999642,31.93888700000037,2439531,9,11,1980 +3,M,6.0,3507,-109.08120799999641,31.938896000000387,2439566,9,11,1980 +4,F,15.0,3508,-109.08040899999641,31.93889400000041,2438517,9,11,1980 +5,M,48.0,3509,-109.07960199999636,31.93897000000045,2439521,9,11,1980 +18,M,133.0,3510,-109.07863299999636,31.93712600000041,2439531,9,11,1980 +4,F,17.0,3511,-109.08040899999641,31.93889400000041,2438517,9,11,1980 +12,F,193.0,3512,-109.07851899999636,31.938203000000414,,9,11,1980 +18,M,134.0,3513,-109.07863299999636,31.93712600000041,2439531,9,11,1980 +4,M,127.0,3514,-109.08040899999641,31.93889400000041,2439531,9,11,1980 +12,F,39.0,3515,-109.07851899999636,31.938203000000414,2439521,9,11,1980 +14,F,51.0,3516,-109.08182699999641,31.937054000000447,2439521,9,11,1980 +12,M,23.0,3517,-109.07851899999636,31.938203000000414,2438516,9,11,1980 +9,F,38.0,3518,-109.08090299999638,31.93785900000039,2438517,9,11,1980 +14,M,47.0,3519,-109.08182699999641,31.937054000000447,2439521,9,11,1980 +12,M,138.0,3520,-109.07851899999636,31.938203000000414,2439531,9,11,1980 +9,F,122.0,3521,-109.08090299999638,31.93785900000039,2439531,9,11,1980 +12,F,44.0,3522,-109.07851899999636,31.938203000000414,2439521,9,11,1980 +6,F,111.0,3523,-109.07883599999636,31.939078000000414,2439531,9,11,1980 +6,M,45.0,3524,-109.07883599999636,31.939078000000414,2439521,9,11,1980 +4,F,7.0,3525,-109.08040899999641,31.93889400000041,2439566,9,11,1980 +2,M,42.0,3526,-109.08197499999642,31.93888700000037,2439521,9,11,1980 +4,F,126.0,3527,-109.08040899999641,31.93889400000041,2439531,9,11,1980 +9,M,135.0,3528,-109.08090299999638,31.93785900000039,2439531,9,11,1980 +2,F,21.0,3529,-109.08197499999642,31.93888700000037,2438516,9,11,1980 +4,M,33.0,3530,-109.08040899999641,31.93889400000041,2438517,9,11,1980 +4,M,46.0,3531,-109.08040899999641,31.93889400000041,2439521,9,11,1980 +12,M,51.0,3532,-109.07851899999636,31.938203000000414,2439521,9,11,1980 +5,F,47.0,3533,-109.07960199999636,31.93897000000045,2439521,9,11,1980 +9,F,117.0,3534,-109.08090299999638,31.93785900000039,2439531,9,11,1980 +12,M,56.0,3535,-109.07851899999636,31.938203000000414,2439521,9,11,1980 +9,F,21.0,3536,-109.08090299999638,31.93785900000039,2438517,9,11,1980 +18,M,47.0,3537,-109.07863299999636,31.93712600000041,2439521,9,11,1980 +9,M,41.0,3538,-109.08090299999638,31.93785900000039,2439521,9,11,1980 +3,F,7.0,3539,-109.08120799999641,31.938896000000387,2439566,9,11,1980 +4,F,31.0,3540,-109.08040899999641,31.93889400000041,2438517,9,11,1980 +6,M,7.0,3541,-109.07883599999636,31.939078000000414,2439566,9,11,1980 +12,M,40.0,3542,-109.07851899999636,31.938203000000414,2439521,9,11,1980 +9,F,35.0,3543,-109.08090299999638,31.93785900000039,2439521,15,12,1980 +10,F,30.0,3544,-109.08009099999636,31.938017000000425,2438516,15,12,1980 +9,M,56.0,3545,-109.08090299999638,31.93785900000039,2439541,15,12,1980 +9,M,51.0,3546,-109.08090299999638,31.93785900000039,2439541,15,12,1980 +2,F,147.0,3547,-109.08197499999642,31.93888700000037,2439531,15,12,1980 +2,M,48.0,3548,-109.08197499999642,31.93888700000037,2439521,15,12,1980 +9,F,43.0,3549,-109.08090299999638,31.93785900000039,2439521,15,12,1980 +24,F,46.0,3550,-109.07773599999636,31.938560000000447,2439521,15,12,1980 +2,F,46.0,3551,-109.08197499999642,31.93888700000037,2439521,15,12,1980 +5,F,35.0,3552,-109.07960199999636,31.93897000000045,2439521,15,12,1980 +24,F,198.0,3553,-109.07773599999636,31.938560000000447,,15,12,1980 +14,F,35.0,3554,-109.08182699999641,31.937054000000447,2438516,15,12,1980 +10,M,33.0,3555,-109.08009099999636,31.938017000000425,2438517,15,12,1980 +9,M,148.0,3556,-109.08090299999638,31.93785900000039,2439531,15,12,1980 +5,F,26.0,3557,-109.07960199999636,31.93897000000045,2438517,15,12,1980 +1,M,174.0,3558,-109.08282899999641,31.938851000000387,,15,12,1980 +3,M,7.0,3559,-109.08120799999641,31.938896000000387,2439566,15,12,1980 +9,M,50.0,3560,-109.08090299999638,31.93785900000039,2439541,15,12,1980 +9,F,39.0,3561,-109.08090299999638,31.93785900000039,2438517,15,12,1980 +14,M,23.0,3562,-109.08182699999641,31.937054000000447,2438516,15,12,1980 +5,F,25.0,3563,-109.07960199999636,31.93897000000045,2438517,15,12,1980 +4,F,,3564,-109.08040899999641,31.93889400000041,2439531,15,12,1980 +2,M,49.0,3565,-109.08197499999642,31.93888700000037,2439521,15,12,1980 +1,M,154.0,3566,-109.08282899999641,31.938851000000387,2439531,15,12,1980 +2,M,47.0,3567,-109.08197499999642,31.93888700000037,2439521,15,12,1980 +5,M,51.0,3568,-109.07960199999636,31.93897000000045,2439521,15,12,1980 +9,F,26.0,3569,-109.08090299999638,31.93785900000039,2438516,15,12,1980 +2,M,33.0,3570,-109.08197499999642,31.93888700000037,2439521,15,12,1980 +6,M,149.0,3571,-109.07883599999636,31.939078000000414,2439531,15,12,1980 +10,M,40.0,3572,-109.08009099999636,31.938017000000425,2438517,15,12,1980 +14,F,47.0,3573,-109.08182699999641,31.937054000000447,2439521,15,12,1980 +1,M,152.0,3574,-109.08282899999641,31.938851000000387,2439531,15,12,1980 +5,M,22.0,3575,-109.07960199999636,31.93897000000045,2438516,15,12,1980 +9,F,139.0,3576,-109.08090299999638,31.93785900000039,2439531,15,12,1980 +4,F,44.0,3577,-109.08040899999641,31.93889400000041,2439521,15,12,1980 +6,F,120.0,3578,-109.07883599999636,31.939078000000414,2439531,15,12,1980 +4,F,7.0,3579,-109.08040899999641,31.93889400000041,2439566,15,12,1980 +9,M,139.0,3580,-109.08090299999638,31.93785900000039,2439531,15,12,1980 +2,M,42.0,3581,-109.08197499999642,31.93888700000037,2439521,15,12,1980 +10,M,41.0,3582,-109.08009099999636,31.938017000000425,2439521,15,12,1980 +1,F,66.0,3583,-109.08282899999641,31.938851000000387,2439541,15,12,1980 +4,M,46.0,3584,-109.08040899999641,31.93889400000041,2439521,15,12,1980 +1,M,49.0,3585,-109.08282899999641,31.938851000000387,2439541,15,12,1980 +14,F,35.0,3586,-109.08182699999641,31.937054000000447,2439521,15,12,1980 +16,,,3587,-109.08024399999636,31.93709400000041,2491757,15,12,1980 +2,F,21.0,3588,-109.08197499999642,31.93888700000037,2438516,15,12,1980 +4,F,46.0,3589,-109.08040899999641,31.93889400000041,2439521,15,12,1980 +6,F,7.0,3590,-109.07883599999636,31.939078000000414,2439566,15,12,1980 +9,F,123.0,3591,-109.08090299999638,31.93785900000039,2439531,15,12,1980 +9,M,45.0,3592,-109.08090299999638,31.93785900000039,2439521,15,12,1980 +4,M,127.0,3593,-109.08040899999641,31.93889400000041,2439531,15,12,1980 +4,M,48.0,3594,-109.08040899999641,31.93889400000041,2439521,15,12,1980 +7,,,3595,-109.08281599999641,31.938113000000413,,15,12,1980 +15,,,3596,-109.08103599999642,31.937059000000463,,15,12,1980 +23,,,3597,-109.07783799999636,31.93676300000042,,15,12,1980 +8,F,49.0,3598,-109.08167999999641,31.937884000000402,2439541,16,12,1980 +8,F,52.0,3599,-109.08167999999641,31.937884000000402,2439541,16,12,1980 +8,M,51.0,3600,-109.08167999999641,31.937884000000402,2439521,16,12,1980 +11,M,44.0,3601,-109.07930699999636,31.938056000000426,2439521,16,12,1980 +11,M,126.0,3602,-109.07930699999636,31.938056000000426,2439531,16,12,1980 +12,M,43.0,3603,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +12,M,32.0,3604,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +12,M,47.0,3605,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +12,F,129.0,3606,-109.07851899999636,31.938203000000414,2439531,16,12,1980 +12,M,54.0,3607,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +13,F,40.0,3608,-109.08261299999641,31.937028000000442,2439521,16,12,1980 +13,M,49.0,3609,-109.08261299999641,31.937028000000442,2439521,16,12,1980 +13,M,135.0,3610,-109.08261299999641,31.937028000000442,2439531,16,12,1980 +13,F,145.0,3611,-109.08261299999641,31.937028000000442,2439531,16,12,1980 +13,M,51.0,3612,-109.08261299999641,31.937028000000442,2439521,16,12,1980 +13,M,56.0,3613,-109.08261299999641,31.937028000000442,2439541,16,12,1980 +13,M,43.0,3614,-109.08261299999641,31.937028000000442,2439521,16,12,1980 +14,M,46.0,3615,-109.08182699999641,31.937054000000447,2439521,16,12,1980 +15,F,41.0,3616,-109.08103599999642,31.937059000000463,2439521,16,12,1980 +15,F,48.0,3617,-109.08103599999642,31.937059000000463,2439521,16,12,1980 +16,F,41.0,3618,-109.08024399999636,31.93709400000041,2439521,16,12,1980 +16,M,49.0,3619,-109.08024399999636,31.93709400000041,2439521,16,12,1980 +17,F,118.0,3620,-109.07941499999636,31.937117000000445,2439531,16,12,1980 +17,M,119.0,3621,-109.07941499999636,31.937117000000445,2439531,16,12,1980 +18,M,50.0,3622,-109.07863299999636,31.93712600000041,2439541,16,12,1980 +18,F,131.0,3623,-109.07863299999636,31.93712600000041,2439531,16,12,1980 +18,M,134.0,3624,-109.07863299999636,31.93712600000041,2439531,16,12,1980 +19,F,43.0,3625,-109.07791199999636,31.937438000000434,2439521,16,12,1980 +19,M,52.0,3626,-109.07791199999636,31.937438000000434,2439521,16,12,1980 +19,M,52.0,3627,-109.07791199999636,31.937438000000434,2439541,16,12,1980 +19,F,43.0,3628,-109.07791199999636,31.937438000000434,2439521,16,12,1980 +19,F,41.0,3629,-109.07791199999636,31.937438000000434,2439521,16,12,1980 +20,M,48.0,3630,-109.08019099999642,31.93633400000045,2439521,16,12,1980 +20,M,45.0,3631,-109.08019099999642,31.93633400000045,2439521,16,12,1980 +20,F,44.0,3632,-109.08019099999642,31.93633400000045,2439521,16,12,1980 +20,M,133.0,3633,-109.08019099999642,31.93633400000045,2439531,16,12,1980 +20,M,151.0,3634,-109.08019099999642,31.93633400000045,2439531,16,12,1980 +21,M,37.0,3635,-109.07939799999636,31.936448000000453,2439521,16,12,1980 +22,M,45.0,3636,-109.07860199999635,31.93644100000042,2439521,16,12,1980 +22,M,142.0,3637,-109.07860199999635,31.93644100000042,2439531,16,12,1980 +23,M,49.0,3638,-109.07783799999636,31.93676300000042,2439521,16,12,1980 +23,F,56.0,3639,-109.07783799999636,31.93676300000042,2439521,16,12,1980 +23,M,29.0,3640,-109.07783799999636,31.93676300000042,2439521,16,12,1980 +23,M,21.0,3641,-109.07783799999636,31.93676300000042,2437967,16,12,1980 +23,M,52.0,3642,-109.07783799999636,31.93676300000042,2439521,16,12,1980 +23,F,44.0,3643,-109.07783799999636,31.93676300000042,2439521,16,12,1980 +23,M,130.0,3644,-109.07783799999636,31.93676300000042,2439531,16,12,1980 +23,M,131.0,3645,-109.07783799999636,31.93676300000042,2439531,16,12,1980 +23,M,48.0,3646,-109.07783799999636,31.93676300000042,2439521,16,12,1980 +23,F,47.0,3647,-109.07783799999636,31.93676300000042,2439521,16,12,1980 +13,M,22.0,3648,-109.08261299999641,31.937028000000442,2438516,16,12,1980 +22,F,7.0,3649,-109.07860199999635,31.93644100000042,2439566,16,12,1980 +13,F,120.0,3650,-109.08261299999641,31.937028000000442,,16,12,1980 +12,F,189.0,3651,-109.07851899999636,31.938203000000414,,16,12,1980 +12,F,40.0,3652,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +8,F,54.0,3653,-109.08167999999641,31.937884000000402,2439541,16,12,1980 +12,M,137.0,3654,-109.07851899999636,31.938203000000414,2439531,16,12,1980 +17,M,36.0,3655,-109.07941499999636,31.937117000000445,2438517,16,12,1980 +12,F,52.0,3656,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +17,M,48.0,3657,-109.07941499999636,31.937117000000445,2439521,16,12,1980 +18,M,51.0,3658,-109.07863299999636,31.93712600000041,2439521,16,12,1980 +20,M,40.0,3659,-109.08019099999642,31.93633400000045,2439521,16,12,1980 +17,F,43.0,3660,-109.07941499999636,31.937117000000445,2439521,16,12,1980 +18,M,120.0,3661,-109.07863299999636,31.93712600000041,2439531,16,12,1980 +19,M,8.0,3662,-109.07791199999636,31.937438000000434,2439566,16,12,1980 +17,F,127.0,3663,-109.07941499999636,31.937117000000445,2439531,16,12,1980 +8,F,120.0,3664,-109.08167999999641,31.937884000000402,2439531,16,12,1980 +12,M,60.0,3665,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +13,F,150.0,3666,-109.08261299999641,31.937028000000442,2439531,16,12,1980 +20,F,147.0,3667,-109.08019099999642,31.93633400000045,2439531,16,12,1980 +11,M,23.0,3668,-109.07930699999636,31.938056000000426,2438516,16,12,1980 +8,M,140.0,3669,-109.08167999999641,31.937884000000402,2439531,16,12,1980 +18,F,189.0,3670,-109.07863299999636,31.93712600000041,,16,12,1980 +8,M,,3671,-109.08167999999641,31.937884000000402,2439531,16,12,1980 +17,F,129.0,3672,-109.07941499999636,31.937117000000445,2439531,16,12,1980 +22,F,130.0,3673,-109.07860199999635,31.93644100000042,2439531,16,12,1980 +17,F,59.0,3674,-109.07941499999636,31.937117000000445,2439541,16,12,1980 +11,F,30.0,3675,-109.07930699999636,31.938056000000426,2438516,16,12,1980 +18,F,31.0,3676,-109.07863299999636,31.93712600000041,2439521,16,12,1980 +8,F,7.0,3677,-109.08167999999641,31.937884000000402,2439566,16,12,1980 +17,M,52.0,3678,-109.07941499999636,31.937117000000445,2439521,16,12,1980 +17,F,33.0,3679,-109.07941499999636,31.937117000000445,2438517,16,12,1980 +11,M,116.0,3680,-109.07930699999636,31.938056000000426,,16,12,1980 +17,F,46.0,3681,-109.07941499999636,31.937117000000445,2439521,16,12,1980 +11,F,59.0,3682,-109.07930699999636,31.938056000000426,2439521,16,12,1980 +17,F,19.0,3683,-109.07941499999636,31.937117000000445,2437981,16,12,1980 +12,M,44.0,3684,-109.07851899999636,31.938203000000414,2439521,16,12,1980 +13,M,52.0,3685,-109.08261299999641,31.937028000000442,2439521,16,12,1980 +21,,,3686,-109.07939799999636,31.936448000000453,,16,12,1980 +11,M,34.0,3687,-109.07930699999636,31.938056000000426,2439521,11,1,1981 +20,F,19.0,3688,-109.08019099999642,31.93633400000045,2437981,11,1,1981 +13,M,49.0,3689,-109.08261299999641,31.937028000000442,2439521,11,1,1981 +8,M,140.0,3690,-109.08167999999641,31.937884000000402,2439531,11,1,1981 +11,F,46.0,3691,-109.07930699999636,31.938056000000426,2439521,11,1,1981 +13,F,118.0,3692,-109.08261299999641,31.937028000000442,,11,1,1981 +20,M,38.0,3693,-109.08019099999642,31.93633400000045,2439521,11,1,1981 +24,F,192.0,3694,-109.07773599999636,31.938560000000447,,11,1,1981 +24,F,49.0,3695,-109.07773599999636,31.938560000000447,2439541,11,1,1981 +11,M,130.0,3696,-109.07930699999636,31.938056000000426,2439531,11,1,1981 +8,F,57.0,3697,-109.08167999999641,31.937884000000402,2439541,11,1,1981 +10,M,49.0,3698,-109.08009099999636,31.938017000000425,2439521,11,1,1981 +19,M,11.0,3699,-109.07791199999636,31.937438000000434,2437874,11,1,1981 +20,M,37.0,3700,-109.08019099999642,31.93633400000045,2438517,11,1,1981 +23,,,3701,-109.07783799999636,31.93676300000042,5228075,11,1,1981 +13,M,24.0,3702,-109.08261299999641,31.937028000000442,2438516,11,1,1981 +22,,,3703,-109.07860199999635,31.93644100000042,2491757,11,1,1981 +19,M,9.0,3704,-109.07791199999636,31.937438000000434,2439566,11,1,1981 +17,F,34.0,3705,-109.07941499999636,31.937117000000445,2438517,11,1,1981 +22,,,3706,-109.07860199999635,31.93644100000042,2491757,11,1,1981 +20,,,3707,-109.08019099999642,31.93633400000045,2491757,11,1,1981 +11,F,14.0,3708,-109.07930699999636,31.938056000000426,2439591,11,1,1981 +18,M,130.0,3709,-109.07863299999636,31.93712600000041,2439531,11,1,1981 +19,F,12.0,3710,-109.07791199999636,31.937438000000434,2437874,11,1,1981 +20,F,158.0,3711,-109.08019099999642,31.93633400000045,2439531,11,1,1981 +8,F,57.0,3712,-109.08167999999641,31.937884000000402,2439541,11,1,1981 +17,F,116.0,3713,-109.07941499999636,31.937117000000445,2439531,11,1,1981 +18,F,34.0,3714,-109.07863299999636,31.93712600000041,2439521,11,1,1981 +20,F,24.0,3715,-109.08019099999642,31.93633400000045,2438516,11,1,1981 +22,F,131.0,3716,-109.07860199999635,31.93644100000042,2439531,11,1,1981 +22,F,136.0,3717,-109.07860199999635,31.93644100000042,2439531,11,1,1981 +23,,,3718,-109.07783799999636,31.93676300000042,5228075,11,1,1981 +10,M,37.0,3719,-109.08009099999636,31.938017000000425,2438517,11,1,1981 +17,M,24.0,3720,-109.07941499999636,31.937117000000445,2438516,11,1,1981 +17,M,148.0,3721,-109.07941499999636,31.937117000000445,2439531,11,1,1981 +17,F,48.0,3722,-109.07941499999636,31.937117000000445,2439521,11,1,1981 +23,,,3723,-109.07783799999636,31.93676300000042,5228075,11,1,1981 +17,F,46.0,3724,-109.07941499999636,31.937117000000445,2439541,11,1,1981 +20,M,28.0,3725,-109.08019099999642,31.93633400000045,2438516,11,1,1981 +24,F,46.0,3726,-109.07773599999636,31.938560000000447,2439521,11,1,1981 +13,F,36.0,3727,-109.08261299999641,31.937028000000442,2438517,11,1,1981 +8,M,139.0,3728,-109.08167999999641,31.937884000000402,2439531,11,1,1981 +13,F,120.0,3729,-109.08261299999641,31.937028000000442,2439531,11,1,1981 +17,F,28.0,3730,-109.07941499999636,31.937117000000445,2438516,11,1,1981 +10,M,43.0,3731,-109.08009099999636,31.938017000000425,2439521,11,1,1981 +16,,,3732,-109.08024399999636,31.93709400000041,,11,1,1981 +21,,,3733,-109.07939799999636,31.936448000000453,,11,1,1981 +7,,,3734,-109.08281599999641,31.938113000000413,,11,1,1981 +1,F,33.0,3735,-109.08282899999641,31.938851000000387,2438517,12,1,1981 +1,M,39.0,3736,-109.08282899999641,31.938851000000387,2439541,12,1,1981 +1,M,51.0,3737,-109.08282899999641,31.938851000000387,2439521,12,1,1981 +1,F,45.0,3738,-109.08282899999641,31.938851000000387,2439521,12,1,1981 +2,M,47.0,3739,-109.08197499999642,31.93888700000037,2439521,12,1,1981 +2,M,45.0,3740,-109.08197499999642,31.93888700000037,2439541,12,1,1981 +2,M,27.0,3741,-109.08197499999642,31.93888700000037,2438516,12,1,1981 +2,M,50.0,3742,-109.08197499999642,31.93888700000037,2439521,12,1,1981 +3,F,136.0,3743,-109.08120799999641,31.938896000000387,2439531,12,1,1981 +3,M,121.0,3744,-109.08120799999641,31.938896000000387,2439531,12,1,1981 +3,F,46.0,3745,-109.08120799999641,31.938896000000387,2439521,12,1,1981 +3,F,40.0,3746,-109.08120799999641,31.938896000000387,2439521,12,1,1981 +4,F,37.0,3747,-109.08040899999641,31.93889400000041,2439521,12,1,1981 +4,F,200.0,3748,-109.08040899999641,31.93889400000041,,12,1,1981 +5,M,55.0,3749,-109.07960199999636,31.93897000000045,2439521,12,1,1981 +5,M,48.0,3750,-109.07960199999636,31.93897000000045,2439521,12,1,1981 +6,F,41.0,3751,-109.07883599999636,31.939078000000414,2439521,12,1,1981 +6,F,47.0,3752,-109.07883599999636,31.939078000000414,2439521,12,1,1981 +6,M,127.0,3753,-109.07883599999636,31.939078000000414,2439531,12,1,1981 +6,M,24.0,3754,-109.07883599999636,31.939078000000414,2438516,12,1,1981 +6,M,132.0,3755,-109.07883599999636,31.939078000000414,2439531,12,1,1981 +6,M,123.0,3756,-109.07883599999636,31.939078000000414,2439531,12,1,1981 +8,M,49.0,3757,-109.08167999999641,31.937884000000402,2439521,12,1,1981 +8,M,148.0,3758,-109.08167999999641,31.937884000000402,2439531,12,1,1981 +8,M,57.0,3759,-109.08167999999641,31.937884000000402,2439541,12,1,1981 +9,M,124.0,3760,-109.08090299999638,31.93785900000039,2439531,12,1,1981 +9,F,59.0,3761,-109.08090299999638,31.93785900000039,2439541,12,1,1981 +9,F,47.0,3762,-109.08090299999638,31.93785900000039,2439521,12,1,1981 +9,F,40.0,3763,-109.08090299999638,31.93785900000039,2439521,12,1,1981 +9,M,48.0,3764,-109.08090299999638,31.93785900000039,2439521,12,1,1981 +10,M,25.0,3765,-109.08009099999636,31.938017000000425,2437981,12,1,1981 +10,F,26.0,3766,-109.08009099999636,31.938017000000425,2437967,12,1,1981 +10,F,130.0,3767,-109.08009099999636,31.938017000000425,2439531,12,1,1981 +11,M,128.0,3768,-109.07930699999636,31.938056000000426,2439531,12,1,1981 +12,M,49.0,3769,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +12,F,32.0,3770,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +12,M,50.0,3771,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +12,F,47.0,3772,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +14,F,138.0,3773,-109.08182699999641,31.937054000000447,2439531,12,1,1981 +14,F,55.0,3774,-109.08182699999641,31.937054000000447,2439521,12,1,1981 +14,M,53.0,3775,-109.08182699999641,31.937054000000447,2439521,12,1,1981 +6,,,3776,-109.07883599999636,31.939078000000414,2491757,12,1,1981 +9,M,37.0,3777,-109.08090299999638,31.93785900000039,2439541,12,1,1981 +1,M,173.0,3778,-109.08282899999641,31.938851000000387,,12,1,1981 +2,F,150.0,3779,-109.08197499999642,31.93888700000037,2439531,12,1,1981 +5,F,37.0,3780,-109.07960199999636,31.93897000000045,2438517,12,1,1981 +12,M,11.0,3781,-109.07851899999636,31.938203000000414,2437874,12,1,1981 +2,M,54.0,3782,-109.08197499999642,31.93888700000037,2439521,12,1,1981 +5,F,47.0,3783,-109.07960199999636,31.93897000000045,2439521,12,1,1981 +15,F,7.0,3784,-109.08103599999642,31.937059000000463,2439566,12,1,1981 +1,M,156.0,3785,-109.08282899999641,31.938851000000387,2439531,12,1,1981 +12,F,199.0,3786,-109.07851899999636,31.938203000000414,,12,1,1981 +14,F,53.0,3787,-109.08182699999641,31.937054000000447,2439521,12,1,1981 +15,F,32.0,3788,-109.08103599999642,31.937059000000463,2438517,12,1,1981 +6,F,135.0,3789,-109.07883599999636,31.939078000000414,2439531,12,1,1981 +9,M,,3790,-109.08090299999638,31.93785900000039,2439541,12,1,1981 +2,M,41.0,3791,-109.08197499999642,31.93888700000037,2439521,12,1,1981 +6,M,8.0,3792,-109.07883599999636,31.939078000000414,2439566,12,1,1981 +12,M,50.0,3793,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +12,M,144.0,3794,-109.07851899999636,31.938203000000414,2439531,12,1,1981 +1,M,49.0,3795,-109.08282899999641,31.938851000000387,2439541,12,1,1981 +9,F,33.0,3796,-109.08090299999638,31.93785900000039,2439521,12,1,1981 +12,M,61.0,3797,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +2,F,43.0,3798,-109.08197499999642,31.93888700000037,2439541,12,1,1981 +4,M,53.0,3799,-109.08040899999641,31.93889400000041,2439521,12,1,1981 +2,M,39.0,3800,-109.08197499999642,31.93888700000037,2438517,12,1,1981 +5,M,56.0,3801,-109.07960199999636,31.93897000000045,2439521,12,1,1981 +9,F,142.0,3802,-109.08090299999638,31.93785900000039,2439531,12,1,1981 +1,M,153.0,3803,-109.08282899999641,31.938851000000387,2439531,12,1,1981 +14,M,52.0,3804,-109.08182699999641,31.937054000000447,2439521,12,1,1981 +2,F,34.0,3805,-109.08197499999642,31.93888700000037,2438517,12,1,1981 +14,F,44.0,3806,-109.08182699999641,31.937054000000447,2439521,12,1,1981 +12,,,3807,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +5,M,33.0,3808,-109.07960199999636,31.93897000000045,2439521,12,1,1981 +12,F,46.0,3809,-109.07851899999636,31.938203000000414,2439521,12,1,1981 +11,M,47.0,3810,-109.07930699999636,31.938056000000426,2439521,31,1,1981 +13,F,42.0,3811,-109.08261299999641,31.937028000000442,2438517,31,1,1981 +24,F,41.0,3812,-109.07773599999636,31.938560000000447,2439541,31,1,1981 +20,M,42.0,3813,-109.08019099999642,31.93633400000045,2439521,31,1,1981 +24,F,25.0,3814,-109.07773599999636,31.938560000000447,2437981,31,1,1981 +12,F,195.0,3815,-109.07851899999636,31.938203000000414,,31,1,1981 +13,F,35.0,3816,-109.08261299999641,31.937028000000442,2438517,31,1,1981 +13,F,135.0,3817,-109.08261299999641,31.937028000000442,,31,1,1981 +20,F,25.0,3818,-109.08019099999642,31.93633400000045,2437981,31,1,1981 +18,F,137.0,3819,-109.07863299999636,31.93712600000041,2439531,31,1,1981 +20,M,24.0,3820,-109.08019099999642,31.93633400000045,2437981,31,1,1981 +12,M,132.0,3821,-109.07851899999636,31.938203000000414,2439531,31,1,1981 +17,F,143.0,3822,-109.07941499999636,31.937117000000445,2439531,31,1,1981 +11,F,37.0,3823,-109.07930699999636,31.938056000000426,2438517,31,1,1981 +18,M,139.0,3824,-109.07863299999636,31.93712600000041,2439531,31,1,1981 +11,M,38.0,3825,-109.07930699999636,31.938056000000426,2439521,31,1,1981 +11,M,130.0,3826,-109.07930699999636,31.938056000000426,2439531,31,1,1981 +18,M,122.0,3827,-109.07863299999636,31.93712600000041,2439531,31,1,1981 +19,M,9.0,3828,-109.07791199999636,31.937438000000434,2439566,31,1,1981 +12,M,42.0,3829,-109.07851899999636,31.938203000000414,2438517,31,1,1981 +18,F,35.0,3830,-109.07863299999636,31.93712600000041,2439521,31,1,1981 +22,F,7.0,3831,-109.07860199999635,31.93644100000042,2439566,31,1,1981 +12,M,12.0,3832,-109.07851899999636,31.938203000000414,2437874,31,1,1981 +11,F,15.0,3833,-109.07930699999636,31.938056000000426,2439591,31,1,1981 +13,F,59.0,3834,-109.08261299999641,31.937028000000442,2439541,31,1,1981 +20,F,158.0,3835,-109.08019099999642,31.93633400000045,2439531,31,1,1981 +22,F,142.0,3836,-109.07860199999635,31.93644100000042,2439531,31,1,1981 +17,M,147.0,3837,-109.07941499999636,31.937117000000445,2439531,31,1,1981 +17,F,137.0,3838,-109.07941499999636,31.937117000000445,2439531,31,1,1981 +19,F,,3839,-109.07791199999636,31.937438000000434,2437874,31,1,1981 +20,M,218.0,3840,-109.08019099999642,31.93633400000045,,31,1,1981 +12,M,55.0,3841,-109.07851899999636,31.938203000000414,2439521,31,1,1981 +19,M,9.0,3842,-109.07791199999636,31.937438000000434,2437874,31,1,1981 +18,M,53.0,3843,-109.07863299999636,31.93712600000041,2439521,31,1,1981 +22,F,126.0,3844,-109.07860199999635,31.93644100000042,2439531,31,1,1981 +20,F,37.0,3845,-109.08019099999642,31.93633400000045,2439521,31,1,1981 +12,M,60.0,3846,-109.07851899999636,31.938203000000414,2439521,31,1,1981 +10,M,41.0,3847,-109.08009099999636,31.938017000000425,2438517,31,1,1981 +19,M,28.0,3848,-109.07791199999636,31.937438000000434,2438516,31,1,1981 +17,F,40.0,3849,-109.07941499999636,31.937117000000445,2438517,31,1,1981 +12,M,49.0,3850,-109.07851899999636,31.938203000000414,2439521,31,1,1981 +13,F,133.0,3851,-109.08261299999641,31.937028000000442,2439531,31,1,1981 +13,M,55.0,3852,-109.08261299999641,31.937028000000442,2439521,31,1,1981 +17,F,33.0,3853,-109.07941499999636,31.937117000000445,2439541,31,1,1981 +24,F,47.0,3854,-109.07773599999636,31.938560000000447,2439521,31,1,1981 +12,M,46.0,3855,-109.07851899999636,31.938203000000414,2439521,31,1,1981 +12,F,48.0,3856,-109.07851899999636,31.938203000000414,2439521,31,1,1981 +13,F,47.0,3857,-109.08261299999641,31.937028000000442,2439531,31,1,1981 +11,F,46.0,3858,-109.07930699999636,31.938056000000426,2439521,31,1,1981 +22,M,8.0,3859,-109.07860199999635,31.93644100000042,2439566,31,1,1981 +7,,,3860,-109.08281599999641,31.938113000000413,,31,1,1981 +16,,,3861,-109.08024399999636,31.93709400000041,,31,1,1981 +21,,,3862,-109.07939799999636,31.936448000000453,,31,1,1981 +23,,,3863,-109.07783799999636,31.93676300000042,,31,1,1981 +5,F,43.0,3864,-109.07960199999636,31.93897000000045,2439521,1,2,1981 +8,M,135.0,3865,-109.08167999999641,31.937884000000402,2439531,1,2,1981 +9,M,147.0,3866,-109.08090299999638,31.93785900000039,2439531,1,2,1981 +15,F,8.0,3867,-109.08103599999642,31.937059000000463,2439566,1,2,1981 +2,M,48.0,3868,-109.08197499999642,31.93888700000037,2439521,1,2,1981 +9,M,52.0,3869,-109.08090299999638,31.93785900000039,2439541,1,2,1981 +2,F,136.0,3870,-109.08197499999642,31.93888700000037,2439531,1,2,1981 +9,F,41.0,3871,-109.08090299999638,31.93785900000039,2439521,1,2,1981 +5,F,39.0,3872,-109.07960199999636,31.93897000000045,2439521,1,2,1981 +8,M,140.0,3873,-109.08167999999641,31.937884000000402,2439531,1,2,1981 +9,M,51.0,3874,-109.08090299999638,31.93785900000039,2439541,1,2,1981 +9,M,44.0,3875,-109.08090299999638,31.93785900000039,2439541,1,2,1981 +2,M,130.0,3876,-109.08197499999642,31.93888700000037,2439531,1,2,1981 +9,F,55.0,3877,-109.08090299999638,31.93785900000039,2439541,1,2,1981 +2,M,50.0,3878,-109.08197499999642,31.93888700000037,2439521,1,2,1981 +5,M,53.0,3879,-109.07960199999636,31.93897000000045,2439521,1,2,1981 +1,M,52.0,3880,-109.08282899999641,31.938851000000387,2439541,1,2,1981 +14,F,51.0,3881,-109.08182699999641,31.937054000000447,2439521,1,2,1981 +8,F,57.0,3882,-109.08167999999641,31.937884000000402,2439541,1,2,1981 +6,F,133.0,3883,-109.07883599999636,31.939078000000414,2439531,1,2,1981 +5,M,47.0,3884,-109.07960199999636,31.93897000000045,2439521,1,2,1981 +1,M,153.0,3885,-109.08282899999641,31.938851000000387,2439531,1,2,1981 +2,M,47.0,3886,-109.08197499999642,31.93888700000037,2439541,1,2,1981 +14,M,50.0,3887,-109.08182699999641,31.937054000000447,2439521,1,2,1981 +1,M,174.0,3888,-109.08282899999641,31.938851000000387,,1,2,1981 +9,F,41.0,3889,-109.08090299999638,31.93785900000039,2439541,1,2,1981 +2,M,48.0,3890,-109.08197499999642,31.93888700000037,2439521,1,2,1981 +1,F,59.0,3891,-109.08282899999641,31.938851000000387,2439541,1,2,1981 +9,M,136.0,3892,-109.08090299999638,31.93785900000039,2439531,1,2,1981 +9,M,120.0,3893,-109.08090299999638,31.93785900000039,2439531,1,2,1981 +2,F,34.0,3894,-109.08197499999642,31.93888700000037,2438517,1,2,1981 +5,M,36.0,3895,-109.07960199999636,31.93897000000045,2439521,1,2,1981 +8,F,57.0,3896,-109.08167999999641,31.937884000000402,2439541,1,2,1981 +1,M,153.0,3897,-109.08282899999641,31.938851000000387,2439531,1,2,1981 +2,M,49.0,3898,-109.08197499999642,31.93888700000037,2439521,1,2,1981 +4,M,49.0,3899,-109.08040899999641,31.93889400000041,2439521,1,2,1981 +2,M,44.0,3900,-109.08197499999642,31.93888700000037,2439521,1,2,1981 +14,F,39.0,3901,-109.08182699999641,31.937054000000447,2439521,1,2,1981 +2,M,39.0,3902,-109.08197499999642,31.93888700000037,2439521,1,2,1981 +2,F,49.0,3903,-109.08197499999642,31.93888700000037,2439541,1,2,1981 +6,M,7.0,3904,-109.07883599999636,31.939078000000414,2439566,1,2,1981 +9,F,130.0,3905,-109.08090299999638,31.93785900000039,2439531,1,2,1981 +5,M,49.0,3906,-109.07960199999636,31.93897000000045,2439521,1,2,1981 +3,,,3907,-109.08120799999641,31.938896000000387,,1,2,1981 +13,M,29.0,3908,-109.08261299999641,31.937028000000442,2438516,8,3,1981 +19,M,10.0,3909,-109.07791199999636,31.937438000000434,2437874,8,3,1981 +10,F,36.0,3910,-109.08009099999636,31.938017000000425,2438517,8,3,1981 +13,M,47.0,3911,-109.08261299999641,31.937028000000442,2439521,8,3,1981 +17,M,142.0,3912,-109.07941499999636,31.937117000000445,2439531,8,3,1981 +23,F,13.0,3913,-109.07783799999636,31.93676300000042,2437874,8,3,1981 +17,F,11.0,3914,-109.07941499999636,31.937117000000445,2438516,8,3,1981 +17,F,138.0,3915,-109.07941499999636,31.937117000000445,2439531,8,3,1981 +11,M,39.0,3916,-109.07930699999636,31.938056000000426,2439521,8,3,1981 +17,M,10.0,3917,-109.07941499999636,31.937117000000445,2438516,8,3,1981 +8,M,141.0,3918,-109.08167999999641,31.937884000000402,2439531,8,3,1981 +20,M,44.0,3919,-109.08019099999642,31.93633400000045,2439521,8,3,1981 +8,F,28.0,3920,-109.08167999999641,31.937884000000402,2439541,8,3,1981 +24,F,54.0,3921,-109.07773599999636,31.938560000000447,2439521,8,3,1981 +8,M,6.0,3922,-109.08167999999641,31.937884000000402,2439566,8,3,1981 +20,F,39.0,3923,-109.08019099999642,31.93633400000045,2439521,8,3,1981 +8,F,,3924,-109.08167999999641,31.937884000000402,2439541,8,3,1981 +20,F,150.0,3925,-109.08019099999642,31.93633400000045,2439531,8,3,1981 +19,M,9.0,3926,-109.07791199999636,31.937438000000434,2439566,8,3,1981 +20,F,31.0,3927,-109.08019099999642,31.93633400000045,2438516,8,3,1981 +22,F,126.0,3928,-109.07860199999635,31.93644100000042,2439531,8,3,1981 +13,M,56.0,3929,-109.08261299999641,31.937028000000442,2439521,8,3,1981 +13,F,120.0,3930,-109.08261299999641,31.937028000000442,2439531,8,3,1981 +11,M,135.0,3931,-109.07930699999636,31.938056000000426,2439531,8,3,1981 +18,F,38.0,3932,-109.07863299999636,31.93712600000041,2439521,8,3,1981 +18,M,42.0,3933,-109.07863299999636,31.93712600000041,2439521,8,3,1981 +13,F,66.0,3934,-109.08261299999641,31.937028000000442,2439531,8,3,1981 +17,F,141.0,3935,-109.07941499999636,31.937117000000445,2439531,8,3,1981 +20,M,223.0,3936,-109.08019099999642,31.93633400000045,,8,3,1981 +17,F,44.0,3937,-109.07941499999636,31.937117000000445,2439541,8,3,1981 +11,M,52.0,3938,-109.07930699999636,31.938056000000426,2439521,8,3,1981 +17,M,11.0,3939,-109.07941499999636,31.937117000000445,2438516,8,3,1981 +8,M,136.0,3940,-109.08167999999641,31.937884000000402,2439531,8,3,1981 +13,M,72.0,3941,-109.08261299999641,31.937028000000442,2439531,8,3,1981 +17,M,11.0,3942,-109.07941499999636,31.937117000000445,2438516,8,3,1981 +11,F,51.0,3943,-109.07930699999636,31.938056000000426,2439521,8,3,1981 +17,F,31.0,3944,-109.07941499999636,31.937117000000445,2438516,8,3,1981 +21,M,16.0,3945,-109.07939799999636,31.936448000000453,2437967,8,3,1981 +16,,,3946,-109.08024399999636,31.93709400000041,,8,3,1981 +7,,,3947,-109.08281599999641,31.938113000000413,,8,3,1981 +2,M,51.0,3948,-109.08197499999642,31.93888700000037,2439521,9,3,1981 +5,F,51.0,3949,-109.07960199999636,31.93897000000045,2438517,9,3,1981 +6,M,43.0,3950,-109.07883599999636,31.939078000000414,2439521,9,3,1981 +1,M,49.0,3951,-109.08282899999641,31.938851000000387,2439521,9,3,1981 +1,F,50.0,3952,-109.08282899999641,31.938851000000387,2439541,9,3,1981 +3,M,151.0,3953,-109.08120799999641,31.938896000000387,2439531,9,3,1981 +5,M,82.0,3954,-109.07960199999636,31.93897000000045,2439531,9,3,1981 +6,F,50.0,3955,-109.07883599999636,31.939078000000414,2439521,9,3,1981 +1,F,47.0,3956,-109.08282899999641,31.938851000000387,2439521,9,3,1981 +1,M,25.0,3957,-109.08282899999641,31.938851000000387,2438516,9,3,1981 +1,F,45.0,3958,-109.08282899999641,31.938851000000387,2439521,9,3,1981 +2,M,148.0,3959,-109.08197499999642,31.93888700000037,2439531,9,3,1981 +6,M,131.0,3960,-109.07883599999636,31.939078000000414,2439531,9,3,1981 +2,M,49.0,3961,-109.08197499999642,31.93888700000037,2439521,9,3,1981 +3,F,58.0,3962,-109.08120799999641,31.938896000000387,2439521,9,3,1981 +4,M,51.0,3963,-109.08040899999641,31.93889400000041,2439521,9,3,1981 +1,M,37.0,3964,-109.08282899999641,31.938851000000387,2439541,9,3,1981 +3,F,124.0,3965,-109.08120799999641,31.938896000000387,2439531,9,3,1981 +4,F,29.0,3966,-109.08040899999641,31.93889400000041,2439521,9,3,1981 +6,F,43.0,3967,-109.07883599999636,31.939078000000414,2439521,9,3,1981 +3,M,45.0,3968,-109.08120799999641,31.938896000000387,2439521,9,3,1981 +5,M,48.0,3969,-109.07960199999636,31.93897000000045,2439521,9,3,1981 +6,F,129.0,3970,-109.07883599999636,31.939078000000414,2439531,9,3,1981 +3,F,128.0,3971,-109.08120799999641,31.938896000000387,2439531,9,3,1981 +4,M,50.0,3972,-109.08040899999641,31.93889400000041,2439521,9,3,1981 +6,M,56.0,3973,-109.07883599999636,31.939078000000414,2439521,9,3,1981 +2,F,159.0,3974,-109.08197499999642,31.93888700000037,2439531,9,3,1981 +3,F,28.0,3975,-109.08120799999641,31.938896000000387,2438516,9,3,1981 +3,M,27.0,3976,-109.08120799999641,31.938896000000387,2438516,9,3,1981 +2,M,89.0,3977,-109.08197499999642,31.93888700000037,2439531,9,3,1981 +2,M,75.0,3978,-109.08197499999642,31.93888700000037,2439531,9,3,1981 +12,F,22.0,3979,-109.07851899999636,31.938203000000414,2439521,9,3,1981 +2,F,51.0,3980,-109.08197499999642,31.93888700000037,2439521,9,3,1981 +2,M,77.0,3981,-109.08197499999642,31.93888700000037,2439531,9,3,1981 +9,F,114.0,3982,-109.08090299999638,31.93785900000039,2439531,9,3,1981 +3,F,6.0,3983,-109.08120799999641,31.938896000000387,2439566,9,3,1981 +12,F,45.0,3984,-109.07851899999636,31.938203000000414,2439521,9,3,1981 +6,M,136.0,3985,-109.07883599999636,31.939078000000414,2439531,9,3,1981 +12,F,42.0,3986,-109.07851899999636,31.938203000000414,2439521,9,3,1981 +3,M,18.0,3987,-109.08120799999641,31.938896000000387,2437981,9,3,1981 +4,F,9.0,3988,-109.08040899999641,31.93889400000041,2439566,9,3,1981 +9,F,33.0,3989,-109.08090299999638,31.93785900000039,2438517,9,3,1981 +14,F,50.0,3990,-109.08182699999641,31.937054000000447,2439521,9,3,1981 +12,M,60.0,3991,-109.07851899999636,31.938203000000414,2439521,9,3,1981 +14,M,81.0,3992,-109.08182699999641,31.937054000000447,2439531,9,3,1981 +12,M,39.0,3993,-109.07851899999636,31.938203000000414,2438517,9,3,1981 +1,M,151.0,3994,-109.08282899999641,31.938851000000387,2439531,9,3,1981 +12,M,136.0,3995,-109.07851899999636,31.938203000000414,2439531,9,3,1981 +14,M,12.0,3996,-109.08182699999641,31.937054000000447,2438516,9,3,1981 +9,F,79.0,3997,-109.08090299999638,31.93785900000039,2439531,9,3,1981 +1,M,177.0,3998,-109.08282899999641,31.938851000000387,,9,3,1981 +2,F,30.0,3999,-109.08197499999642,31.93888700000037,2439521,9,3,1981 +9,F,137.0,4000,-109.08090299999638,31.93785900000039,2439531,9,3,1981 +15,F,6.0,4001,-109.08103599999642,31.937059000000463,2439566,9,3,1981 +1,M,150.0,4002,-109.08282899999641,31.938851000000387,2439531,9,3,1981 +3,F,7.0,4003,-109.08120799999641,31.938896000000387,2439566,9,3,1981 +4,F,139.0,4004,-109.08040899999641,31.93889400000041,2439531,9,3,1981 +2,M,40.0,4005,-109.08197499999642,31.93888700000037,2439521,9,3,1981 +4,F,39.0,4006,-109.08040899999641,31.93889400000041,2439521,9,3,1981 +4,M,49.0,4007,-109.08040899999641,31.93889400000041,2439521,9,3,1981 +14,F,39.0,4008,-109.08182699999641,31.937054000000447,2439521,9,3,1981 +5,M,44.0,4009,-109.07960199999636,31.93897000000045,2439521,9,3,1981 +9,M,137.0,4010,-109.08090299999638,31.93785900000039,2439531,9,3,1981 +14,M,50.0,4011,-109.08182699999641,31.937054000000447,2439521,9,3,1981 +5,F,43.0,4012,-109.07960199999636,31.93897000000045,2439521,9,3,1981 +6,F,126.0,4013,-109.07883599999636,31.939078000000414,2439531,9,3,1981 +1,M,52.0,4014,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +9,F,44.0,4015,-109.08090299999638,31.93785900000039,2439521,5,4,1981 +12,F,153.0,4016,-109.07851899999636,31.938203000000414,2439531,5,4,1981 +19,M,9.0,4017,-109.07791199999636,31.937438000000434,2439566,5,4,1981 +20,F,43.0,4018,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +22,F,49.0,4019,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,M,50.0,4020,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +12,F,60.0,4021,-109.07851899999636,31.938203000000414,2439541,5,4,1981 +17,F,34.0,4022,-109.07941499999636,31.937117000000445,2438517,5,4,1981 +22,M,43.0,4023,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,F,47.0,4024,-109.08282899999641,31.938851000000387,2439541,5,4,1981 +3,M,7.0,4025,-109.08120799999641,31.938896000000387,2439566,5,4,1981 +9,F,115.0,4026,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +14,M,47.0,4027,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +17,F,46.0,4028,-109.07941499999636,31.937117000000445,2439521,5,4,1981 +20,F,120.0,4029,-109.08019099999642,31.93633400000045,2439531,5,4,1981 +22,F,40.0,4030,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,M,52.0,4031,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +5,M,49.0,4032,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +12,M,54.0,4033,-109.07851899999636,31.938203000000414,2439541,5,4,1981 +14,F,39.0,4034,-109.08182699999641,31.937054000000447,2438517,5,4,1981 +17,F,147.0,4035,-109.07941499999636,31.937117000000445,2439531,5,4,1981 +20,F,47.0,4036,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +22,M,38.0,4037,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,F,45.0,4038,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +5,M,52.0,4039,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +1,F,46.0,4040,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +5,M,43.0,4041,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +9,M,17.0,4042,-109.08090299999638,31.93785900000039,2438516,5,4,1981 +17,F,30.0,4043,-109.07941499999636,31.937117000000445,2437981,5,4,1981 +22,M,49.0,4044,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,F,55.0,4045,-109.08282899999641,31.938851000000387,2439541,5,4,1981 +5,F,47.0,4046,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +14,F,58.0,4047,-109.08182699999641,31.937054000000447,2439541,5,4,1981 +17,M,44.0,4048,-109.07941499999636,31.937117000000445,2439521,5,4,1981 +22,M,40.0,4049,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +5,M,,4050,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +14,F,47.0,4051,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +1,F,44.0,4052,-109.08282899999641,31.938851000000387,2438517,5,4,1981 +3,F,4.0,4053,-109.08120799999641,31.938896000000387,2439566,5,4,1981 +9,,,4054,-109.08090299999638,31.93785900000039,2437300,5,4,1981 +12,F,231.0,4055,-109.07851899999636,31.938203000000414,,5,4,1981 +17,M,43.0,4056,-109.07941499999636,31.937117000000445,2439521,5,4,1981 +20,F,45.0,4057,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +1,F,14.0,4058,-109.08282899999641,31.938851000000387,2439591,5,4,1981 +17,,,4059,-109.07941499999636,31.937117000000445,2437300,5,4,1981 +9,M,23.0,4060,-109.08090299999638,31.93785900000039,2438516,5,4,1981 +12,M,22.0,4061,-109.07851899999636,31.938203000000414,2437981,5,4,1981 +20,M,48.0,4062,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +12,F,54.0,4063,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +14,M,50.0,4064,-109.08182699999641,31.937054000000447,2439541,5,4,1981 +20,M,132.0,4065,-109.08019099999642,31.93633400000045,2439531,5,4,1981 +22,M,125.0,4066,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +9,F,48.0,4067,-109.08090299999638,31.93785900000039,2439541,5,4,1981 +22,F,43.0,4068,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +5,M,47.0,4069,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +9,M,48.0,4070,-109.08090299999638,31.93785900000039,2439521,5,4,1981 +12,M,44.0,4071,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +17,,24.0,4072,-109.07941499999636,31.937117000000445,2439521,5,4,1981 +20,M,44.0,4073,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +22,M,100.0,4074,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +1,F,131.0,4075,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +5,M,52.0,4076,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +9,M,138.0,4077,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +12,M,135.0,4078,-109.07851899999636,31.938203000000414,2439531,5,4,1981 +22,F,140.0,4079,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +9,F,104.0,4080,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +14,M,29.0,4081,-109.08182699999641,31.937054000000447,2438516,5,4,1981 +1,M,50.0,4082,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +9,F,58.0,4083,-109.08090299999638,31.93785900000039,2439541,5,4,1981 +14,M,93.0,4084,-109.08182699999641,31.937054000000447,2439531,5,4,1981 +17,M,129.0,4085,-109.07941499999636,31.937117000000445,2439531,5,4,1981 +20,M,43.0,4086,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +1,M,155.0,4087,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +9,M,49.0,4088,-109.08090299999638,31.93785900000039,2439541,5,4,1981 +1,M,141.0,4089,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +14,M,36.0,4090,-109.08182699999641,31.937054000000447,2438517,5,4,1981 +17,M,120.0,4091,-109.07941499999636,31.937117000000445,2439531,5,4,1981 +20,M,43.0,4092,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +22,M,,4093,-109.07860199999635,31.93644100000042,2438517,5,4,1981 +5,M,50.0,4094,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +9,F,98.0,4095,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +1,M,82.0,4096,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +5,F,42.0,4097,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +9,F,44.0,4098,-109.08090299999638,31.93785900000039,2439521,5,4,1981 +14,F,54.0,4099,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +19,F,23.0,4100,-109.07791199999636,31.937438000000434,2437967,5,4,1981 +22,F,53.0,4101,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +9,F,47.0,4102,-109.08090299999638,31.93785900000039,2439541,5,4,1981 +12,F,47.0,4103,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +20,M,20.0,4104,-109.08019099999642,31.93633400000045,2437967,5,4,1981 +9,M,49.0,4105,-109.08090299999638,31.93785900000039,2439541,5,4,1981 +12,M,43.0,4106,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +14,F,51.0,4107,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +17,F,128.0,4108,-109.07941499999636,31.937117000000445,2439531,5,4,1981 +9,F,43.0,4109,-109.08090299999638,31.93785900000039,2438517,5,4,1981 +1,M,49.0,4110,-109.08282899999641,31.938851000000387,2439541,5,4,1981 +12,M,129.0,4111,-109.07851899999636,31.938203000000414,2439531,5,4,1981 +22,M,101.0,4112,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +1,M,147.0,4113,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +5,F,5.0,4114,-109.07960199999636,31.93897000000045,2439566,5,4,1981 +9,M,122.0,4115,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +12,M,47.0,4116,-109.07851899999636,31.938203000000414,2439541,5,4,1981 +14,F,38.0,4117,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +9,M,69.0,4118,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +23,F,17.0,4119,-109.07783799999636,31.93676300000042,2437874,5,4,1981 +9,M,89.0,4120,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +14,M,47.0,4121,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +20,M,41.0,4122,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +5,F,37.0,4123,-109.07960199999636,31.93897000000045,2438517,5,4,1981 +9,M,137.0,4124,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +12,M,59.0,4125,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +14,M,136.0,4126,-109.08182699999641,31.937054000000447,2439531,5,4,1981 +20,M,141.0,4127,-109.08019099999642,31.93633400000045,2439531,5,4,1981 +22,M,100.0,4128,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +22,F,134.0,4129,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +14,M,55.0,4130,-109.08182699999641,31.937054000000447,,5,4,1981 +22,F,48.0,4131,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,M,101.0,4132,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +17,M,26.0,4133,-109.07941499999636,31.937117000000445,2437981,5,4,1981 +20,F,39.0,4134,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +9,M,128.0,4135,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +20,M,121.0,4136,-109.08019099999642,31.93633400000045,2439531,5,4,1981 +22,F,46.0,4137,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +5,F,36.0,4138,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +12,F,49.0,4139,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +14,,,4140,-109.08182699999641,31.937054000000447,2437300,5,4,1981 +20,F,47.0,4141,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +1,M,127.0,4142,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +9,F,125.0,4143,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +14,F,36.0,4144,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +12,F,42.0,4145,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +12,F,45.0,4146,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +14,M,49.0,4147,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +20,M,41.0,4148,-109.08019099999642,31.93633400000045,2439521,5,4,1981 +5,F,51.0,4149,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +14,M,48.0,4150,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +17,F,122.0,4151,-109.07941499999636,31.937117000000445,2439531,5,4,1981 +22,,,4152,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,F,135.0,4153,-109.08282899999641,31.938851000000387,2439531,5,4,1981 +5,M,45.0,4154,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +12,M,50.0,4155,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +17,M,136.0,4156,-109.07941499999636,31.937117000000445,2439531,5,4,1981 +20,M,192.0,4157,-109.08019099999642,31.93633400000045,,5,4,1981 +12,M,49.0,4158,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +16,,,4159,-109.08024399999636,31.93709400000041,2437300,5,4,1981 +22,F,142.0,4160,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +1,M,42.0,4161,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +5,M,48.0,4162,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +9,M,98.0,4163,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +17,F,51.0,4164,-109.07941499999636,31.937117000000445,2439541,5,4,1981 +20,M,149.0,4165,-109.08019099999642,31.93633400000045,2439531,5,4,1981 +22,F,90.0,4166,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +1,F,43.0,4167,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +5,F,38.0,4168,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +14,F,40.0,4169,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +17,F,40.0,4170,-109.07941499999636,31.937117000000445,2439521,5,4,1981 +22,M,45.0,4171,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +1,M,45.0,4172,-109.08282899999641,31.938851000000387,2439521,5,4,1981 +5,M,46.0,4173,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +14,M,43.0,4174,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +17,M,49.0,4175,-109.07941499999636,31.937117000000445,2439521,5,4,1981 +3,F,8.0,4176,-109.08120799999641,31.938896000000387,2439566,5,4,1981 +9,M,46.0,4177,-109.08090299999638,31.93785900000039,2439521,5,4,1981 +14,M,40.0,4178,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +9,F,41.0,4179,-109.08090299999638,31.93785900000039,2439521,5,4,1981 +22,M,42.0,4180,-109.07860199999635,31.93644100000042,2439521,5,4,1981 +17,F,37.0,4181,-109.07941499999636,31.937117000000445,2438516,5,4,1981 +22,F,8.0,4182,-109.07860199999635,31.93644100000042,2439566,5,4,1981 +5,M,45.0,4183,-109.07960199999636,31.93897000000045,2439521,5,4,1981 +17,M,32.0,4184,-109.07941499999636,31.937117000000445,2438516,5,4,1981 +20,M,109.0,4185,-109.08019099999642,31.93633400000045,2439531,5,4,1981 +22,M,139.0,4186,-109.07860199999635,31.93644100000042,2439531,5,4,1981 +1,M,42.0,4187,-109.08282899999641,31.938851000000387,2439541,5,4,1981 +9,M,135.0,4188,-109.08090299999638,31.93785900000039,2439531,5,4,1981 +12,M,45.0,4189,-109.07851899999636,31.938203000000414,2439521,5,4,1981 +14,M,48.0,4190,-109.08182699999641,31.937054000000447,2439521,5,4,1981 +2,F,131.0,4191,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +18,M,138.0,4192,-109.07863299999636,31.93712600000041,2439531,6,4,1981 +24,F,45.0,4193,-109.07773599999636,31.938560000000447,2439541,6,4,1981 +2,F,46.0,4194,-109.08197499999642,31.93888700000037,2439541,6,4,1981 +4,M,46.0,4195,-109.08040899999641,31.93889400000041,2439521,6,4,1981 +6,M,48.0,4196,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +13,M,43.0,4197,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,F,143.0,4198,-109.07863299999636,31.93712600000041,2439531,6,4,1981 +2,M,50.0,4199,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +4,F,34.0,4200,-109.08040899999641,31.93889400000041,2439521,6,4,1981 +6,M,125.0,4201,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +8,F,119.0,4202,-109.08167999999641,31.937884000000402,2439531,6,4,1981 +15,M,8.0,4203,-109.08103599999642,31.937059000000463,2439566,6,4,1981 +2,M,147.0,4204,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +6,M,126.0,4205,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +11,F,77.0,4206,-109.07930699999636,31.938056000000426,2439531,6,4,1981 +13,F,43.0,4207,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,M,118.0,4208,-109.07863299999636,31.93712600000041,2439531,6,4,1981 +4,M,44.0,4209,-109.08040899999641,31.93889400000041,2439521,6,4,1981 +6,M,41.0,4210,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +8,F,52.0,4211,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +13,F,138.0,4212,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +6,M,27.0,4213,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +8,M,54.0,4214,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +11,F,,4215,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +24,F,36.0,4216,-109.07773599999636,31.938560000000447,2439541,6,4,1981 +2,M,86.0,4217,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +6,F,40.0,4218,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +8,M,129.0,4219,-109.08167999999641,31.937884000000402,2439531,6,4,1981 +18,M,38.0,4220,-109.07863299999636,31.93712600000041,2438517,6,4,1981 +24,M,50.0,4221,-109.07773599999636,31.938560000000447,2439541,6,4,1981 +2,M,95.0,4222,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +6,M,133.0,4223,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +13,M,45.0,4224,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +24,F,53.0,4225,-109.07773599999636,31.938560000000447,2439541,6,4,1981 +2,M,145.0,4226,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +13,M,44.0,4227,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +24,M,42.0,4228,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +4,M,48.0,4229,-109.08040899999641,31.93889400000041,2439521,6,4,1981 +11,M,60.0,4230,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +2,F,130.0,4231,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +8,M,24.0,4232,-109.08167999999641,31.937884000000402,2438516,6,4,1981 +24,M,45.0,4233,-109.07773599999636,31.938560000000447,2439541,6,4,1981 +2,M,81.0,4234,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +6,F,39.0,4235,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +8,,,4236,-109.08167999999641,31.937884000000402,2437300,6,4,1981 +13,M,51.0,4237,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,F,50.0,4238,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +2,M,46.0,4239,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +8,M,32.0,4240,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +11,F,35.0,4241,-109.07930699999636,31.938056000000426,2438517,6,4,1981 +13,M,54.0,4242,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,F,44.0,4243,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +2,F,44.0,4244,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +4,F,138.0,4245,-109.08040899999641,31.93889400000041,2439531,6,4,1981 +13,F,35.0,4246,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,M,31.0,4247,-109.07863299999636,31.93712600000041,2438516,6,4,1981 +24,F,43.0,4248,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +2,M,137.0,4249,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +6,F,133.0,4250,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +18,F,49.0,4251,-109.07863299999636,31.93712600000041,2439541,6,4,1981 +2,F,47.0,4252,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +6,M,46.0,4253,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +11,F,39.0,4254,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +24,M,19.0,4255,-109.07773599999636,31.938560000000447,2437967,6,4,1981 +6,M,47.0,4256,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +13,M,46.0,4257,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +2,M,51.0,4258,-109.08197499999642,31.93888700000037,2439541,6,4,1981 +6,M,126.0,4259,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +13,M,48.0,4260,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,F,122.0,4261,-109.07863299999636,31.93712600000041,2439531,6,4,1981 +24,M,49.0,4262,-109.07773599999636,31.938560000000447,2439541,6,4,1981 +13,M,123.0,4263,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +6,F,109.0,4264,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +8,F,58.0,4265,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +11,F,34.0,4266,-109.07930699999636,31.938056000000426,2438517,6,4,1981 +13,F,44.0,4267,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,M,52.0,4268,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +2,F,50.0,4269,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +13,M,44.0,4270,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,F,42.0,4271,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +2,F,45.0,4272,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +6,M,94.0,4273,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +8,F,88.0,4274,-109.08167999999641,31.937884000000402,2439531,6,4,1981 +11,M,42.0,4275,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +13,F,34.0,4276,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +2,M,46.0,4277,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +13,M,46.0,4278,-109.08261299999641,31.937028000000442,2439541,6,4,1981 +6,M,122.0,4279,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +8,M,48.0,4280,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +11,M,123.0,4281,-109.07930699999636,31.938056000000426,2439531,6,4,1981 +6,F,133.0,4282,-109.07883599999636,31.939078000000414,2439531,6,4,1981 +11,F,46.0,4283,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +2,M,5.0,4284,-109.08197499999642,31.93888700000037,2439566,6,4,1981 +6,M,45.0,4285,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +11,M,25.0,4286,-109.07930699999636,31.938056000000426,2437981,6,4,1981 +18,F,46.0,4287,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +2,F,54.0,4288,-109.08197499999642,31.93888700000037,2439541,6,4,1981 +8,M,,4289,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +13,F,50.0,4290,-109.08261299999641,31.937028000000442,2439541,6,4,1981 +4,,4.0,4291,-109.08040899999641,31.93889400000041,2439566,6,4,1981 +6,M,44.0,4292,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +13,F,131.0,4293,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +18,M,42.0,4294,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +11,F,15.0,4295,-109.07930699999636,31.938056000000426,2439591,6,4,1981 +13,M,130.0,4296,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +18,F,48.0,4297,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +8,F,55.0,4298,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +13,F,47.0,4299,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +2,,140.0,4300,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +6,F,,4301,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +13,F,133.0,4302,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +18,M,220.0,4303,-109.07863299999636,31.93712600000041,,6,4,1981 +21,M,,4304,-109.07939799999636,31.936448000000453,2437967,6,4,1981 +4,M,46.0,4305,-109.08040899999641,31.93889400000041,2439521,6,4,1981 +13,M,131.0,4306,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +2,M,41.0,4307,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +4,F,115.0,4308,-109.08040899999641,31.93889400000041,2439531,6,4,1981 +8,M,124.0,4309,-109.08167999999641,31.937884000000402,2439531,6,4,1981 +18,M,46.0,4310,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +24,F,44.0,4311,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +2,F,38.0,4312,-109.08197499999642,31.93888700000037,2438517,6,4,1981 +4,M,46.0,4313,-109.08040899999641,31.93889400000041,2439521,6,4,1981 +6,F,14.0,4314,-109.07883599999636,31.939078000000414,2439591,6,4,1981 +18,F,46.0,4315,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +2,F,25.0,4316,-109.08197499999642,31.93888700000037,2438516,6,4,1981 +24,M,49.0,4317,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +2,M,51.0,4318,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +2,M,46.0,4319,-109.08197499999642,31.93888700000037,2439541,6,4,1981 +8,F,50.0,4320,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +2,F,46.0,4321,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +6,M,25.0,4322,-109.07883599999636,31.939078000000414,2438516,6,4,1981 +8,F,49.0,4323,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +13,M,81.0,4324,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +24,M,22.0,4325,-109.07773599999636,31.938560000000447,2437981,6,4,1981 +4,F,42.0,4326,-109.08040899999641,31.93889400000041,2439521,6,4,1981 +6,F,44.0,4327,-109.07883599999636,31.939078000000414,2439521,6,4,1981 +11,M,46.0,4328,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +13,F,41.0,4329,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +18,F,49.0,4330,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +8,F,48.0,4331,-109.08167999999641,31.937884000000402,2439541,6,4,1981 +13,F,136.0,4332,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +18,M,37.0,4333,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +24,F,46.0,4334,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +2,M,125.0,4335,-109.08197499999642,31.93888700000037,2439531,6,4,1981 +11,M,48.0,4336,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +13,M,119.0,4337,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +18,M,42.0,4338,-109.07863299999636,31.93712600000041,2439521,6,4,1981 +24,M,42.0,4339,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +13,M,78.0,4340,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +24,M,49.0,4341,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +2,M,43.0,4342,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +4,M,125.0,4343,-109.08040899999641,31.93889400000041,2439531,6,4,1981 +6,F,52.0,4344,-109.07883599999636,31.939078000000414,2439541,6,4,1981 +11,M,48.0,4345,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +13,M,137.0,4346,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +24,M,49.0,4347,-109.07773599999636,31.938560000000447,2439521,6,4,1981 +2,F,34.0,4348,-109.08197499999642,31.93888700000037,2439521,6,4,1981 +11,M,117.0,4349,-109.07930699999636,31.938056000000426,2439531,6,4,1981 +13,M,46.0,4350,-109.08261299999641,31.937028000000442,2439521,6,4,1981 +8,M,84.0,4351,-109.08167999999641,31.937884000000402,2439531,6,4,1981 +11,M,21.0,4352,-109.07930699999636,31.938056000000426,2439521,6,4,1981 +13,F,110.0,4353,-109.08261299999641,31.937028000000442,2439531,6,4,1981 +7,,,4354,-109.08281599999641,31.938113000000413,,6,4,1981 +10,,,4355,-109.08009099999636,31.938017000000425,,6,4,1981 +10,,,4356,-109.08009099999636,31.938017000000425,2436910,3,5,1981 +12,M,40.0,4357,-109.07851899999636,31.938203000000414,2439541,3,5,1981 +21,M,7.0,4358,-109.07939799999636,31.936448000000453,2439566,3,5,1981 +10,M,41.0,4359,-109.08009099999636,31.938017000000425,2438517,3,5,1981 +12,M,60.0,4360,-109.07851899999636,31.938203000000414,2439521,3,5,1981 +24,M,21.0,4361,-109.07773599999636,31.938560000000447,2437981,3,5,1981 +10,,,4362,-109.08009099999636,31.938017000000425,2436910,3,5,1981 +13,M,53.0,4363,-109.08261299999641,31.937028000000442,2439521,3,5,1981 +24,F,18.0,4364,-109.07773599999636,31.938560000000447,2437981,3,5,1981 +11,,,4365,-109.07930699999636,31.938056000000426,2436910,3,5,1981 +18,F,147.0,4366,-109.07863299999636,31.93712600000041,2439531,3,5,1981 +20,F,44.0,4367,-109.08019099999642,31.93633400000045,2439521,3,5,1981 +11,,,4368,-109.07930699999636,31.938056000000426,2436910,3,5,1981 +20,M,18.0,4369,-109.08019099999642,31.93633400000045,2437981,3,5,1981 +12,F,12.0,4370,-109.07851899999636,31.938203000000414,2439591,3,5,1981 +17,,,4371,-109.07941499999636,31.937117000000445,2436910,3,5,1981 +18,M,120.0,4372,-109.07863299999636,31.93712600000041,2439531,3,5,1981 +17,F,45.0,4373,-109.07941499999636,31.937117000000445,2439521,3,5,1981 +24,F,251.0,4374,-109.07773599999636,31.938560000000447,,3,5,1981 +17,M,94.0,4375,-109.07941499999636,31.937117000000445,2439531,3,5,1981 +19,F,25.0,4376,-109.07791199999636,31.937438000000434,2437967,3,5,1981 +20,F,42.0,4377,-109.08019099999642,31.93633400000045,2439521,3,5,1981 +11,M,129.0,4378,-109.07930699999636,31.938056000000426,2439531,3,5,1981 +20,F,145.0,4379,-109.08019099999642,31.93633400000045,2439531,3,5,1981 +23,F,15.0,4380,-109.07783799999636,31.93676300000042,2437874,3,5,1981 +24,F,31.0,4381,-109.07773599999636,31.938560000000447,2439521,3,5,1981 +12,M,29.0,4382,-109.07851899999636,31.938203000000414,2439521,3,5,1981 +20,M,43.0,4383,-109.08019099999642,31.93633400000045,2439521,3,5,1981 +12,,,4384,-109.07851899999636,31.938203000000414,2436910,3,5,1981 +22,M,46.0,4385,-109.07860199999635,31.93644100000042,2439521,3,5,1981 +20,M,122.0,4386,-109.08019099999642,31.93633400000045,2439531,3,5,1981 +12,M,136.0,4387,-109.07851899999636,31.938203000000414,2439531,3,5,1981 +22,M,114.0,4388,-109.07860199999635,31.93644100000042,2439531,3,5,1981 +24,M,41.0,4389,-109.07773599999636,31.938560000000447,2439521,3,5,1981 +12,F,56.0,4390,-109.07851899999636,31.938203000000414,2439521,3,5,1981 +18,F,42.0,4391,-109.07863299999636,31.93712600000041,2439521,3,5,1981 +13,F,151.0,4392,-109.08261299999641,31.937028000000442,2439531,3,5,1981 +22,F,134.0,4393,-109.07860199999635,31.93644100000042,2439531,3,5,1981 +22,F,161.0,4394,-109.07860199999635,31.93644100000042,2439531,3,5,1981 +12,F,,4395,-109.07851899999636,31.938203000000414,2439521,3,5,1981 +18,F,56.0,4396,-109.07863299999636,31.93712600000041,,3,5,1981 +13,F,,4397,-109.08261299999641,31.937028000000442,2439521,3,5,1981 +17,M,142.0,4398,-109.07941499999636,31.937117000000445,2439531,3,5,1981 +11,M,31.0,4399,-109.07930699999636,31.938056000000426,2439521,3,5,1981 +17,F,120.0,4400,-109.07941499999636,31.937117000000445,2439531,3,5,1981 +10,,,4401,-109.08009099999636,31.938017000000425,2437300,3,5,1981 +12,F,46.0,4402,-109.07851899999636,31.938203000000414,2439521,3,5,1981 +17,F,47.0,4403,-109.07941499999636,31.937117000000445,2439541,3,5,1981 +19,M,9.0,4404,-109.07791199999636,31.937438000000434,2439566,3,5,1981 +11,F,44.0,4405,-109.07930699999636,31.938056000000426,2439521,3,5,1981 +22,M,95.0,4406,-109.07860199999635,31.93644100000042,2439531,3,5,1981 +10,,,4407,-109.08009099999636,31.938017000000425,2436910,3,5,1981 +17,F,38.0,4408,-109.07941499999636,31.937117000000445,2438516,3,5,1981 +13,F,45.0,4409,-109.08261299999641,31.937028000000442,2439521,3,5,1981 +17,M,29.0,4410,-109.07941499999636,31.937117000000445,2438516,3,5,1981 +24,M,43.0,4411,-109.07773599999636,31.938560000000447,2439521,3,5,1981 +24,F,208.0,4412,-109.07773599999636,31.938560000000447,,3,5,1981 +7,,,4413,-109.08281599999641,31.938113000000413,,3,5,1981 +16,,,4414,-109.08024399999636,31.93709400000041,,3,5,1981 +13,M,46.0,4415,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +13,M,135.0,4416,-109.08261299999641,31.937028000000442,2439531,4,5,1981 +8,F,58.0,4417,-109.08167999999641,31.937884000000402,2439541,4,5,1981 +13,M,50.0,4418,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +8,M,46.0,4419,-109.08167999999641,31.937884000000402,2439521,4,5,1981 +13,M,45.0,4420,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +14,M,46.0,4421,-109.08182699999641,31.937054000000447,2439521,4,5,1981 +15,F,38.0,4422,-109.08103599999642,31.937059000000463,2439521,4,5,1981 +13,F,41.0,4423,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +13,F,26.0,4424,-109.08261299999641,31.937028000000442,2438516,4,5,1981 +14,M,48.0,4425,-109.08182699999641,31.937054000000447,2439541,4,5,1981 +15,F,47.0,4426,-109.08103599999642,31.937059000000463,2439521,4,5,1981 +13,M,48.0,4427,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +15,M,45.0,4428,-109.08103599999642,31.937059000000463,2439521,4,5,1981 +13,F,60.0,4429,-109.08261299999641,31.937028000000442,2439541,4,5,1981 +8,F,120.0,4430,-109.08167999999641,31.937884000000402,2439531,4,5,1981 +13,F,42.0,4431,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +8,F,56.0,4432,-109.08167999999641,31.937884000000402,2439541,4,5,1981 +13,M,119.0,4433,-109.08261299999641,31.937028000000442,2439531,4,5,1981 +15,F,108.0,4434,-109.08103599999642,31.937059000000463,2439531,4,5,1981 +9,F,44.0,4435,-109.08090299999638,31.93785900000039,2439521,4,5,1981 +14,M,41.0,4436,-109.08182699999641,31.937054000000447,2439521,4,5,1981 +15,M,46.0,4437,-109.08103599999642,31.937059000000463,2439521,4,5,1981 +8,M,101.0,4438,-109.08167999999641,31.937884000000402,2439531,4,5,1981 +13,M,48.0,4439,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +15,F,96.0,4440,-109.08103599999642,31.937059000000463,2439531,4,5,1981 +8,M,30.0,4441,-109.08167999999641,31.937884000000402,2438517,4,5,1981 +13,F,39.0,4442,-109.08261299999641,31.937028000000442,2439521,4,5,1981 +14,M,133.0,4443,-109.08182699999641,31.937054000000447,2439531,4,5,1981 +15,M,47.0,4444,-109.08103599999642,31.937059000000463,2439521,4,5,1981 +9,M,144.0,4445,-109.08090299999638,31.93785900000039,2439531,4,5,1981 +14,F,41.0,4446,-109.08182699999641,31.937054000000447,2439521,4,5,1981 +6,M,146.0,4447,-109.07883599999636,31.939078000000414,2439531,4,5,1981 +2,M,74.0,4448,-109.08197499999642,31.93888700000037,2439531,4,5,1981 +5,M,7.0,4449,-109.07960199999636,31.93897000000045,2439566,4,5,1981 +2,F,136.0,4450,-109.08197499999642,31.93888700000037,2439531,4,5,1981 +5,M,17.0,4451,-109.07960199999636,31.93897000000045,2439521,4,5,1981 +5,F,17.0,4452,-109.07960199999636,31.93897000000045,2439521,4,5,1981 +2,M,48.0,4453,-109.08197499999642,31.93888700000037,2439521,4,5,1981 +5,F,41.0,4454,-109.07960199999636,31.93897000000045,2439521,4,5,1981 +1,M,52.0,4455,-109.08282899999641,31.938851000000387,2439541,4,5,1981 +3,M,7.0,4456,-109.08120799999641,31.938896000000387,2439566,4,5,1981 +14,F,47.0,4457,-109.08182699999641,31.937054000000447,2439521,4,5,1981 +14,F,52.0,4458,-109.08182699999641,31.937054000000447,2439541,4,5,1981 +4,F,133.0,4459,-109.08040899999641,31.93889400000041,2439531,4,5,1981 +8,M,135.0,4460,-109.08167999999641,31.937884000000402,2439531,4,5,1981 +9,M,6.0,4461,-109.08090299999638,31.93785900000039,2439566,4,5,1981 +9,M,48.0,4462,-109.08090299999638,31.93785900000039,2439541,4,5,1981 +14,M,96.0,4463,-109.08182699999641,31.937054000000447,2439531,4,5,1981 +5,F,82.0,4464,-109.07960199999636,31.93897000000045,2439531,4,5,1981 +8,F,21.0,4465,-109.08167999999641,31.937884000000402,2439541,4,5,1981 +6,F,123.0,4466,-109.07883599999636,31.939078000000414,2439531,4,5,1981 +4,F,8.0,4467,-109.08040899999641,31.93889400000041,2439566,4,5,1981 +1,M,148.0,4468,-109.08282899999641,31.938851000000387,2439531,4,5,1981 +4,F,35.0,4469,-109.08040899999641,31.93889400000041,2439521,4,5,1981 +8,F,63.0,4470,-109.08167999999641,31.937884000000402,2439541,4,5,1981 +1,F,55.0,4471,-109.08282899999641,31.938851000000387,2439541,4,5,1981 +9,F,119.0,4472,-109.08090299999638,31.93785900000039,2439531,4,5,1981 +8,M,132.0,4473,-109.08167999999641,31.937884000000402,2439531,4,5,1981 +4,F,41.0,4474,-109.08040899999641,31.93889400000041,2439521,4,5,1981 +15,M,7.0,4475,-109.08103599999642,31.937059000000463,2439566,4,5,1981 +9,M,137.0,4476,-109.08090299999638,31.93785900000039,2439531,4,5,1981 +14,M,46.0,4477,-109.08182699999641,31.937054000000447,2439521,4,5,1981 +15,,,4478,-109.08103599999642,31.937059000000463,2436910,4,5,1981 +1,M,152.0,4479,-109.08282899999641,31.938851000000387,2439531,4,5,1981 +4,F,95.0,4480,-109.08040899999641,31.93889400000041,2439531,4,5,1981 +9,F,71.0,4481,-109.08090299999638,31.93785900000039,2439531,4,5,1981 +9,F,130.0,4482,-109.08090299999638,31.93785900000039,2439531,4,5,1981 +2,M,44.0,4483,-109.08197499999642,31.93888700000037,2439521,4,5,1981 +5,M,45.0,4484,-109.07960199999636,31.93897000000045,2439521,4,5,1981 +5,F,9.0,4485,-109.07960199999636,31.93897000000045,2439566,4,5,1981 +4,M,48.0,4486,-109.08040899999641,31.93889400000041,2439521,4,5,1981 +5,F,50.0,4487,-109.07960199999636,31.93897000000045,2439521,4,5,1981 +9,M,46.0,4488,-109.08090299999638,31.93785900000039,2439521,4,5,1981 +5,M,103.0,4489,-109.07960199999636,31.93897000000045,2439531,4,5,1981 +15,M,20.0,4490,-109.08103599999642,31.937059000000463,2437967,4,6,1981 +5,M,48.0,4491,-109.07960199999636,31.93897000000045,2439521,4,6,1981 +4,F,41.0,4492,-109.08040899999641,31.93889400000041,2439521,4,6,1981 +4,M,53.0,4493,-109.08040899999641,31.93889400000041,2439521,4,6,1981 +4,M,6.0,4494,-109.08040899999641,31.93889400000041,2439566,4,6,1981 +5,,28.0,4495,-109.07960199999636,31.93897000000045,2439521,4,6,1981 +8,M,133.0,4496,-109.08167999999641,31.937884000000402,2439531,4,6,1981 +4,F,46.0,4497,-109.08040899999641,31.93889400000041,2439521,4,6,1981 +5,F,38.0,4498,-109.07960199999636,31.93897000000045,2439521,4,6,1981 +14,F,52.0,4499,-109.08182699999641,31.937054000000447,2439541,4,6,1981 +23,,,4500,-109.07783799999636,31.93676300000042,2491757,4,6,1981 +14,M,87.0,4501,-109.08182699999641,31.937054000000447,,4,6,1981 +1,F,51.0,4502,-109.08282899999641,31.938851000000387,2439541,4,6,1981 +4,F,123.0,4503,-109.08040899999641,31.93889400000041,2439531,4,6,1981 +5,M,103.0,4504,-109.07960199999636,31.93897000000045,2439531,4,6,1981 +4,F,128.0,4505,-109.08040899999641,31.93889400000041,2439531,4,6,1981 +4,F,62.0,4506,-109.08040899999641,31.93889400000041,2439531,4,6,1981 +6,F,64.0,4507,-109.07883599999636,31.939078000000414,2439531,4,6,1981 +9,M,47.0,4508,-109.08090299999638,31.93785900000039,2439541,4,6,1981 +14,F,49.0,4509,-109.08182699999641,31.937054000000447,2439521,4,6,1981 +23,,,4510,-109.07783799999636,31.93676300000042,2436910,4,6,1981 +14,M,91.0,4511,-109.08182699999641,31.937054000000447,,4,6,1981 +6,M,143.0,4512,-109.07883599999636,31.939078000000414,2439531,4,6,1981 +15,M,30.0,4513,-109.08103599999642,31.937059000000463,2438517,4,6,1981 +1,F,10.0,4514,-109.08282899999641,31.938851000000387,2439591,4,6,1981 +2,F,140.0,4515,-109.08197499999642,31.93888700000037,2439531,4,6,1981 +8,F,33.0,4516,-109.08167999999641,31.937884000000402,2439541,4,6,1981 +1,M,148.0,4517,-109.08282899999641,31.938851000000387,2439531,4,6,1981 +2,M,78.0,4518,-109.08197499999642,31.93888700000037,2439531,4,6,1981 +6,M,24.0,4519,-109.07883599999636,31.939078000000414,2439521,4,6,1981 +1,M,52.0,4520,-109.08282899999641,31.938851000000387,2439541,4,6,1981 +2,M,38.0,4521,-109.08197499999642,31.93888700000037,2439521,4,6,1981 +1,M,25.0,4522,-109.08282899999641,31.938851000000387,2439541,4,6,1981 +6,F,121.0,4523,-109.07883599999636,31.939078000000414,2439531,4,6,1981 +8,M,128.0,4524,-109.08167999999641,31.937884000000402,2439531,4,6,1981 +9,F,90.0,4525,-109.08090299999638,31.93785900000039,2439531,4,6,1981 +1,M,11.0,4526,-109.08282899999641,31.938851000000387,2439591,4,6,1981 +4,M,6.0,4527,-109.08040899999641,31.93889400000041,2439566,4,6,1981 +15,M,7.0,4528,-109.08103599999642,31.937059000000463,2439566,4,6,1981 +1,F,15.0,4529,-109.08282899999641,31.938851000000387,2439591,4,6,1981 +1,M,159.0,4530,-109.08282899999641,31.938851000000387,2439531,4,6,1981 +9,F,,4531,-109.08090299999638,31.93785900000039,2439531,4,6,1981 +23,F,12.0,4532,-109.07783799999636,31.93676300000042,2437874,4,6,1981 +14,M,15.0,4533,-109.08182699999641,31.937054000000447,2438516,4,6,1981 +14,F,36.0,4534,-109.08182699999641,31.937054000000447,2438517,4,6,1981 +4,F,97.0,4535,-109.08040899999641,31.93889400000041,2439531,4,6,1981 +9,M,138.0,4536,-109.08090299999638,31.93785900000039,2439531,4,6,1981 +14,F,85.0,4537,-109.08182699999641,31.937054000000447,,4,6,1981 +14,M,48.0,4538,-109.08182699999641,31.937054000000447,2439521,4,6,1981 +4,M,101.0,4539,-109.08040899999641,31.93889400000041,2439531,4,6,1981 +14,F,43.0,4540,-109.08182699999641,31.937054000000447,2439521,4,6,1981 +15,F,20.0,4541,-109.08103599999642,31.937059000000463,2437967,4,6,1981 +4,F,100.0,4542,-109.08040899999641,31.93889400000041,2439531,4,6,1981 +5,M,46.0,4543,-109.07960199999636,31.93897000000045,2439521,4,6,1981 +23,,,4544,-109.07783799999636,31.93676300000042,2491757,4,6,1981 +5,F,39.0,4545,-109.07960199999636,31.93897000000045,2439521,4,6,1981 +9,F,128.0,4546,-109.08090299999638,31.93785900000039,2439531,4,6,1981 +4,F,42.0,4547,-109.08040899999641,31.93889400000041,2439521,4,6,1981 +6,M,36.0,4548,-109.07883599999636,31.939078000000414,2439521,4,6,1981 +2,M,44.0,4549,-109.08197499999642,31.93888700000037,2439521,4,6,1981 +5,F,44.0,4550,-109.07960199999636,31.93897000000045,2439521,4,6,1981 +1,M,,4551,-109.08282899999641,31.938851000000387,2439541,4,6,1981 +3,,,4552,-109.08120799999641,31.938896000000387,,4,6,1981 +7,,,4553,-109.08281599999641,31.938113000000413,,4,6,1981 +10,,,4554,-109.08009099999636,31.938017000000425,,4,6,1981 +16,,,4555,-109.08024399999636,31.93709400000041,,4,6,1981 +21,,,4556,-109.07939799999636,31.936448000000453,,4,6,1981 +17,F,26.0,4557,-109.07941499999636,31.937117000000445,2439521,5,6,1981 +24,F,23.0,4558,-109.07773599999636,31.938560000000447,2437981,5,6,1981 +18,M,119.0,4559,-109.07863299999636,31.93712600000041,2439531,5,6,1981 +20,F,42.0,4560,-109.08019099999642,31.93633400000045,2439521,5,6,1981 +12,M,36.0,4561,-109.07851899999636,31.938203000000414,2439521,5,6,1981 +18,F,105.0,4562,-109.07863299999636,31.93712600000041,,5,6,1981 +24,F,40.0,4563,-109.07773599999636,31.938560000000447,2439521,5,6,1981 +11,M,45.0,4564,-109.07930699999636,31.938056000000426,2439521,5,6,1981 +13,M,53.0,4565,-109.08261299999641,31.937028000000442,2439521,5,6,1981 +11,M,133.0,4566,-109.07930699999636,31.938056000000426,2439531,5,6,1981 +11,F,18.0,4567,-109.07930699999636,31.938056000000426,2439591,5,6,1981 +12,M,21.0,4568,-109.07851899999636,31.938203000000414,2437981,5,6,1981 +24,M,136.0,4569,-109.07773599999636,31.938560000000447,,5,6,1981 +22,F,7.0,4570,-109.07860199999635,31.93644100000042,2439566,5,6,1981 +24,F,33.0,4571,-109.07773599999636,31.938560000000447,2439521,5,6,1981 +12,F,22.0,4572,-109.07851899999636,31.938203000000414,2439521,5,6,1981 +11,F,45.0,4573,-109.07930699999636,31.938056000000426,2439521,5,6,1981 +12,M,138.0,4574,-109.07851899999636,31.938203000000414,2439531,5,6,1981 +17,F,67.0,4575,-109.07941499999636,31.937117000000445,2439531,5,6,1981 +18,F,141.0,4576,-109.07863299999636,31.93712600000041,2439531,5,6,1981 +20,F,157.0,4577,-109.08019099999642,31.93633400000045,2439531,5,6,1981 +20,F,27.0,4578,-109.08019099999642,31.93633400000045,2438516,5,6,1981 +17,M,144.0,4579,-109.07941499999636,31.937117000000445,2439531,5,6,1981 +22,F,133.0,4580,-109.07860199999635,31.93644100000042,2439531,5,6,1981 +20,M,74.0,4581,-109.08019099999642,31.93633400000045,2439531,5,6,1981 +17,F,,4582,-109.07941499999636,31.937117000000445,2439531,5,6,1981 +18,F,46.0,4583,-109.07863299999636,31.93712600000041,2439521,5,6,1981 +11,F,27.0,4584,-109.07930699999636,31.938056000000426,2438516,5,6,1981 +18,M,123.0,4585,-109.07863299999636,31.93712600000041,,5,6,1981 +19,M,12.0,4586,-109.07791199999636,31.937438000000434,2437874,5,6,1981 +20,M,136.0,4587,-109.08019099999642,31.93633400000045,2439531,5,6,1981 +22,M,123.0,4588,-109.07860199999635,31.93644100000042,2439531,5,6,1981 +13,F,132.0,4589,-109.08261299999641,31.937028000000442,2439531,5,6,1981 +17,F,38.0,4590,-109.07941499999636,31.937117000000445,2439541,5,6,1981 +22,M,114.0,4591,-109.07860199999635,31.93644100000042,2439531,5,6,1981 +12,M,22.0,4592,-109.07851899999636,31.938203000000414,2439521,5,6,1981 +12,M,61.0,4593,-109.07851899999636,31.938203000000414,2439521,5,6,1981 +13,F,47.0,4594,-109.08261299999641,31.937028000000442,2439521,5,6,1981 +11,M,37.0,4595,-109.07930699999636,31.938056000000426,2439521,5,6,1981 +12,F,43.0,4596,-109.07851899999636,31.938203000000414,2439521,5,6,1981 +19,,,4597,-109.07791199999636,31.937438000000434,2436910,5,6,1981 +17,F,50.0,4598,-109.07941499999636,31.937117000000445,2439541,5,6,1981 +24,M,45.0,4599,-109.07773599999636,31.938560000000447,2439521,5,6,1981 +21,,,4600,-109.07939799999636,31.936448000000453,2439531,8,6,1981 +13,M,,4601,-109.08261299999641,31.937028000000442,2439531,28,6,1981 +1,M,46.0,4602,-109.08282899999641,31.938851000000387,2439521,7,7,1981 +11,M,11.0,4603,-109.07930699999636,31.938056000000426,2439591,7,7,1981 +17,M,48.0,4604,-109.07941499999636,31.937117000000445,2439521,7,7,1981 +17,F,126.0,4605,-109.07941499999636,31.937117000000445,,7,7,1981 +12,M,39.0,4606,-109.07851899999636,31.938203000000414,2439521,7,7,1981 +19,,,4607,-109.07791199999636,31.937438000000434,2491757,7,7,1981 +13,M,52.0,4608,-109.08261299999641,31.937028000000442,2439521,7,7,1981 +11,F,50.0,4609,-109.07930699999636,31.938056000000426,2439521,7,7,1981 +20,M,44.0,4610,-109.08019099999642,31.93633400000045,2439521,7,7,1981 +24,F,41.0,4611,-109.07773599999636,31.938560000000447,2439541,7,7,1981 +24,M,44.0,4612,-109.07773599999636,31.938560000000447,2439521,7,7,1981 +12,F,48.0,4613,-109.07851899999636,31.938203000000414,2439521,7,7,1981 +17,F,47.0,4614,-109.07941499999636,31.937117000000445,2439521,7,7,1981 +22,M,120.0,4615,-109.07860199999635,31.93644100000042,2439531,7,7,1981 +24,F,44.0,4616,-109.07773599999636,31.938560000000447,2439521,7,7,1981 +17,F,31.0,4617,-109.07941499999636,31.937117000000445,2439521,7,7,1981 +12,F,47.0,4618,-109.07851899999636,31.938203000000414,2439521,7,7,1981 +24,M,137.0,4619,-109.07773599999636,31.938560000000447,,7,7,1981 +1,M,144.0,4620,-109.08282899999641,31.938851000000387,2439531,7,7,1981 +11,M,46.0,4621,-109.07930699999636,31.938056000000426,2439521,7,7,1981 +11,F,18.0,4622,-109.07930699999636,31.938056000000426,2439591,7,7,1981 +17,M,141.0,4623,-109.07941499999636,31.937117000000445,2439531,7,7,1981 +1,M,146.0,4624,-109.08282899999641,31.938851000000387,2439531,7,7,1981 +1,M,125.0,4625,-109.08282899999641,31.938851000000387,,7,7,1981 +19,M,25.0,4626,-109.07791199999636,31.937438000000434,2438516,7,7,1981 +12,M,141.0,4627,-109.07851899999636,31.938203000000414,2439531,7,7,1981 +17,F,89.0,4628,-109.07941499999636,31.937117000000445,2439531,7,7,1981 +20,M,96.0,4629,-109.08019099999642,31.93633400000045,2439531,7,7,1981 +1,F,53.0,4630,-109.08282899999641,31.938851000000387,2439541,7,7,1981 +12,M,34.0,4631,-109.07851899999636,31.938203000000414,2439521,7,7,1981 +20,F,46.0,4632,-109.08019099999642,31.93633400000045,2439521,7,7,1981 +1,M,35.0,4633,-109.08282899999641,31.938851000000387,2439541,7,7,1981 +11,M,6.0,4634,-109.07930699999636,31.938056000000426,2439566,7,7,1981 +12,F,26.0,4635,-109.07851899999636,31.938203000000414,2439521,7,7,1981 +13,M,109.0,4636,-109.08261299999641,31.937028000000442,2439531,7,7,1981 +12,M,58.0,4637,-109.07851899999636,31.938203000000414,2439521,7,7,1981 +17,F,49.0,4638,-109.07941499999636,31.937117000000445,2439541,7,7,1981 +11,M,38.0,4639,-109.07930699999636,31.938056000000426,2439521,7,7,1981 +13,F,40.0,4640,-109.08261299999641,31.937028000000442,2439521,7,7,1981 +24,F,,4641,-109.07773599999636,31.938560000000447,2439541,7,7,1981 +19,M,23.0,4642,-109.07791199999636,31.937438000000434,2437967,7,7,1981 +12,M,48.0,4643,-109.07851899999636,31.938203000000414,2439521,7,7,1981 +20,M,85.0,4644,-109.08019099999642,31.93633400000045,2439531,7,7,1981 +24,M,45.0,4645,-109.07773599999636,31.938560000000447,2439521,7,7,1981 +21,,,4646,-109.07939799999636,31.936448000000453,,7,7,1981 +23,,,4647,-109.07783799999636,31.93676300000042,,7,7,1981 +16,,,4648,-109.08024399999636,31.93709400000041,,7,7,1981 +2,F,144.0,4649,-109.08197499999642,31.93888700000037,2439531,8,7,1981 +15,M,158.0,4650,-109.08103599999642,31.937059000000463,,8,7,1981 +14,F,33.0,4651,-109.08182699999641,31.937054000000447,2439541,8,7,1981 +15,,,4652,-109.08103599999642,31.937059000000463,2437300,8,7,1981 +5,M,31.0,4653,-109.07960199999636,31.93897000000045,2439521,8,7,1981 +5,M,50.0,4654,-109.07960199999636,31.93897000000045,2439521,8,7,1981 +14,M,49.0,4655,-109.08182699999641,31.937054000000447,2439521,8,7,1981 +8,M,135.0,4656,-109.08167999999641,31.937884000000402,2439531,8,7,1981 +9,M,65.0,4657,-109.08090299999638,31.93785900000039,2439531,8,7,1981 +5,F,6.0,4658,-109.07960199999636,31.93897000000045,2439566,8,7,1981 +6,F,5.0,4659,-109.07883599999636,31.939078000000414,2439566,8,7,1981 +18,M,84.0,4660,-109.07863299999636,31.93712600000041,2439531,8,7,1981 +15,M,8.0,4661,-109.08103599999642,31.937059000000463,2439566,8,7,1981 +8,M,7.0,4662,-109.08167999999641,31.937884000000402,2439566,8,7,1981 +9,F,8.0,4663,-109.08090299999638,31.93785900000039,2439566,8,7,1981 +18,F,27.0,4664,-109.07863299999636,31.93712600000041,2439521,8,7,1981 +4,F,130.0,4665,-109.08040899999641,31.93889400000041,2439531,8,7,1981 +6,F,123.0,4666,-109.07883599999636,31.939078000000414,2439531,8,7,1981 +8,M,48.0,4667,-109.08167999999641,31.937884000000402,2439541,8,7,1981 +2,F,130.0,4668,-109.08197499999642,31.93888700000037,,8,7,1981 +6,M,95.0,4669,-109.07883599999636,31.939078000000414,2439531,8,7,1981 +9,F,131.0,4670,-109.08090299999638,31.93785900000039,2439531,8,7,1981 +6,F,90.0,4671,-109.07883599999636,31.939078000000414,2439531,8,7,1981 +8,M,133.0,4672,-109.08167999999641,31.937884000000402,2439531,8,7,1981 +18,F,47.0,4673,-109.07863299999636,31.93712600000041,2439521,8,7,1981 +4,F,86.0,4674,-109.08040899999641,31.93889400000041,2439531,8,7,1981 +6,M,44.0,4675,-109.07883599999636,31.939078000000414,2439521,8,7,1981 +9,F,122.0,4676,-109.08090299999638,31.93785900000039,2439531,8,7,1981 +18,F,76.0,4677,-109.07863299999636,31.93712600000041,,8,7,1981 +14,F,43.0,4678,-109.08182699999641,31.937054000000447,2439521,8,7,1981 +8,F,51.0,4679,-109.08167999999641,31.937884000000402,2439541,8,7,1981 +5,F,28.0,4680,-109.07960199999636,31.93897000000045,2439521,8,7,1981 +9,M,85.0,4681,-109.08090299999638,31.93785900000039,2439531,8,7,1981 +14,F,48.0,4682,-109.08182699999641,31.937054000000447,2439521,8,7,1981 +5,M,45.0,4683,-109.07960199999636,31.93897000000045,2439521,8,7,1981 +9,F,93.0,4684,-109.08090299999638,31.93785900000039,2439531,8,7,1981 +9,M,47.0,4685,-109.08090299999638,31.93785900000039,2439521,8,7,1981 +2,M,45.0,4686,-109.08197499999642,31.93888700000037,2439521,8,7,1981 +3,M,6.0,4687,-109.08120799999641,31.938896000000387,2439566,8,7,1981 +5,F,54.0,4688,-109.07960199999636,31.93897000000045,2439521,8,7,1981 +4,M,99.0,4689,-109.08040899999641,31.93889400000041,2439531,8,7,1981 +7,,,4690,-109.08281599999641,31.938113000000413,,8,7,1981 +10,,,4691,-109.08009099999636,31.938017000000425,,8,7,1981 +5,F,41.0,4692,-109.07960199999636,31.93897000000045,2439521,30,7,1981 +15,M,174.0,4693,-109.08103599999642,31.937059000000463,,30,7,1981 +2,M,45.0,4694,-109.08197499999642,31.93888700000037,2439521,30,7,1981 +14,M,114.0,4695,-109.08182699999641,31.937054000000447,2439531,30,7,1981 +18,F,18.0,4696,-109.07863299999636,31.93712600000041,2438516,30,7,1981 +5,M,8.0,4697,-109.07960199999636,31.93897000000045,2439566,30,7,1981 +15,M,39.0,4698,-109.08103599999642,31.937059000000463,2438517,30,7,1981 +9,M,73.0,4699,-109.08090299999638,31.93785900000039,2439531,30,7,1981 +4,F,135.0,4700,-109.08040899999641,31.93889400000041,2439531,30,7,1981 +18,M,92.0,4701,-109.07863299999636,31.93712600000041,2439531,30,7,1981 +14,M,47.0,4702,-109.08182699999641,31.937054000000447,2439521,30,7,1981 +6,F,128.0,4703,-109.07883599999636,31.939078000000414,2439531,30,7,1981 +6,M,101.0,4704,-109.07883599999636,31.939078000000414,2439531,30,7,1981 +4,F,37.0,4705,-109.08040899999641,31.93889400000041,2439521,30,7,1981 +5,M,46.0,4706,-109.07960199999636,31.93897000000045,2439521,30,7,1981 +6,F,,4707,-109.07883599999636,31.939078000000414,2439531,30,7,1981 +15,,,4708,-109.08103599999642,31.937059000000463,5231474,30,7,1981 +4,M,100.0,4709,-109.08040899999641,31.93889400000041,2439531,30,7,1981 +8,F,31.0,4710,-109.08167999999641,31.937884000000402,2438517,30,7,1981 +8,F,57.0,4711,-109.08167999999641,31.937884000000402,2439541,30,7,1981 +9,F,100.0,4712,-109.08090299999638,31.93785900000039,2439531,30,7,1981 +14,F,42.0,4713,-109.08182699999641,31.937054000000447,2439521,30,7,1981 +4,M,175.0,4714,-109.08040899999641,31.93889400000041,,30,7,1981 +2,M,45.0,4715,-109.08197499999642,31.93888700000037,2439521,30,7,1981 +3,,,4716,-109.08120799999641,31.938896000000387,,30,7,1981 +10,,,4717,-109.08009099999636,31.938017000000425,,30,7,1981 +16,,,4718,-109.08024399999636,31.93709400000041,,30,7,1981 +11,F,18.0,4719,-109.07930699999636,31.938056000000426,2439591,31,7,1981 +12,F,15.0,4720,-109.07851899999636,31.938203000000414,2439591,31,7,1981 +22,M,29.0,4721,-109.07860199999635,31.93644100000042,2438516,31,7,1981 +13,M,53.0,4722,-109.08261299999641,31.937028000000442,2439521,31,7,1981 +12,M,39.0,4723,-109.07851899999636,31.938203000000414,2439521,31,7,1981 +24,F,46.0,4724,-109.07773599999636,31.938560000000447,2439521,31,7,1981 +22,F,15.0,4725,-109.07860199999635,31.93644100000042,2438516,31,7,1981 +17,F,32.0,4726,-109.07941499999636,31.937117000000445,2439521,31,7,1981 +20,M,41.0,4727,-109.08019099999642,31.93633400000045,2439521,31,7,1981 +22,M,125.0,4728,-109.07860199999635,31.93644100000042,2439531,31,7,1981 +12,M,144.0,4729,-109.07851899999636,31.938203000000414,2439531,31,7,1981 +17,F,36.0,4730,-109.07941499999636,31.937117000000445,2438516,31,7,1981 +1,F,61.0,4731,-109.08282899999641,31.938851000000387,2439541,31,7,1981 +11,M,44.0,4732,-109.07930699999636,31.938056000000426,2439521,31,7,1981 +22,M,45.0,4733,-109.07860199999635,31.93644100000042,2439521,31,7,1981 +12,M,56.0,4734,-109.07851899999636,31.938203000000414,2439521,31,7,1981 +12,F,43.0,4735,-109.07851899999636,31.938203000000414,2439521,31,7,1981 +11,F,44.0,4736,-109.07930699999636,31.938056000000426,2439521,31,7,1981 +20,F,42.0,4737,-109.08019099999642,31.93633400000045,2439521,31,7,1981 +22,M,129.0,4738,-109.07860199999635,31.93644100000042,2439531,31,7,1981 +1,F,10.0,4739,-109.08282899999641,31.938851000000387,2439591,31,7,1981 +1,F,11.0,4740,-109.08282899999641,31.938851000000387,2439591,31,7,1981 +24,M,44.0,4741,-109.07773599999636,31.938560000000447,2439521,31,7,1981 +13,F,54.0,4742,-109.08261299999641,31.937028000000442,2439521,31,7,1981 +17,M,148.0,4743,-109.07941499999636,31.937117000000445,2439531,31,7,1981 +20,,,4744,-109.08019099999642,31.93633400000045,5228075,31,7,1981 +1,M,11.0,4745,-109.08282899999641,31.938851000000387,2439591,31,7,1981 +12,M,36.0,4746,-109.07851899999636,31.938203000000414,2439521,31,7,1981 +12,F,46.0,4747,-109.07851899999636,31.938203000000414,2439521,31,7,1981 +17,M,29.0,4748,-109.07941499999636,31.937117000000445,2439541,31,7,1981 +24,F,22.0,4749,-109.07773599999636,31.938560000000447,2438517,31,7,1981 +1,F,6.0,4750,-109.08282899999641,31.938851000000387,2439566,31,7,1981 +24,F,51.0,4751,-109.07773599999636,31.938560000000447,2439541,31,7,1981 +11,M,41.0,4752,-109.07930699999636,31.938056000000426,2439521,31,7,1981 +7,,,4753,-109.08281599999641,31.938113000000413,,31,7,1981 +19,,,4754,-109.07791199999636,31.937438000000434,,31,7,1981 +21,,,4755,-109.07939799999636,31.936448000000453,,31,7,1981 +23,,,4756,-109.07783799999636,31.93676300000042,,31,7,1981 +24,M,193.0,4757,-109.07773599999636,31.938560000000447,,30,8,1981 +12,M,58.0,4758,-109.07851899999636,31.938203000000414,2439521,30,8,1981 +18,F,44.0,4759,-109.07863299999636,31.93712600000041,2439521,30,8,1981 +24,F,162.0,4760,-109.07773599999636,31.938560000000447,,30,8,1981 +11,F,45.0,4761,-109.07930699999636,31.938056000000426,2439521,30,8,1981 +12,M,44.0,4762,-109.07851899999636,31.938203000000414,2439521,30,8,1981 +17,F,117.0,4763,-109.07941499999636,31.937117000000445,2439531,30,8,1981 +1,F,59.0,4764,-109.08282899999641,31.938851000000387,2439541,30,8,1981 +18,F,112.0,4765,-109.07863299999636,31.93712600000041,2439531,30,8,1981 +17,F,47.0,4766,-109.07941499999636,31.937117000000445,2439521,30,8,1981 +20,M,46.0,4767,-109.08019099999642,31.93633400000045,2439521,30,8,1981 +22,M,131.0,4768,-109.07860199999635,31.93644100000042,2439531,30,8,1981 +22,F,137.0,4769,-109.07860199999635,31.93644100000042,2439531,30,8,1981 +24,M,19.0,4770,-109.07773599999636,31.938560000000447,2439521,30,8,1981 +20,F,158.0,4771,-109.08019099999642,31.93633400000045,2439531,30,8,1981 +12,M,27.0,4772,-109.07851899999636,31.938203000000414,2439521,30,8,1981 +12,M,35.0,4773,-109.07851899999636,31.938203000000414,2439521,30,8,1981 +12,M,145.0,4774,-109.07851899999636,31.938203000000414,2439531,30,8,1981 +24,F,54.0,4775,-109.07773599999636,31.938560000000447,2439541,30,8,1981 +17,,,4776,-109.07941499999636,31.937117000000445,2439531,30,8,1981 +11,F,33.0,4777,-109.07930699999636,31.938056000000426,2439521,30,8,1981 +13,M,21.0,4778,-109.08261299999641,31.937028000000442,2439521,30,8,1981 +17,F,53.0,4779,-109.07941499999636,31.937117000000445,2439541,30,8,1981 +24,M,47.0,4780,-109.07773599999636,31.938560000000447,2439521,30,8,1981 +1,M,16.0,4781,-109.08282899999641,31.938851000000387,2439591,30,8,1981 +13,M,141.0,4782,-109.08261299999641,31.937028000000442,2439531,30,8,1981 +11,F,172.0,4783,-109.07930699999636,31.938056000000426,,30,8,1981 +17,M,53.0,4784,-109.07941499999636,31.937117000000445,2439541,30,8,1981 +11,M,42.0,4785,-109.07930699999636,31.938056000000426,2439521,30,8,1981 +17,,,4786,-109.07941499999636,31.937117000000445,2436910,30,8,1981 +18,F,46.0,4787,-109.07863299999636,31.93712600000041,2439521,30,8,1981 +19,,,4788,-109.07791199999636,31.937438000000434,,30,8,1981 +21,,,4789,-109.07939799999636,31.936448000000453,,30,8,1981 +23,,,4790,-109.07783799999636,31.93676300000042,,30,8,1981 +5,F,46.0,4791,-109.07960199999636,31.93897000000045,2439521,31,8,1981 +8,M,51.0,4792,-109.08167999999641,31.937884000000402,2439541,31,8,1981 +14,F,42.0,4793,-109.08182699999641,31.937054000000447,2439521,31,8,1981 +4,M,37.0,4794,-109.08040899999641,31.93889400000041,2439521,31,8,1981 +14,M,126.0,4795,-109.08182699999641,31.937054000000447,2439531,31,8,1981 +4,F,47.0,4796,-109.08040899999641,31.93889400000041,2439521,31,8,1981 +6,M,119.0,4797,-109.07883599999636,31.939078000000414,2439531,31,8,1981 +4,M,53.0,4798,-109.08040899999641,31.93889400000041,2439521,31,8,1981 +8,M,173.0,4799,-109.08167999999641,31.937884000000402,,31,8,1981 +15,M,9.0,4800,-109.08103599999642,31.937059000000463,2439566,31,8,1981 +14,M,49.0,4801,-109.08182699999641,31.937054000000447,2439521,31,8,1981 +5,M,49.0,4802,-109.07960199999636,31.93897000000045,2439521,31,8,1981 +6,M,123.0,4803,-109.07883599999636,31.939078000000414,2439531,31,8,1981 +9,M,156.0,4804,-109.08090299999638,31.93785900000039,,31,8,1981 +2,,,4805,-109.08197499999642,31.93888700000037,,31,8,1981 +3,,,4806,-109.08120799999641,31.938896000000387,,31,8,1981 +7,,,4807,-109.08281599999641,31.938113000000413,,31,8,1981 +10,,,4808,-109.08009099999636,31.938017000000425,,31,8,1981 +16,,,4809,-109.08024399999636,31.93709400000041,,31,8,1981 +24,M,23.0,4810,-109.07773599999636,31.938560000000447,2438516,29,9,1981 +24,M,56.0,4811,-109.07773599999636,31.938560000000447,2439541,29,9,1981 +12,M,42.0,4812,-109.07851899999636,31.938203000000414,2439521,29,9,1981 +24,F,44.0,4813,-109.07773599999636,31.938560000000447,2439521,29,9,1981 +12,M,146.0,4814,-109.07851899999636,31.938203000000414,2439531,29,9,1981 +24,M,47.0,4815,-109.07773599999636,31.938560000000447,2439521,29,9,1981 +24,F,57.0,4816,-109.07773599999636,31.938560000000447,2439541,29,9,1981 +12,M,14.0,4817,-109.07851899999636,31.938203000000414,2437981,29,9,1981 +12,F,50.0,4818,-109.07851899999636,31.938203000000414,2439521,29,9,1981 +12,M,45.0,4819,-109.07851899999636,31.938203000000414,2439521,29,9,1981 +12,M,43.0,4820,-109.07851899999636,31.938203000000414,2439521,29,9,1981 +24,M,46.0,4821,-109.07773599999636,31.938560000000447,2439521,29,9,1981 +23,,,4822,-109.07783799999636,31.93676300000042,,29,9,1981 +20,F,156.0,4823,-109.08019099999642,31.93633400000045,2439531,29,9,1981 +18,F,37.0,4824,-109.07863299999636,31.93712600000041,2438516,29,9,1981 +22,F,145.0,4825,-109.07860199999635,31.93644100000042,2439531,29,9,1981 +20,M,47.0,4826,-109.08019099999642,31.93633400000045,2439521,29,9,1981 +18,F,57.0,4827,-109.07863299999636,31.93712600000041,2439521,29,9,1981 +18,M,32.0,4828,-109.07863299999636,31.93712600000041,2439521,29,9,1981 +18,M,27.0,4829,-109.07863299999636,31.93712600000041,2439521,29,9,1981 +21,F,23.0,4830,-109.07939799999636,31.936448000000453,2438517,29,9,1981 +21,M,20.0,4831,-109.07939799999636,31.936448000000453,2438516,29,9,1981 +21,F,165.0,4832,-109.07939799999636,31.936448000000453,,29,9,1981 +20,F,21.0,4833,-109.08019099999642,31.93633400000045,2438517,29,9,1981 +19,,,4834,-109.07791199999636,31.937438000000434,,29,9,1981 +5,M,51.0,4835,-109.07960199999636,31.93897000000045,2439521,30,9,1981 +6,F,48.0,4836,-109.07883599999636,31.939078000000414,2439521,30,9,1981 +11,F,24.0,4837,-109.07930699999636,31.938056000000426,2438516,30,9,1981 +5,F,185.0,4838,-109.07960199999636,31.93897000000045,,30,9,1981 +11,M,155.0,4839,-109.07930699999636,31.938056000000426,,30,9,1981 +6,F,145.0,4840,-109.07883599999636,31.939078000000414,2439531,30,9,1981 +11,F,42.0,4841,-109.07930699999636,31.938056000000426,2439521,30,9,1981 +13,M,58.0,4842,-109.08261299999641,31.937028000000442,2439521,30,9,1981 +11,M,47.0,4843,-109.07930699999636,31.938056000000426,2439521,30,9,1981 +13,M,140.0,4844,-109.08261299999641,31.937028000000442,2439531,30,9,1981 +11,F,44.0,4845,-109.07930699999636,31.938056000000426,2439521,30,9,1981 +5,M,52.0,4846,-109.07960199999636,31.93897000000045,2439521,30,9,1981 +11,F,160.0,4847,-109.07930699999636,31.938056000000426,,30,9,1981 +14,M,16.0,4848,-109.08182699999641,31.937054000000447,2437981,30,9,1981 +15,M,16.0,4849,-109.08103599999642,31.937059000000463,2437981,30,9,1981 +17,M,30.0,4850,-109.07941499999636,31.937117000000445,2438516,30,9,1981 +14,M,48.0,4851,-109.08182699999641,31.937054000000447,2439521,30,9,1981 +14,M,144.0,4852,-109.08182699999641,31.937054000000447,2439531,30,9,1981 +14,F,42.0,4853,-109.08182699999641,31.937054000000447,2439521,30,9,1981 +13,M,38.0,4854,-109.08261299999641,31.937028000000442,2439521,30,9,1981 +17,F,22.0,4855,-109.07941499999636,31.937117000000445,2438516,30,9,1981 +16,,,4856,-109.08024399999636,31.93709400000041,,30,9,1981 +8,M,20.0,4857,-109.08167999999641,31.937884000000402,2437981,1,10,1981 +4,F,146.0,4858,-109.08040899999641,31.93889400000041,2439531,1,10,1981 +2,F,151.0,4859,-109.08197499999642,31.93888700000037,2439531,1,10,1981 +2,M,208.0,4860,-109.08197499999642,31.93888700000037,,1,10,1981 +4,M,14.0,4861,-109.08040899999641,31.93889400000041,2437874,1,10,1981 +9,F,125.0,4862,-109.08090299999638,31.93785900000039,2439531,1,10,1981 +1,F,62.0,4863,-109.08282899999641,31.938851000000387,2439541,1,10,1981 +4,M,153.0,4864,-109.08040899999641,31.93889400000041,2439531,1,10,1981 +8,M,152.0,4865,-109.08167999999641,31.937884000000402,2439531,1,10,1981 +9,F,137.0,4866,-109.08090299999638,31.93785900000039,2439531,1,10,1981 +3,,,4867,-109.08120799999641,31.938896000000387,,1,10,1981 +7,,,4868,-109.08281599999641,31.938113000000413,,1,10,1981 +10,,,4869,-109.08009099999636,31.938017000000425,,1,10,1981 +12,M,155.0,4870,-109.07851899999636,31.938203000000414,2439531,24,10,1981 +18,M,21.0,4871,-109.07863299999636,31.93712600000041,2438517,24,10,1981 +18,M,49.0,4872,-109.07863299999636,31.93712600000041,2439521,24,10,1981 +21,M,19.0,4873,-109.07939799999636,31.936448000000453,2437981,24,10,1981 +20,M,46.0,4874,-109.08019099999642,31.93633400000045,2439521,24,10,1981 +22,M,24.0,4875,-109.07860199999635,31.93644100000042,2438517,24,10,1981 +20,F,57.0,4876,-109.08019099999642,31.93633400000045,2437300,24,10,1981 +12,M,235.0,4877,-109.07851899999636,31.938203000000414,,24,10,1981 +24,F,47.0,4878,-109.07773599999636,31.938560000000447,2439521,24,10,1981 +19,M,20.0,4879,-109.07791199999636,31.937438000000434,2437981,24,10,1981 +22,M,48.0,4880,-109.07860199999635,31.93644100000042,2439521,24,10,1981 +24,F,41.0,4881,-109.07773599999636,31.938560000000447,2439521,24,10,1981 +22,F,24.0,4882,-109.07860199999635,31.93644100000042,2438517,24,10,1981 +18,M,39.0,4883,-109.07863299999636,31.93712600000041,2439521,24,10,1981 +20,F,43.0,4884,-109.08019099999642,31.93633400000045,2439521,24,10,1981 +12,M,43.0,4885,-109.07851899999636,31.938203000000414,2439521,24,10,1981 +18,F,42.0,4886,-109.07863299999636,31.93712600000041,2439521,24,10,1981 +18,M,27.0,4887,-109.07863299999636,31.93712600000041,2439521,24,10,1981 +20,F,25.0,4888,-109.08019099999642,31.93633400000045,2439521,24,10,1981 +22,F,137.0,4889,-109.07860199999635,31.93644100000042,2439531,24,10,1981 +20,M,26.0,4890,-109.08019099999642,31.93633400000045,2438517,24,10,1981 +20,F,26.0,4891,-109.08019099999642,31.93633400000045,2439521,24,10,1981 +18,M,19.0,4892,-109.07863299999636,31.93712600000041,2438516,24,10,1981 +12,M,44.0,4893,-109.07851899999636,31.938203000000414,2439521,24,10,1981 +19,M,18.0,4894,-109.07791199999636,31.937438000000434,2437967,24,10,1981 +20,F,24.0,4895,-109.08019099999642,31.93633400000045,2437981,24,10,1981 +12,F,44.0,4896,-109.07851899999636,31.938203000000414,2439521,24,10,1981 +12,M,15.0,4897,-109.07851899999636,31.938203000000414,2438516,24,10,1981 +24,M,17.0,4898,-109.07773599999636,31.938560000000447,2437981,24,10,1981 +18,F,18.0,4899,-109.07863299999636,31.93712600000041,2438517,24,10,1981 +12,F,19.0,4900,-109.07851899999636,31.938203000000414,2438516,24,10,1981 +18,F,19.0,4901,-109.07863299999636,31.93712600000041,2438517,24,10,1981 +12,F,43.0,4902,-109.07851899999636,31.938203000000414,2439521,24,10,1981 +21,F,165.0,4903,-109.07939799999636,31.936448000000453,,24,10,1981 +12,F,25.0,4904,-109.07851899999636,31.938203000000414,2438516,24,10,1981 +18,F,22.0,4905,-109.07863299999636,31.93712600000041,2439521,24,10,1981 +22,M,24.0,4906,-109.07860199999635,31.93644100000042,2438516,24,10,1981 +12,M,51.0,4907,-109.07851899999636,31.938203000000414,2439521,24,10,1981 +7,,,4908,-109.08281599999641,31.938113000000413,,24,10,1981 +10,,,4909,-109.08009099999636,31.938017000000425,,24,10,1981 +15,,,4910,-109.08103599999642,31.937059000000463,,24,10,1981 +23,,,4911,-109.07783799999636,31.93676300000042,,24,10,1981 +11,F,112.0,4912,-109.07930699999636,31.938056000000426,2439531,25,10,1981 +14,M,46.0,4913,-109.08182699999641,31.937054000000447,2439521,25,10,1981 +14,M,25.0,4914,-109.08182699999641,31.937054000000447,2438517,25,10,1981 +11,M,162.0,4915,-109.07930699999636,31.938056000000426,,25,10,1981 +5,M,19.0,4916,-109.07960199999636,31.93897000000045,2438516,25,10,1981 +5,F,24.0,4917,-109.07960199999636,31.93897000000045,2438516,25,10,1981 +13,M,19.0,4918,-109.08261299999641,31.937028000000442,2437981,25,10,1981 +11,F,49.0,4919,-109.07930699999636,31.938056000000426,2439521,25,10,1981 +14,F,45.0,4920,-109.08182699999641,31.937054000000447,2439521,25,10,1981 +16,,18.0,4921,-109.08024399999636,31.93709400000041,2437981,25,10,1981 +14,M,135.0,4922,-109.08182699999641,31.937054000000447,2439531,25,10,1981 +13,F,54.0,4923,-109.08261299999641,31.937028000000442,2439521,25,10,1981 +11,F,157.0,4924,-109.07930699999636,31.938056000000426,,25,10,1981 +14,F,6.0,4925,-109.08182699999641,31.937054000000447,2439566,25,10,1981 +14,F,8.0,4926,-109.08182699999641,31.937054000000447,2439566,25,10,1981 +11,F,40.0,4927,-109.07930699999636,31.938056000000426,2439521,25,10,1981 +13,M,39.0,4928,-109.08261299999641,31.937028000000442,2439521,25,10,1981 +16,F,158.0,4929,-109.08024399999636,31.93709400000041,2439531,25,10,1981 +11,F,28.0,4930,-109.07930699999636,31.938056000000426,2438517,25,10,1981 +5,F,42.0,4931,-109.07960199999636,31.93897000000045,2439521,25,10,1981 +11,M,40.0,4932,-109.07930699999636,31.938056000000426,2439521,25,10,1981 +5,M,45.0,4933,-109.07960199999636,31.93897000000045,2439521,25,10,1981 +5,M,49.0,4934,-109.07960199999636,31.93897000000045,2439521,25,10,1981 +13,M,138.0,4935,-109.08261299999641,31.937028000000442,2439531,25,10,1981 +13,M,177.0,4936,-109.08261299999641,31.937028000000442,,25,10,1981 +14,F,43.0,4937,-109.08182699999641,31.937054000000447,2439521,25,10,1981 +6,M,17.0,4938,-109.07883599999636,31.939078000000414,2439591,25,10,1981 +17,F,54.0,4939,-109.07941499999636,31.937117000000445,2439541,25,10,1981 +5,F,21.0,4940,-109.07960199999636,31.93897000000045,2438516,25,10,1981 +3,M,195.0,4941,-109.08120799999641,31.938896000000387,,26,10,1981 +4,M,42.0,4942,-109.08040899999641,31.93889400000041,2439521,26,10,1981 +8,F,9.0,4943,-109.08167999999641,31.937884000000402,2439566,26,10,1981 +1,F,59.0,4944,-109.08282899999641,31.938851000000387,2439541,26,10,1981 +4,M,78.0,4945,-109.08040899999641,31.93889400000041,2439531,26,10,1981 +1,M,14.0,4946,-109.08282899999641,31.938851000000387,2439591,26,10,1981 +9,F,125.0,4947,-109.08090299999638,31.93785900000039,2439531,26,10,1981 +9,F,43.0,4948,-109.08090299999638,31.93785900000039,2439541,26,10,1981 +2,F,172.0,4949,-109.08197499999642,31.93888700000037,2439531,26,10,1981 +1,M,187.0,4950,-109.08282899999641,31.938851000000387,,26,10,1981 +4,M,145.0,4951,-109.08040899999641,31.93889400000041,2439531,26,10,1981 +9,M,47.0,4952,-109.08090299999638,31.93785900000039,2439521,26,10,1981 +2,F,38.0,4953,-109.08197499999642,31.93888700000037,2439521,26,10,1981 +4,M,51.0,4954,-109.08040899999641,31.93889400000041,2439521,26,10,1981 +9,M,49.0,4955,-109.08090299999638,31.93785900000039,2439521,26,10,1981 +1,M,165.0,4956,-109.08282899999641,31.938851000000387,2439531,26,10,1981 +2,M,22.0,4957,-109.08197499999642,31.93888700000037,2438516,26,10,1981 +9,F,136.0,4958,-109.08090299999638,31.93785900000039,2439531,26,10,1981 +2,F,22.0,4959,-109.08197499999642,31.93888700000037,2438516,26,10,1981 +24,M,20.0,4960,-109.07773599999636,31.938560000000447,2437981,22,11,1981 +21,F,35.0,4961,-109.07939799999636,31.936448000000453,2438516,22,11,1981 +22,F,38.0,4962,-109.07860199999635,31.93644100000042,2439521,22,11,1981 +12,F,264.0,4963,-109.07851899999636,31.938203000000414,,22,11,1981 +24,F,23.0,4964,-109.07773599999636,31.938560000000447,2439521,22,11,1981 +18,F,50.0,4965,-109.07863299999636,31.93712600000041,2439521,22,11,1981 +22,M,139.0,4966,-109.07860199999635,31.93644100000042,2439531,22,11,1981 +17,M,10.0,4967,-109.07941499999636,31.937117000000445,2437874,22,11,1981 +20,F,21.0,4968,-109.08019099999642,31.93633400000045,2437981,22,11,1981 +21,M,8.0,4969,-109.07939799999636,31.936448000000453,2439566,22,11,1981 +17,M,,4970,-109.07941499999636,31.937117000000445,2439521,22,11,1981 +20,M,45.0,4971,-109.08019099999642,31.93633400000045,2439521,22,11,1981 +15,M,10.0,4972,-109.08103599999642,31.937059000000463,2437981,22,11,1981 +21,M,24.0,4973,-109.07939799999636,31.936448000000453,2438516,22,11,1981 +24,F,46.0,4974,-109.07773599999636,31.938560000000447,2439521,22,11,1981 +11,M,186.0,4975,-109.07930699999636,31.938056000000426,,22,11,1981 +12,M,161.0,4976,-109.07851899999636,31.938203000000414,2439531,22,11,1981 +11,F,44.0,4977,-109.07930699999636,31.938056000000426,2439521,22,11,1981 +11,F,50.0,4978,-109.07930699999636,31.938056000000426,2439521,22,11,1981 +18,M,44.0,4979,-109.07863299999636,31.93712600000041,2439521,22,11,1981 +21,M,27.0,4980,-109.07939799999636,31.936448000000453,2438516,22,11,1981 +22,F,146.0,4981,-109.07860199999635,31.93644100000042,2439531,22,11,1981 +12,M,49.0,4982,-109.07851899999636,31.938203000000414,2439521,22,11,1981 +18,F,154.0,4983,-109.07863299999636,31.93712600000041,2439531,22,11,1981 +24,F,,4984,-109.07773599999636,31.938560000000447,2439541,22,11,1981 +11,M,31.0,4985,-109.07930699999636,31.938056000000426,2438516,22,11,1981 +15,M,19.0,4986,-109.08103599999642,31.937059000000463,2437981,22,11,1981 +11,F,169.0,4987,-109.07930699999636,31.938056000000426,,22,11,1981 +21,F,26.0,4988,-109.07939799999636,31.936448000000453,2438517,22,11,1981 +11,M,,4989,-109.07930699999636,31.938056000000426,2439521,22,11,1981 +12,M,56.0,4990,-109.07851899999636,31.938203000000414,2439521,22,11,1981 +20,M,220.0,4991,-109.08019099999642,31.93633400000045,,22,11,1981 +11,M,54.0,4992,-109.07930699999636,31.938056000000426,2439521,22,11,1981 +19,M,24.0,4993,-109.07791199999636,31.937438000000434,2437967,22,11,1981 +18,M,24.0,4994,-109.07863299999636,31.93712600000041,2438517,22,11,1981 +20,F,35.0,4995,-109.08019099999642,31.93633400000045,2439521,22,11,1981 +18,F,24.0,4996,-109.07863299999636,31.93712600000041,2438517,22,11,1981 +22,F,151.0,4997,-109.07860199999635,31.93644100000042,2439531,22,11,1981 +12,F,54.0,4998,-109.07851899999636,31.938203000000414,2439521,22,11,1981 +17,M,170.0,4999,-109.07941499999636,31.937117000000445,2439531,22,11,1981 +11,F,26.0,5000,-109.07930699999636,31.938056000000426,2438516,22,11,1981 +12,M,49.0,5001,-109.07851899999636,31.938203000000414,2439521,22,11,1981 +20,F,166.0,5002,-109.08019099999642,31.93633400000045,2439531,22,11,1981 +21,F,22.0,5003,-109.07939799999636,31.936448000000453,2438516,22,11,1981 +11,M,48.0,5004,-109.07930699999636,31.938056000000426,2439521,22,11,1981 +24,M,48.0,5005,-109.07773599999636,31.938560000000447,2439521,22,11,1981 +18,F,24.0,5006,-109.07863299999636,31.93712600000041,2437967,22,11,1981 +19,M,10.0,5007,-109.07791199999636,31.937438000000434,2437874,22,11,1981 +20,M,44.0,5008,-109.08019099999642,31.93633400000045,2439521,22,11,1981 +24,F,11.0,5009,-109.07773599999636,31.938560000000447,2437874,22,11,1981 +7,,,5010,-109.08281599999641,31.938113000000413,,22,11,1981 +10,,,5011,-109.08009099999636,31.938017000000425,,22,11,1981 +16,,,5012,-109.08024399999636,31.93709400000041,,22,11,1981 +23,,,5013,-109.07783799999636,31.93676300000042,,22,11,1981 +2,M,144.0,5014,-109.08197499999642,31.93888700000037,2439531,23,11,1981 +4,M,51.0,5015,-109.08040899999641,31.93889400000041,2439521,23,11,1981 +4,M,41.0,5016,-109.08040899999641,31.93889400000041,2438517,23,11,1981 +13,M,55.0,5017,-109.08261299999641,31.937028000000442,2439521,23,11,1981 +6,M,51.0,5018,-109.07883599999636,31.939078000000414,2439521,23,11,1981 +2,M,23.0,5019,-109.08197499999642,31.93888700000037,2438516,23,11,1981 +5,M,52.0,5020,-109.07960199999636,31.93897000000045,2439521,23,11,1981 +2,F,22.0,5021,-109.08197499999642,31.93888700000037,2438516,23,11,1981 +3,F,6.0,5022,-109.08120799999641,31.938896000000387,2439566,23,11,1981 +4,M,43.0,5023,-109.08040899999641,31.93889400000041,2439521,23,11,1981 +14,M,44.0,5024,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +5,F,186.0,5025,-109.07960199999636,31.93897000000045,,23,11,1981 +6,M,,5026,-109.07883599999636,31.939078000000414,2439521,23,11,1981 +14,,,5027,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +2,F,142.0,5028,-109.08197499999642,31.93888700000037,2439531,23,11,1981 +4,M,104.0,5029,-109.08040899999641,31.93889400000041,2439531,23,11,1981 +6,F,141.0,5030,-109.07883599999636,31.939078000000414,2439531,23,11,1981 +14,M,34.0,5031,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +3,F,9.0,5032,-109.08120799999641,31.938896000000387,2437874,23,11,1981 +5,M,32.0,5033,-109.07960199999636,31.93897000000045,2439521,23,11,1981 +6,F,49.0,5034,-109.07883599999636,31.939078000000414,2439541,23,11,1981 +8,M,52.0,5035,-109.08167999999641,31.937884000000402,2439541,23,11,1981 +14,M,47.0,5036,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +3,F,157.0,5037,-109.08120799999641,31.938896000000387,,23,11,1981 +6,M,54.0,5038,-109.07883599999636,31.939078000000414,2439521,23,11,1981 +5,F,22.0,5039,-109.07960199999636,31.93897000000045,2439521,23,11,1981 +5,F,21.0,5040,-109.07960199999636,31.93897000000045,2439521,23,11,1981 +6,F,59.0,5041,-109.07883599999636,31.939078000000414,2439541,23,11,1981 +1,M,194.0,5042,-109.08282899999641,31.938851000000387,,23,11,1981 +9,F,139.0,5043,-109.08090299999638,31.93785900000039,2439531,23,11,1981 +6,M,58.0,5044,-109.07883599999636,31.939078000000414,2439541,23,11,1981 +2,F,36.0,5045,-109.08197499999642,31.93888700000037,2439521,23,11,1981 +9,F,47.0,5046,-109.08090299999638,31.93785900000039,2439521,23,11,1981 +1,M,161.0,5047,-109.08282899999641,31.938851000000387,2439531,23,11,1981 +6,F,47.0,5048,-109.07883599999636,31.939078000000414,2439521,23,11,1981 +2,M,192.0,5049,-109.08197499999642,31.93888700000037,,23,11,1981 +14,M,34.0,5050,-109.08182699999641,31.937054000000447,2438517,23,11,1981 +6,F,36.0,5051,-109.07883599999636,31.939078000000414,2439521,23,11,1981 +5,M,49.0,5052,-109.07960199999636,31.93897000000045,2439521,23,11,1981 +8,M,142.0,5053,-109.08167999999641,31.937884000000402,2439531,23,11,1981 +13,F,8.0,5054,-109.08261299999641,31.937028000000442,2439566,23,11,1981 +14,M,,5055,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +5,F,38.0,5056,-109.07960199999636,31.93897000000045,2439521,23,11,1981 +6,M,129.0,5057,-109.07883599999636,31.939078000000414,2439531,23,11,1981 +4,F,39.0,5058,-109.08040899999641,31.93889400000041,2439521,23,11,1981 +8,M,7.0,5059,-109.08167999999641,31.937884000000402,2439566,23,11,1981 +14,F,26.0,5060,-109.08182699999641,31.937054000000447,2438517,23,11,1981 +1,F,70.0,5061,-109.08282899999641,31.938851000000387,2439541,23,11,1981 +3,F,9.0,5062,-109.08120799999641,31.938896000000387,2437874,23,11,1981 +6,M,,5063,-109.07883599999636,31.939078000000414,2439531,23,11,1981 +2,M,44.0,5064,-109.08197499999642,31.93888700000037,2439521,23,11,1981 +4,M,144.0,5065,-109.08040899999641,31.93889400000041,2439531,23,11,1981 +4,F,45.0,5066,-109.08040899999641,31.93889400000041,2439521,23,11,1981 +6,M,7.0,5067,-109.07883599999636,31.939078000000414,2439566,23,11,1981 +13,M,51.0,5068,-109.08261299999641,31.937028000000442,2439521,23,11,1981 +14,M,43.0,5069,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +13,M,,5070,-109.08261299999641,31.937028000000442,,23,11,1981 +14,M,44.0,5071,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +2,M,19.0,5072,-109.08197499999642,31.93888700000037,2437981,23,11,1981 +13,M,42.0,5073,-109.08261299999641,31.937028000000442,2439521,23,11,1981 +14,F,50.0,5074,-109.08182699999641,31.937054000000447,2439521,23,11,1981 +2,M,19.0,5075,-109.08197499999642,31.93888700000037,2437981,23,11,1981 +13,M,139.0,5076,-109.08261299999641,31.937028000000442,2439531,23,11,1981 +2,F,19.0,5077,-109.08197499999642,31.93888700000037,2437981,23,11,1981 +5,M,43.0,5078,-109.07960199999636,31.93897000000045,2439521,23,11,1981 +8,M,137.0,5079,-109.08167999999641,31.937884000000402,2439531,23,11,1981 +17,M,147.0,5080,-109.07941499999636,31.937117000000445,2439531,30,12,1981 +15,F,23.0,5081,-109.08103599999642,31.937059000000463,2437981,30,12,1981 +19,M,8.0,5082,-109.07791199999636,31.937438000000434,2439566,30,12,1981 +21,F,10.0,5083,-109.07939799999636,31.936448000000453,2437874,30,12,1981 +19,F,10.0,5084,-109.07791199999636,31.937438000000434,2437967,30,12,1981 +18,F,124.0,5085,-109.07863299999636,31.93712600000041,2439531,30,12,1981 +15,F,16.0,5086,-109.08103599999642,31.937059000000463,2437981,30,12,1981 +18,M,44.0,5087,-109.07863299999636,31.93712600000041,2439521,30,12,1981 +21,F,7.0,5088,-109.07939799999636,31.936448000000453,2439566,30,12,1981 +17,F,10.0,5089,-109.07941499999636,31.937117000000445,2437874,30,12,1981 +19,M,9.0,5090,-109.07791199999636,31.937438000000434,2437874,30,12,1981 +15,F,18.0,5091,-109.08103599999642,31.937059000000463,2437981,30,12,1981 +18,F,40.0,5092,-109.07863299999636,31.93712600000041,2439521,30,12,1981 +20,M,10.0,5093,-109.08019099999642,31.93633400000045,2437874,30,12,1981 +22,M,137.0,5094,-109.07860199999635,31.93644100000042,2439531,30,12,1981 +21,F,11.0,5095,-109.07939799999636,31.936448000000453,2437874,30,12,1981 +19,F,14.0,5096,-109.07791199999636,31.937438000000434,2437874,30,12,1981 +19,F,20.0,5097,-109.07791199999636,31.937438000000434,2437981,30,12,1981 +20,F,162.0,5098,-109.08019099999642,31.93633400000045,2439531,30,12,1981 +18,F,24.0,5099,-109.07863299999636,31.93712600000041,2439521,30,12,1981 +21,M,8.0,5100,-109.07939799999636,31.936448000000453,2439566,30,12,1981 +22,M,150.0,5101,-109.07860199999635,31.93644100000042,2439531,30,12,1981 +15,M,9.0,5102,-109.08103599999642,31.937059000000463,2437874,30,12,1981 +20,F,37.0,5103,-109.08019099999642,31.93633400000045,2439521,30,12,1981 +15,F,12.0,5104,-109.08103599999642,31.937059000000463,2437874,30,12,1981 +18,F,212.0,5105,-109.07863299999636,31.93712600000041,,30,12,1981 +19,M,23.0,5106,-109.07791199999636,31.937438000000434,2437981,30,12,1981 +19,F,9.0,5107,-109.07791199999636,31.937438000000434,2437967,30,12,1981 +22,M,39.0,5108,-109.07860199999635,31.93644100000042,2439521,30,12,1981 +22,F,117.0,5109,-109.07860199999635,31.93644100000042,2439531,30,12,1981 +18,F,22.0,5110,-109.07863299999636,31.93712600000041,2439521,30,12,1981 +21,F,7.0,5111,-109.07939799999636,31.936448000000453,2439566,30,12,1981 +19,M,22.0,5112,-109.07791199999636,31.937438000000434,2437967,30,12,1981 +16,,,5113,-109.08024399999636,31.93709400000041,,30,12,1981 +23,,,5114,-109.07783799999636,31.93676300000042,,30,12,1981 +12,F,9.0,5115,-109.07851899999636,31.938203000000414,2437874,31,12,1981 +7,F,24.0,5116,-109.08281599999641,31.938113000000413,2437981,31,12,1981 +12,M,83.0,5117,-109.07851899999636,31.938203000000414,,31,12,1981 +24,F,134.0,5118,-109.07773599999636,31.938560000000447,,31,12,1981 +14,M,37.0,5119,-109.08182699999641,31.937054000000447,2439521,31,12,1981 +11,F,39.0,5120,-109.07930699999636,31.938056000000426,2439521,31,12,1981 +14,,112.0,5121,-109.08182699999641,31.937054000000447,2439531,31,12,1981 +11,F,110.0,5122,-109.07930699999636,31.938056000000426,2439531,31,12,1981 +24,F,40.0,5123,-109.07773599999636,31.938560000000447,2439521,31,12,1981 +12,M,8.0,5124,-109.07851899999636,31.938203000000414,2437874,31,12,1981 +13,M,54.0,5125,-109.08261299999641,31.937028000000442,2439521,31,12,1981 +14,M,34.0,5126,-109.08182699999641,31.937054000000447,2439521,31,12,1981 +14,M,110.0,5127,-109.08182699999641,31.937054000000447,2439531,31,12,1981 +24,M,157.0,5128,-109.07773599999636,31.938560000000447,,31,12,1981 +12,M,26.0,5129,-109.07851899999636,31.938203000000414,2439521,31,12,1981 +24,M,38.0,5130,-109.07773599999636,31.938560000000447,2439541,31,12,1981 +24,F,23.0,5131,-109.07773599999636,31.938560000000447,2437981,31,12,1981 +12,M,49.0,5132,-109.07851899999636,31.938203000000414,2439521,31,12,1981 +13,F,7.0,5133,-109.08261299999641,31.937028000000442,2439566,31,12,1981 +24,F,23.0,5134,-109.07773599999636,31.938560000000447,2437981,31,12,1981 +11,M,180.0,5135,-109.07930699999636,31.938056000000426,,31,12,1981 +24,M,45.0,5136,-109.07773599999636,31.938560000000447,2439521,31,12,1981 +14,M,7.0,5137,-109.08182699999641,31.937054000000447,2439566,31,12,1981 +14,M,38.0,5138,-109.08182699999641,31.937054000000447,2438517,31,12,1981 +24,M,25.0,5139,-109.07773599999636,31.938560000000447,2439521,31,12,1981 +10,M,21.0,5140,-109.08009099999636,31.938017000000425,2437981,31,12,1981 +8,M,135.0,5141,-109.08167999999641,31.937884000000402,2439531,31,12,1981 +9,F,34.0,5142,-109.08090299999638,31.93785900000039,2439521,31,12,1981 +11,F,14.0,5143,-109.07930699999636,31.938056000000426,2437874,31,12,1981 +9,F,140.0,5144,-109.08090299999638,31.93785900000039,2439531,31,12,1981 +8,M,140.0,5145,-109.08167999999641,31.937884000000402,2439531,31,12,1981 +12,M,46.0,5146,-109.07851899999636,31.938203000000414,2439521,31,12,1981 +12,F,43.0,5147,-109.07851899999636,31.938203000000414,2439521,31,12,1981 +11,M,27.0,5148,-109.07930699999636,31.938056000000426,2438516,31,12,1981 +13,M,21.0,5149,-109.08261299999641,31.937028000000442,2437981,31,12,1981 +11,M,45.0,5150,-109.07930699999636,31.938056000000426,2439521,31,12,1981 +12,M,50.0,5151,-109.07851899999636,31.938203000000414,2439521,31,12,1981 +8,M,49.0,5152,-109.08167999999641,31.937884000000402,2439541,31,12,1981 +11,M,23.0,5153,-109.07930699999636,31.938056000000426,2438516,31,12,1981 +12,F,38.0,5154,-109.07851899999636,31.938203000000414,2439541,31,12,1981 +13,F,153.0,5155,-109.08261299999641,31.937028000000442,2439531,31,12,1981 +14,F,44.0,5156,-109.08182699999641,31.937054000000447,2439521,31,12,1981 +11,F,47.0,5157,-109.07930699999636,31.938056000000426,2439521,31,12,1981 +13,M,45.0,5158,-109.08261299999641,31.937028000000442,2439521,31,12,1981 +1,F,49.0,5159,-109.08282899999641,31.938851000000387,2439541,1,1,1982 +5,F,42.0,5160,-109.07960199999636,31.93897000000045,2439521,1,1,1982 +3,F,11.0,5161,-109.08120799999641,31.938896000000387,2437874,1,1,1982 +5,F,193.0,5162,-109.07960199999636,31.93897000000045,,1,1,1982 +3,F,10.0,5163,-109.08120799999641,31.938896000000387,2437874,1,1,1982 +3,F,163.0,5164,-109.08120799999641,31.938896000000387,,1,1,1982 +2,F,78.0,5165,-109.08197499999642,31.93888700000037,2439531,1,1,1982 +3,M,6.0,5166,-109.08120799999641,31.938896000000387,2439566,1,1,1982 +4,M,49.0,5167,-109.08040899999641,31.93889400000041,2439521,1,1,1982 +2,M,45.0,5168,-109.08197499999642,31.93888700000037,2439521,1,1,1982 +4,M,117.0,5169,-109.08040899999641,31.93889400000041,2439531,1,1,1982 +5,F,49.0,5170,-109.07960199999636,31.93897000000045,2439521,1,1,1982 +6,F,124.0,5171,-109.07883599999636,31.939078000000414,2439531,1,1,1982 +1,M,168.0,5172,-109.08282899999641,31.938851000000387,2439531,1,1,1982 +1,M,160.0,5173,-109.08282899999641,31.938851000000387,2439531,1,1,1982 +2,M,83.0,5174,-109.08197499999642,31.93888700000037,2439531,1,1,1982 +3,M,24.0,5175,-109.08120799999641,31.938896000000387,2437967,1,1,1982 +5,M,40.0,5176,-109.07960199999636,31.93897000000045,2439521,1,1,1982 +5,M,9.0,5177,-109.07960199999636,31.93897000000045,2437874,1,1,1982 +2,F,61.0,5178,-109.08197499999642,31.93888700000037,2439541,1,1,1982 +2,F,25.0,5179,-109.08197499999642,31.93888700000037,2437981,1,1,1982 +1,F,38.0,5180,-109.08282899999641,31.938851000000387,2439541,1,1,1982 +2,M,206.0,5181,-109.08197499999642,31.93888700000037,,1,1,1982 +1,M,51.0,5182,-109.08282899999641,31.938851000000387,2439521,1,1,1982 +3,F,15.0,5183,-109.08120799999641,31.938896000000387,2437874,1,1,1982 +4,F,51.0,5184,-109.08040899999641,31.93889400000041,2439521,1,1,1982 +2,F,21.0,5185,-109.08197499999642,31.93888700000037,2437981,1,1,1982 +5,M,56.0,5186,-109.07960199999636,31.93897000000045,2439521,1,1,1982 +1,M,42.0,5187,-109.08282899999641,31.938851000000387,2439521,1,1,1982 +2,F,27.0,5188,-109.08197499999642,31.93888700000037,2438517,1,1,1982 +3,F,16.0,5189,-109.08120799999641,31.938896000000387,2437874,1,1,1982 +1,F,55.0,5190,-109.08282899999641,31.938851000000387,2439541,1,1,1982 +2,F,11.0,5191,-109.08197499999642,31.93888700000037,2437874,1,1,1982 +4,M,34.0,5192,-109.08040899999641,31.93889400000041,2439521,1,1,1982 +2,M,24.0,5193,-109.08197499999642,31.93888700000037,2437981,1,1,1982 +4,F,38.0,5194,-109.08040899999641,31.93889400000041,2439521,1,1,1982 +5,M,53.0,5195,-109.07960199999636,31.93897000000045,2439521,1,1,1982 +6,M,152.0,5196,-109.07883599999636,31.939078000000414,,1,1,1982 +2,M,25.0,5197,-109.08197499999642,31.93888700000037,2437981,1,1,1982 +4,M,155.0,5198,-109.08040899999641,31.93889400000041,2439531,1,1,1982 +5,M,47.0,5199,-109.07960199999636,31.93897000000045,2439521,1,1,1982 +11,M,48.0,5200,-109.07930699999636,31.938056000000426,2439521,24,1,1982 +24,M,22.0,5201,-109.07773599999636,31.938560000000447,2437981,24,1,1982 +12,F,220.0,5202,-109.07851899999636,31.938203000000414,,24,1,1982 +19,M,7.0,5203,-109.07791199999636,31.937438000000434,2439566,24,1,1982 +12,,,5204,-109.07851899999636,31.938203000000414,2491757,24,1,1982 +12,,,5205,-109.07851899999636,31.938203000000414,2491757,24,1,1982 +24,M,33.0,5206,-109.07773599999636,31.938560000000447,2439521,24,1,1982 +20,M,38.0,5207,-109.08019099999642,31.93633400000045,2439541,24,1,1982 +24,M,42.0,5208,-109.07773599999636,31.938560000000447,2439541,24,1,1982 +1,F,48.0,5209,-109.08282899999641,31.938851000000387,2439541,24,1,1982 +11,F,44.0,5210,-109.07930699999636,31.938056000000426,2439521,24,1,1982 +12,M,48.0,5211,-109.07851899999636,31.938203000000414,2439521,24,1,1982 +23,M,9.0,5212,-109.07783799999636,31.93676300000042,2437874,24,1,1982 +21,F,8.0,5213,-109.07939799999636,31.936448000000453,2437874,24,1,1982 +7,F,22.0,5214,-109.08281599999641,31.938113000000413,2437981,24,1,1982 +11,F,149.0,5215,-109.07930699999636,31.938056000000426,2439531,24,1,1982 +19,M,24.0,5216,-109.07791199999636,31.937438000000434,2437967,24,1,1982 +18,F,120.0,5217,-109.07863299999636,31.93712600000041,2439531,24,1,1982 +12,F,13.0,5218,-109.07851899999636,31.938203000000414,2437874,24,1,1982 +11,M,168.0,5219,-109.07930699999636,31.938056000000426,,24,1,1982 +12,M,48.0,5220,-109.07851899999636,31.938203000000414,2439521,24,1,1982 +20,,,5221,-109.08019099999642,31.93633400000045,2491757,24,1,1982 +12,F,44.0,5222,-109.07851899999636,31.938203000000414,2439521,24,1,1982 +24,,,5223,-109.07773599999636,31.938560000000447,2491757,24,1,1982 +11,F,46.0,5224,-109.07930699999636,31.938056000000426,2439521,24,1,1982 +12,M,7.0,5225,-109.07851899999636,31.938203000000414,2437874,24,1,1982 +24,F,21.0,5226,-109.07773599999636,31.938560000000447,2437981,24,1,1982 +11,M,51.0,5227,-109.07930699999636,31.938056000000426,2439521,24,1,1982 +24,F,30.0,5228,-109.07773599999636,31.938560000000447,2439521,24,1,1982 +20,M,11.0,5229,-109.08019099999642,31.93633400000045,2437874,24,1,1982 +12,,,5230,-109.07851899999636,31.938203000000414,2491757,24,1,1982 +19,M,12.0,5231,-109.07791199999636,31.937438000000434,2437874,24,1,1982 +22,M,133.0,5232,-109.07860199999635,31.93644100000042,2439531,24,1,1982 +9,F,44.0,5233,-109.08090299999638,31.93785900000039,2439541,24,1,1982 +9,F,151.0,5234,-109.08090299999638,31.93785900000039,2439531,24,1,1982 +10,M,20.0,5235,-109.08009099999636,31.938017000000425,2437967,24,1,1982 +11,M,44.0,5236,-109.07930699999636,31.938056000000426,2439521,24,1,1982 +10,F,19.0,5237,-109.08009099999636,31.938017000000425,2437967,24,1,1982 +12,M,48.0,5238,-109.07851899999636,31.938203000000414,2439521,24,1,1982 +1,M,39.0,5239,-109.08282899999641,31.938851000000387,2439521,24,1,1982 +1,M,45.0,5240,-109.08282899999641,31.938851000000387,2439541,24,1,1982 +10,M,10.0,5241,-109.08009099999636,31.938017000000425,2437874,24,1,1982 +11,F,,5242,-109.07930699999636,31.938056000000426,,24,1,1982 +11,F,14.0,5243,-109.07930699999636,31.938056000000426,2437874,24,1,1982 +20,F,190.0,5244,-109.08019099999642,31.93633400000045,2439531,24,1,1982 +19,,,5245,-109.07791199999636,31.937438000000434,2491757,24,1,1982 +21,M,11.0,5246,-109.07939799999636,31.936448000000453,2437874,24,1,1982 +24,M,10.0,5247,-109.07773599999636,31.938560000000447,2437874,24,1,1982 +18,F,27.0,5248,-109.07863299999636,31.93712600000041,2439521,24,1,1982 +21,,,5249,-109.07939799999636,31.936448000000453,2439566,24,1,1982 +12,M,33.0,5250,-109.07851899999636,31.938203000000414,2439521,24,1,1982 +9,F,39.0,5251,-109.08090299999638,31.93785900000039,2439521,24,1,1982 +21,M,6.0,5252,-109.07939799999636,31.936448000000453,2439566,24,1,1982 +20,F,38.0,5253,-109.08019099999642,31.93633400000045,2439521,24,1,1982 +24,F,58.0,5254,-109.07773599999636,31.938560000000447,2439541,24,1,1982 +11,M,25.0,5255,-109.07930699999636,31.938056000000426,2438516,24,1,1982 +24,M,46.0,5256,-109.07773599999636,31.938560000000447,2439521,24,1,1982 +12,,,5257,-109.07851899999636,31.938203000000414,2491757,24,1,1982 +11,M,23.0,5258,-109.07930699999636,31.938056000000426,2437981,24,1,1982 +24,M,42.0,5259,-109.07773599999636,31.938560000000447,2439541,24,1,1982 +22,M,41.0,5260,-109.07860199999635,31.93644100000042,2439521,24,1,1982 +11,F,56.0,5261,-109.07930699999636,31.938056000000426,2439521,24,1,1982 +11,F,25.0,5262,-109.07930699999636,31.938056000000426,2438516,24,1,1982 +19,F,24.0,5263,-109.07791199999636,31.937438000000434,2438516,24,1,1982 +18,F,38.0,5264,-109.07863299999636,31.93712600000041,2439521,24,1,1982 +21,F,10.0,5265,-109.07939799999636,31.936448000000453,2437874,24,1,1982 +11,M,45.0,5266,-109.07930699999636,31.938056000000426,2439521,24,1,1982 +18,F,195.0,5267,-109.07863299999636,31.93712600000041,,24,1,1982 +7,,,5268,-109.08281599999641,31.938113000000413,2491757,24,1,1982 +12,M,50.0,5269,-109.07851899999636,31.938203000000414,2439521,24,1,1982 +3,F,30.0,5270,-109.08120799999641,31.938896000000387,2437981,25,1,1982 +2,F,89.0,5271,-109.08197499999642,31.93888700000037,2439531,25,1,1982 +13,M,23.0,5272,-109.08261299999641,31.937028000000442,2438516,25,1,1982 +4,,,5273,-109.08040899999641,31.93889400000041,2439521,25,1,1982 +15,F,18.0,5274,-109.08103599999642,31.937059000000463,2437981,25,1,1982 +4,F,35.0,5275,-109.08040899999641,31.93889400000041,2439521,25,1,1982 +3,M,42.0,5276,-109.08120799999641,31.938896000000387,2438517,25,1,1982 +5,F,194.0,5277,-109.07960199999636,31.93897000000045,,25,1,1982 +13,M,56.0,5278,-109.08261299999641,31.937028000000442,2439521,25,1,1982 +14,M,44.0,5279,-109.08182699999641,31.937054000000447,2439521,25,1,1982 +16,M,23.0,5280,-109.08024399999636,31.93709400000041,2437981,25,1,1982 +3,M,7.0,5281,-109.08120799999641,31.938896000000387,2439566,25,1,1982 +13,M,24.0,5282,-109.08261299999641,31.937028000000442,2437981,25,1,1982 +2,M,82.0,5283,-109.08197499999642,31.93888700000037,2439531,25,1,1982 +5,F,54.0,5284,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +14,M,38.0,5285,-109.08182699999641,31.937054000000447,2439521,25,1,1982 +5,M,40.0,5286,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +14,F,38.0,5287,-109.08182699999641,31.937054000000447,2439521,25,1,1982 +5,F,42.0,5288,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +2,M,44.0,5289,-109.08197499999642,31.93888700000037,2439521,25,1,1982 +4,M,41.0,5290,-109.08040899999641,31.93889400000041,2439521,25,1,1982 +15,F,7.0,5291,-109.08103599999642,31.937059000000463,2439566,25,1,1982 +13,M,8.0,5292,-109.08261299999641,31.937028000000442,2439566,25,1,1982 +2,M,42.0,5293,-109.08197499999642,31.93888700000037,2438517,25,1,1982 +13,M,49.0,5294,-109.08261299999641,31.937028000000442,2439521,25,1,1982 +15,M,22.0,5295,-109.08103599999642,31.937059000000463,2437981,25,1,1982 +3,F,13.0,5296,-109.08120799999641,31.938896000000387,2437874,25,1,1982 +6,F,126.0,5297,-109.07883599999636,31.939078000000414,2439531,25,1,1982 +14,F,43.0,5298,-109.08182699999641,31.937054000000447,2438517,25,1,1982 +13,F,11.0,5299,-109.08261299999641,31.937028000000442,2439566,25,1,1982 +2,F,165.0,5300,-109.08197499999642,31.93888700000037,,25,1,1982 +3,F,7.0,5301,-109.08120799999641,31.938896000000387,2439566,25,1,1982 +2,M,23.0,5302,-109.08197499999642,31.93888700000037,2437981,25,1,1982 +2,,,5303,-109.08197499999642,31.93888700000037,2491757,25,1,1982 +5,M,56.0,5304,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +17,M,134.0,5305,-109.07941499999636,31.937117000000445,2439531,25,1,1982 +2,M,24.0,5306,-109.08197499999642,31.93888700000037,2438516,25,1,1982 +14,M,44.0,5307,-109.08182699999641,31.937054000000447,2438517,25,1,1982 +3,F,12.0,5308,-109.08120799999641,31.938896000000387,2437874,25,1,1982 +5,F,41.0,5309,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +14,M,40.0,5310,-109.08182699999641,31.937054000000447,2438517,25,1,1982 +2,,,5311,-109.08197499999642,31.93888700000037,2491757,25,1,1982 +5,F,46.0,5312,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +14,M,30.0,5313,-109.08182699999641,31.937054000000447,2438517,25,1,1982 +13,,,5314,-109.08261299999641,31.937028000000442,2491757,25,1,1982 +17,M,10.0,5315,-109.07941499999636,31.937117000000445,2437874,25,1,1982 +16,M,11.0,5316,-109.08024399999636,31.93709400000041,2437874,25,1,1982 +4,M,36.0,5317,-109.08040899999641,31.93889400000041,2439521,25,1,1982 +14,F,52.0,5318,-109.08182699999641,31.937054000000447,2439521,25,1,1982 +4,F,37.0,5319,-109.08040899999641,31.93889400000041,2439521,25,1,1982 +5,M,51.0,5320,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +13,M,54.0,5321,-109.08261299999641,31.937028000000442,2439521,25,1,1982 +2,,,5322,-109.08197499999642,31.93888700000037,2437981,25,1,1982 +2,M,22.0,5323,-109.08197499999642,31.93888700000037,2437981,25,1,1982 +16,F,29.0,5324,-109.08024399999636,31.93709400000041,2437981,25,1,1982 +5,M,46.0,5325,-109.07960199999636,31.93897000000045,2439521,25,1,1982 +6,M,22.0,5326,-109.07883599999636,31.939078000000414,2437981,25,1,1982 +8,,,5327,-109.08167999999641,31.937884000000402,,25,1,1982 +17,M,150.0,5328,-109.07941499999636,31.937117000000445,2439531,22,2,1982 +17,F,9.0,5329,-109.07941499999636,31.937117000000445,2437874,22,2,1982 +19,M,9.0,5330,-109.07791199999636,31.937438000000434,2437874,22,2,1982 +19,M,23.0,5331,-109.07791199999636,31.937438000000434,2437967,22,2,1982 +21,F,6.0,5332,-109.07939799999636,31.936448000000453,2439566,22,2,1982 +17,F,43.0,5333,-109.07941499999636,31.937117000000445,2439521,22,2,1982 +24,M,38.0,5334,-109.07773599999636,31.938560000000447,2439521,22,2,1982 +12,,,5335,-109.07851899999636,31.938203000000414,2439521,22,2,1982 +20,M,46.0,5336,-109.08019099999642,31.93633400000045,2439541,22,2,1982 +18,F,38.0,5337,-109.07863299999636,31.93712600000041,2439521,22,2,1982 +12,F,122.0,5338,-109.07851899999636,31.938203000000414,2439531,22,2,1982 +12,F,226.0,5339,-109.07851899999636,31.938203000000414,,22,2,1982 +18,M,22.0,5340,-109.07863299999636,31.93712600000041,2437981,22,2,1982 +24,F,32.0,5341,-109.07773599999636,31.938560000000447,2439521,22,2,1982 +22,M,130.0,5342,-109.07860199999635,31.93644100000042,2439531,22,2,1982 +12,F,13.0,5343,-109.07851899999636,31.938203000000414,2437874,22,2,1982 +24,F,21.0,5344,-109.07773599999636,31.938560000000447,2437981,22,2,1982 +18,M,100.0,5345,-109.07863299999636,31.93712600000041,,22,2,1982 +24,M,22.0,5346,-109.07773599999636,31.938560000000447,2437981,22,2,1982 +21,F,4.0,5347,-109.07939799999636,31.936448000000453,2439566,22,2,1982 +18,M,135.0,5348,-109.07863299999636,31.93712600000041,2439531,22,2,1982 +12,F,48.0,5349,-109.07851899999636,31.938203000000414,2439521,22,2,1982 +24,M,226.0,5350,-109.07773599999636,31.938560000000447,,22,2,1982 +21,M,22.0,5351,-109.07939799999636,31.936448000000453,2437967,22,2,1982 +19,F,24.0,5352,-109.07791199999636,31.937438000000434,2437981,22,2,1982 +21,F,,5353,-109.07939799999636,31.936448000000453,2437967,22,2,1982 +17,M,9.0,5354,-109.07941499999636,31.937117000000445,2437874,22,2,1982 +20,F,158.0,5355,-109.08019099999642,31.93633400000045,2439531,22,2,1982 +20,M,46.0,5356,-109.08019099999642,31.93633400000045,2439521,22,2,1982 +24,M,9.0,5357,-109.07773599999636,31.938560000000447,2437874,22,2,1982 +20,F,10.0,5358,-109.08019099999642,31.93633400000045,2437874,22,2,1982 +18,M,,5359,-109.07863299999636,31.93712600000041,2439521,22,2,1982 +20,M,10.0,5360,-109.08019099999642,31.93633400000045,2437874,22,2,1982 +21,M,8.0,5361,-109.07939799999636,31.936448000000453,2439566,22,2,1982 +22,M,38.0,5362,-109.07860199999635,31.93644100000042,2439521,22,2,1982 +21,F,8.0,5363,-109.07939799999636,31.936448000000453,2439566,22,2,1982 +17,M,49.0,5364,-109.07941499999636,31.937117000000445,2439521,22,2,1982 +24,M,48.0,5365,-109.07773599999636,31.938560000000447,2439541,22,2,1982 +22,M,154.0,5366,-109.07860199999635,31.93644100000042,2439531,22,2,1982 +24,M,45.0,5367,-109.07773599999636,31.938560000000447,2439541,22,2,1982 +12,M,47.0,5368,-109.07851899999636,31.938203000000414,2439521,22,2,1982 +12,M,51.0,5369,-109.07851899999636,31.938203000000414,2439521,22,2,1982 +22,M,80.0,5370,-109.07860199999635,31.93644100000042,2439531,22,2,1982 +12,M,39.0,5371,-109.07851899999636,31.938203000000414,2439521,22,2,1982 +20,F,26.0,5372,-109.08019099999642,31.93633400000045,2437981,22,2,1982 +20,F,43.0,5373,-109.08019099999642,31.93633400000045,2439521,22,2,1982 +18,F,88.0,5374,-109.07863299999636,31.93712600000041,,22,2,1982 +17,M,11.0,5375,-109.07941499999636,31.937117000000445,2437874,22,2,1982 +21,F,7.0,5376,-109.07939799999636,31.936448000000453,2439566,22,2,1982 +19,F,10.0,5377,-109.07791199999636,31.937438000000434,2437874,22,2,1982 +19,F,8.0,5378,-109.07791199999636,31.937438000000434,2437874,22,2,1982 +18,M,11.0,5379,-109.07863299999636,31.93712600000041,2437874,22,2,1982 +19,M,12.0,5380,-109.07791199999636,31.937438000000434,2437874,22,2,1982 +17,M,11.0,5381,-109.07941499999636,31.937117000000445,2437874,22,2,1982 +22,M,41.0,5382,-109.07860199999635,31.93644100000042,2439521,22,2,1982 +19,M,10.0,5383,-109.07791199999636,31.937438000000434,2437874,22,2,1982 +12,F,46.0,5384,-109.07851899999636,31.938203000000414,2439521,22,2,1982 +24,F,11.0,5385,-109.07773599999636,31.938560000000447,2437874,22,2,1982 +5,F,42.0,5386,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +3,F,19.0,5387,-109.08120799999641,31.938896000000387,2437981,23,2,1982 +13,,,5388,-109.08261299999641,31.937028000000442,2491757,23,2,1982 +11,M,46.0,5389,-109.07930699999636,31.938056000000426,2439521,23,2,1982 +3,F,145.0,5390,-109.08120799999641,31.938896000000387,,23,2,1982 +13,M,8.0,5391,-109.08261299999641,31.937028000000442,2439566,23,2,1982 +4,M,41.0,5392,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +14,M,42.0,5393,-109.08182699999641,31.937054000000447,2439521,23,2,1982 +4,F,41.0,5394,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +11,F,108.0,5395,-109.07930699999636,31.938056000000426,2439531,23,2,1982 +11,F,13.0,5396,-109.07930699999636,31.938056000000426,2437874,23,2,1982 +14,F,43.0,5397,-109.08182699999641,31.937054000000447,2439521,23,2,1982 +3,M,8.0,5398,-109.08120799999641,31.938896000000387,2439566,23,2,1982 +15,M,7.0,5399,-109.08103599999642,31.937059000000463,2439566,23,2,1982 +14,M,38.0,5400,-109.08182699999641,31.937054000000447,2438517,23,2,1982 +5,F,248.0,5401,-109.07960199999636,31.93897000000045,,23,2,1982 +11,M,198.0,5402,-109.07930699999636,31.938056000000426,,23,2,1982 +6,M,11.0,5403,-109.07883599999636,31.939078000000414,2437874,23,2,1982 +3,M,211.0,5404,-109.08120799999641,31.938896000000387,,23,2,1982 +15,M,21.0,5405,-109.08103599999642,31.937059000000463,2437981,23,2,1982 +4,M,47.0,5406,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +15,F,23.0,5407,-109.08103599999642,31.937059000000463,2437981,23,2,1982 +14,M,46.0,5408,-109.08182699999641,31.937054000000447,2439521,23,2,1982 +5,M,45.0,5409,-109.07960199999636,31.93897000000045,2438517,23,2,1982 +3,M,9.0,5410,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +4,M,9.0,5411,-109.08040899999641,31.93889400000041,2437874,23,2,1982 +13,M,35.0,5412,-109.08261299999641,31.937028000000442,2439541,23,2,1982 +5,F,36.0,5413,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +6,F,133.0,5414,-109.07883599999636,31.939078000000414,2439531,23,2,1982 +14,M,49.0,5415,-109.08182699999641,31.937054000000447,2439521,23,2,1982 +6,M,56.0,5416,-109.07883599999636,31.939078000000414,2439541,23,2,1982 +11,M,43.0,5417,-109.07930699999636,31.938056000000426,2439521,23,2,1982 +3,F,10.0,5418,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +4,M,49.0,5419,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +13,M,48.0,5420,-109.08261299999641,31.937028000000442,2439521,23,2,1982 +14,M,56.0,5421,-109.08182699999641,31.937054000000447,2439521,23,2,1982 +13,F,,5422,-109.08261299999641,31.937028000000442,2439521,23,2,1982 +4,M,44.0,5423,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +11,F,11.0,5424,-109.07930699999636,31.938056000000426,2437874,23,2,1982 +3,M,7.0,5425,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +5,F,39.0,5426,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +4,M,128.0,5427,-109.08040899999641,31.93889400000041,2439531,23,2,1982 +14,F,46.0,5428,-109.08182699999641,31.937054000000447,2439521,23,2,1982 +6,M,107.0,5429,-109.07883599999636,31.939078000000414,2439531,23,2,1982 +14,M,21.0,5430,-109.08182699999641,31.937054000000447,2437981,23,2,1982 +13,F,6.0,5431,-109.08261299999641,31.937028000000442,2439566,23,2,1982 +11,M,10.0,5432,-109.07930699999636,31.938056000000426,2437874,23,2,1982 +6,M,76.0,5433,-109.07883599999636,31.939078000000414,2439531,23,2,1982 +3,M,10.0,5434,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +14,M,36.0,5435,-109.08182699999641,31.937054000000447,2438517,23,2,1982 +3,F,8.0,5436,-109.08120799999641,31.938896000000387,2439566,23,2,1982 +4,F,26.0,5437,-109.08040899999641,31.93889400000041,2438517,23,2,1982 +15,M,11.0,5438,-109.08103599999642,31.937059000000463,2437874,23,2,1982 +5,F,41.0,5439,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +3,F,15.0,5440,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +15,M,9.0,5441,-109.08103599999642,31.937059000000463,2437874,23,2,1982 +4,M,,5442,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +13,M,138.0,5443,-109.08261299999641,31.937028000000442,2439531,23,2,1982 +14,M,54.0,5444,-109.08182699999641,31.937054000000447,2439521,23,2,1982 +5,M,51.0,5445,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +4,M,44.0,5446,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +11,F,44.0,5447,-109.07930699999636,31.938056000000426,2439521,23,2,1982 +3,F,13.0,5448,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +3,F,7.0,5449,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +11,M,51.0,5450,-109.07930699999636,31.938056000000426,2439521,23,2,1982 +5,M,54.0,5451,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +4,M,41.0,5452,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +14,M,76.0,5453,-109.08182699999641,31.937054000000447,2439531,23,2,1982 +5,F,49.0,5454,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +3,M,11.0,5455,-109.08120799999641,31.938896000000387,2437874,23,2,1982 +11,F,24.0,5456,-109.07930699999636,31.938056000000426,2438516,23,2,1982 +14,F,36.0,5457,-109.08182699999641,31.937054000000447,2438517,23,2,1982 +4,F,41.0,5458,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +5,M,235.0,5459,-109.07960199999636,31.93897000000045,,23,2,1982 +4,M,52.0,5460,-109.08040899999641,31.93889400000041,2439521,23,2,1982 +11,M,45.0,5461,-109.07930699999636,31.938056000000426,2439521,23,2,1982 +11,M,45.0,5462,-109.07930699999636,31.938056000000426,2439521,23,2,1982 +5,M,46.0,5463,-109.07960199999636,31.93897000000045,2439521,23,2,1982 +4,F,,5464,-109.08040899999641,31.93889400000041,2439531,23,2,1982 +11,M,27.0,5465,-109.07930699999636,31.938056000000426,2438516,23,2,1982 +6,M,22.0,5466,-109.07883599999636,31.939078000000414,2437981,23,2,1982 +1,M,8.0,5467,-109.08282899999641,31.938851000000387,2437874,24,2,1982 +2,F,93.0,5468,-109.08197499999642,31.93888700000037,2439531,24,2,1982 +7,F,19.0,5469,-109.08281599999641,31.938113000000413,2437981,24,2,1982 +1,M,9.0,5470,-109.08282899999641,31.938851000000387,2437874,24,2,1982 +8,M,133.0,5471,-109.08167999999641,31.937884000000402,2439531,24,2,1982 +2,M,102.0,5472,-109.08197499999642,31.93888700000037,2439531,24,2,1982 +2,F,160.0,5473,-109.08197499999642,31.93888700000037,2439531,24,2,1982 +16,M,20.0,5474,-109.08024399999636,31.93709400000041,2437981,24,2,1982 +2,M,54.0,5475,-109.08197499999642,31.93888700000037,2439531,24,2,1982 +2,F,59.0,5476,-109.08197499999642,31.93888700000037,2439541,24,2,1982 +1,M,160.0,5477,-109.08282899999641,31.938851000000387,2439531,24,2,1982 +2,F,8.0,5478,-109.08197499999642,31.93888700000037,2437874,24,2,1982 +1,M,,5479,-109.08282899999641,31.938851000000387,2439541,24,2,1982 +9,F,132.0,5480,-109.08090299999638,31.93785900000039,2439531,24,2,1982 +16,M,21.0,5481,-109.08024399999636,31.93709400000041,2437981,24,2,1982 +9,M,44.0,5482,-109.08090299999638,31.93785900000039,2439521,24,2,1982 +8,M,51.0,5483,-109.08167999999641,31.937884000000402,2439541,24,2,1982 +2,M,44.0,5484,-109.08197499999642,31.93888700000037,2439521,24,2,1982 +2,F,17.0,5485,-109.08197499999642,31.93888700000037,2437981,24,2,1982 +2,M,202.0,5486,-109.08197499999642,31.93888700000037,,24,2,1982 +8,M,137.0,5487,-109.08167999999641,31.937884000000402,2439531,24,2,1982 +2,M,23.0,5488,-109.08197499999642,31.93888700000037,2437981,24,2,1982 +2,,,5489,-109.08197499999642,31.93888700000037,2491757,24,2,1982 +2,M,9.0,5490,-109.08197499999642,31.93888700000037,2437874,24,2,1982 +2,F,20.0,5491,-109.08197499999642,31.93888700000037,2437981,24,2,1982 +9,F,59.0,5492,-109.08090299999638,31.93785900000039,2439531,24,2,1982 +8,F,52.0,5493,-109.08167999999641,31.937884000000402,2439541,24,2,1982 +2,M,23.0,5494,-109.08197499999642,31.93888700000037,2437981,24,2,1982 +1,M,155.0,5495,-109.08282899999641,31.938851000000387,2439531,24,2,1982 +1,M,46.0,5496,-109.08282899999641,31.938851000000387,2438517,24,2,1982 +2,,,5497,-109.08197499999642,31.93888700000037,2491757,24,2,1982 +1,M,47.0,5498,-109.08282899999641,31.938851000000387,2439521,24,2,1982 +9,M,10.0,5499,-109.08090299999638,31.93785900000039,2437874,24,2,1982 +1,M,49.0,5500,-109.08282899999641,31.938851000000387,2439521,24,2,1982 +9,F,130.0,5501,-109.08090299999638,31.93785900000039,2439531,24,2,1982 +1,F,34.0,5502,-109.08282899999641,31.938851000000387,2438516,24,2,1982 +2,M,9.0,5503,-109.08197499999642,31.93888700000037,2437874,24,2,1982 +1,F,36.0,5504,-109.08282899999641,31.938851000000387,2438517,24,2,1982 +1,M,41.0,5505,-109.08282899999641,31.938851000000387,2439521,24,2,1982 +10,,,5506,-109.08009099999636,31.938017000000425,,24,2,1982 +23,,,5507,-109.07783799999636,31.93676300000042,,24,2,1982 +11,M,32.0,5508,-109.07930699999636,31.938056000000426,2438517,29,3,1982 +22,M,22.0,5509,-109.07860199999635,31.93644100000042,2437981,29,3,1982 +21,M,11.0,5510,-109.07939799999636,31.936448000000453,2437874,29,3,1982 +2,F,43.0,5511,-109.08197499999642,31.93888700000037,2438517,29,3,1982 +24,F,37.0,5512,-109.07773599999636,31.938560000000447,2439541,29,3,1982 +11,F,106.0,5513,-109.07930699999636,31.938056000000426,2439531,29,3,1982 +21,M,7.0,5514,-109.07939799999636,31.936448000000453,2439566,29,3,1982 +2,F,142.0,5515,-109.08197499999642,31.93888700000037,2439531,29,3,1982 +24,M,39.0,5516,-109.07773599999636,31.938560000000447,2439521,29,3,1982 +18,M,40.0,5517,-109.07863299999636,31.93712600000041,2439521,29,3,1982 +20,F,164.0,5518,-109.08019099999642,31.93633400000045,,29,3,1982 +12,F,116.0,5519,-109.07851899999636,31.938203000000414,2439531,29,3,1982 +8,F,24.0,5520,-109.08167999999641,31.937884000000402,2438516,29,3,1982 +21,F,10.0,5521,-109.07939799999636,31.936448000000453,2437874,29,3,1982 +20,M,46.0,5522,-109.08019099999642,31.93633400000045,2439521,29,3,1982 +24,F,12.0,5523,-109.07773599999636,31.938560000000447,2437874,29,3,1982 +2,M,94.0,5524,-109.08197499999642,31.93888700000037,2439531,29,3,1982 +23,F,9.0,5525,-109.07783799999636,31.93676300000042,2437874,29,3,1982 +21,M,11.0,5526,-109.07939799999636,31.936448000000453,2437874,29,3,1982 +20,F,10.0,5527,-109.08019099999642,31.93633400000045,2437874,29,3,1982 +12,M,9.0,5528,-109.07851899999636,31.938203000000414,2437874,29,3,1982 +24,M,18.0,5529,-109.07773599999636,31.938560000000447,2437967,29,3,1982 +23,,,5530,-109.07783799999636,31.93676300000042,2436910,29,3,1982 +21,F,12.0,5531,-109.07939799999636,31.936448000000453,2437874,29,3,1982 +12,F,44.0,5532,-109.07851899999636,31.938203000000414,2439521,29,3,1982 +2,M,151.0,5533,-109.08197499999642,31.93888700000037,2439531,29,3,1982 +12,M,48.0,5534,-109.07851899999636,31.938203000000414,2439521,29,3,1982 +24,F,22.0,5535,-109.07773599999636,31.938560000000447,2437981,29,3,1982 +18,,,5536,-109.07863299999636,31.93712600000041,2491757,29,3,1982 +21,M,10.0,5537,-109.07939799999636,31.936448000000453,2437874,29,3,1982 +22,F,24.0,5538,-109.07860199999635,31.93644100000042,2437981,29,3,1982 +19,M,22.0,5539,-109.07791199999636,31.937438000000434,2437967,29,3,1982 +18,F,143.0,5540,-109.07863299999636,31.93712600000041,2439531,29,3,1982 +21,F,6.0,5541,-109.07939799999636,31.936448000000453,2439566,29,3,1982 +21,,,5542,-109.07939799999636,31.936448000000453,2437300,29,3,1982 +19,M,9.0,5543,-109.07791199999636,31.937438000000434,2437874,29,3,1982 +19,M,9.0,5544,-109.07791199999636,31.937438000000434,2437874,29,3,1982 +2,F,23.0,5545,-109.08197499999642,31.93888700000037,2437981,29,3,1982 +18,M,11.0,5546,-109.07863299999636,31.93712600000041,2437874,29,3,1982 +21,F,9.0,5547,-109.07939799999636,31.936448000000453,2439566,29,3,1982 +24,M,22.0,5548,-109.07773599999636,31.938560000000447,2437981,29,3,1982 +24,M,49.0,5549,-109.07773599999636,31.938560000000447,2439541,29,3,1982 +11,M,46.0,5550,-109.07930699999636,31.938056000000426,2439521,29,3,1982 +23,,,5551,-109.07783799999636,31.93676300000042,2436910,29,3,1982 +12,F,11.0,5552,-109.07851899999636,31.938203000000414,2437874,29,3,1982 +11,M,212.0,5553,-109.07930699999636,31.938056000000426,,29,3,1982 +18,M,39.0,5554,-109.07863299999636,31.93712600000041,2438517,29,3,1982 +12,M,45.0,5555,-109.07851899999636,31.938203000000414,2439521,29,3,1982 +24,M,47.0,5556,-109.07773599999636,31.938560000000447,2439521,29,3,1982 +21,M,7.0,5557,-109.07939799999636,31.936448000000453,2439566,29,3,1982 +12,M,49.0,5558,-109.07851899999636,31.938203000000414,2439521,29,3,1982 +2,M,211.0,5559,-109.08197499999642,31.93888700000037,,29,3,1982 +8,M,136.0,5560,-109.08167999999641,31.937884000000402,2439531,29,3,1982 +23,F,24.0,5561,-109.07783799999636,31.93676300000042,2437981,29,3,1982 +24,M,10.0,5562,-109.07773599999636,31.938560000000447,2437874,29,3,1982 +2,M,23.0,5563,-109.08197499999642,31.93888700000037,2437981,29,3,1982 +11,F,45.0,5564,-109.07930699999636,31.938056000000426,2439521,29,3,1982 +2,M,10.0,5565,-109.08197499999642,31.93888700000037,2437874,29,3,1982 +10,F,14.0,5566,-109.08009099999636,31.938017000000425,2437874,29,3,1982 +2,F,10.0,5567,-109.08197499999642,31.93888700000037,2437874,29,3,1982 +10,M,10.0,5568,-109.08009099999636,31.938017000000425,2437967,29,3,1982 +18,,,5569,-109.07863299999636,31.93712600000041,2436910,29,3,1982 +21,F,8.0,5570,-109.07939799999636,31.936448000000453,2439566,29,3,1982 +12,F,46.0,5571,-109.07851899999636,31.938203000000414,2439521,29,3,1982 +8,M,52.0,5572,-109.08167999999641,31.937884000000402,2439541,29,3,1982 +22,M,48.0,5573,-109.07860199999635,31.93644100000042,2439521,29,3,1982 +19,M,12.0,5574,-109.07791199999636,31.937438000000434,2437967,29,3,1982 +8,F,53.0,5575,-109.08167999999641,31.937884000000402,2439541,29,3,1982 +20,F,42.0,5576,-109.08019099999642,31.93633400000045,2439521,29,3,1982 +19,M,18.0,5577,-109.07791199999636,31.937438000000434,2437967,29,3,1982 +10,F,12.0,5578,-109.08009099999636,31.938017000000425,2437967,29,3,1982 +19,M,8.0,5579,-109.07791199999636,31.937438000000434,2437874,29,3,1982 +18,M,17.0,5580,-109.07863299999636,31.93712600000041,2437967,29,3,1982 +23,F,12.0,5581,-109.07783799999636,31.93676300000042,2437874,29,3,1982 +19,M,11.0,5582,-109.07791199999636,31.937438000000434,2437967,29,3,1982 +10,M,11.0,5583,-109.08009099999636,31.938017000000425,2437874,29,3,1982 +2,M,120.0,5584,-109.08197499999642,31.93888700000037,,29,3,1982 +11,M,21.0,5585,-109.07930699999636,31.938056000000426,2439521,29,3,1982 +2,F,63.0,5586,-109.08197499999642,31.93888700000037,2439541,29,3,1982 +21,M,6.0,5587,-109.07939799999636,31.936448000000453,2439566,29,3,1982 +20,M,73.0,5588,-109.08019099999642,31.93633400000045,2439531,29,3,1982 +21,M,8.0,5589,-109.07939799999636,31.936448000000453,2439566,29,3,1982 +18,F,46.0,5590,-109.07863299999636,31.93712600000041,2439521,29,3,1982 +11,M,43.0,5591,-109.07930699999636,31.938056000000426,2439521,29,3,1982 +18,F,12.0,5592,-109.07863299999636,31.93712600000041,2437874,29,3,1982 +12,F,38.0,5593,-109.07851899999636,31.938203000000414,2439521,29,3,1982 +23,M,11.0,5594,-109.07783799999636,31.93676300000042,2437874,29,3,1982 +20,F,154.0,5595,-109.08019099999642,31.93633400000045,2439531,29,3,1982 +16,M,10.0,5596,-109.08024399999636,31.93709400000041,2437874,30,3,1982 +7,F,27.0,5597,-109.08281599999641,31.938113000000413,2437967,30,3,1982 +1,M,18.0,5598,-109.08282899999641,31.938851000000387,2439591,30,3,1982 +5,F,44.0,5599,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +6,F,40.0,5600,-109.07883599999636,31.939078000000414,2439521,30,3,1982 +16,,,5601,-109.08024399999636,31.93709400000041,2437981,30,3,1982 +7,F,21.0,5602,-109.08281599999641,31.938113000000413,2437981,30,3,1982 +5,M,53.0,5603,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +7,M,11.0,5604,-109.08281599999641,31.938113000000413,2437874,30,3,1982 +5,F,40.0,5605,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +6,F,160.0,5606,-109.07883599999636,31.939078000000414,2439531,30,3,1982 +4,M,42.0,5607,-109.08040899999641,31.93889400000041,2439521,30,3,1982 +5,F,190.0,5608,-109.07960199999636,31.93897000000045,,30,3,1982 +13,M,37.0,5609,-109.08261299999641,31.937028000000442,2439541,30,3,1982 +6,F,48.0,5610,-109.07883599999636,31.939078000000414,2439541,30,3,1982 +17,F,54.0,5611,-109.07941499999636,31.937117000000445,2439521,30,3,1982 +1,F,54.0,5612,-109.08282899999641,31.938851000000387,2439541,30,3,1982 +3,F,103.0,5613,-109.08120799999641,31.938896000000387,,30,3,1982 +1,M,44.0,5614,-109.08282899999641,31.938851000000387,2439521,30,3,1982 +4,F,6.0,5615,-109.08040899999641,31.93889400000041,2439566,30,3,1982 +4,M,46.0,5616,-109.08040899999641,31.93889400000041,2439521,30,3,1982 +5,M,26.0,5617,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +6,M,45.0,5618,-109.07883599999636,31.939078000000414,2439521,30,3,1982 +15,F,9.0,5619,-109.08103599999642,31.937059000000463,2439566,30,3,1982 +14,M,41.0,5620,-109.08182699999641,31.937054000000447,2439521,30,3,1982 +6,M,57.0,5621,-109.07883599999636,31.939078000000414,2439521,30,3,1982 +9,M,88.0,5622,-109.08090299999638,31.93785900000039,2439531,30,3,1982 +5,F,38.0,5623,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +9,F,123.0,5624,-109.08090299999638,31.93785900000039,2439531,30,3,1982 +1,F,90.0,5625,-109.08282899999641,31.938851000000387,2439531,30,3,1982 +4,M,50.0,5626,-109.08040899999641,31.93889400000041,2439521,30,3,1982 +6,M,26.0,5627,-109.07883599999636,31.939078000000414,2438516,30,3,1982 +17,F,31.0,5628,-109.07941499999636,31.937117000000445,2438516,30,3,1982 +14,F,48.0,5629,-109.08182699999641,31.937054000000447,2439521,30,3,1982 +6,M,129.0,5630,-109.07883599999636,31.939078000000414,2439531,30,3,1982 +14,M,22.0,5631,-109.08182699999641,31.937054000000447,2437981,30,3,1982 +6,F,48.0,5632,-109.07883599999636,31.939078000000414,2439521,30,3,1982 +1,F,109.0,5633,-109.08282899999641,31.938851000000387,,30,3,1982 +4,M,44.0,5634,-109.08040899999641,31.93889400000041,2439521,30,3,1982 +5,F,76.0,5635,-109.07960199999636,31.93897000000045,2439531,30,3,1982 +6,M,101.0,5636,-109.07883599999636,31.939078000000414,2439531,30,3,1982 +6,F,39.0,5637,-109.07883599999636,31.939078000000414,2438517,30,3,1982 +15,F,34.0,5638,-109.08103599999642,31.937059000000463,2437967,30,3,1982 +3,F,32.0,5639,-109.08120799999641,31.938896000000387,2438517,30,3,1982 +14,M,106.0,5640,-109.08182699999641,31.937054000000447,2439531,30,3,1982 +1,M,159.0,5641,-109.08282899999641,31.938851000000387,2439531,30,3,1982 +3,F,14.0,5642,-109.08120799999641,31.938896000000387,2437874,30,3,1982 +13,M,48.0,5643,-109.08261299999641,31.937028000000442,2439521,30,3,1982 +9,,,5644,-109.08090299999638,31.93785900000039,2491757,30,3,1982 +3,M,10.0,5645,-109.08120799999641,31.938896000000387,2437874,30,3,1982 +17,M,10.0,5646,-109.07941499999636,31.937117000000445,2437874,30,3,1982 +16,M,9.0,5647,-109.08024399999636,31.93709400000041,2437874,30,3,1982 +1,M,55.0,5648,-109.08282899999641,31.938851000000387,2439541,30,3,1982 +5,M,26.0,5649,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +9,M,91.0,5650,-109.08090299999638,31.93785900000039,2439531,30,3,1982 +3,F,8.0,5651,-109.08120799999641,31.938896000000387,2439566,30,3,1982 +6,M,20.0,5652,-109.07883599999636,31.939078000000414,2439591,30,3,1982 +14,M,54.0,5653,-109.08182699999641,31.937054000000447,2439521,30,3,1982 +1,M,12.0,5654,-109.08282899999641,31.938851000000387,2437874,30,3,1982 +17,M,28.0,5655,-109.07941499999636,31.937117000000445,2438516,30,3,1982 +15,,,5656,-109.08103599999642,31.937059000000463,2436910,30,3,1982 +16,F,12.0,5657,-109.08024399999636,31.93709400000041,2437874,30,3,1982 +17,F,28.0,5658,-109.07941499999636,31.937117000000445,2437967,30,3,1982 +4,F,42.0,5659,-109.08040899999641,31.93889400000041,2439521,30,3,1982 +17,M,140.0,5660,-109.07941499999636,31.937117000000445,2439531,30,3,1982 +15,M,9.0,5661,-109.08103599999642,31.937059000000463,2437874,30,3,1982 +9,M,85.0,5662,-109.08090299999638,31.93785900000039,2439531,30,3,1982 +5,M,45.0,5663,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +13,M,138.0,5664,-109.08261299999641,31.937028000000442,2439531,30,3,1982 +5,M,48.0,5665,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +16,F,11.0,5666,-109.08024399999636,31.93709400000041,2437874,30,3,1982 +17,M,10.0,5667,-109.07941499999636,31.937117000000445,2437874,30,3,1982 +5,F,53.0,5668,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +6,M,51.0,5669,-109.07883599999636,31.939078000000414,2439521,30,3,1982 +1,M,46.0,5670,-109.08282899999641,31.938851000000387,2439521,30,3,1982 +5,F,26.0,5671,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +9,M,76.0,5672,-109.08090299999638,31.93785900000039,2439531,30,3,1982 +1,M,23.0,5673,-109.08282899999641,31.938851000000387,2438516,30,3,1982 +5,M,44.0,5674,-109.07960199999636,31.93897000000045,2439521,30,3,1982 +14,M,51.0,5675,-109.08182699999641,31.937054000000447,2439521,30,3,1982 +9,F,140.0,5676,-109.08090299999638,31.93785900000039,2439531,30,3,1982 +3,M,6.0,5677,-109.08120799999641,31.938896000000387,2437874,30,3,1982 +4,F,90.0,5678,-109.08040899999641,31.93889400000041,2439531,30,3,1982 +6,F,52.0,5679,-109.07883599999636,31.939078000000414,2439521,30,3,1982 +6,F,21.0,5680,-109.07883599999636,31.939078000000414,2437981,30,3,1982 +17,F,59.0,5681,-109.07941499999636,31.937117000000445,2439541,30,3,1982 +14,F,45.0,5682,-109.08182699999641,31.937054000000447,2439521,30,3,1982 +10,M,17.0,5683,-109.08009099999636,31.938017000000425,2437967,28,4,1982 +11,M,38.0,5684,-109.07930699999636,31.938056000000426,2438517,28,4,1982 +24,M,29.0,5685,-109.07773599999636,31.938560000000447,2438516,28,4,1982 +23,M,9.0,5686,-109.07783799999636,31.93676300000042,2437874,28,4,1982 +11,M,56.0,5687,-109.07930699999636,31.938056000000426,2439531,28,4,1982 +19,,,5688,-109.07791199999636,31.937438000000434,2491757,28,4,1982 +10,F,13.0,5689,-109.08009099999636,31.938017000000425,2437967,28,4,1982 +23,,,5690,-109.07783799999636,31.93676300000042,2436910,28,4,1982 +20,F,51.0,5691,-109.08019099999642,31.93633400000045,2439521,28,4,1982 +11,F,16.0,5692,-109.07930699999636,31.938056000000426,2439591,28,4,1982 +22,M,21.0,5693,-109.07860199999635,31.93644100000042,2437981,28,4,1982 +19,M,9.0,5694,-109.07791199999636,31.937438000000434,2437874,28,4,1982 +18,M,128.0,5695,-109.07863299999636,31.93712600000041,2439531,28,4,1982 +11,,,5696,-109.07930699999636,31.938056000000426,2437300,28,4,1982 +24,M,20.0,5697,-109.07773599999636,31.938560000000447,2437981,28,4,1982 +17,M,17.0,5698,-109.07941499999636,31.937117000000445,2437967,28,4,1982 +22,M,41.0,5699,-109.07860199999635,31.93644100000042,2439521,28,4,1982 +20,M,44.0,5700,-109.08019099999642,31.93633400000045,2439521,28,4,1982 +13,F,41.0,5701,-109.08261299999641,31.937028000000442,2439541,28,4,1982 +12,M,114.0,5702,-109.07851899999636,31.938203000000414,2439531,28,4,1982 +12,F,217.0,5703,-109.07851899999636,31.938203000000414,,28,4,1982 +24,M,51.0,5704,-109.07773599999636,31.938560000000447,2439541,28,4,1982 +18,M,94.0,5705,-109.07863299999636,31.93712600000041,2439531,28,4,1982 +11,F,102.0,5706,-109.07930699999636,31.938056000000426,2439531,28,4,1982 +12,F,13.0,5707,-109.07851899999636,31.938203000000414,2439591,28,4,1982 +18,F,,5708,-109.07863299999636,31.93712600000041,2439531,28,4,1982 +22,M,130.0,5709,-109.07860199999635,31.93644100000042,2439531,28,4,1982 +21,F,9.0,5710,-109.07939799999636,31.936448000000453,2439566,28,4,1982 +20,F,41.0,5711,-109.08019099999642,31.93633400000045,2439521,28,4,1982 +12,F,41.0,5712,-109.07851899999636,31.938203000000414,2439521,28,4,1982 +24,F,11.0,5713,-109.07773599999636,31.938560000000447,2437981,28,4,1982 +23,F,10.0,5714,-109.07783799999636,31.93676300000042,2437874,28,4,1982 +24,M,41.0,5715,-109.07773599999636,31.938560000000447,2439521,28,4,1982 +10,F,32.0,5716,-109.08009099999636,31.938017000000425,2437967,28,4,1982 +11,M,45.0,5717,-109.07930699999636,31.938056000000426,2439521,28,4,1982 +24,F,11.0,5718,-109.07773599999636,31.938560000000447,2437981,28,4,1982 +21,M,8.0,5719,-109.07939799999636,31.936448000000453,2439566,28,4,1982 +12,M,46.0,5720,-109.07851899999636,31.938203000000414,2439521,28,4,1982 +22,F,116.0,5721,-109.07860199999635,31.93644100000042,2439531,28,4,1982 +24,M,26.0,5722,-109.07773599999636,31.938560000000447,2437981,28,4,1982 +17,F,59.0,5723,-109.07941499999636,31.937117000000445,2439541,28,4,1982 +12,M,11.0,5724,-109.07851899999636,31.938203000000414,2437874,28,4,1982 +24,F,21.0,5725,-109.07773599999636,31.938560000000447,2437981,28,4,1982 +22,M,87.0,5726,-109.07860199999635,31.93644100000042,2439531,28,4,1982 +18,F,46.0,5727,-109.07863299999636,31.93712600000041,2439521,28,4,1982 +18,M,42.0,5728,-109.07863299999636,31.93712600000041,2439521,28,4,1982 +17,F,36.0,5729,-109.07941499999636,31.937117000000445,2439541,28,4,1982 +11,F,42.0,5730,-109.07930699999636,31.938056000000426,2439521,28,4,1982 +20,M,,5731,-109.08019099999642,31.93633400000045,2439531,28,4,1982 +19,M,19.0,5732,-109.07791199999636,31.937438000000434,2437967,28,4,1982 +23,,,5733,-109.07783799999636,31.93676300000042,2436910,28,4,1982 +12,M,47.0,5734,-109.07851899999636,31.938203000000414,2439521,28,4,1982 +18,M,11.0,5735,-109.07863299999636,31.93712600000041,2437874,28,4,1982 +17,M,27.0,5736,-109.07941499999636,31.937117000000445,2438516,28,4,1982 +22,F,,5737,-109.07860199999635,31.93644100000042,2439531,28,4,1982 +17,M,50.0,5738,-109.07941499999636,31.937117000000445,2439521,28,4,1982 +13,M,110.0,5739,-109.08261299999641,31.937028000000442,2439531,28,4,1982 +19,F,24.0,5740,-109.07791199999636,31.937438000000434,2437981,28,4,1982 +17,F,146.0,5741,-109.07941499999636,31.937117000000445,,28,4,1982 +20,,,5742,-109.08019099999642,31.93633400000045,2491757,28,4,1982 +12,F,19.0,5743,-109.07851899999636,31.938203000000414,2437967,28,4,1982 +20,M,54.0,5744,-109.08019099999642,31.93633400000045,2439531,28,4,1982 +10,F,10.0,5745,-109.08009099999636,31.938017000000425,2437874,28,4,1982 +12,M,48.0,5746,-109.07851899999636,31.938203000000414,2439521,28,4,1982 +12,F,44.0,5747,-109.07851899999636,31.938203000000414,2439521,28,4,1982 +17,F,26.0,5748,-109.07941499999636,31.937117000000445,2437981,28,4,1982 +24,F,44.0,5749,-109.07773599999636,31.938560000000447,2439541,28,4,1982 +13,F,43.0,5750,-109.08261299999641,31.937028000000442,2439521,28,4,1982 +23,F,9.0,5751,-109.07783799999636,31.93676300000042,2437874,28,4,1982 +20,M,49.0,5752,-109.08019099999642,31.93633400000045,2439541,28,4,1982 +12,M,51.0,5753,-109.07851899999636,31.938203000000414,2439521,28,4,1982 +20,M,46.0,5754,-109.08019099999642,31.93633400000045,2439521,28,4,1982 +23,,,5755,-109.07783799999636,31.93676300000042,2436910,28,4,1982 +20,,,5756,-109.08019099999642,31.93633400000045,2439531,28,4,1982 +11,M,44.0,5757,-109.07930699999636,31.938056000000426,2439521,28,4,1982 +12,F,42.0,5758,-109.07851899999636,31.938203000000414,2439521,28,4,1982 +19,M,5.0,5759,-109.07791199999636,31.937438000000434,2437874,28,4,1982 +23,,,5760,-109.07783799999636,31.93676300000042,2491757,28,4,1982 +22,F,129.0,5761,-109.07860199999635,31.93644100000042,2439531,28,4,1982 +20,F,19.0,5762,-109.08019099999642,31.93633400000045,2439591,28,4,1982 +13,M,47.0,5763,-109.08261299999641,31.937028000000442,2439521,28,4,1982 +7,,19.0,5764,-109.08281599999641,31.938113000000413,2437967,29,4,1982 +3,M,12.0,5765,-109.08120799999641,31.938896000000387,2437864,29,4,1982 +4,F,102.0,5766,-109.08040899999641,31.93889400000041,2439531,29,4,1982 +14,F,49.0,5767,-109.08182699999641,31.937054000000447,2439521,29,4,1982 +2,F,149.0,5768,-109.08197499999642,31.93888700000037,2439531,29,4,1982 +5,F,106.0,5769,-109.07960199999636,31.93897000000045,,29,4,1982 +8,M,134.0,5770,-109.08167999999641,31.937884000000402,2439531,29,4,1982 +16,,9.0,5771,-109.08024399999636,31.93709400000041,2437874,29,4,1982 +5,F,203.0,5772,-109.07960199999636,31.93897000000045,,29,4,1982 +9,M,146.0,5773,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +14,M,53.0,5774,-109.08182699999641,31.937054000000447,2439521,29,4,1982 +15,F,18.0,5775,-109.08103599999642,31.937059000000463,2437967,29,4,1982 +2,M,74.0,5776,-109.08197499999642,31.93888700000037,2439531,29,4,1982 +6,M,90.0,5777,-109.07883599999636,31.939078000000414,2439531,29,4,1982 +2,F,78.0,5778,-109.08197499999642,31.93888700000037,2439531,29,4,1982 +5,M,32.0,5779,-109.07960199999636,31.93897000000045,2439521,29,4,1982 +16,,,5780,-109.08024399999636,31.93709400000041,2436910,29,4,1982 +7,,17.0,5781,-109.08281599999641,31.938113000000413,2437967,29,4,1982 +15,M,7.0,5782,-109.08103599999642,31.937059000000463,2439566,29,4,1982 +16,,8.0,5783,-109.08024399999636,31.93709400000041,2437874,29,4,1982 +3,M,114.0,5784,-109.08120799999641,31.938896000000387,,29,4,1982 +16,,,5785,-109.08024399999636,31.93709400000041,2491757,29,4,1982 +4,M,44.0,5786,-109.08040899999641,31.93889400000041,2439521,29,4,1982 +9,F,72.0,5787,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +14,M,9.0,5788,-109.08182699999641,31.937054000000447,2437874,29,4,1982 +6,M,90.0,5789,-109.07883599999636,31.939078000000414,2439531,29,4,1982 +9,F,120.0,5790,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +1,F,58.0,5791,-109.08282899999641,31.938851000000387,2439541,29,4,1982 +1,M,153.0,5792,-109.08282899999641,31.938851000000387,2439531,29,4,1982 +7,,20.0,5793,-109.08281599999641,31.938113000000413,2437967,29,4,1982 +15,M,12.0,5794,-109.08103599999642,31.937059000000463,2437981,29,4,1982 +8,F,43.0,5795,-109.08167999999641,31.937884000000402,2439541,29,4,1982 +1,M,54.0,5796,-109.08282899999641,31.938851000000387,2439541,29,4,1982 +14,,,5797,-109.08182699999641,31.937054000000447,2436910,29,4,1982 +15,M,129.0,5798,-109.08103599999642,31.937059000000463,,29,4,1982 +4,M,125.0,5799,-109.08040899999641,31.93889400000041,2439531,29,4,1982 +5,F,72.0,5800,-109.07960199999636,31.93897000000045,2439531,29,4,1982 +6,M,82.0,5801,-109.07883599999636,31.939078000000414,2439531,29,4,1982 +7,,16.0,5802,-109.08281599999641,31.938113000000413,2437874,29,4,1982 +5,M,42.0,5803,-109.07960199999636,31.93897000000045,2438517,29,4,1982 +9,M,94.0,5804,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +8,F,84.0,5805,-109.08167999999641,31.937884000000402,2439531,29,4,1982 +5,F,43.0,5806,-109.07960199999636,31.93897000000045,2439521,29,4,1982 +5,M,33.0,5807,-109.07960199999636,31.93897000000045,2439521,29,4,1982 +15,F,15.0,5808,-109.08103599999642,31.937059000000463,2437874,29,4,1982 +16,,10.0,5809,-109.08024399999636,31.93709400000041,2437874,29,4,1982 +6,F,125.0,5810,-109.07883599999636,31.939078000000414,2439531,29,4,1982 +9,M,87.0,5811,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +1,F,39.0,5812,-109.08282899999641,31.938851000000387,2439521,29,4,1982 +4,F,43.0,5813,-109.08040899999641,31.93889400000041,2439521,29,4,1982 +15,F,6.0,5814,-109.08103599999642,31.937059000000463,2439566,29,4,1982 +2,M,40.0,5815,-109.08197499999642,31.93888700000037,2439541,29,4,1982 +14,F,44.0,5816,-109.08182699999641,31.937054000000447,2439521,29,4,1982 +5,M,44.0,5817,-109.07960199999636,31.93897000000045,2439521,29,4,1982 +1,M,153.0,5818,-109.08282899999641,31.938851000000387,2439531,29,4,1982 +9,M,130.0,5819,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +16,F,23.0,5820,-109.08024399999636,31.93709400000041,2437981,29,4,1982 +4,F,98.0,5821,-109.08040899999641,31.93889400000041,2439531,29,4,1982 +3,,,5822,-109.08120799999641,31.938896000000387,2491757,29,4,1982 +4,M,46.0,5823,-109.08040899999641,31.93889400000041,2439521,29,4,1982 +8,M,7.0,5824,-109.08167999999641,31.937884000000402,2439566,29,4,1982 +5,F,35.0,5825,-109.07960199999636,31.93897000000045,2439521,29,4,1982 +9,F,131.0,5826,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +9,M,51.0,5827,-109.08090299999638,31.93785900000039,2439531,29,4,1982 +1,M,42.0,5828,-109.08282899999641,31.938851000000387,2439521,29,4,1982 +5,F,7.0,5829,-109.07960199999636,31.93897000000045,2439566,29,4,1982 +7,M,23.0,5830,-109.08281599999641,31.938113000000413,2437981,29,4,1982 +15,M,23.0,5831,-109.08103599999642,31.937059000000463,2437967,29,4,1982 +15,F,26.0,5832,-109.08103599999642,31.937059000000463,2438516,29,4,1982 +12,M,113.0,5833,-109.07851899999636,31.938203000000414,2439531,21,5,1982 +11,F,,5834,-109.07930699999636,31.938056000000426,2439531,21,5,1982 +11,F,103.0,5835,-109.07930699999636,31.938056000000426,2439531,21,5,1982 +22,M,7.0,5836,-109.07860199999635,31.93644100000042,2439566,21,5,1982 +24,F,183.0,5837,-109.07773599999636,31.938560000000447,,21,5,1982 +12,M,102.0,5838,-109.07851899999636,31.938203000000414,,21,5,1982 +24,M,127.0,5839,-109.07773599999636,31.938560000000447,,21,5,1982 +17,F,44.0,5840,-109.07941499999636,31.937117000000445,2439521,21,5,1982 +20,M,32.0,5841,-109.08019099999642,31.93633400000045,2439521,21,5,1982 +20,F,11.0,5842,-109.08019099999642,31.93633400000045,2437874,21,5,1982 +13,M,37.0,5843,-109.08261299999641,31.937028000000442,2439521,21,5,1982 +12,M,26.0,5844,-109.07851899999636,31.938203000000414,2437981,21,5,1982 +24,M,42.0,5845,-109.07773599999636,31.938560000000447,2439521,21,5,1982 +22,F,110.0,5846,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +12,M,252.0,5847,-109.07851899999636,31.938203000000414,,21,5,1982 +12,M,106.0,5848,-109.07851899999636,31.938203000000414,2438147,21,5,1982 +18,F,115.0,5849,-109.07863299999636,31.93712600000041,2439531,21,5,1982 +20,M,7.0,5850,-109.08019099999642,31.93633400000045,2439566,21,5,1982 +20,M,10.0,5851,-109.08019099999642,31.93633400000045,2437874,21,5,1982 +12,F,42.0,5852,-109.07851899999636,31.938203000000414,2439521,21,5,1982 +18,M,123.0,5853,-109.07863299999636,31.93712600000041,2439531,21,5,1982 +20,F,45.0,5854,-109.08019099999642,31.93633400000045,2439541,21,5,1982 +22,M,128.0,5855,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +11,F,21.0,5856,-109.07930699999636,31.938056000000426,2439521,21,5,1982 +18,M,62.0,5857,-109.07863299999636,31.93712600000041,2439531,21,5,1982 +22,M,98.0,5858,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +13,M,133.0,5859,-109.08261299999641,31.937028000000442,2439531,21,5,1982 +18,M,59.0,5860,-109.07863299999636,31.93712600000041,2439531,21,5,1982 +22,F,121.0,5861,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +24,M,23.0,5862,-109.07773599999636,31.938560000000447,2437967,21,5,1982 +20,M,8.0,5863,-109.08019099999642,31.93633400000045,2439566,21,5,1982 +20,,,5864,-109.08019099999642,31.93633400000045,2437300,21,5,1982 +23,F,43.0,5865,-109.07783799999636,31.93676300000042,2439521,21,5,1982 +17,F,40.0,5866,-109.07941499999636,31.937117000000445,2439541,21,5,1982 +18,F,63.0,5867,-109.07863299999636,31.93712600000041,2439531,21,5,1982 +22,F,,5868,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +18,F,41.0,5869,-109.07863299999636,31.93712600000041,2439521,21,5,1982 +20,F,41.0,5870,-109.08019099999642,31.93633400000045,2439521,21,5,1982 +11,M,25.0,5871,-109.07930699999636,31.938056000000426,2439521,21,5,1982 +17,F,152.0,5872,-109.07941499999636,31.937117000000445,,21,5,1982 +12,M,46.0,5873,-109.07851899999636,31.938203000000414,2439521,21,5,1982 +12,F,19.0,5874,-109.07851899999636,31.938203000000414,2439591,21,5,1982 +24,,,5875,-109.07773599999636,31.938560000000447,2437874,21,5,1982 +22,M,67.0,5876,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +12,F,15.0,5877,-109.07851899999636,31.938203000000414,2437981,21,5,1982 +18,M,42.0,5878,-109.07863299999636,31.93712600000041,2439521,21,5,1982 +22,M,72.0,5879,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +23,M,39.0,5880,-109.07783799999636,31.93676300000042,2439521,21,5,1982 +11,M,44.0,5881,-109.07930699999636,31.938056000000426,2439521,21,5,1982 +24,M,10.0,5882,-109.07773599999636,31.938560000000447,2437874,21,5,1982 +13,F,40.0,5883,-109.08261299999641,31.937028000000442,2439521,21,5,1982 +22,F,135.0,5884,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +19,M,20.0,5885,-109.07791199999636,31.937438000000434,2437967,21,5,1982 +18,M,164.0,5886,-109.07863299999636,31.93712600000041,,21,5,1982 +23,,10.0,5887,-109.07783799999636,31.93676300000042,2437874,21,5,1982 +12,F,49.0,5888,-109.07851899999636,31.938203000000414,2439521,21,5,1982 +18,F,24.0,5889,-109.07863299999636,31.93712600000041,2437967,21,5,1982 +20,M,84.0,5890,-109.08019099999642,31.93633400000045,2439531,21,5,1982 +18,M,10.0,5891,-109.07863299999636,31.93712600000041,2437874,21,5,1982 +22,M,65.0,5892,-109.07860199999635,31.93644100000042,2439531,21,5,1982 +24,F,42.0,5893,-109.07773599999636,31.938560000000447,2439521,21,5,1982 +13,M,22.0,5894,-109.08261299999641,31.937028000000442,2437981,21,5,1982 +20,M,34.0,5895,-109.08019099999642,31.93633400000045,2439521,21,5,1982 +13,M,21.0,5896,-109.08261299999641,31.937028000000442,2437981,21,5,1982 +12,F,24.0,5897,-109.07851899999636,31.938203000000414,2439521,21,5,1982 +23,,,5898,-109.07783799999636,31.93676300000042,2439531,21,5,1982 +13,M,44.0,5899,-109.08261299999641,31.937028000000442,2439521,21,5,1982 +23,,,5900,-109.07783799999636,31.93676300000042,2491757,21,5,1982 +13,F,140.0,5901,-109.08261299999641,31.937028000000442,,21,5,1982 +20,M,110.0,5902,-109.08019099999642,31.93633400000045,2439531,21,5,1982 +23,M,28.0,5903,-109.07783799999636,31.93676300000042,2438516,21,5,1982 +12,F,45.0,5904,-109.07851899999636,31.938203000000414,2439521,21,5,1982 +17,M,28.0,5905,-109.07941499999636,31.937117000000445,2438516,21,5,1982 +20,F,18.0,5906,-109.08019099999642,31.93633400000045,2439591,21,5,1982 +23,F,23.0,5907,-109.07783799999636,31.93676300000042,2438516,21,5,1982 +11,M,43.0,5908,-109.07930699999636,31.938056000000426,2439521,21,5,1982 +23,M,9.0,5909,-109.07783799999636,31.93676300000042,2437874,21,5,1982 +10,,,5910,-109.08009099999636,31.938017000000425,,21,5,1982 +7,,,5911,-109.08281599999641,31.938113000000413,,21,5,1982 +21,,,5912,-109.07939799999636,31.936448000000453,,21,5,1982 +4,F,32.0,5913,-109.08040899999641,31.93889400000041,2438517,22,5,1982 +5,F,40.0,5914,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +9,M,141.0,5915,-109.08090299999638,31.93785900000039,2439531,22,5,1982 +3,F,7.0,5916,-109.08120799999641,31.938896000000387,2439566,22,5,1982 +15,M,21.0,5917,-109.08103599999642,31.937059000000463,2437981,22,5,1982 +1,M,45.0,5918,-109.08282899999641,31.938851000000387,2439521,22,5,1982 +3,M,23.0,5919,-109.08120799999641,31.938896000000387,2437981,22,5,1982 +9,F,30.0,5920,-109.08090299999638,31.93785900000039,2439521,22,5,1982 +15,M,164.0,5921,-109.08103599999642,31.937059000000463,,22,5,1982 +2,M,98.0,5922,-109.08197499999642,31.93888700000037,2439531,22,5,1982 +5,F,210.0,5923,-109.07960199999636,31.93897000000045,,22,5,1982 +16,,,5924,-109.08024399999636,31.93709400000041,2437874,22,5,1982 +15,F,9.0,5925,-109.08103599999642,31.937059000000463,2439566,22,5,1982 +16,M,10.0,5926,-109.08024399999636,31.93709400000041,2437874,22,5,1982 +8,M,51.0,5927,-109.08167999999641,31.937884000000402,2439541,22,5,1982 +1,M,14.0,5928,-109.08282899999641,31.938851000000387,2438516,22,5,1982 +14,M,103.0,5929,-109.08182699999641,31.937054000000447,2439531,22,5,1982 +16,,,5930,-109.08024399999636,31.93709400000041,2437874,22,5,1982 +5,F,205.0,5931,-109.07960199999636,31.93897000000045,,22,5,1982 +6,F,127.0,5932,-109.07883599999636,31.939078000000414,2439531,22,5,1982 +5,M,36.0,5933,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +9,F,127.0,5934,-109.08090299999638,31.93785900000039,2439531,22,5,1982 +2,F,138.0,5935,-109.08197499999642,31.93888700000037,2439531,22,5,1982 +5,F,25.0,5936,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +9,F,67.0,5937,-109.08090299999638,31.93785900000039,2439531,22,5,1982 +8,M,132.0,5938,-109.08167999999641,31.937884000000402,2439531,22,5,1982 +3,M,136.0,5939,-109.08120799999641,31.938896000000387,,22,5,1982 +1,M,,5940,-109.08282899999641,31.938851000000387,2439541,22,5,1982 +1,M,33.0,5941,-109.08282899999641,31.938851000000387,2438517,22,5,1982 +1,F,53.0,5942,-109.08282899999641,31.938851000000387,2439541,22,5,1982 +5,F,29.0,5943,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +15,M,11.0,5944,-109.08103599999642,31.937059000000463,2437981,22,5,1982 +15,M,8.0,5945,-109.08103599999642,31.937059000000463,2439566,22,5,1982 +8,F,46.0,5946,-109.08167999999641,31.937884000000402,2439541,22,5,1982 +14,M,26.0,5947,-109.08182699999641,31.937054000000447,2438517,22,5,1982 +5,M,32.0,5948,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +6,F,75.0,5949,-109.07883599999636,31.939078000000414,2439531,22,5,1982 +4,M,43.0,5950,-109.08040899999641,31.93889400000041,2439521,22,5,1982 +6,M,84.0,5951,-109.07883599999636,31.939078000000414,2439531,22,5,1982 +9,M,98.0,5952,-109.08090299999638,31.93785900000039,2439531,22,5,1982 +8,F,87.0,5953,-109.08167999999641,31.937884000000402,2439531,22,5,1982 +14,M,52.0,5954,-109.08182699999641,31.937054000000447,2439521,22,5,1982 +2,M,41.0,5955,-109.08197499999642,31.93888700000037,2439541,22,5,1982 +14,M,45.0,5956,-109.08182699999641,31.937054000000447,2439521,22,5,1982 +15,M,10.0,5957,-109.08103599999642,31.937059000000463,2437981,22,5,1982 +1,M,145.0,5958,-109.08282899999641,31.938851000000387,2439531,22,5,1982 +5,M,36.0,5959,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +1,M,150.0,5960,-109.08282899999641,31.938851000000387,2439531,22,5,1982 +1,M,44.0,5961,-109.08282899999641,31.938851000000387,2439521,22,5,1982 +9,M,56.0,5962,-109.08090299999638,31.93785900000039,2439531,22,5,1982 +15,F,24.0,5963,-109.08103599999642,31.937059000000463,2437981,22,5,1982 +15,M,22.0,5964,-109.08103599999642,31.937059000000463,2437981,22,5,1982 +16,F,8.0,5965,-109.08024399999636,31.93709400000041,2439566,22,5,1982 +14,F,5.0,5966,-109.08182699999641,31.937054000000447,2437874,22,5,1982 +2,F,40.0,5967,-109.08197499999642,31.93888700000037,,22,5,1982 +6,F,17.0,5968,-109.07883599999636,31.939078000000414,2439591,22,5,1982 +9,F,132.0,5969,-109.08090299999638,31.93785900000039,2439531,22,5,1982 +3,F,24.0,5970,-109.08120799999641,31.938896000000387,2438516,22,5,1982 +6,F,42.0,5971,-109.07883599999636,31.939078000000414,2439521,22,5,1982 +14,F,40.0,5972,-109.08182699999641,31.937054000000447,2439521,22,5,1982 +9,F,40.0,5973,-109.08090299999638,31.93785900000039,2439521,22,5,1982 +8,F,45.0,5974,-109.08167999999641,31.937884000000402,2438517,22,5,1982 +5,M,43.0,5975,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +9,M,135.0,5976,-109.08090299999638,31.93785900000039,2439531,22,5,1982 +14,M,52.0,5977,-109.08182699999641,31.937054000000447,2439521,22,5,1982 +4,F,99.0,5978,-109.08040899999641,31.93889400000041,2439531,22,5,1982 +5,F,35.0,5979,-109.07960199999636,31.93897000000045,2439521,22,5,1982 +14,F,49.0,5980,-109.08182699999641,31.937054000000447,2439521,22,5,1982 +4,F,48.0,5981,-109.08040899999641,31.93889400000041,2438517,28,6,1982 +3,M,173.0,5982,-109.08120799999641,31.938896000000387,,28,6,1982 +4,M,44.0,5983,-109.08040899999641,31.93889400000041,2438517,28,6,1982 +14,M,42.0,5984,-109.08182699999641,31.937054000000447,2439521,28,6,1982 +7,M,12.0,5985,-109.08281599999641,31.938113000000413,2437874,28,6,1982 +3,M,13.0,5986,-109.08120799999641,31.938896000000387,2437874,28,6,1982 +5,M,36.0,5987,-109.07960199999636,31.93897000000045,2439521,28,6,1982 +7,F,23.0,5988,-109.08281599999641,31.938113000000413,2437981,28,6,1982 +3,M,7.0,5989,-109.08120799999641,31.938896000000387,2439566,28,6,1982 +6,M,6.0,5990,-109.07883599999636,31.939078000000414,2439566,28,6,1982 +15,F,7.0,5991,-109.08103599999642,31.937059000000463,2439566,28,6,1982 +9,F,33.0,5992,-109.08090299999638,31.93785900000039,2439521,28,6,1982 +8,,,5993,-109.08167999999641,31.937884000000402,2439566,28,6,1982 +7,F,12.0,5994,-109.08281599999641,31.938113000000413,2437874,28,6,1982 +15,M,30.0,5995,-109.08103599999642,31.937059000000463,2438516,28,6,1982 +10,M,237.0,5996,-109.08009099999636,31.938017000000425,,28,6,1982 +9,M,125.0,5997,-109.08090299999638,31.93785900000039,2439531,28,6,1982 +8,F,47.0,5998,-109.08167999999641,31.937884000000402,2439541,28,6,1982 +15,,,5999,-109.08103599999642,31.937059000000463,2437300,28,6,1982 +15,M,183.0,6000,-109.08103599999642,31.937059000000463,,28,6,1982 +6,F,125.0,6001,-109.07883599999636,31.939078000000414,2439531,28,6,1982 +8,M,127.0,6002,-109.08167999999641,31.937884000000402,2439531,28,6,1982 +15,F,29.0,6003,-109.08103599999642,31.937059000000463,2437967,28,6,1982 +14,M,102.0,6004,-109.08182699999641,31.937054000000447,2439531,28,6,1982 +9,M,120.0,6005,-109.08090299999638,31.93785900000039,2439531,28,6,1982 +9,F,97.0,6006,-109.08090299999638,31.93785900000039,2439531,28,6,1982 +2,F,32.0,6007,-109.08197499999642,31.93888700000037,2439521,28,6,1982 +14,M,53.0,6008,-109.08182699999641,31.937054000000447,2439521,28,6,1982 +8,M,85.0,6009,-109.08167999999641,31.937884000000402,2439531,28,6,1982 +14,,83.0,6010,-109.08182699999641,31.937054000000447,,28,6,1982 +4,F,9.0,6011,-109.08040899999641,31.93889400000041,2439566,28,6,1982 +1,F,29.0,6012,-109.08282899999641,31.938851000000387,2439521,28,6,1982 +3,F,10.0,6013,-109.08120799999641,31.938896000000387,2437874,28,6,1982 +6,M,7.0,6014,-109.07883599999636,31.939078000000414,2439566,28,6,1982 +9,,,6015,-109.08090299999638,31.93785900000039,2439566,28,6,1982 +4,M,50.0,6016,-109.08040899999641,31.93889400000041,2439521,28,6,1982 +1,M,,6017,-109.08282899999641,31.938851000000387,2439541,28,6,1982 +1,M,143.0,6018,-109.08282899999641,31.938851000000387,2439531,28,6,1982 +15,,,6019,-109.08103599999642,31.937059000000463,2437300,28,6,1982 +15,M,16.0,6020,-109.08103599999642,31.937059000000463,2437981,28,6,1982 +2,M,222.0,6021,-109.08197499999642,31.93888700000037,,28,6,1982 +5,M,37.0,6022,-109.07960199999636,31.93897000000045,2439521,28,6,1982 +1,F,143.0,6023,-109.08282899999641,31.938851000000387,,28,6,1982 +2,F,100.0,6024,-109.08197499999642,31.93888700000037,,28,6,1982 +5,F,114.0,6025,-109.07960199999636,31.93897000000045,2439531,28,6,1982 +15,,8.0,6026,-109.08103599999642,31.937059000000463,2439566,28,6,1982 +14,F,49.0,6027,-109.08182699999641,31.937054000000447,2439521,28,6,1982 +6,M,95.0,6028,-109.07883599999636,31.939078000000414,2439531,28,6,1982 +15,M,8.0,6029,-109.08103599999642,31.937059000000463,2439566,28,6,1982 +1,M,42.0,6030,-109.08282899999641,31.938851000000387,2439521,28,6,1982 +3,M,8.0,6031,-109.08120799999641,31.938896000000387,2439566,28,6,1982 +15,M,23.0,6032,-109.08103599999642,31.937059000000463,2437967,28,6,1982 +6,M,49.0,6033,-109.07883599999636,31.939078000000414,2439521,28,6,1982 +4,M,118.0,6034,-109.08040899999641,31.93889400000041,2439531,28,6,1982 +4,M,46.0,6035,-109.08040899999641,31.93889400000041,2439521,28,6,1982 +15,M,22.0,6036,-109.08103599999642,31.937059000000463,2437981,28,6,1982 +2,F,120.0,6037,-109.08197499999642,31.93888700000037,,28,6,1982 +9,M,110.0,6038,-109.08090299999638,31.93785900000039,2439531,28,6,1982 +14,F,30.0,6039,-109.08182699999641,31.937054000000447,2437981,28,6,1982 +9,M,80.0,6040,-109.08090299999638,31.93785900000039,2439531,28,6,1982 +1,M,149.0,6041,-109.08282899999641,31.938851000000387,2439531,28,6,1982 +14,M,26.0,6042,-109.08182699999641,31.937054000000447,2439521,28,6,1982 +7,M,24.0,6043,-109.08281599999641,31.938113000000413,2437981,28,6,1982 +4,F,104.0,6044,-109.08040899999641,31.93889400000041,2439531,28,6,1982 +15,F,112.0,6045,-109.08103599999642,31.937059000000463,,28,6,1982 +1,M,44.0,6046,-109.08282899999641,31.938851000000387,2439521,28,6,1982 +15,M,6.0,6047,-109.08103599999642,31.937059000000463,2439566,28,6,1982 +2,M,42.0,6048,-109.08197499999642,31.93888700000037,2439541,28,6,1982 +5,F,34.0,6049,-109.07960199999636,31.93897000000045,2439521,28,6,1982 +9,F,130.0,6050,-109.08090299999638,31.93785900000039,2439531,28,6,1982 +5,M,45.0,6051,-109.07960199999636,31.93897000000045,2439521,28,6,1982 +10,,,6052,-109.08009099999636,31.938017000000425,2491757,28,6,1982 +10,M,11.0,6053,-109.08009099999636,31.938017000000425,2437874,28,6,1982 +9,M,126.0,6054,-109.08090299999638,31.93785900000039,2439531,28,6,1982 +5,M,38.0,6055,-109.07960199999636,31.93897000000045,2439521,28,6,1982 +1,M,46.0,6056,-109.08282899999641,31.938851000000387,2439521,28,6,1982 +15,F,17.0,6057,-109.08103599999642,31.937059000000463,2438516,28,6,1982 +24,F,181.0,6058,-109.07773599999636,31.938560000000447,,29,6,1982 +20,F,36.0,6059,-109.08019099999642,31.93633400000045,2439521,29,6,1982 +13,F,124.0,6060,-109.08261299999641,31.937028000000442,,29,6,1982 +11,F,91.0,6061,-109.07930699999636,31.938056000000426,2439531,29,6,1982 +12,M,49.0,6062,-109.07851899999636,31.938203000000414,2439521,29,6,1982 +24,M,52.0,6063,-109.07773599999636,31.938560000000447,2439541,29,6,1982 +19,M,9.0,6064,-109.07791199999636,31.937438000000434,2437874,29,6,1982 +18,M,,6065,-109.07863299999636,31.93712600000041,2439531,29,6,1982 +17,F,16.0,6066,-109.07941499999636,31.937117000000445,2438516,29,6,1982 +11,F,18.0,6067,-109.07930699999636,31.938056000000426,2439591,29,6,1982 +17,F,30.0,6068,-109.07941499999636,31.937117000000445,2438516,29,6,1982 +11,F,105.0,6069,-109.07930699999636,31.938056000000426,2439531,29,6,1982 +21,M,8.0,6070,-109.07939799999636,31.936448000000453,2439566,29,6,1982 +22,M,41.0,6071,-109.07860199999635,31.93644100000042,2439521,29,6,1982 +23,M,21.0,6072,-109.07783799999636,31.93676300000042,2437981,29,6,1982 +20,F,43.0,6073,-109.08019099999642,31.93633400000045,2439541,29,6,1982 +23,F,25.0,6074,-109.07783799999636,31.93676300000042,2437981,29,6,1982 +13,M,39.0,6075,-109.08261299999641,31.937028000000442,2439521,29,6,1982 +24,M,10.0,6076,-109.07773599999636,31.938560000000447,2437874,29,6,1982 +12,M,115.0,6077,-109.07851899999636,31.938203000000414,2439531,29,6,1982 +18,F,120.0,6078,-109.07863299999636,31.93712600000041,2439531,29,6,1982 +16,M,14.0,6079,-109.08024399999636,31.93709400000041,2437981,29,6,1982 +12,M,20.0,6080,-109.07851899999636,31.938203000000414,2439591,29,6,1982 +12,F,52.0,6081,-109.07851899999636,31.938203000000414,2438147,29,6,1982 +16,M,11.0,6082,-109.08024399999636,31.93709400000041,2437874,29,6,1982 +22,M,136.0,6083,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +11,F,29.0,6084,-109.07930699999636,31.938056000000426,2439521,29,6,1982 +11,M,92.0,6085,-109.07930699999636,31.938056000000426,2439531,29,6,1982 +18,M,86.0,6086,-109.07863299999636,31.93712600000041,2439531,29,6,1982 +12,F,55.0,6087,-109.07851899999636,31.938203000000414,2439521,29,6,1982 +24,F,18.0,6088,-109.07773599999636,31.938560000000447,2437967,29,6,1982 +12,F,39.0,6089,-109.07851899999636,31.938203000000414,2439521,29,6,1982 +19,M,21.0,6090,-109.07791199999636,31.937438000000434,2437967,29,6,1982 +16,F,14.0,6091,-109.08024399999636,31.93709400000041,2437981,29,6,1982 +23,F,8.0,6092,-109.07783799999636,31.93676300000042,2437874,29,6,1982 +11,M,46.0,6093,-109.07930699999636,31.938056000000426,2439521,29,6,1982 +22,M,91.0,6094,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +11,M,32.0,6095,-109.07930699999636,31.938056000000426,2439521,29,6,1982 +21,,,6096,-109.07939799999636,31.936448000000453,2437300,29,6,1982 +11,F,39.0,6097,-109.07930699999636,31.938056000000426,2439521,29,6,1982 +18,F,42.0,6098,-109.07863299999636,31.93712600000041,2439521,29,6,1982 +22,M,90.0,6099,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +23,,,6100,-109.07783799999636,31.93676300000042,5228075,29,6,1982 +13,F,38.0,6101,-109.08261299999641,31.937028000000442,2439541,29,6,1982 +24,M,24.0,6102,-109.07773599999636,31.938560000000447,2437967,29,6,1982 +19,M,9.0,6103,-109.07791199999636,31.937438000000434,2437874,29,6,1982 +24,F,40.0,6104,-109.07773599999636,31.938560000000447,2439541,29,6,1982 +22,M,91.0,6105,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +20,F,95.0,6106,-109.08019099999642,31.93633400000045,,29,6,1982 +22,F,94.0,6107,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +12,M,48.0,6108,-109.07851899999636,31.938203000000414,2439521,29,6,1982 +20,F,51.0,6109,-109.08019099999642,31.93633400000045,2439521,29,6,1982 +18,F,21.0,6110,-109.07863299999636,31.93712600000041,2438516,29,6,1982 +16,F,99.0,6111,-109.08024399999636,31.93709400000041,,29,6,1982 +22,F,135.0,6112,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +13,M,46.0,6113,-109.08261299999641,31.937028000000442,2439521,29,6,1982 +18,M,182.0,6114,-109.07863299999636,31.93712600000041,,29,6,1982 +22,M,85.0,6115,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +13,F,116.0,6116,-109.08261299999641,31.937028000000442,2439531,29,6,1982 +13,F,39.0,6117,-109.08261299999641,31.937028000000442,2439521,29,6,1982 +12,F,33.0,6118,-109.07851899999636,31.938203000000414,2439521,29,6,1982 +17,F,146.0,6119,-109.07941499999636,31.937117000000445,,29,6,1982 +17,M,39.0,6120,-109.07941499999636,31.937117000000445,2438517,29,6,1982 +21,F,7.0,6121,-109.07939799999636,31.936448000000453,2439566,29,6,1982 +22,M,106.0,6122,-109.07860199999635,31.93644100000042,2439531,29,6,1982 +20,F,13.0,6123,-109.08019099999642,31.93633400000045,2439591,29,6,1982 +12,F,42.0,6124,-109.07851899999636,31.938203000000414,2439521,29,6,1982 +20,M,33.0,6125,-109.08019099999642,31.93633400000045,2439521,29,6,1982 +12,M,111.0,6126,-109.07851899999636,31.938203000000414,2439531,29,6,1982 +18,F,31.0,6127,-109.07863299999636,31.93712600000041,2439521,29,6,1982 +21,M,7.0,6128,-109.07939799999636,31.936448000000453,2439566,29,6,1982 +21,M,7.0,6129,-109.07939799999636,31.936448000000453,2439566,29,6,1982 +23,M,41.0,6130,-109.07783799999636,31.93676300000042,2439521,29,6,1982 +17,M,47.0,6131,-109.07941499999636,31.937117000000445,2439521,29,6,1982 +11,M,96.0,6132,-109.07930699999636,31.938056000000426,2439531,29,6,1982 +12,F,44.0,6133,-109.07851899999636,31.938203000000414,2439521,29,6,1982 +16,M,17.0,6134,-109.08024399999636,31.93709400000041,2437981,29,6,1982 +19,F,34.0,6135,-109.07791199999636,31.937438000000434,2437967,29,6,1982 +20,F,18.0,6136,-109.08019099999642,31.93633400000045,2439591,29,6,1982 +11,M,90.0,6137,-109.07930699999636,31.938056000000426,2439531,29,6,1982 +18,M,121.0,6138,-109.07863299999636,31.93712600000041,2439531,29,6,1982 +20,M,113.0,6139,-109.08019099999642,31.93633400000045,2439531,29,6,1982 +18,M,44.0,6140,-109.07863299999636,31.93712600000041,2439521,29,6,1982 +18,M,30.0,6141,-109.07863299999636,31.93712600000041,2439521,29,6,1982 +17,F,52.0,6142,-109.07941499999636,31.937117000000445,2439541,29,6,1982 +20,M,20.0,6143,-109.08019099999642,31.93633400000045,2438516,29,6,1982 +11,M,42.0,6144,-109.07930699999636,31.938056000000426,2439521,29,6,1982 +3,M,36.0,6145,-109.08120799999641,31.938896000000387,2438517,25,7,1982 +6,F,41.0,6146,-109.07883599999636,31.939078000000414,2439521,25,7,1982 +4,M,43.0,6147,-109.08040899999641,31.93889400000041,2438517,25,7,1982 +3,F,45.0,6148,-109.08120799999641,31.938896000000387,2439541,25,7,1982 +2,F,19.0,6149,-109.08197499999642,31.93888700000037,2439591,25,7,1982 +6,F,83.0,6150,-109.07883599999636,31.939078000000414,2439531,25,7,1982 +3,M,164.0,6151,-109.08120799999641,31.938896000000387,2439531,25,7,1982 +4,F,56.0,6152,-109.08040899999641,31.93889400000041,2438517,25,7,1982 +2,F,33.0,6153,-109.08197499999642,31.93888700000037,2438517,25,7,1982 +6,F,43.0,6154,-109.07883599999636,31.939078000000414,2439521,25,7,1982 +9,M,123.0,6155,-109.08090299999638,31.93785900000039,2439531,25,7,1982 +3,F,15.0,6156,-109.08120799999641,31.938896000000387,2439591,25,7,1982 +1,M,21.0,6157,-109.08282899999641,31.938851000000387,2438516,25,7,1982 +3,F,16.0,6158,-109.08120799999641,31.938896000000387,2437981,25,7,1982 +4,,,6159,-109.08040899999641,31.93889400000041,2439531,25,7,1982 +8,F,49.0,6160,-109.08167999999641,31.937884000000402,2439541,25,7,1982 +8,F,34.0,6161,-109.08167999999641,31.937884000000402,2438517,25,7,1982 +1,F,34.0,6162,-109.08282899999641,31.938851000000387,2439521,25,7,1982 +2,F,27.0,6163,-109.08197499999642,31.93888700000037,2438516,25,7,1982 +8,M,133.0,6164,-109.08167999999641,31.937884000000402,2439531,25,7,1982 +1,F,26.0,6165,-109.08282899999641,31.938851000000387,2438516,25,7,1982 +4,M,44.0,6166,-109.08040899999641,31.93889400000041,2439521,25,7,1982 +9,F,94.0,6167,-109.08090299999638,31.93785900000039,2439531,25,7,1982 +2,M,219.0,6168,-109.08197499999642,31.93888700000037,,25,7,1982 +4,M,6.0,6169,-109.08040899999641,31.93889400000041,2439566,25,7,1982 +8,,15.0,6170,-109.08167999999641,31.937884000000402,2439591,25,7,1982 +5,M,38.0,6171,-109.07960199999636,31.93897000000045,2439521,25,7,1982 +5,F,195.0,6172,-109.07960199999636,31.93897000000045,,25,7,1982 +9,F,28.0,6173,-109.08090299999638,31.93785900000039,2438516,25,7,1982 +6,F,25.0,6174,-109.07883599999636,31.939078000000414,2438516,25,7,1982 +1,M,147.0,6175,-109.08282899999641,31.938851000000387,2439531,25,7,1982 +4,M,51.0,6176,-109.08040899999641,31.93889400000041,2439521,25,7,1982 +2,M,84.0,6177,-109.08197499999642,31.93888700000037,2439531,25,7,1982 +3,F,8.0,6178,-109.08120799999641,31.938896000000387,2439566,25,7,1982 +6,M,13.0,6179,-109.07883599999636,31.939078000000414,2438516,25,7,1982 +8,M,8.0,6180,-109.08167999999641,31.937884000000402,2439566,25,7,1982 +4,F,109.0,6181,-109.08040899999641,31.93889400000041,2439531,25,7,1982 +8,F,32.0,6182,-109.08167999999641,31.937884000000402,2439521,25,7,1982 +1,M,57.0,6183,-109.08282899999641,31.938851000000387,2439541,25,7,1982 +3,F,6.0,6184,-109.08120799999641,31.938896000000387,2439566,25,7,1982 +2,M,38.0,6185,-109.08197499999642,31.93888700000037,2439521,25,7,1982 +5,,,6186,-109.07960199999636,31.93897000000045,5228075,25,7,1982 +7,F,18.0,6187,-109.08281599999641,31.938113000000413,2437981,25,7,1982 +1,F,145.0,6188,-109.08282899999641,31.938851000000387,,25,7,1982 +4,F,46.0,6189,-109.08040899999641,31.93889400000041,2439521,25,7,1982 +6,F,103.0,6190,-109.07883599999636,31.939078000000414,2439531,25,7,1982 +8,M,35.0,6191,-109.08167999999641,31.937884000000402,2438517,25,7,1982 +1,M,43.0,6192,-109.08282899999641,31.938851000000387,2439521,25,7,1982 +9,F,132.0,6193,-109.08090299999638,31.93785900000039,2439531,25,7,1982 +5,F,36.0,6194,-109.07960199999636,31.93897000000045,2439521,25,7,1982 +8,M,98.0,6195,-109.08167999999641,31.937884000000402,2439531,25,7,1982 +3,M,8.0,6196,-109.08120799999641,31.938896000000387,2439566,25,7,1982 +4,M,49.0,6197,-109.08040899999641,31.93889400000041,2439521,25,7,1982 +5,F,39.0,6198,-109.07960199999636,31.93897000000045,2439521,25,7,1982 +5,,,6199,-109.07960199999636,31.93897000000045,2439531,25,7,1982 +7,,,6200,-109.08281599999641,31.938113000000413,2437967,25,7,1982 +4,M,123.0,6201,-109.08040899999641,31.93889400000041,2439531,25,7,1982 +2,M,46.0,6202,-109.08197499999642,31.93888700000037,2439541,25,7,1982 +9,M,,6203,-109.08090299999638,31.93785900000039,,25,7,1982 +9,M,119.0,6204,-109.08090299999638,31.93785900000039,2439531,25,7,1982 +5,M,45.0,6205,-109.07960199999636,31.93897000000045,2438517,25,7,1982 +3,M,8.0,6206,-109.08120799999641,31.938896000000387,2439566,25,7,1982 +6,F,15.0,6207,-109.07883599999636,31.939078000000414,2439566,25,7,1982 +1,M,,6208,-109.08282899999641,31.938851000000387,2439531,25,7,1982 +6,F,,6209,-109.07883599999636,31.939078000000414,2439531,25,7,1982 +8,M,50.0,6210,-109.08167999999641,31.937884000000402,2439541,25,7,1982 +5,M,39.0,6211,-109.07960199999636,31.93897000000045,2439521,25,7,1982 +9,F,129.0,6212,-109.08090299999638,31.93785900000039,2439531,25,7,1982 +4,F,41.0,6213,-109.08040899999641,31.93889400000041,2439521,25,7,1982 +5,,,6214,-109.07960199999636,31.93897000000045,5228075,25,7,1982 +6,M,24.0,6215,-109.07883599999636,31.939078000000414,2437981,25,7,1982 +2,M,24.0,6216,-109.08197499999642,31.93888700000037,2437981,25,7,1982 +5,M,45.0,6217,-109.07960199999636,31.93897000000045,2439521,25,7,1982 +5,F,86.0,6218,-109.07960199999636,31.93897000000045,2439531,25,7,1982 +15,M,9.0,6219,-109.08103599999642,31.937059000000463,2437874,26,7,1982 +14,F,44.0,6220,-109.08182699999641,31.937054000000447,2439521,26,7,1982 +13,F,139.0,6221,-109.08261299999641,31.937028000000442,,26,7,1982 +12,,,6222,-109.07851899999636,31.938203000000414,2436910,26,7,1982 +11,,104.0,6223,-109.07930699999636,31.938056000000426,2439531,26,7,1982 +13,M,39.0,6224,-109.08261299999641,31.937028000000442,2439521,26,7,1982 +24,M,50.0,6225,-109.07773599999636,31.938560000000447,2439541,26,7,1982 +13,M,60.0,6226,-109.08261299999641,31.937028000000442,,26,7,1982 +12,M,49.0,6227,-109.07851899999636,31.938203000000414,2439521,26,7,1982 +24,M,24.0,6228,-109.07773599999636,31.938560000000447,2437967,26,7,1982 +18,M,43.0,6229,-109.07863299999636,31.93712600000041,2439521,26,7,1982 +15,F,25.0,6230,-109.08103599999642,31.937059000000463,2438516,26,7,1982 +12,F,14.0,6231,-109.07851899999636,31.938203000000414,2439591,26,7,1982 +24,M,43.0,6232,-109.07773599999636,31.938560000000447,2439521,26,7,1982 +14,M,90.0,6233,-109.08182699999641,31.937054000000447,2439531,26,7,1982 +12,M,116.0,6234,-109.07851899999636,31.938203000000414,2439531,26,7,1982 +18,M,92.0,6235,-109.07863299999636,31.93712600000041,2439531,26,7,1982 +14,M,55.0,6236,-109.08182699999641,31.937054000000447,2439521,26,7,1982 +15,F,22.0,6237,-109.08103599999642,31.937059000000463,2437967,26,7,1982 +24,M,204.0,6238,-109.07773599999636,31.938560000000447,,26,7,1982 +17,F,28.0,6239,-109.07941499999636,31.937117000000445,2439521,26,7,1982 +11,F,34.0,6240,-109.07930699999636,31.938056000000426,2439521,26,7,1982 +24,M,223.0,6241,-109.07773599999636,31.938560000000447,,26,7,1982 +24,F,184.0,6242,-109.07773599999636,31.938560000000447,,26,7,1982 +18,F,117.0,6243,-109.07863299999636,31.93712600000041,2439531,26,7,1982 +14,M,106.0,6244,-109.08182699999641,31.937054000000447,2439531,26,7,1982 +10,F,24.0,6245,-109.08009099999636,31.938017000000425,2439591,26,7,1982 +15,F,7.0,6246,-109.08103599999642,31.937059000000463,2439566,26,7,1982 +12,F,40.0,6247,-109.07851899999636,31.938203000000414,2439521,26,7,1982 +14,M,5.0,6248,-109.08182699999641,31.937054000000447,2439566,26,7,1982 +13,F,41.0,6249,-109.08261299999641,31.937028000000442,2439541,26,7,1982 +18,F,41.0,6250,-109.07863299999636,31.93712600000041,2439521,26,7,1982 +11,F,18.0,6251,-109.07930699999636,31.938056000000426,2439591,26,7,1982 +11,M,34.0,6252,-109.07930699999636,31.938056000000426,2439521,26,7,1982 +15,M,8.0,6253,-109.08103599999642,31.937059000000463,2439566,26,7,1982 +24,F,21.0,6254,-109.07773599999636,31.938560000000447,2437967,26,7,1982 +17,M,12.0,6255,-109.07941499999636,31.937117000000445,2437874,26,7,1982 +11,M,46.0,6256,-109.07930699999636,31.938056000000426,2439521,26,7,1982 +12,F,21.0,6257,-109.07851899999636,31.938203000000414,2439521,26,7,1982 +15,F,6.0,6258,-109.08103599999642,31.937059000000463,2439566,26,7,1982 +17,M,49.0,6259,-109.07941499999636,31.937117000000445,2439521,26,7,1982 +14,,,6260,-109.08182699999641,31.937054000000447,2437300,26,7,1982 +13,F,40.0,6261,-109.08261299999641,31.937028000000442,2439521,26,7,1982 +12,M,48.0,6262,-109.07851899999636,31.938203000000414,2439521,26,7,1982 +24,F,40.0,6263,-109.07773599999636,31.938560000000447,2439521,26,7,1982 +11,F,22.0,6264,-109.07930699999636,31.938056000000426,2439521,26,7,1982 +18,M,181.0,6265,-109.07863299999636,31.93712600000041,,26,7,1982 +14,M,21.0,6266,-109.08182699999641,31.937054000000447,2439521,26,7,1982 +12,M,23.0,6267,-109.07851899999636,31.938203000000414,2438516,26,7,1982 +18,F,7.0,6268,-109.07863299999636,31.93712600000041,2439566,26,7,1982 +13,M,9.0,6269,-109.08261299999641,31.937028000000442,2439566,26,7,1982 +12,F,42.0,6270,-109.07851899999636,31.938203000000414,2439521,26,7,1982 +17,F,139.0,6271,-109.07941499999636,31.937117000000445,,26,7,1982 +12,M,33.0,6272,-109.07851899999636,31.938203000000414,2439521,26,7,1982 +14,M,21.0,6273,-109.08182699999641,31.937054000000447,2439521,26,7,1982 +12,M,115.0,6274,-109.07851899999636,31.938203000000414,2439531,26,7,1982 +17,F,24.0,6275,-109.07941499999636,31.937117000000445,2439541,26,7,1982 +14,F,40.0,6276,-109.08182699999641,31.937054000000447,2439521,26,7,1982 +12,F,42.0,6277,-109.07851899999636,31.938203000000414,2439521,26,7,1982 +12,,78.0,6278,-109.07851899999636,31.938203000000414,2439531,26,7,1982 +18,F,16.0,6279,-109.07863299999636,31.93712600000041,2437967,26,7,1982 +11,M,105.0,6280,-109.07930699999636,31.938056000000426,2439531,26,7,1982 +24,F,150.0,6281,-109.07773599999636,31.938560000000447,,26,7,1982 +17,F,114.0,6282,-109.07941499999636,31.937117000000445,,26,7,1982 +15,M,6.0,6283,-109.08103599999642,31.937059000000463,2439566,26,7,1982 +11,F,123.0,6284,-109.07930699999636,31.938056000000426,,26,7,1982 +12,M,23.0,6285,-109.07851899999636,31.938203000000414,2438516,26,7,1982 +11,M,98.0,6286,-109.07930699999636,31.938056000000426,2439531,26,7,1982 +15,F,22.0,6287,-109.08103599999642,31.937059000000463,2437967,26,7,1982 +11,M,45.0,6288,-109.07930699999636,31.938056000000426,2439521,26,7,1982 +18,F,34.0,6289,-109.07863299999636,31.93712600000041,2439521,26,7,1982 +13,M,46.0,6290,-109.08261299999641,31.937028000000442,2439521,26,7,1982 +20,F,38.0,6291,-109.08019099999642,31.93633400000045,2439521,27,7,1982 +16,F,109.0,6292,-109.08024399999636,31.93709400000041,,27,7,1982 +19,M,24.0,6293,-109.07791199999636,31.937438000000434,2437967,27,7,1982 +23,F,17.0,6294,-109.07783799999636,31.93676300000042,2439591,27,7,1982 +19,,,6295,-109.07791199999636,31.937438000000434,2436910,27,7,1982 +20,F,45.0,6296,-109.08019099999642,31.93633400000045,2439541,27,7,1982 +20,F,99.0,6297,-109.08019099999642,31.93633400000045,,27,7,1982 +21,F,11.0,6298,-109.07939799999636,31.936448000000453,2437874,27,7,1982 +22,M,97.0,6299,-109.07860199999635,31.93644100000042,2439531,27,7,1982 +16,,,6300,-109.08024399999636,31.93709400000041,2437874,27,7,1982 +22,F,136.0,6301,-109.07860199999635,31.93644100000042,2439531,27,7,1982 +22,M,134.0,6302,-109.07860199999635,31.93644100000042,2439531,27,7,1982 +22,F,122.0,6303,-109.07860199999635,31.93644100000042,2439531,27,7,1982 +19,F,25.0,6304,-109.07791199999636,31.937438000000434,2437967,27,7,1982 +19,F,6.0,6305,-109.07791199999636,31.937438000000434,2439566,27,7,1982 +22,M,99.0,6306,-109.07860199999635,31.93644100000042,2439531,27,7,1982 +21,M,8.0,6307,-109.07939799999636,31.936448000000453,2439566,27,7,1982 +23,,,6308,-109.07783799999636,31.93676300000042,2439566,27,7,1982 +19,M,7.0,6309,-109.07791199999636,31.937438000000434,2439566,27,7,1982 +22,F,98.0,6310,-109.07860199999635,31.93644100000042,2439531,27,7,1982 +20,F,41.0,6311,-109.08019099999642,31.93633400000045,2439521,27,7,1982 +16,F,108.0,6312,-109.08024399999636,31.93709400000041,,27,7,1982 +19,M,,6313,-109.07791199999636,31.937438000000434,2437981,27,7,1982 +23,F,23.0,6314,-109.07783799999636,31.93676300000042,2437981,27,7,1982 +20,F,120.0,6315,-109.08019099999642,31.93633400000045,,27,7,1982 +20,F,184.0,6316,-109.08019099999642,31.93633400000045,,27,7,1982 +21,M,8.0,6317,-109.07939799999636,31.936448000000453,2439566,27,7,1982 +20,M,31.0,6318,-109.08019099999642,31.93633400000045,2438516,27,7,1982 +16,M,21.0,6319,-109.08024399999636,31.93709400000041,2437981,27,7,1982 +19,M,22.0,6320,-109.07791199999636,31.937438000000434,2437981,27,7,1982 +22,M,112.0,6321,-109.07860199999635,31.93644100000042,2439531,27,7,1982 +23,M,43.0,6322,-109.07783799999636,31.93676300000042,2439521,27,7,1982 +20,F,20.0,6323,-109.08019099999642,31.93633400000045,2438516,27,7,1982 +19,,,6324,-109.07791199999636,31.937438000000434,2436910,27,7,1982 +19,M,22.0,6325,-109.07791199999636,31.937438000000434,2437967,27,7,1982 +20,M,122.0,6326,-109.08019099999642,31.93633400000045,2439531,27,7,1982 +16,M,20.0,6327,-109.08024399999636,31.93709400000041,2437981,27,7,1982 +12,M,121.0,6328,-109.07851899999636,31.938203000000414,2439531,15,8,1982 +11,F,33.0,6329,-109.07930699999636,31.938056000000426,2439521,15,8,1982 +19,F,18.0,6330,-109.07791199999636,31.937438000000434,2437967,15,8,1982 +20,M,28.0,6331,-109.08019099999642,31.93633400000045,2438516,15,8,1982 +24,F,23.0,6332,-109.07773599999636,31.938560000000447,2437967,15,8,1982 +11,F,105.0,6333,-109.07930699999636,31.938056000000426,2439531,15,8,1982 +16,,,6334,-109.08024399999636,31.93709400000041,2437874,15,8,1982 +18,F,40.0,6335,-109.07863299999636,31.93712600000041,2439521,15,8,1982 +22,M,43.0,6336,-109.07860199999635,31.93644100000042,2439521,15,8,1982 +20,F,47.0,6337,-109.08019099999642,31.93633400000045,2439541,15,8,1982 +18,M,126.0,6338,-109.07863299999636,31.93712600000041,2439531,15,8,1982 +24,M,45.0,6339,-109.07773599999636,31.938560000000447,2439521,15,8,1982 +23,M,22.0,6340,-109.07783799999636,31.93676300000042,2437981,15,8,1982 +12,F,15.0,6341,-109.07851899999636,31.938203000000414,2439591,15,8,1982 +18,M,95.0,6342,-109.07863299999636,31.93712600000041,2439531,15,8,1982 +20,F,,6343,-109.08019099999642,31.93633400000045,2439521,15,8,1982 +24,M,51.0,6344,-109.07773599999636,31.938560000000447,2439541,15,8,1982 +11,F,19.0,6345,-109.07930699999636,31.938056000000426,2439591,15,8,1982 +12,M,51.0,6346,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +17,F,6.0,6347,-109.07941499999636,31.937117000000445,2439566,15,8,1982 +22,F,7.0,6348,-109.07860199999635,31.93644100000042,2439566,15,8,1982 +24,M,22.0,6349,-109.07773599999636,31.938560000000447,2437967,15,8,1982 +17,F,33.0,6350,-109.07941499999636,31.937117000000445,2438516,15,8,1982 +12,F,34.0,6351,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +11,M,98.0,6352,-109.07930699999636,31.938056000000426,2439531,15,8,1982 +18,F,120.0,6353,-109.07863299999636,31.93712600000041,2439531,15,8,1982 +20,,,6354,-109.08019099999642,31.93633400000045,2437300,15,8,1982 +21,M,8.0,6355,-109.07939799999636,31.936448000000453,2439566,15,8,1982 +24,,136.0,6356,-109.07773599999636,31.938560000000447,,15,8,1982 +17,F,49.0,6357,-109.07941499999636,31.937117000000445,2439521,15,8,1982 +21,M,37.0,6358,-109.07939799999636,31.936448000000453,2438517,15,8,1982 +24,F,36.0,6359,-109.07773599999636,31.938560000000447,2439521,15,8,1982 +12,F,16.0,6360,-109.07851899999636,31.938203000000414,2439591,15,8,1982 +20,,,6361,-109.08019099999642,31.93633400000045,5228075,15,8,1982 +12,F,41.0,6362,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +17,F,35.0,6363,-109.07941499999636,31.937117000000445,2439521,15,8,1982 +18,M,23.0,6364,-109.07863299999636,31.93712600000041,2437967,15,8,1982 +11,F,28.0,6365,-109.07930699999636,31.938056000000426,2439521,15,8,1982 +22,M,105.0,6366,-109.07860199999635,31.93644100000042,2439531,15,8,1982 +16,,,6367,-109.08024399999636,31.93709400000041,5228075,15,8,1982 +20,F,43.0,6368,-109.08019099999642,31.93633400000045,2439521,15,8,1982 +16,,,6369,-109.08024399999636,31.93709400000041,5228075,15,8,1982 +12,M,29.0,6370,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +6,,,6371,-109.07883599999636,31.939078000000414,2491757,15,8,1982 +12,M,34.0,6372,-109.07851899999636,31.938203000000414,2438517,15,8,1982 +11,M,11.0,6373,-109.07930699999636,31.938056000000426,2437874,15,8,1982 +11,M,38.0,6374,-109.07930699999636,31.938056000000426,2439521,15,8,1982 +18,M,44.0,6375,-109.07863299999636,31.93712600000041,2439521,15,8,1982 +6,F,112.0,6376,-109.07883599999636,31.939078000000414,2439531,15,8,1982 +12,M,47.0,6377,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +23,,,6378,-109.07783799999636,31.93676300000042,2491757,15,8,1982 +21,M,14.0,6379,-109.07939799999636,31.936448000000453,2439591,15,8,1982 +6,F,26.0,6380,-109.07883599999636,31.939078000000414,2438516,15,8,1982 +21,F,7.0,6381,-109.07939799999636,31.936448000000453,2439566,15,8,1982 +17,M,51.0,6382,-109.07941499999636,31.937117000000445,2439521,15,8,1982 +22,,,6383,-109.07860199999635,31.93644100000042,5228075,15,8,1982 +20,F,116.0,6384,-109.08019099999642,31.93633400000045,,15,8,1982 +22,M,105.0,6385,-109.07860199999635,31.93644100000042,2439531,15,8,1982 +6,F,125.0,6386,-109.07883599999636,31.939078000000414,2439531,15,8,1982 +21,F,26.0,6387,-109.07939799999636,31.936448000000453,2438516,15,8,1982 +20,M,146.0,6388,-109.08019099999642,31.93633400000045,,15,8,1982 +11,M,46.0,6389,-109.07930699999636,31.938056000000426,2439521,15,8,1982 +17,F,30.0,6390,-109.07941499999636,31.937117000000445,2439541,15,8,1982 +18,M,18.0,6391,-109.07863299999636,31.93712600000041,2437967,15,8,1982 +19,M,6.0,6392,-109.07791199999636,31.937438000000434,2439566,15,8,1982 +23,M,10.0,6393,-109.07783799999636,31.93676300000042,2437874,15,8,1982 +20,M,37.0,6394,-109.08019099999642,31.93633400000045,2439521,15,8,1982 +20,F,21.0,6395,-109.08019099999642,31.93633400000045,2438516,15,8,1982 +6,M,110.0,6396,-109.07883599999636,31.939078000000414,2439531,15,8,1982 +12,F,27.0,6397,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +17,F,142.0,6398,-109.07941499999636,31.937117000000445,,15,8,1982 +23,,,6399,-109.07783799999636,31.93676300000042,2491757,15,8,1982 +21,M,7.0,6400,-109.07939799999636,31.936448000000453,2439566,15,8,1982 +22,M,112.0,6401,-109.07860199999635,31.93644100000042,2439531,15,8,1982 +6,M,51.0,6402,-109.07883599999636,31.939078000000414,2439521,15,8,1982 +24,M,25.0,6403,-109.07773599999636,31.938560000000447,2437967,15,8,1982 +12,F,42.0,6404,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +23,,,6405,-109.07783799999636,31.93676300000042,2491757,15,8,1982 +6,F,40.0,6406,-109.07883599999636,31.939078000000414,2439521,15,8,1982 +11,M,47.0,6407,-109.07930699999636,31.938056000000426,2439521,15,8,1982 +23,,,6408,-109.07783799999636,31.93676300000042,2491757,15,8,1982 +22,F,139.0,6409,-109.07860199999635,31.93644100000042,2439531,15,8,1982 +20,,,6410,-109.08019099999642,31.93633400000045,5228075,15,8,1982 +11,M,48.0,6411,-109.07930699999636,31.938056000000426,2439521,15,8,1982 +23,F,22.0,6412,-109.07783799999636,31.93676300000042,2437981,15,8,1982 +11,M,94.0,6413,-109.07930699999636,31.938056000000426,2439531,15,8,1982 +17,F,48.0,6414,-109.07941499999636,31.937117000000445,2439541,15,8,1982 +19,F,27.0,6415,-109.07791199999636,31.937438000000434,2437967,15,8,1982 +23,,,6416,-109.07783799999636,31.93676300000042,2491757,15,8,1982 +20,M,125.0,6417,-109.08019099999642,31.93633400000045,2439531,15,8,1982 +24,F,41.0,6418,-109.07773599999636,31.938560000000447,2439521,15,8,1982 +12,M,112.0,6419,-109.07851899999636,31.938203000000414,2439531,15,8,1982 +23,F,16.0,6420,-109.07783799999636,31.93676300000042,2437874,15,8,1982 +20,M,30.0,6421,-109.08019099999642,31.93633400000045,2438516,15,8,1982 +12,M,37.0,6422,-109.07851899999636,31.938203000000414,2439521,15,8,1982 +16,M,21.0,6423,-109.08024399999636,31.93709400000041,2437981,15,8,1982 +22,M,6.0,6424,-109.07860199999635,31.93644100000042,2439566,15,8,1982 +20,F,172.0,6425,-109.08019099999642,31.93633400000045,,15,8,1982 +14,F,44.0,6426,-109.08182699999641,31.937054000000447,2439521,16,8,1982 +7,,,6427,-109.08281599999641,31.938113000000413,2437967,16,8,1982 +1,F,39.0,6428,-109.08282899999641,31.938851000000387,2439521,16,8,1982 +4,M,6.0,6429,-109.08040899999641,31.93889400000041,2439566,16,8,1982 +10,,,6430,-109.08009099999636,31.938017000000425,2436910,16,8,1982 +8,F,49.0,6431,-109.08167999999641,31.937884000000402,2439541,16,8,1982 +15,F,7.0,6432,-109.08103599999642,31.937059000000463,2439566,16,8,1982 +3,F,16.0,6433,-109.08120799999641,31.938896000000387,2437981,16,8,1982 +5,M,40.0,6434,-109.07960199999636,31.93897000000045,2439521,16,8,1982 +3,M,12.0,6435,-109.08120799999641,31.938896000000387,2439591,16,8,1982 +2,M,94.0,6436,-109.08197499999642,31.93888700000037,2439531,16,8,1982 +5,,202.0,6437,-109.07960199999636,31.93897000000045,,16,8,1982 +10,,,6438,-109.08009099999636,31.938017000000425,2436910,16,8,1982 +8,M,129.0,6439,-109.08167999999641,31.937884000000402,2439531,16,8,1982 +4,M,46.0,6440,-109.08040899999641,31.93889400000041,2439521,16,8,1982 +8,F,23.0,6441,-109.08167999999641,31.937884000000402,2437967,16,8,1982 +13,M,41.0,6442,-109.08261299999641,31.937028000000442,2439521,16,8,1982 +13,F,124.0,6443,-109.08261299999641,31.937028000000442,2439531,16,8,1982 +3,F,14.0,6444,-109.08120799999641,31.938896000000387,2439591,16,8,1982 +4,M,50.0,6445,-109.08040899999641,31.93889400000041,2439521,16,8,1982 +9,M,127.0,6446,-109.08090299999638,31.93785900000039,2439531,16,8,1982 +3,M,14.0,6447,-109.08120799999641,31.938896000000387,2437874,16,8,1982 +4,F,29.0,6448,-109.08040899999641,31.93889400000041,2439521,16,8,1982 +14,M,55.0,6449,-109.08182699999641,31.937054000000447,2439521,16,8,1982 +9,F,119.0,6450,-109.08090299999638,31.93785900000039,2439531,16,8,1982 +14,M,40.0,6451,-109.08182699999641,31.937054000000447,2439521,16,8,1982 +4,F,7.0,6452,-109.08040899999641,31.93889400000041,2439566,16,8,1982 +8,F,21.0,6453,-109.08167999999641,31.937884000000402,2437981,16,8,1982 +5,F,45.0,6454,-109.07960199999636,31.93897000000045,2439521,16,8,1982 +8,M,21.0,6455,-109.08167999999641,31.937884000000402,2437981,16,8,1982 +15,M,5.0,6456,-109.08103599999642,31.937059000000463,2439566,16,8,1982 +14,M,101.0,6457,-109.08182699999641,31.937054000000447,2439531,16,8,1982 +2,F,5.0,6458,-109.08197499999642,31.93888700000037,2439566,16,8,1982 +3,M,8.0,6459,-109.08120799999641,31.938896000000387,2439566,16,8,1982 +1,F,36.0,6460,-109.08282899999641,31.938851000000387,2439521,16,8,1982 +5,M,40.0,6461,-109.07960199999636,31.93897000000045,2439521,16,8,1982 +14,M,5.0,6462,-109.08182699999641,31.937054000000447,2439566,16,8,1982 +3,M,9.0,6463,-109.08120799999641,31.938896000000387,2439566,16,8,1982 +8,F,13.0,6464,-109.08167999999641,31.937884000000402,2439591,16,8,1982 +13,F,42.0,6465,-109.08261299999641,31.937028000000442,2439541,16,8,1982 +1,M,56.0,6466,-109.08282899999641,31.938851000000387,2439541,16,8,1982 +2,,,6467,-109.08197499999642,31.93888700000037,2436910,16,8,1982 +5,F,35.0,6468,-109.07960199999636,31.93897000000045,2439521,16,8,1982 +15,,,6469,-109.08103599999642,31.937059000000463,2437300,16,8,1982 +1,M,47.0,6470,-109.08282899999641,31.938851000000387,2439521,16,8,1982 +2,M,39.0,6471,-109.08197499999642,31.93888700000037,2439521,16,8,1982 +8,F,32.0,6472,-109.08167999999641,31.937884000000402,2439521,16,8,1982 +14,M,28.0,6473,-109.08182699999641,31.937054000000447,2439521,16,8,1982 +1,M,145.0,6474,-109.08282899999641,31.938851000000387,2439531,16,8,1982 +2,M,40.0,6475,-109.08197499999642,31.93888700000037,2439521,16,8,1982 +14,F,34.0,6476,-109.08182699999641,31.937054000000447,2439521,16,8,1982 +15,M,178.0,6477,-109.08103599999642,31.937059000000463,,16,8,1982 +9,F,127.0,6478,-109.08090299999638,31.93785900000039,2439531,16,8,1982 +8,M,50.0,6479,-109.08167999999641,31.937884000000402,2439541,16,8,1982 +2,F,112.0,6480,-109.08197499999642,31.93888700000037,,16,8,1982 +3,F,14.0,6481,-109.08120799999641,31.938896000000387,2437874,16,8,1982 +4,M,47.0,6482,-109.08040899999641,31.93889400000041,2439521,16,8,1982 +14,M,31.0,6483,-109.08182699999641,31.937054000000447,2439521,16,8,1982 +15,M,21.0,6484,-109.08103599999642,31.937059000000463,2437967,16,8,1982 +1,F,34.0,6485,-109.08282899999641,31.938851000000387,2439521,16,8,1982 +3,M,7.0,6486,-109.08120799999641,31.938896000000387,2439566,16,8,1982 +4,M,121.0,6487,-109.08040899999641,31.93889400000041,2439531,16,8,1982 +1,M,152.0,6488,-109.08282899999641,31.938851000000387,2439531,16,8,1982 +15,F,137.0,6489,-109.08103599999642,31.937059000000463,,16,8,1982 +1,M,7.0,6490,-109.08282899999641,31.938851000000387,2439566,16,8,1982 +9,M,117.0,6491,-109.08090299999638,31.93785900000039,,16,8,1982 +2,,,6492,-109.08197499999642,31.93888700000037,2439521,16,8,1982 +10,,,6493,-109.08009099999636,31.938017000000425,2436910,16,8,1982 +8,M,103.0,6494,-109.08167999999641,31.937884000000402,2439531,16,8,1982 +13,F,43.0,6495,-109.08261299999641,31.937028000000442,2439521,16,8,1982 +5,M,41.0,6496,-109.07960199999636,31.93897000000045,2439521,16,8,1982 +2,M,20.0,6497,-109.08197499999642,31.93888700000037,2437981,16,8,1982 +4,F,111.0,6498,-109.08040899999641,31.93889400000041,2439531,16,8,1982 +4,F,44.0,6499,-109.08040899999641,31.93889400000041,2439521,16,8,1982 +13,M,49.0,6500,-109.08261299999641,31.937028000000442,2439521,16,8,1982 +2,F,152.0,6501,-109.08197499999642,31.93888700000037,,16,8,1982 +4,F,41.0,6502,-109.08040899999641,31.93889400000041,2439521,16,8,1982 +10,F,13.0,6503,-109.08009099999636,31.938017000000425,2437874,16,8,1982 +9,F,130.0,6504,-109.08090299999638,31.93785900000039,2439531,16,8,1982 +9,M,118.0,6505,-109.08090299999638,31.93785900000039,2439531,16,8,1982 +8,F,16.0,6506,-109.08167999999641,31.937884000000402,2439591,16,8,1982 +14,F,46.0,6507,-109.08182699999641,31.937054000000447,2438517,16,8,1982 +15,M,8.0,6508,-109.08103599999642,31.937059000000463,2439566,16,8,1982 +2,M,,6509,-109.08197499999642,31.93888700000037,2439541,16,8,1982 +13,F,,6510,-109.08261299999641,31.937028000000442,,16,8,1982 +14,M,40.0,6511,-109.08182699999641,31.937054000000447,2438517,16,8,1982 +10,M,11.0,6512,-109.08009099999636,31.938017000000425,2437874,16,8,1982 +1,M,47.0,6513,-109.08282899999641,31.938851000000387,2439521,16,8,1982 +5,M,17.0,6514,-109.07960199999636,31.93897000000045,2438516,16,8,1982 +15,F,23.0,6515,-109.08103599999642,31.937059000000463,2438516,16,8,1982 +9,M,159.0,6516,-109.08090299999638,31.93785900000039,,18,9,1982 +5,M,39.0,6517,-109.07960199999636,31.93897000000045,2439521,18,9,1982 +9,F,34.0,6518,-109.08090299999638,31.93785900000039,2439521,18,9,1982 +2,F,6.0,6519,-109.08197499999642,31.93888700000037,2439566,18,9,1982 +2,F,27.0,6520,-109.08197499999642,31.93888700000037,2438517,18,9,1982 +2,M,40.0,6521,-109.08197499999642,31.93888700000037,2439521,18,9,1982 +11,F,34.0,6522,-109.07930699999636,31.938056000000426,2439521,18,9,1982 +8,M,7.0,6523,-109.08167999999641,31.937884000000402,2439566,18,9,1982 +2,F,38.0,6524,-109.08197499999642,31.93888700000037,2439521,18,9,1982 +3,M,14.0,6525,-109.08120799999641,31.938896000000387,2439591,18,9,1982 +14,M,37.0,6526,-109.08182699999641,31.937054000000447,2439521,18,9,1982 +11,F,106.0,6527,-109.07930699999636,31.938056000000426,2439531,18,9,1982 +1,F,24.0,6528,-109.08282899999641,31.938851000000387,2438516,18,9,1982 +2,M,45.0,6529,-109.08197499999642,31.93888700000037,2439521,18,9,1982 +6,F,131.0,6530,-109.07883599999636,31.939078000000414,2439531,18,9,1982 +12,F,42.0,6531,-109.07851899999636,31.938203000000414,2439521,18,9,1982 +9,,,6532,-109.08090299999638,31.93785900000039,2491757,18,9,1982 +2,M,110.0,6533,-109.08197499999642,31.93888700000037,2439531,18,9,1982 +4,F,34.0,6534,-109.08040899999641,31.93889400000041,2439521,18,9,1982 +14,M,43.0,6535,-109.08182699999641,31.937054000000447,2439521,18,9,1982 +13,M,102.0,6536,-109.08261299999641,31.937028000000442,2439531,18,9,1982 +1,F,23.0,6537,-109.08282899999641,31.938851000000387,2438516,18,9,1982 +3,M,19.0,6538,-109.08120799999641,31.938896000000387,2437981,18,9,1982 +11,M,105.0,6539,-109.07930699999636,31.938056000000426,2439531,18,9,1982 +5,F,42.0,6540,-109.07960199999636,31.93897000000045,2439521,18,9,1982 +13,,,6541,-109.08261299999641,31.937028000000442,2491757,18,9,1982 +14,M,112.0,6542,-109.08182699999641,31.937054000000447,2439531,18,9,1982 +4,M,47.0,6543,-109.08040899999641,31.93889400000041,2439521,18,9,1982 +5,F,213.0,6544,-109.07960199999636,31.93897000000045,,18,9,1982 +14,M,11.0,6545,-109.08182699999641,31.937054000000447,2438517,18,9,1982 +13,,,6546,-109.08261299999641,31.937028000000442,2491757,18,9,1982 +4,F,28.0,6547,-109.08040899999641,31.93889400000041,2438516,18,9,1982 +11,M,36.0,6548,-109.07930699999636,31.938056000000426,2439521,18,9,1982 +8,F,33.0,6549,-109.08167999999641,31.937884000000402,2439521,18,9,1982 +2,F,33.0,6550,-109.08197499999642,31.93888700000037,2439521,18,9,1982 +12,M,127.0,6551,-109.07851899999636,31.938203000000414,2439531,18,9,1982 +8,F,54.0,6552,-109.08167999999641,31.937884000000402,2439541,18,9,1982 +11,M,44.0,6553,-109.07930699999636,31.938056000000426,2439521,18,9,1982 +2,M,40.0,6554,-109.08197499999642,31.93888700000037,2439521,18,9,1982 +5,M,39.0,6555,-109.07960199999636,31.93897000000045,2439521,18,9,1982 +11,F,189.0,6556,-109.07930699999636,31.938056000000426,,18,9,1982 +14,M,34.0,6557,-109.08182699999641,31.937054000000447,2438517,18,9,1982 +4,M,48.0,6558,-109.08040899999641,31.93889400000041,2439521,18,9,1982 +11,F,109.0,6559,-109.07930699999636,31.938056000000426,2439531,18,9,1982 +4,F,45.0,6560,-109.08040899999641,31.93889400000041,2439521,18,9,1982 +1,F,125.0,6561,-109.08282899999641,31.938851000000387,2439531,18,9,1982 +6,M,117.0,6562,-109.07883599999636,31.939078000000414,2439531,18,9,1982 +2,M,28.0,6563,-109.08197499999642,31.93888700000037,2438516,18,9,1982 +14,M,23.0,6564,-109.08182699999641,31.937054000000447,2437967,18,9,1982 +11,,,6565,-109.07930699999636,31.938056000000426,2437300,18,9,1982 +14,F,39.0,6566,-109.08182699999641,31.937054000000447,2438517,18,9,1982 +1,F,34.0,6567,-109.08282899999641,31.938851000000387,2439521,18,9,1982 +14,,,6568,-109.08182699999641,31.937054000000447,2491276,18,9,1982 +1,M,52.0,6569,-109.08282899999641,31.938851000000387,2439521,18,9,1982 +6,M,49.0,6570,-109.07883599999636,31.939078000000414,2439521,18,9,1982 +9,F,123.0,6571,-109.08090299999638,31.93785900000039,2439531,18,9,1982 +6,,,6572,-109.07883599999636,31.939078000000414,2437300,18,9,1982 +8,M,116.0,6573,-109.08167999999641,31.937884000000402,2439531,18,9,1982 +4,F,123.0,6574,-109.08040899999641,31.93889400000041,2439531,18,9,1982 +9,M,125.0,6575,-109.08090299999638,31.93785900000039,2439531,18,9,1982 +4,F,114.0,6576,-109.08040899999641,31.93889400000041,2439531,18,9,1982 +1,M,27.0,6577,-109.08282899999641,31.938851000000387,2438516,18,9,1982 +3,M,8.0,6578,-109.08120799999641,31.938896000000387,2439566,18,9,1982 +12,M,48.0,6579,-109.07851899999636,31.938203000000414,2439521,18,9,1982 +1,F,12.0,6580,-109.08282899999641,31.938851000000387,2439591,18,9,1982 +6,,,6581,-109.07883599999636,31.939078000000414,2491757,18,9,1982 +12,F,43.0,6582,-109.07851899999636,31.938203000000414,2439521,18,9,1982 +11,M,29.0,6583,-109.07930699999636,31.938056000000426,2438516,18,9,1982 +8,M,51.0,6584,-109.08167999999641,31.937884000000402,2439541,18,9,1982 +13,,,6585,-109.08261299999641,31.937028000000442,2491276,18,9,1982 +4,M,23.0,6586,-109.08040899999641,31.93889400000041,2438516,18,9,1982 +14,F,44.0,6587,-109.08182699999641,31.937054000000447,2439521,18,9,1982 +13,F,126.0,6588,-109.08261299999641,31.937028000000442,2439531,18,9,1982 +12,M,36.0,6589,-109.07851899999636,31.938203000000414,2439521,18,9,1982 +13,M,42.0,6590,-109.08261299999641,31.937028000000442,2439521,18,9,1982 +5,F,35.0,6591,-109.07960199999636,31.93897000000045,2439521,18,9,1982 +9,F,139.0,6592,-109.08090299999638,31.93785900000039,2439531,18,9,1982 +2,M,47.0,6593,-109.08197499999642,31.93888700000037,2439541,18,9,1982 +13,F,42.0,6594,-109.08261299999641,31.937028000000442,2439521,18,9,1982 +6,M,6.0,6595,-109.07883599999636,31.939078000000414,2439566,18,9,1982 +14,F,47.0,6596,-109.08182699999641,31.937054000000447,2439521,18,9,1982 +1,M,28.0,6597,-109.08282899999641,31.938851000000387,2438516,18,9,1982 +14,M,15.0,6598,-109.08182699999641,31.937054000000447,2438517,18,9,1982 +5,M,40.0,6599,-109.07960199999636,31.93897000000045,2439521,18,9,1982 +12,M,40.0,6600,-109.07851899999636,31.938203000000414,2439521,18,9,1982 +13,M,48.0,6601,-109.08261299999641,31.937028000000442,2439521,18,9,1982 +7,,,6602,-109.08281599999641,31.938113000000413,,18,9,1982 +10,,,6603,-109.08009099999636,31.938017000000425,,18,9,1982 +19,M,21.0,6604,-109.07791199999636,31.937438000000434,2437967,19,9,1982 +24,M,54.0,6605,-109.07773599999636,31.938560000000447,2439541,19,9,1982 +17,F,25.0,6606,-109.07941499999636,31.937117000000445,2438516,19,9,1982 +17,F,28.0,6607,-109.07941499999636,31.937117000000445,2439521,19,9,1982 +24,M,18.0,6608,-109.07773599999636,31.938560000000447,2437981,19,9,1982 +18,M,45.0,6609,-109.07863299999636,31.93712600000041,2439521,19,9,1982 +19,M,24.0,6610,-109.07791199999636,31.937438000000434,,19,9,1982 +22,M,47.0,6611,-109.07860199999635,31.93644100000042,2439521,19,9,1982 +17,F,39.0,6612,-109.07941499999636,31.937117000000445,2439521,19,9,1982 +20,F,25.0,6613,-109.08019099999642,31.93633400000045,2438516,19,9,1982 +15,M,29.0,6614,-109.08103599999642,31.937059000000463,2438516,19,9,1982 +18,F,11.0,6615,-109.07863299999636,31.93712600000041,2439591,19,9,1982 +22,M,34.0,6616,-109.07860199999635,31.93644100000042,2439521,19,9,1982 +22,M,26.0,6617,-109.07860199999635,31.93644100000042,2438517,19,9,1982 +24,M,23.0,6618,-109.07773599999636,31.938560000000447,2437967,19,9,1982 +22,F,6.0,6619,-109.07860199999635,31.93644100000042,2439566,19,9,1982 +22,F,149.0,6620,-109.07860199999635,31.93644100000042,2439531,19,9,1982 +22,M,8.0,6621,-109.07860199999635,31.93644100000042,2439566,19,9,1982 +20,F,46.0,6622,-109.08019099999642,31.93633400000045,2439541,19,9,1982 +18,M,43.0,6623,-109.07863299999636,31.93712600000041,2439521,19,9,1982 +22,F,52.0,6624,-109.07860199999635,31.93644100000042,2439541,19,9,1982 +18,M,49.0,6625,-109.07863299999636,31.93712600000041,2439521,19,9,1982 +24,F,20.0,6626,-109.07773599999636,31.938560000000447,2437981,19,9,1982 +20,F,41.0,6627,-109.08019099999642,31.93633400000045,2439521,19,9,1982 +21,F,6.0,6628,-109.07939799999636,31.936448000000453,2439566,19,9,1982 +19,M,6.0,6629,-109.07791199999636,31.937438000000434,2439566,19,9,1982 +20,M,37.0,6630,-109.08019099999642,31.93633400000045,2439521,19,9,1982 +17,M,49.0,6631,-109.07941499999636,31.937117000000445,2439521,19,9,1982 +18,F,28.0,6632,-109.07863299999636,31.93712600000041,2438516,19,9,1982 +22,F,7.0,6633,-109.07860199999635,31.93644100000042,2439566,19,9,1982 +17,F,150.0,6634,-109.07941499999636,31.937117000000445,,19,9,1982 +18,F,14.0,6635,-109.07863299999636,31.93712600000041,2439591,19,9,1982 +18,F,38.0,6636,-109.07863299999636,31.93712600000041,2439521,19,9,1982 +19,M,23.0,6637,-109.07791199999636,31.937438000000434,2437967,19,9,1982 +18,M,43.0,6638,-109.07863299999636,31.93712600000041,2439521,19,9,1982 +17,F,48.0,6639,-109.07941499999636,31.937117000000445,2439541,19,9,1982 +19,M,7.0,6640,-109.07791199999636,31.937438000000434,2439566,19,9,1982 +20,F,184.0,6641,-109.08019099999642,31.93633400000045,,19,9,1982 +18,F,25.0,6642,-109.07863299999636,31.93712600000041,2438516,19,9,1982 +20,M,137.0,6643,-109.08019099999642,31.93633400000045,2439531,19,9,1982 +24,F,42.0,6644,-109.07773599999636,31.938560000000447,2439521,19,9,1982 +22,M,120.0,6645,-109.07860199999635,31.93644100000042,2439531,19,9,1982 +16,,,6646,-109.08024399999636,31.93709400000041,,19,9,1982 +23,,,6647,-109.07783799999636,31.93676300000042,,19,9,1982 +24,M,41.0,6648,-109.07773599999636,31.938560000000447,2439521,19,9,1982 +12,M,,6649,-109.07851899999636,31.938203000000414,2439531,23,10,1982 +17,F,23.0,6650,-109.07941499999636,31.937117000000445,2438516,23,10,1982 +1,F,118.0,6651,-109.08282899999641,31.938851000000387,2439531,23,10,1982 +8,M,6.0,6652,-109.08167999999641,31.937884000000402,2439566,23,10,1982 +23,F,19.0,6653,-109.07783799999636,31.93676300000042,2437967,23,10,1982 +19,M,36.0,6654,-109.07791199999636,31.937438000000434,2438517,23,10,1982 +5,M,53.0,6655,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +12,F,15.0,6656,-109.07851899999636,31.938203000000414,2439591,23,10,1982 +23,M,29.0,6657,-109.07783799999636,31.93676300000042,2438516,23,10,1982 +17,M,47.0,6658,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +13,F,29.0,6659,-109.08261299999641,31.937028000000442,2438517,23,10,1982 +19,F,31.0,6660,-109.07791199999636,31.937438000000434,2438517,23,10,1982 +5,M,40.0,6661,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +13,M,42.0,6662,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +17,M,38.0,6663,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +1,M,27.0,6664,-109.08282899999641,31.938851000000387,2438516,23,10,1982 +5,F,205.0,6665,-109.07960199999636,31.93897000000045,,23,10,1982 +13,M,47.0,6666,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +1,M,142.0,6667,-109.08282899999641,31.938851000000387,2439531,23,10,1982 +3,M,43.0,6668,-109.08120799999641,31.938896000000387,2439521,23,10,1982 +5,M,44.0,6669,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +10,M,41.0,6670,-109.08009099999636,31.938017000000425,2439521,23,10,1982 +19,M,43.0,6671,-109.07791199999636,31.937438000000434,2439521,23,10,1982 +15,M,36.0,6672,-109.08103599999642,31.937059000000463,2438517,23,10,1982 +13,F,45.0,6673,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +23,F,116.0,6674,-109.07783799999636,31.93676300000042,2439531,23,10,1982 +21,M,47.0,6675,-109.07939799999636,31.936448000000453,2439521,23,10,1982 +23,M,6.0,6676,-109.07783799999636,31.93676300000042,2439566,23,10,1982 +17,M,46.0,6677,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +8,M,7.0,6678,-109.08167999999641,31.937884000000402,2439566,23,10,1982 +23,F,22.0,6679,-109.07783799999636,31.93676300000042,2438516,23,10,1982 +21,M,6.0,6680,-109.07939799999636,31.936448000000453,2439566,23,10,1982 +13,F,43.0,6681,-109.08261299999641,31.937028000000442,2438517,23,10,1982 +17,M,51.0,6682,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +17,F,148.0,6683,-109.07941499999636,31.937117000000445,2439531,23,10,1982 +1,F,59.0,6684,-109.08282899999641,31.938851000000387,2439541,23,10,1982 +19,M,23.0,6685,-109.07791199999636,31.937438000000434,2437967,23,10,1982 +12,F,219.0,6686,-109.07851899999636,31.938203000000414,,23,10,1982 +21,M,20.0,6687,-109.07939799999636,31.936448000000453,2438517,23,10,1982 +13,M,27.0,6688,-109.08261299999641,31.937028000000442,2438516,23,10,1982 +1,F,49.0,6689,-109.08282899999641,31.938851000000387,2439541,23,10,1982 +5,M,23.0,6690,-109.07960199999636,31.93897000000045,2438516,23,10,1982 +13,M,42.0,6691,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +5,F,42.0,6692,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +13,F,126.0,6693,-109.08261299999641,31.937028000000442,2439531,23,10,1982 +12,M,50.0,6694,-109.07851899999636,31.938203000000414,2439541,23,10,1982 +8,M,31.0,6695,-109.08167999999641,31.937884000000402,2438517,23,10,1982 +12,F,39.0,6696,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +21,M,44.0,6697,-109.07939799999636,31.936448000000453,2438517,23,10,1982 +5,M,40.0,6698,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +12,F,43.0,6699,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +19,M,7.0,6700,-109.07791199999636,31.937438000000434,2439566,23,10,1982 +3,F,7.0,6701,-109.08120799999641,31.938896000000387,2439566,23,10,1982 +17,F,41.0,6702,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +15,M,42.0,6703,-109.08103599999642,31.937059000000463,2438517,23,10,1982 +8,M,25.0,6704,-109.08167999999641,31.937884000000402,2438516,23,10,1982 +19,F,12.0,6705,-109.07791199999636,31.937438000000434,2437874,23,10,1982 +13,F,42.0,6706,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +17,F,48.0,6707,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +12,M,45.0,6708,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +12,M,36.0,6709,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +17,M,108.0,6710,-109.07941499999636,31.937117000000445,2439531,23,10,1982 +19,M,7.0,6711,-109.07791199999636,31.937438000000434,2439566,23,10,1982 +13,M,46.0,6712,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +15,M,6.0,6713,-109.08103599999642,31.937059000000463,2439566,23,10,1982 +17,M,46.0,6714,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +12,M,45.0,6715,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +8,M,47.0,6716,-109.08167999999641,31.937884000000402,2439521,23,10,1982 +1,F,49.0,6717,-109.08282899999641,31.938851000000387,2439541,23,10,1982 +3,M,48.0,6718,-109.08120799999641,31.938896000000387,2438517,23,10,1982 +5,M,46.0,6719,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +12,F,39.0,6720,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +19,F,38.0,6721,-109.07791199999636,31.937438000000434,2439521,23,10,1982 +13,M,44.0,6722,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +15,M,43.0,6723,-109.08103599999642,31.937059000000463,2439521,23,10,1982 +23,M,47.0,6724,-109.07783799999636,31.93676300000042,2439521,23,10,1982 +8,,,6725,-109.08167999999641,31.937884000000402,2491757,23,10,1982 +17,F,36.0,6726,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +1,M,118.0,6727,-109.08282899999641,31.938851000000387,2439531,23,10,1982 +13,F,127.0,6728,-109.08261299999641,31.937028000000442,2439531,23,10,1982 +15,M,19.0,6729,-109.08103599999642,31.937059000000463,2437967,23,10,1982 +1,M,7.0,6730,-109.08282899999641,31.938851000000387,2439566,23,10,1982 +8,F,36.0,6731,-109.08167999999641,31.937884000000402,2439521,23,10,1982 +1,M,55.0,6732,-109.08282899999641,31.938851000000387,2439541,23,10,1982 +12,F,,6733,-109.07851899999636,31.938203000000414,2439531,23,10,1982 +5,F,26.0,6734,-109.07960199999636,31.93897000000045,2438517,23,10,1982 +1,M,49.0,6735,-109.08282899999641,31.938851000000387,2439521,23,10,1982 +23,M,5.0,6736,-109.07783799999636,31.93676300000042,2439566,23,10,1982 +8,M,7.0,6737,-109.08167999999641,31.937884000000402,2439566,23,10,1982 +1,F,53.0,6738,-109.08282899999641,31.938851000000387,2439541,23,10,1982 +12,M,97.0,6739,-109.07851899999636,31.938203000000414,,23,10,1982 +8,F,108.0,6740,-109.08167999999641,31.937884000000402,2439531,23,10,1982 +23,F,24.0,6741,-109.07783799999636,31.93676300000042,2437981,23,10,1982 +19,F,6.0,6742,-109.07791199999636,31.937438000000434,2439566,23,10,1982 +5,F,42.0,6743,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +8,M,38.0,6744,-109.08167999999641,31.937884000000402,2439521,23,10,1982 +5,M,49.0,6745,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +1,F,36.0,6746,-109.08282899999641,31.938851000000387,2439521,23,10,1982 +15,M,29.0,6747,-109.08103599999642,31.937059000000463,2438517,23,10,1982 +17,F,33.0,6748,-109.07941499999636,31.937117000000445,2439521,23,10,1982 +12,F,47.0,6749,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +13,M,123.0,6750,-109.08261299999641,31.937028000000442,2439531,23,10,1982 +19,M,8.0,6751,-109.07791199999636,31.937438000000434,2439566,23,10,1982 +10,,,6752,-109.08009099999636,31.938017000000425,2437300,23,10,1982 +8,F,113.0,6753,-109.08167999999641,31.937884000000402,2439531,23,10,1982 +1,F,34.0,6754,-109.08282899999641,31.938851000000387,2439521,23,10,1982 +3,F,5.0,6755,-109.08120799999641,31.938896000000387,2439566,23,10,1982 +8,M,121.0,6756,-109.08167999999641,31.937884000000402,2439531,23,10,1982 +15,M,185.0,6757,-109.08103599999642,31.937059000000463,,23,10,1982 +13,M,39.0,6758,-109.08261299999641,31.937028000000442,2438517,23,10,1982 +17,F,18.0,6759,-109.07941499999636,31.937117000000445,2438516,23,10,1982 +5,F,46.0,6760,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +23,M,7.0,6761,-109.07783799999636,31.93676300000042,2439566,23,10,1982 +8,F,44.0,6762,-109.08167999999641,31.937884000000402,2439541,23,10,1982 +13,M,37.0,6763,-109.08261299999641,31.937028000000442,2438517,23,10,1982 +8,M,123.0,6764,-109.08167999999641,31.937884000000402,2439531,23,10,1982 +13,F,113.0,6765,-109.08261299999641,31.937028000000442,2439531,23,10,1982 +17,F,52.0,6766,-109.07941499999636,31.937117000000445,2439541,23,10,1982 +12,M,120.0,6767,-109.07851899999636,31.938203000000414,2439531,23,10,1982 +8,F,130.0,6768,-109.08167999999641,31.937884000000402,2439531,23,10,1982 +13,M,6.0,6769,-109.08261299999641,31.937028000000442,2439566,23,10,1982 +15,M,23.0,6770,-109.08103599999642,31.937059000000463,2438516,23,10,1982 +5,M,24.0,6771,-109.07960199999636,31.93897000000045,2438516,23,10,1982 +19,M,21.0,6772,-109.07791199999636,31.937438000000434,2437967,23,10,1982 +3,F,6.0,6773,-109.08120799999641,31.938896000000387,2439566,23,10,1982 +1,F,33.0,6774,-109.08282899999641,31.938851000000387,2438517,23,10,1982 +13,M,30.0,6775,-109.08261299999641,31.937028000000442,2438517,23,10,1982 +5,M,41.0,6776,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +1,F,36.0,6777,-109.08282899999641,31.938851000000387,2439521,23,10,1982 +12,M,39.0,6778,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +13,F,119.0,6779,-109.08261299999641,31.937028000000442,2439531,23,10,1982 +3,F,40.0,6780,-109.08120799999641,31.938896000000387,2439521,23,10,1982 +12,F,37.0,6781,-109.07851899999636,31.938203000000414,2439521,23,10,1982 +8,M,49.0,6782,-109.08167999999641,31.937884000000402,2439541,23,10,1982 +19,M,7.0,6783,-109.07791199999636,31.937438000000434,2439566,23,10,1982 +15,F,127.0,6784,-109.08103599999642,31.937059000000463,2439531,23,10,1982 +13,F,43.0,6785,-109.08261299999641,31.937028000000442,2439521,23,10,1982 +5,F,45.0,6786,-109.07960199999636,31.93897000000045,2439521,23,10,1982 +23,F,37.0,6787,-109.07783799999636,31.93676300000042,2439521,23,10,1982 +21,F,38.0,6788,-109.07939799999636,31.936448000000453,2439521,23,10,1982 +2,F,150.0,6789,-109.08197499999642,31.93888700000037,2439531,24,10,1982 +6,F,41.0,6790,-109.07883599999636,31.939078000000414,2439521,24,10,1982 +24,F,20.0,6791,-109.07773599999636,31.938560000000447,2438516,24,10,1982 +14,F,43.0,6792,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +18,M,42.0,6793,-109.07863299999636,31.93712600000041,2438517,24,10,1982 +20,F,33.0,6794,-109.08019099999642,31.93633400000045,2438517,24,10,1982 +4,M,24.0,6795,-109.08040899999641,31.93889400000041,2438516,24,10,1982 +6,F,26.0,6796,-109.07883599999636,31.939078000000414,2437967,24,10,1982 +6,F,111.0,6797,-109.07883599999636,31.939078000000414,2439531,24,10,1982 +16,F,19.0,6798,-109.08024399999636,31.93709400000041,2437967,24,10,1982 +18,,,6799,-109.07863299999636,31.93712600000041,2439531,24,10,1982 +9,M,52.0,6800,-109.08090299999638,31.93785900000039,2439541,24,10,1982 +22,M,40.0,6801,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +7,M,23.0,6802,-109.08281599999641,31.938113000000413,2437981,24,10,1982 +6,F,27.0,6803,-109.07883599999636,31.939078000000414,2438517,24,10,1982 +4,M,41.0,6804,-109.08040899999641,31.93889400000041,2439521,24,10,1982 +24,F,27.0,6805,-109.07773599999636,31.938560000000447,2437981,24,10,1982 +20,M,49.0,6806,-109.08019099999642,31.93633400000045,2439541,24,10,1982 +6,M,24.0,6807,-109.07883599999636,31.939078000000414,2438516,24,10,1982 +24,M,22.0,6808,-109.07773599999636,31.938560000000447,2437981,24,10,1982 +9,M,45.0,6809,-109.08090299999638,31.93785900000039,2439541,24,10,1982 +2,M,27.0,6810,-109.08197499999642,31.93888700000037,2438516,24,10,1982 +22,M,41.0,6811,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +9,F,32.0,6812,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +14,M,125.0,6813,-109.08182699999641,31.937054000000447,2439531,24,10,1982 +7,M,120.0,6814,-109.08281599999641,31.938113000000413,2439531,24,10,1982 +6,F,47.0,6815,-109.07883599999636,31.939078000000414,2439541,24,10,1982 +14,M,47.0,6816,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +18,F,28.0,6817,-109.07863299999636,31.93712600000041,2438517,24,10,1982 +9,M,139.0,6818,-109.08090299999638,31.93785900000039,2439531,24,10,1982 +22,M,36.0,6819,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +20,F,41.0,6820,-109.08019099999642,31.93633400000045,2439521,24,10,1982 +24,M,53.0,6821,-109.07773599999636,31.938560000000447,2439541,24,10,1982 +11,F,34.0,6822,-109.07930699999636,31.938056000000426,2439521,24,10,1982 +4,M,52.0,6823,-109.08040899999641,31.93889400000041,2439521,24,10,1982 +11,F,126.0,6824,-109.07930699999636,31.938056000000426,2439531,24,10,1982 +2,M,43.0,6825,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +6,M,44.0,6826,-109.07883599999636,31.939078000000414,2439521,24,10,1982 +18,F,44.0,6827,-109.07863299999636,31.93712600000041,2439521,24,10,1982 +2,,129.0,6828,-109.08197499999642,31.93888700000037,2439531,24,10,1982 +22,F,42.0,6829,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +4,F,38.0,6830,-109.08040899999641,31.93889400000041,2439521,24,10,1982 +6,F,48.0,6831,-109.07883599999636,31.939078000000414,2439521,24,10,1982 +14,F,41.0,6832,-109.08182699999641,31.937054000000447,2438517,24,10,1982 +2,M,40.0,6833,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +24,M,23.0,6834,-109.07773599999636,31.938560000000447,2437967,24,10,1982 +14,M,42.0,6835,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +18,M,43.0,6836,-109.07863299999636,31.93712600000041,2439521,24,10,1982 +2,M,133.0,6837,-109.08197499999642,31.93888700000037,2439531,24,10,1982 +2,F,36.0,6838,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +4,M,122.0,6839,-109.08040899999641,31.93889400000041,2439531,24,10,1982 +16,M,8.0,6840,-109.08024399999636,31.93709400000041,2437874,24,10,1982 +22,M,19.0,6841,-109.07860199999635,31.93644100000042,2438516,24,10,1982 +14,M,28.0,6842,-109.08182699999641,31.937054000000447,2438516,24,10,1982 +2,M,42.0,6843,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +24,M,19.0,6844,-109.07773599999636,31.938560000000447,2437981,24,10,1982 +22,F,116.0,6845,-109.07860199999635,31.93644100000042,2439531,24,10,1982 +14,M,110.0,6846,-109.08182699999641,31.937054000000447,2439531,24,10,1982 +18,F,42.0,6847,-109.07863299999636,31.93712600000041,2439521,24,10,1982 +22,M,122.0,6848,-109.07860199999635,31.93644100000042,2439531,24,10,1982 +9,F,118.0,6849,-109.08090299999638,31.93785900000039,2439531,24,10,1982 +14,M,112.0,6850,-109.08182699999641,31.937054000000447,2439531,24,10,1982 +24,M,26.0,6851,-109.07773599999636,31.938560000000447,2438516,24,10,1982 +11,F,43.0,6852,-109.07930699999636,31.938056000000426,2439541,24,10,1982 +9,M,51.0,6853,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +18,M,40.0,6854,-109.07863299999636,31.93712600000041,2439521,24,10,1982 +22,F,135.0,6855,-109.07860199999635,31.93644100000042,2439531,24,10,1982 +20,M,130.0,6856,-109.08019099999642,31.93633400000045,2439531,24,10,1982 +24,M,41.0,6857,-109.07773599999636,31.938560000000447,2439521,24,10,1982 +24,M,46.0,6858,-109.07773599999636,31.938560000000447,2439521,24,10,1982 +9,F,8.0,6859,-109.08090299999638,31.93785900000039,2439566,24,10,1982 +20,F,41.0,6860,-109.08019099999642,31.93633400000045,2439521,24,10,1982 +22,F,117.0,6861,-109.07860199999635,31.93644100000042,2439531,24,10,1982 +18,F,124.0,6862,-109.07863299999636,31.93712600000041,2439531,24,10,1982 +11,M,40.0,6863,-109.07930699999636,31.938056000000426,2439521,24,10,1982 +4,M,7.0,6864,-109.08040899999641,31.93889400000041,2439566,24,10,1982 +6,F,9.0,6865,-109.07883599999636,31.939078000000414,2439566,24,10,1982 +2,F,127.0,6866,-109.08197499999642,31.93888700000037,2439531,24,10,1982 +16,M,10.0,6867,-109.08024399999636,31.93709400000041,2437874,24,10,1982 +2,M,,6868,-109.08197499999642,31.93888700000037,2439541,24,10,1982 +2,M,130.0,6869,-109.08197499999642,31.93888700000037,2439531,24,10,1982 +11,M,42.0,6870,-109.07930699999636,31.938056000000426,2439521,24,10,1982 +4,F,38.0,6871,-109.08040899999641,31.93889400000041,2439521,24,10,1982 +16,F,35.0,6872,-109.08024399999636,31.93709400000041,2439521,24,10,1982 +9,M,123.0,6873,-109.08090299999638,31.93785900000039,2439531,24,10,1982 +18,F,20.0,6874,-109.07863299999636,31.93712600000041,2438516,24,10,1982 +22,F,132.0,6875,-109.07860199999635,31.93644100000042,2439531,24,10,1982 +20,M,40.0,6876,-109.08019099999642,31.93633400000045,2439521,24,10,1982 +4,M,158.0,6877,-109.08040899999641,31.93889400000041,2439531,24,10,1982 +9,M,24.0,6878,-109.08090299999638,31.93785900000039,2438516,24,10,1982 +14,M,38.0,6879,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +11,M,43.0,6880,-109.07930699999636,31.938056000000426,2439521,24,10,1982 +22,M,151.0,6881,-109.07860199999635,31.93644100000042,2439531,24,10,1982 +20,F,147.0,6882,-109.08019099999642,31.93633400000045,,24,10,1982 +7,,10.0,6883,-109.08281599999641,31.938113000000413,2437874,24,10,1982 +20,M,122.0,6884,-109.08019099999642,31.93633400000045,2439531,24,10,1982 +9,F,35.0,6885,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +24,F,39.0,6886,-109.07773599999636,31.938560000000447,2439521,24,10,1982 +6,M,129.0,6887,-109.07883599999636,31.939078000000414,2439531,24,10,1982 +4,M,6.0,6888,-109.08040899999641,31.93889400000041,2439566,24,10,1982 +9,F,36.0,6889,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +2,F,37.0,6890,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +11,M,25.0,6891,-109.07930699999636,31.938056000000426,2438516,24,10,1982 +2,M,146.0,6892,-109.08197499999642,31.93888700000037,2439531,24,10,1982 +20,M,6.0,6893,-109.08019099999642,31.93633400000045,2439566,24,10,1982 +11,F,22.0,6894,-109.07930699999636,31.938056000000426,2438516,24,10,1982 +6,M,49.0,6895,-109.07883599999636,31.939078000000414,2439521,24,10,1982 +9,M,43.0,6896,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +24,F,30.0,6897,-109.07773599999636,31.938560000000447,2438516,24,10,1982 +18,,,6898,-109.07863299999636,31.93712600000041,,24,10,1982 +22,F,42.0,6899,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +20,F,135.0,6900,-109.08019099999642,31.93633400000045,2439531,24,10,1982 +14,M,36.0,6901,-109.08182699999641,31.937054000000447,2438517,24,10,1982 +9,M,126.0,6902,-109.08090299999638,31.93785900000039,2439531,24,10,1982 +22,F,37.0,6903,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +20,F,24.0,6904,-109.08019099999642,31.93633400000045,2438516,24,10,1982 +11,M,27.0,6905,-109.07930699999636,31.938056000000426,2438516,24,10,1982 +2,F,46.0,6906,-109.08197499999642,31.93888700000037,2439541,24,10,1982 +9,F,107.0,6907,-109.08090299999638,31.93785900000039,2439531,24,10,1982 +14,F,44.0,6908,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +11,M,37.0,6909,-109.07930699999636,31.938056000000426,2438517,24,10,1982 +7,M,17.0,6910,-109.08281599999641,31.938113000000413,2437981,24,10,1982 +22,M,52.0,6911,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +20,M,23.0,6912,-109.08019099999642,31.93633400000045,2438516,24,10,1982 +2,F,44.0,6913,-109.08197499999642,31.93888700000037,2439541,24,10,1982 +4,M,128.0,6914,-109.08040899999641,31.93889400000041,2439531,24,10,1982 +20,M,38.0,6915,-109.08019099999642,31.93633400000045,2439521,24,10,1982 +24,F,40.0,6916,-109.07773599999636,31.938560000000447,2439521,24,10,1982 +2,F,115.0,6917,-109.08197499999642,31.93888700000037,2439531,24,10,1982 +4,F,111.0,6918,-109.08040899999641,31.93889400000041,2439531,24,10,1982 +6,F,40.0,6919,-109.07883599999636,31.939078000000414,2439521,24,10,1982 +14,F,40.0,6920,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +18,M,45.0,6921,-109.07863299999636,31.93712600000041,2439521,24,10,1982 +9,F,128.0,6922,-109.08090299999638,31.93785900000039,2439531,24,10,1982 +14,M,35.0,6923,-109.08182699999641,31.937054000000447,2438517,24,10,1982 +4,F,41.0,6924,-109.08040899999641,31.93889400000041,2439521,24,10,1982 +6,M,40.0,6925,-109.07883599999636,31.939078000000414,2439521,24,10,1982 +9,F,42.0,6926,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +14,M,52.0,6927,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +11,M,47.0,6928,-109.07930699999636,31.938056000000426,2439521,24,10,1982 +2,M,28.0,6929,-109.08197499999642,31.93888700000037,2438516,24,10,1982 +6,F,27.0,6930,-109.07883599999636,31.939078000000414,2438516,24,10,1982 +18,M,7.0,6931,-109.07863299999636,31.93712600000041,2439566,24,10,1982 +7,F,19.0,6932,-109.08281599999641,31.938113000000413,2437981,24,10,1982 +9,F,48.0,6933,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +20,M,142.0,6934,-109.08019099999642,31.93633400000045,2439531,24,10,1982 +24,F,41.0,6935,-109.07773599999636,31.938560000000447,2439521,24,10,1982 +4,F,109.0,6936,-109.08040899999641,31.93889400000041,2439531,24,10,1982 +14,M,28.0,6937,-109.08182699999641,31.937054000000447,2438517,24,10,1982 +22,M,44.0,6938,-109.07860199999635,31.93644100000042,2439521,24,10,1982 +11,M,46.0,6939,-109.07930699999636,31.938056000000426,2439521,24,10,1982 +2,M,44.0,6940,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +6,F,22.0,6941,-109.07883599999636,31.939078000000414,2438516,24,10,1982 +16,,,6942,-109.08024399999636,31.93709400000041,2436910,24,10,1982 +9,M,43.0,6943,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +14,F,44.0,6944,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +2,M,43.0,6945,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +2,F,39.0,6946,-109.08197499999642,31.93888700000037,2439521,24,10,1982 +11,M,48.0,6947,-109.07930699999636,31.938056000000426,2439541,24,10,1982 +4,F,43.0,6948,-109.08040899999641,31.93889400000041,2439521,24,10,1982 +16,F,112.0,6949,-109.08024399999636,31.93709400000041,2439531,24,10,1982 +18,F,50.0,6950,-109.07863299999636,31.93712600000041,2439541,24,10,1982 +7,M,131.0,6951,-109.08281599999641,31.938113000000413,2439531,24,10,1982 +9,M,41.0,6952,-109.08090299999638,31.93785900000039,2439521,24,10,1982 +14,M,,6953,-109.08182699999641,31.937054000000447,2439521,24,10,1982 +22,M,126.0,6954,-109.07860199999635,31.93644100000042,2439531,24,10,1982 +13,F,45.0,6955,-109.08261299999641,31.937028000000442,2439541,21,11,1982 +14,M,34.0,6956,-109.08182699999641,31.937054000000447,2438517,21,11,1982 +19,M,24.0,6957,-109.07791199999636,31.937438000000434,2438516,21,11,1982 +18,F,41.0,6958,-109.07863299999636,31.93712600000041,2439521,21,11,1982 +19,M,9.0,6959,-109.07791199999636,31.937438000000434,2437874,21,11,1982 +13,M,125.0,6960,-109.08261299999641,31.937028000000442,2439531,21,11,1982 +14,M,29.0,6961,-109.08182699999641,31.937054000000447,2438517,21,11,1982 +22,M,44.0,6962,-109.07860199999635,31.93644100000042,2439521,21,11,1982 +13,M,160.0,6963,-109.08261299999641,31.937028000000442,,21,11,1982 +20,F,41.0,6964,-109.08019099999642,31.93633400000045,2439521,21,11,1982 +14,M,44.0,6965,-109.08182699999641,31.937054000000447,2439521,21,11,1982 +17,M,39.0,6966,-109.07941499999636,31.937117000000445,2438517,21,11,1982 +21,F,5.0,6967,-109.07939799999636,31.936448000000453,2439566,21,11,1982 +24,M,41.0,6968,-109.07773599999636,31.938560000000447,2439521,21,11,1982 +22,M,31.0,6969,-109.07860199999635,31.93644100000042,2438517,21,11,1982 +21,F,10.0,6970,-109.07939799999636,31.936448000000453,2437874,21,11,1982 +20,F,47.0,6971,-109.08019099999642,31.93633400000045,2439541,21,11,1982 +24,M,94.0,6972,-109.07773599999636,31.938560000000447,2439531,21,11,1982 +13,M,48.0,6973,-109.08261299999641,31.937028000000442,2439521,21,11,1982 +14,M,39.0,6974,-109.08182699999641,31.937054000000447,2439521,21,11,1982 +15,F,24.0,6975,-109.08103599999642,31.937059000000463,2437981,21,11,1982 +14,M,10.0,6976,-109.08182699999641,31.937054000000447,2437874,21,11,1982 +20,M,51.0,6977,-109.08019099999642,31.93633400000045,2439541,21,11,1982 +14,M,41.0,6978,-109.08182699999641,31.937054000000447,2439521,21,11,1982 +17,M,26.0,6979,-109.07941499999636,31.937117000000445,2438516,21,11,1982 +18,M,43.0,6980,-109.07863299999636,31.93712600000041,2439521,21,11,1982 +17,M,116.0,6981,-109.07941499999636,31.937117000000445,2439531,21,11,1982 +18,F,126.0,6982,-109.07863299999636,31.93712600000041,2439531,21,11,1982 +19,M,22.0,6983,-109.07791199999636,31.937438000000434,2437967,21,11,1982 +22,M,6.0,6984,-109.07860199999635,31.93644100000042,2439566,21,11,1982 +24,M,47.0,6985,-109.07773599999636,31.938560000000447,2439521,21,11,1982 +22,M,36.0,6986,-109.07860199999635,31.93644100000042,2439521,21,11,1982 +14,M,109.0,6987,-109.08182699999641,31.937054000000447,2439531,21,11,1982 +17,F,24.0,6988,-109.07941499999636,31.937117000000445,2438516,21,11,1982 +14,M,31.0,6989,-109.08182699999641,31.937054000000447,2438516,21,11,1982 +17,F,41.0,6990,-109.07941499999636,31.937117000000445,2439521,21,11,1982 +17,F,25.0,6991,-109.07941499999636,31.937117000000445,2438517,21,11,1982 +22,F,38.0,6992,-109.07860199999635,31.93644100000042,2439521,21,11,1982 +24,M,16.0,6993,-109.07773599999636,31.938560000000447,2437981,21,11,1982 +13,F,42.0,6994,-109.08261299999641,31.937028000000442,2439521,21,11,1982 +14,M,43.0,6995,-109.08182699999641,31.937054000000447,2439521,21,11,1982 +14,F,45.0,6996,-109.08182699999641,31.937054000000447,2439521,21,11,1982 +14,F,44.0,6997,-109.08182699999641,31.937054000000447,2439521,21,11,1982 +21,M,6.0,6998,-109.07939799999636,31.936448000000453,2439566,21,11,1982 +15,M,11.0,6999,-109.08103599999642,31.937059000000463,2437874,21,11,1982 +15,M,6.0,7000,-109.08103599999642,31.937059000000463,2439566,21,11,1982 +21,M,6.0,7001,-109.07939799999636,31.936448000000453,2439566,21,11,1982 +18,M,28.0,7002,-109.07863299999636,31.93712600000041,2437967,21,11,1982 +24,F,39.0,7003,-109.07773599999636,31.938560000000447,2439521,21,11,1982 +21,F,6.0,7004,-109.07939799999636,31.936448000000453,2439566,21,11,1982 +13,M,47.0,7005,-109.08261299999641,31.937028000000442,2439521,21,11,1982 +19,M,7.0,7006,-109.07791199999636,31.937438000000434,2439566,21,11,1982 +13,M,47.0,7007,-109.08261299999641,31.937028000000442,2439521,21,11,1982 +22,F,140.0,7008,-109.07860199999635,31.93644100000042,2439531,21,11,1982 +14,F,40.0,7009,-109.08182699999641,31.937054000000447,2439521,21,11,1982 +22,F,36.0,7010,-109.07860199999635,31.93644100000042,2439521,21,11,1982 +24,M,11.0,7011,-109.07773599999636,31.938560000000447,2437874,21,11,1982 +17,F,32.0,7012,-109.07941499999636,31.937117000000445,2439521,21,11,1982 +20,M,6.0,7013,-109.08019099999642,31.93633400000045,2439566,21,11,1982 +13,F,112.0,7014,-109.08261299999641,31.937028000000442,2439531,21,11,1982 +22,M,124.0,7015,-109.07860199999635,31.93644100000042,2439531,21,11,1982 +13,F,43.0,7016,-109.08261299999641,31.937028000000442,2439521,21,11,1982 +19,F,12.0,7017,-109.07791199999636,31.937438000000434,2437874,21,11,1982 +20,M,38.0,7018,-109.08019099999642,31.93633400000045,2439521,21,11,1982 +18,F,11.0,7019,-109.07863299999636,31.93712600000041,2437874,21,11,1982 +17,F,143.0,7020,-109.07941499999636,31.937117000000445,,21,11,1982 +24,,,7021,-109.07773599999636,31.938560000000447,2437568,21,11,1982 +21,M,10.0,7022,-109.07939799999636,31.936448000000453,2437874,21,11,1982 +20,F,40.0,7023,-109.08019099999642,31.93633400000045,2439521,21,11,1982 +24,F,38.0,7024,-109.07773599999636,31.938560000000447,2439521,21,11,1982 +20,F,143.0,7025,-109.08019099999642,31.93633400000045,,21,11,1982 +17,F,54.0,7026,-109.07941499999636,31.937117000000445,2439541,21,11,1982 +20,M,138.0,7027,-109.08019099999642,31.93633400000045,2439531,21,11,1982 +19,F,15.0,7028,-109.07791199999636,31.937438000000434,2437967,21,11,1982 +14,F,40.0,7029,-109.08182699999641,31.937054000000447,2438517,21,11,1982 +15,M,11.0,7030,-109.08103599999642,31.937059000000463,2437864,21,11,1982 +24,F,162.0,7031,-109.07773599999636,31.938560000000447,,21,11,1982 +21,F,10.0,7032,-109.07939799999636,31.936448000000453,2437874,21,11,1982 +7,,,7033,-109.08281599999641,31.938113000000413,,21,11,1982 +10,,,7034,-109.08009099999636,31.938017000000425,,21,11,1982 +16,,,7035,-109.08024399999636,31.93709400000041,,21,11,1982 +23,,,7036,-109.07783799999636,31.93676300000042,,21,11,1982 +4,M,50.0,7037,-109.08040899999641,31.93889400000041,2439521,22,11,1982 +5,F,41.0,7038,-109.07960199999636,31.93897000000045,2439521,22,11,1982 +6,M,44.0,7039,-109.07883599999636,31.939078000000414,2439521,22,11,1982 +11,F,6.0,7040,-109.07930699999636,31.938056000000426,2439566,22,11,1982 +2,M,7.0,7041,-109.08197499999642,31.93888700000037,2439566,22,11,1982 +4,M,6.0,7042,-109.08040899999641,31.93889400000041,2439566,22,11,1982 +9,M,6.0,7043,-109.08090299999638,31.93785900000039,2439566,22,11,1982 +9,F,46.0,7044,-109.08090299999638,31.93785900000039,2439541,22,11,1982 +11,F,106.0,7045,-109.07930699999636,31.938056000000426,2439531,22,11,1982 +1,M,155.0,7046,-109.08282899999641,31.938851000000387,2439531,22,11,1982 +2,M,136.0,7047,-109.08197499999642,31.93888700000037,2439531,22,11,1982 +4,F,36.0,7048,-109.08040899999641,31.93889400000041,2439521,22,11,1982 +11,F,38.0,7049,-109.07930699999636,31.938056000000426,2439541,22,11,1982 +8,F,5.0,7050,-109.08167999999641,31.937884000000402,2439566,22,11,1982 +1,F,126.0,7051,-109.08282899999641,31.938851000000387,2439531,22,11,1982 +9,M,47.0,7052,-109.08090299999638,31.93785900000039,2439541,22,11,1982 +12,F,118.0,7053,-109.07851899999636,31.938203000000414,,22,11,1982 +9,F,118.0,7054,-109.08090299999638,31.93785900000039,2439531,22,11,1982 +12,M,134.0,7055,-109.07851899999636,31.938203000000414,2439531,22,11,1982 +12,F,235.0,7056,-109.07851899999636,31.938203000000414,,22,11,1982 +11,F,33.0,7057,-109.07930699999636,31.938056000000426,2439521,22,11,1982 +3,M,200.0,7058,-109.08120799999641,31.938896000000387,,22,11,1982 +2,M,27.0,7059,-109.08197499999642,31.93888700000037,2438516,22,11,1982 +5,F,176.0,7060,-109.07960199999636,31.93897000000045,,22,11,1982 +12,F,40.0,7061,-109.07851899999636,31.938203000000414,2439521,22,11,1982 +2,M,39.0,7062,-109.08197499999642,31.93888700000037,2439521,22,11,1982 +5,M,42.0,7063,-109.07960199999636,31.93897000000045,2439521,22,11,1982 +9,F,7.0,7064,-109.08090299999638,31.93785900000039,2439566,22,11,1982 +1,M,56.0,7065,-109.08282899999641,31.938851000000387,2439541,22,11,1982 +4,M,133.0,7066,-109.08040899999641,31.93889400000041,2439531,22,11,1982 +8,F,34.0,7067,-109.08167999999641,31.937884000000402,2439521,22,11,1982 +1,F,48.0,7068,-109.08282899999641,31.938851000000387,2439541,22,11,1982 +9,M,51.0,7069,-109.08090299999638,31.93785900000039,2439541,22,11,1982 +12,F,38.0,7070,-109.07851899999636,31.938203000000414,2439521,22,11,1982 +1,F,123.0,7071,-109.08282899999641,31.938851000000387,2439531,22,11,1982 +1,M,6.0,7072,-109.08282899999641,31.938851000000387,2439566,22,11,1982 +6,F,46.0,7073,-109.07883599999636,31.939078000000414,2439541,22,11,1982 +9,F,37.0,7074,-109.08090299999638,31.93785900000039,2439521,22,11,1982 +12,F,24.0,7075,-109.07851899999636,31.938203000000414,2438517,22,11,1982 +12,M,48.0,7076,-109.07851899999636,31.938203000000414,2439541,22,11,1982 +11,M,38.0,7077,-109.07930699999636,31.938056000000426,2439521,22,11,1982 +11,,,7078,-109.07930699999636,31.938056000000426,,22,11,1982 +3,F,11.0,7079,-109.08120799999641,31.938896000000387,2437874,22,11,1982 +11,M,43.0,7080,-109.07930699999636,31.938056000000426,2439521,22,11,1982 +2,F,37.0,7081,-109.08197499999642,31.93888700000037,2439521,22,11,1982 +6,M,24.0,7082,-109.07883599999636,31.939078000000414,2437967,22,11,1982 +9,F,34.0,7083,-109.08090299999638,31.93785900000039,2439521,22,11,1982 +12,M,8.0,7084,-109.07851899999636,31.938203000000414,2437874,22,11,1982 +3,F,4.0,7085,-109.08120799999641,31.938896000000387,2439566,22,11,1982 +4,F,6.0,7086,-109.08040899999641,31.93889400000041,2439566,22,11,1982 +12,M,39.0,7087,-109.07851899999636,31.938203000000414,2438517,22,11,1982 +2,M,23.0,7088,-109.08197499999642,31.93888700000037,2437981,22,11,1982 +4,M,44.0,7089,-109.08040899999641,31.93889400000041,2439521,22,11,1982 +6,F,44.0,7090,-109.07883599999636,31.939078000000414,2439521,22,11,1982 +12,M,17.0,7091,-109.07851899999636,31.938203000000414,2437981,22,11,1982 +8,M,6.0,7092,-109.08167999999641,31.937884000000402,2439566,22,11,1982 +3,F,9.0,7093,-109.08120799999641,31.938896000000387,2437874,22,11,1982 +4,M,7.0,7094,-109.08040899999641,31.93889400000041,2439566,22,11,1982 +6,M,41.0,7095,-109.07883599999636,31.939078000000414,2439521,22,11,1982 +8,F,111.0,7096,-109.08167999999641,31.937884000000402,2439531,22,11,1982 +1,F,41.0,7097,-109.08282899999641,31.938851000000387,2439521,22,11,1982 +6,M,44.0,7098,-109.07883599999636,31.939078000000414,2439521,22,11,1982 +12,F,42.0,7099,-109.07851899999636,31.938203000000414,2439521,22,11,1982 +1,F,50.0,7100,-109.08282899999641,31.938851000000387,2439541,22,11,1982 +5,M,41.0,7101,-109.07960199999636,31.93897000000045,2439521,22,11,1982 +12,M,44.0,7102,-109.07851899999636,31.938203000000414,2439521,22,11,1982 +1,M,39.0,7103,-109.08282899999641,31.938851000000387,2438517,22,11,1982 +5,F,31.0,7104,-109.07960199999636,31.93897000000045,2438517,22,11,1982 +6,F,39.0,7105,-109.07883599999636,31.939078000000414,2439521,22,11,1982 +12,M,38.0,7106,-109.07851899999636,31.938203000000414,2439521,22,11,1982 +9,F,132.0,7107,-109.08090299999638,31.93785900000039,2439531,22,11,1982 +1,M,50.0,7108,-109.08282899999641,31.938851000000387,2439541,22,11,1982 +12,F,7.0,7109,-109.07851899999636,31.938203000000414,2439566,22,11,1982 +9,M,130.0,7110,-109.08090299999638,31.93785900000039,2439531,22,11,1982 +11,M,6.0,7111,-109.07930699999636,31.938056000000426,2439566,22,11,1982 +4,M,6.0,7112,-109.08040899999641,31.93889400000041,2439566,22,11,1982 +1,F,49.0,7113,-109.08282899999641,31.938851000000387,2439541,22,11,1982 +4,F,119.0,7114,-109.08040899999641,31.93889400000041,2439531,22,11,1982 +11,F,111.0,7115,-109.07930699999636,31.938056000000426,2439531,22,11,1982 +1,M,26.0,7116,-109.08282899999641,31.938851000000387,2438517,22,11,1982 +2,F,45.0,7117,-109.08197499999642,31.93888700000037,2439541,22,11,1982 +4,F,45.0,7118,-109.08040899999641,31.93889400000041,2439521,22,11,1982 +1,M,39.0,7119,-109.08282899999641,31.938851000000387,2438517,22,11,1982 +2,F,43.0,7120,-109.08197499999642,31.93888700000037,2439541,22,11,1982 +5,M,46.0,7121,-109.07960199999636,31.93897000000045,2439521,22,11,1982 +8,F,106.0,7122,-109.08167999999641,31.937884000000402,2439531,22,11,1982 +8,M,6.0,7123,-109.08167999999641,31.937884000000402,2439566,22,11,1982 +1,F,35.0,7124,-109.08282899999641,31.938851000000387,2439521,22,11,1982 +3,M,6.0,7125,-109.08120799999641,31.938896000000387,2439566,22,11,1982 +4,F,122.0,7126,-109.08040899999641,31.93889400000041,2439531,22,11,1982 +5,M,41.0,7127,-109.07960199999636,31.93897000000045,2439521,22,11,1982 +5,M,43.0,7128,-109.07960199999636,31.93897000000045,2438517,22,11,1982 +9,F,36.0,7129,-109.08090299999638,31.93785900000039,2439521,22,11,1982 +12,F,102.0,7130,-109.07851899999636,31.938203000000414,2439531,22,11,1982 +1,M,48.0,7131,-109.08282899999641,31.938851000000387,2439521,22,11,1982 +6,F,27.0,7132,-109.07883599999636,31.939078000000414,2438516,22,11,1982 +11,M,45.0,7133,-109.07930699999636,31.938056000000426,2439521,22,11,1982 +1,F,35.0,7134,-109.08282899999641,31.938851000000387,2439521,22,11,1982 +6,M,24.0,7135,-109.07883599999636,31.939078000000414,2438516,22,11,1982 +12,M,41.0,7136,-109.07851899999636,31.938203000000414,2439521,22,11,1982 +12,M,48.0,7137,-109.07851899999636,31.938203000000414,2439541,12,1,1983 +20,,,7138,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +20,,,7139,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +18,M,39.0,7140,-109.07863299999636,31.93712600000041,2439521,12,1,1983 +24,,,7141,-109.07773599999636,31.938560000000447,2491757,12,1,1983 +22,F,36.0,7142,-109.07860199999635,31.93644100000042,2439521,12,1,1983 +21,F,19.0,7143,-109.07939799999636,31.936448000000453,2437967,12,1,1983 +20,,,7144,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +13,M,42.0,7145,-109.08261299999641,31.937028000000442,2439521,12,1,1983 +12,M,239.0,7146,-109.07851899999636,31.938203000000414,,12,1,1983 +12,,,7147,-109.07851899999636,31.938203000000414,2491757,12,1,1983 +24,M,42.0,7148,-109.07773599999636,31.938560000000447,2439521,12,1,1983 +12,F,38.0,7149,-109.07851899999636,31.938203000000414,2439521,12,1,1983 +11,F,208.0,7150,-109.07930699999636,31.938056000000426,,12,1,1983 +20,,,7151,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +12,,,7152,-109.07851899999636,31.938203000000414,2491757,12,1,1983 +11,F,31.0,7153,-109.07930699999636,31.938056000000426,2439521,12,1,1983 +20,F,39.0,7154,-109.08019099999642,31.93633400000045,2439521,12,1,1983 +13,F,5.0,7155,-109.08261299999641,31.937028000000442,2439566,12,1,1983 +11,F,121.0,7156,-109.07930699999636,31.938056000000426,2439531,12,1,1983 +21,F,23.0,7157,-109.07939799999636,31.936448000000453,2437967,12,1,1983 +19,F,8.0,7158,-109.07791199999636,31.937438000000434,2437874,12,1,1983 +12,M,132.0,7159,-109.07851899999636,31.938203000000414,2439531,12,1,1983 +20,M,51.0,7160,-109.08019099999642,31.93633400000045,2439541,12,1,1983 +17,F,9.0,7161,-109.07941499999636,31.937117000000445,2437874,12,1,1983 +11,F,39.0,7162,-109.07930699999636,31.938056000000426,2439541,12,1,1983 +18,M,41.0,7163,-109.07863299999636,31.93712600000041,2438517,12,1,1983 +12,F,28.0,7164,-109.07851899999636,31.938203000000414,2438517,12,1,1983 +22,M,137.0,7165,-109.07860199999635,31.93644100000042,2439531,12,1,1983 +18,F,27.0,7166,-109.07863299999636,31.93712600000041,2438517,12,1,1983 +24,F,9.0,7167,-109.07773599999636,31.938560000000447,2437874,12,1,1983 +12,M,36.0,7168,-109.07851899999636,31.938203000000414,2438517,12,1,1983 +14,M,117.0,7169,-109.08182699999641,31.937054000000447,2439531,12,1,1983 +17,F,31.0,7170,-109.07941499999636,31.937117000000445,2439521,12,1,1983 +12,M,10.0,7171,-109.07851899999636,31.938203000000414,2437874,12,1,1983 +20,,,7172,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +14,F,41.0,7173,-109.08182699999641,31.937054000000447,2439521,12,1,1983 +18,F,37.0,7174,-109.07863299999636,31.93712600000041,2439521,12,1,1983 +12,F,36.0,7175,-109.07851899999636,31.938203000000414,2439521,12,1,1983 +11,M,36.0,7176,-109.07930699999636,31.938056000000426,2438517,12,1,1983 +20,,,7177,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +17,F,39.0,7178,-109.07941499999636,31.937117000000445,2439521,12,1,1983 +18,M,29.0,7179,-109.07863299999636,31.93712600000041,2438516,12,1,1983 +11,M,38.0,7180,-109.07930699999636,31.938056000000426,2439521,12,1,1983 +20,,,7181,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +12,F,8.0,7182,-109.07851899999636,31.938203000000414,2437874,12,1,1983 +15,M,34.0,7183,-109.08103599999642,31.937059000000463,2438517,12,1,1983 +19,,,7184,-109.07791199999636,31.937438000000434,2491757,12,1,1983 +24,M,42.0,7185,-109.07773599999636,31.938560000000447,2439521,12,1,1983 +18,F,37.0,7186,-109.07863299999636,31.93712600000041,2439521,12,1,1983 +11,M,43.0,7187,-109.07930699999636,31.938056000000426,2439521,12,1,1983 +11,,,7188,-109.07930699999636,31.938056000000426,2491276,12,1,1983 +20,,,7189,-109.08019099999642,31.93633400000045,2491757,12,1,1983 +11,M,24.0,7190,-109.07930699999636,31.938056000000426,2437967,12,1,1983 +17,M,130.0,7191,-109.07941499999636,31.937117000000445,2439531,12,1,1983 +24,M,19.0,7192,-109.07773599999636,31.938560000000447,2437967,12,1,1983 +12,M,44.0,7193,-109.07851899999636,31.938203000000414,2439521,12,1,1983 +20,F,8.0,7194,-109.08019099999642,31.93633400000045,2437874,12,1,1983 +13,M,125.0,7195,-109.08261299999641,31.937028000000442,2439531,12,1,1983 +14,M,40.0,7196,-109.08182699999641,31.937054000000447,2439521,12,1,1983 +11,M,8.0,7197,-109.07930699999636,31.938056000000426,2437874,12,1,1983 +24,M,25.0,7198,-109.07773599999636,31.938560000000447,2438516,12,1,1983 +12,M,39.0,7199,-109.07851899999636,31.938203000000414,2439521,12,1,1983 +14,F,8.0,7200,-109.08182699999641,31.937054000000447,2437874,12,1,1983 +17,F,145.0,7201,-109.07941499999636,31.937117000000445,,12,1,1983 +11,F,6.0,7202,-109.07930699999636,31.938056000000426,2439566,12,1,1983 +17,F,48.0,7203,-109.07941499999636,31.937117000000445,2439541,12,1,1983 +19,F,7.0,7204,-109.07791199999636,31.937438000000434,2437874,12,1,1983 +19,M,8.0,7205,-109.07791199999636,31.937438000000434,2437874,12,1,1983 +20,F,38.0,7206,-109.08019099999642,31.93633400000045,2439521,12,1,1983 +14,F,41.0,7207,-109.08182699999641,31.937054000000447,2439521,12,1,1983 +12,,,7208,-109.07851899999636,31.938203000000414,2491757,12,1,1983 +19,M,5.0,7209,-109.07791199999636,31.937438000000434,2439566,12,1,1983 +24,F,36.0,7210,-109.07773599999636,31.938560000000447,2439521,12,1,1983 +22,M,7.0,7211,-109.07860199999635,31.93644100000042,2439566,12,1,1983 +24,F,38.0,7212,-109.07773599999636,31.938560000000447,2439521,12,1,1983 +14,M,40.0,7213,-109.08182699999641,31.937054000000447,2438517,12,1,1983 +19,F,12.0,7214,-109.07791199999636,31.937438000000434,2437874,12,1,1983 +24,F,8.0,7215,-109.07773599999636,31.938560000000447,2437874,12,1,1983 +15,M,21.0,7216,-109.08103599999642,31.937059000000463,2437967,12,1,1983 +12,F,38.0,7217,-109.07851899999636,31.938203000000414,2439521,12,1,1983 +22,M,132.0,7218,-109.07860199999635,31.93644100000042,2439531,12,1,1983 +12,F,110.0,7219,-109.07851899999636,31.938203000000414,2439531,12,1,1983 +13,F,39.0,7220,-109.08261299999641,31.937028000000442,2439521,12,1,1983 +14,F,38.0,7221,-109.08182699999641,31.937054000000447,2439521,12,1,1983 +18,M,9.0,7222,-109.07863299999636,31.93712600000041,2437874,12,1,1983 +17,M,9.0,7223,-109.07941499999636,31.937117000000445,2437874,12,1,1983 +11,M,46.0,7224,-109.07930699999636,31.938056000000426,2439521,12,1,1983 +22,F,36.0,7225,-109.07860199999635,31.93644100000042,2439521,12,1,1983 +12,M,42.0,7226,-109.07851899999636,31.938203000000414,2439521,12,1,1983 +13,M,47.0,7227,-109.08261299999641,31.937028000000442,2439521,12,1,1983 +18,F,8.0,7228,-109.07863299999636,31.93712600000041,2437874,12,1,1983 +11,F,118.0,7229,-109.07930699999636,31.938056000000426,2439531,12,1,1983 +14,M,11.0,7230,-109.08182699999641,31.937054000000447,2437874,12,1,1983 +15,F,25.0,7231,-109.08103599999642,31.937059000000463,2438516,12,1,1983 +18,M,36.0,7232,-109.07863299999636,31.93712600000041,2438517,12,1,1983 +21,M,8.0,7233,-109.07939799999636,31.936448000000453,2437874,12,1,1983 +20,M,39.0,7234,-109.08019099999642,31.93633400000045,2439521,12,1,1983 +7,,,7235,-109.08281599999641,31.938113000000413,,12,1,1983 +10,,,7236,-109.08009099999636,31.938017000000425,,12,1,1983 +16,,,7237,-109.08024399999636,31.93709400000041,,12,1,1983 +23,,,7238,-109.07783799999636,31.93676300000042,,12,1,1983 +5,M,48.0,7239,-109.07960199999636,31.93897000000045,2439521,13,1,1983 +3,M,12.0,7240,-109.08120799999641,31.938896000000387,2437874,13,1,1983 +1,M,46.0,7241,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +4,M,40.0,7242,-109.08040899999641,31.93889400000041,2439521,13,1,1983 +9,M,33.0,7243,-109.08090299999638,31.93785900000039,2438517,13,1,1983 +1,F,46.0,7244,-109.08282899999641,31.938851000000387,2439541,13,1,1983 +4,F,37.0,7245,-109.08040899999641,31.93889400000041,2439521,13,1,1983 +1,F,48.0,7246,-109.08282899999641,31.938851000000387,2439541,13,1,1983 +2,M,40.0,7247,-109.08197499999642,31.93888700000037,2439521,13,1,1983 +3,M,9.0,7248,-109.08120799999641,31.938896000000387,2437874,13,1,1983 +6,F,41.0,7249,-109.07883599999636,31.939078000000414,2439521,13,1,1983 +9,M,44.0,7250,-109.08090299999638,31.93785900000039,2439541,13,1,1983 +6,F,38.0,7251,-109.07883599999636,31.939078000000414,2438517,13,1,1983 +9,M,51.0,7252,-109.08090299999638,31.93785900000039,2439541,13,1,1983 +8,F,49.0,7253,-109.08167999999641,31.937884000000402,2439541,13,1,1983 +1,F,54.0,7254,-109.08282899999641,31.938851000000387,2439541,13,1,1983 +4,M,6.0,7255,-109.08040899999641,31.93889400000041,2439566,13,1,1983 +5,F,39.0,7256,-109.07960199999636,31.93897000000045,2439521,13,1,1983 +1,M,46.0,7257,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +4,F,34.0,7258,-109.08040899999641,31.93889400000041,2439521,13,1,1983 +1,M,52.0,7259,-109.08282899999641,31.938851000000387,2439541,13,1,1983 +5,M,39.0,7260,-109.07960199999636,31.93897000000045,2439521,13,1,1983 +2,M,148.0,7261,-109.08197499999642,31.93888700000037,2439531,13,1,1983 +6,M,48.0,7262,-109.07883599999636,31.939078000000414,2439541,13,1,1983 +1,M,58.0,7263,-109.08282899999641,31.938851000000387,2439541,13,1,1983 +2,F,44.0,7264,-109.08197499999642,31.93888700000037,2439541,13,1,1983 +5,M,43.0,7265,-109.07960199999636,31.93897000000045,2439521,13,1,1983 +6,M,41.0,7266,-109.07883599999636,31.939078000000414,2439521,13,1,1983 +4,M,6.0,7267,-109.08040899999641,31.93889400000041,2439566,13,1,1983 +3,M,39.0,7268,-109.08120799999641,31.938896000000387,2439521,13,1,1983 +4,F,113.0,7269,-109.08040899999641,31.93889400000041,2439531,13,1,1983 +4,F,42.0,7270,-109.08040899999641,31.93889400000041,2439521,13,1,1983 +2,M,26.0,7271,-109.08197499999642,31.93888700000037,2438516,13,1,1983 +9,F,37.0,7272,-109.08090299999638,31.93785900000039,2439521,13,1,1983 +4,F,37.0,7273,-109.08040899999641,31.93889400000041,2439521,13,1,1983 +8,M,5.0,7274,-109.08167999999641,31.937884000000402,2439566,13,1,1983 +5,M,40.0,7275,-109.07960199999636,31.93897000000045,2439521,13,1,1983 +3,M,5.0,7276,-109.08120799999641,31.938896000000387,2439566,13,1,1983 +8,F,6.0,7277,-109.08167999999641,31.937884000000402,2439566,13,1,1983 +1,F,55.0,7278,-109.08282899999641,31.938851000000387,2439541,13,1,1983 +3,F,42.0,7279,-109.08120799999641,31.938896000000387,2439521,13,1,1983 +6,M,42.0,7280,-109.07883599999636,31.939078000000414,2439521,13,1,1983 +3,F,,7281,-109.08120799999641,31.938896000000387,2439521,13,1,1983 +2,F,36.0,7282,-109.08197499999642,31.93888700000037,2439541,13,1,1983 +6,F,47.0,7283,-109.07883599999636,31.939078000000414,2439541,13,1,1983 +9,F,33.0,7284,-109.08090299999638,31.93785900000039,2439521,13,1,1983 +8,F,107.0,7285,-109.08167999999641,31.937884000000402,2439531,13,1,1983 +6,F,38.0,7286,-109.07883599999636,31.939078000000414,2439521,13,1,1983 +1,M,49.0,7287,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +6,F,56.0,7288,-109.07883599999636,31.939078000000414,2439541,13,1,1983 +1,F,131.0,7289,-109.08282899999641,31.938851000000387,2439531,13,1,1983 +3,M,43.0,7290,-109.08120799999641,31.938896000000387,2439521,13,1,1983 +4,,,7291,-109.08040899999641,31.93889400000041,2439531,13,1,1983 +4,F,38.0,7292,-109.08040899999641,31.93889400000041,2439521,13,1,1983 +6,F,39.0,7293,-109.07883599999636,31.939078000000414,2439521,13,1,1983 +1,M,43.0,7294,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +2,F,36.0,7295,-109.08197499999642,31.93888700000037,2439521,13,1,1983 +1,M,44.0,7296,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +5,M,42.0,7297,-109.07960199999636,31.93897000000045,2439521,13,1,1983 +6,M,45.0,7298,-109.07883599999636,31.939078000000414,2439521,13,1,1983 +1,F,34.0,7299,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +3,M,47.0,7300,-109.08120799999641,31.938896000000387,2439521,13,1,1983 +4,M,131.0,7301,-109.08040899999641,31.93889400000041,2439531,13,1,1983 +1,F,5.0,7302,-109.08282899999641,31.938851000000387,2439566,13,1,1983 +4,M,120.0,7303,-109.08040899999641,31.93889400000041,2439531,13,1,1983 +2,,,7304,-109.08197499999642,31.93888700000037,2491757,13,1,1983 +6,M,48.0,7305,-109.07883599999636,31.939078000000414,2439541,13,1,1983 +9,M,34.0,7306,-109.08090299999638,31.93785900000039,2438517,13,1,1983 +1,F,35.0,7307,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +5,M,46.0,7308,-109.07960199999636,31.93897000000045,2439521,13,1,1983 +1,F,40.0,7309,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +6,M,41.0,7310,-109.07883599999636,31.939078000000414,2439521,13,1,1983 +1,M,41.0,7311,-109.08282899999641,31.938851000000387,2439521,13,1,1983 +2,M,21.0,7312,-109.08197499999642,31.93888700000037,2437981,13,1,1983 +9,F,,7313,-109.08090299999638,31.93785900000039,2439531,13,1,1983 +6,M,24.0,7314,-109.07883599999636,31.939078000000414,2437967,13,1,1983 +8,F,108.0,7315,-109.08167999999641,31.937884000000402,2439531,13,1,1983 +3,M,43.0,7316,-109.08120799999641,31.938896000000387,2439521,13,1,1983 +9,F,33.0,7317,-109.08090299999638,31.93785900000039,2439521,13,1,1983 +12,F,51.0,7318,-109.07851899999636,31.938203000000414,2439541,26,2,1983 +12,M,8.0,7319,-109.07851899999636,31.938203000000414,2437874,26,2,1983 +24,F,29.0,7320,-109.07773599999636,31.938560000000447,2438516,26,2,1983 +24,M,43.0,7321,-109.07773599999636,31.938560000000447,2439521,26,2,1983 +12,M,48.0,7322,-109.07851899999636,31.938203000000414,2439541,26,2,1983 +18,F,28.0,7323,-109.07863299999636,31.93712600000041,2438517,26,2,1983 +18,F,39.0,7324,-109.07863299999636,31.93712600000041,2439521,26,2,1983 +12,F,8.0,7325,-109.07851899999636,31.938203000000414,2437874,26,2,1983 +18,M,41.0,7326,-109.07863299999636,31.93712600000041,2438517,26,2,1983 +11,F,36.0,7327,-109.07930699999636,31.938056000000426,2439521,26,2,1983 +12,F,38.0,7328,-109.07851899999636,31.938203000000414,2439521,26,2,1983 +24,F,22.0,7329,-109.07773599999636,31.938560000000447,2438516,26,2,1983 +11,F,38.0,7330,-109.07930699999636,31.938056000000426,2439541,26,2,1983 +11,M,53.0,7331,-109.07930699999636,31.938056000000426,2439541,26,2,1983 +12,M,43.0,7332,-109.07851899999636,31.938203000000414,2439521,26,2,1983 +12,M,128.0,7333,-109.07851899999636,31.938203000000414,2439531,26,2,1983 +24,M,26.0,7334,-109.07773599999636,31.938560000000447,2438516,26,2,1983 +24,F,23.0,7335,-109.07773599999636,31.938560000000447,2438516,26,2,1983 +24,M,10.0,7336,-109.07773599999636,31.938560000000447,2437874,26,2,1983 +18,F,9.0,7337,-109.07863299999636,31.93712600000041,2437874,26,2,1983 +11,M,39.0,7338,-109.07930699999636,31.938056000000426,2439521,26,2,1983 +11,M,34.0,7339,-109.07930699999636,31.938056000000426,2438517,26,2,1983 +12,F,40.0,7340,-109.07851899999636,31.938203000000414,2439521,26,2,1983 +18,M,53.0,7341,-109.07863299999636,31.93712600000041,2439541,26,2,1983 +11,F,31.0,7342,-109.07930699999636,31.938056000000426,2438517,26,2,1983 +24,,,7343,-109.07773599999636,31.938560000000447,2491757,26,2,1983 +12,M,42.0,7344,-109.07851899999636,31.938203000000414,2439521,26,2,1983 +11,M,11.0,7345,-109.07930699999636,31.938056000000426,2437874,26,2,1983 +11,M,43.0,7346,-109.07930699999636,31.938056000000426,2439521,26,2,1983 +24,,,7347,-109.07773599999636,31.938560000000447,2491757,26,2,1983 +19,M,5.0,7348,-109.07791199999636,31.937438000000434,2439566,26,2,1983 +18,F,47.0,7349,-109.07863299999636,31.93712600000041,2439541,26,2,1983 +17,F,41.0,7350,-109.07941499999636,31.937117000000445,2439521,26,2,1983 +11,M,26.0,7351,-109.07930699999636,31.938056000000426,2438516,26,2,1983 +18,F,37.0,7352,-109.07863299999636,31.93712600000041,2439521,26,2,1983 +11,,,7353,-109.07930699999636,31.938056000000426,2491728,26,2,1983 +17,M,122.0,7354,-109.07941499999636,31.937117000000445,2439531,26,2,1983 +11,M,25.0,7355,-109.07930699999636,31.938056000000426,2437967,26,2,1983 +12,F,39.0,7356,-109.07851899999636,31.938203000000414,2439521,26,2,1983 +18,M,235.0,7357,-109.07863299999636,31.93712600000041,,26,2,1983 +18,M,44.0,7358,-109.07863299999636,31.93712600000041,2439521,26,2,1983 +17,F,53.0,7359,-109.07941499999636,31.937117000000445,2439541,26,2,1983 +24,F,7.0,7360,-109.07773599999636,31.938560000000447,2437874,26,2,1983 +24,,,7361,-109.07773599999636,31.938560000000447,2491757,26,2,1983 +24,F,38.0,7362,-109.07773599999636,31.938560000000447,2439521,26,2,1983 +24,F,41.0,7363,-109.07773599999636,31.938560000000447,2439521,26,2,1983 +11,M,49.0,7364,-109.07930699999636,31.938056000000426,2439521,26,2,1983 +17,F,10.0,7365,-109.07941499999636,31.937117000000445,2437874,26,2,1983 +11,M,43.0,7366,-109.07930699999636,31.938056000000426,2439521,26,2,1983 +12,M,42.0,7367,-109.07851899999636,31.938203000000414,2439521,26,2,1983 +3,M,20.0,7368,-109.08120799999641,31.938896000000387,2437981,27,2,1983 +5,M,46.0,7369,-109.07960199999636,31.93897000000045,2438517,27,2,1983 +22,M,9.0,7370,-109.07860199999635,31.93644100000042,2437874,27,2,1983 +14,M,117.0,7371,-109.08182699999641,31.937054000000447,2439531,27,2,1983 +1,M,54.0,7372,-109.08282899999641,31.938851000000387,2439541,27,2,1983 +23,M,8.0,7373,-109.07783799999636,31.93676300000042,2437874,27,2,1983 +8,F,54.0,7374,-109.08167999999641,31.937884000000402,2439541,27,2,1983 +4,M,42.0,7375,-109.08040899999641,31.93889400000041,2439521,27,2,1983 +5,F,14.0,7376,-109.07960199999636,31.93897000000045,2438517,27,2,1983 +6,F,49.0,7377,-109.07883599999636,31.939078000000414,2439541,27,2,1983 +13,,,7378,-109.08261299999641,31.937028000000442,2491757,27,2,1983 +2,M,141.0,7379,-109.08197499999642,31.93888700000037,2439531,27,2,1983 +20,,,7380,-109.08019099999642,31.93633400000045,2491757,27,2,1983 +22,F,38.0,7381,-109.07860199999635,31.93644100000042,2439521,27,2,1983 +20,M,53.0,7382,-109.08019099999642,31.93633400000045,2439541,27,2,1983 +13,M,48.0,7383,-109.08261299999641,31.937028000000442,2439521,27,2,1983 +1,F,56.0,7384,-109.08282899999641,31.938851000000387,2439541,27,2,1983 +23,F,9.0,7385,-109.07783799999636,31.93676300000042,2437874,27,2,1983 +14,F,43.0,7386,-109.08182699999641,31.937054000000447,2439521,27,2,1983 +20,F,40.0,7387,-109.08019099999642,31.93633400000045,2439521,27,2,1983 +16,F,12.0,7388,-109.08024399999636,31.93709400000041,2437874,27,2,1983 +5,M,43.0,7389,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +21,F,8.0,7390,-109.07939799999636,31.936448000000453,2437874,27,2,1983 +7,M,14.0,7391,-109.08281599999641,31.938113000000413,2437874,27,2,1983 +5,F,47.0,7392,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +22,M,7.0,7393,-109.07860199999635,31.93644100000042,2439566,27,2,1983 +4,F,38.0,7394,-109.08040899999641,31.93889400000041,2439521,27,2,1983 +1,F,143.0,7395,-109.08282899999641,31.938851000000387,2439531,27,2,1983 +5,M,46.0,7396,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +5,F,48.0,7397,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +20,,,7398,-109.08019099999642,31.93633400000045,2491757,27,2,1983 +10,M,11.0,7399,-109.08009099999636,31.938017000000425,2437874,27,2,1983 +1,M,52.0,7400,-109.08282899999641,31.938851000000387,2439541,27,2,1983 +14,M,42.0,7401,-109.08182699999641,31.937054000000447,2439521,27,2,1983 +13,M,46.0,7402,-109.08261299999641,31.937028000000442,2439541,27,2,1983 +2,M,44.0,7403,-109.08197499999642,31.93888700000037,2439521,27,2,1983 +22,M,122.0,7404,-109.07860199999635,31.93644100000042,2439531,27,2,1983 +15,M,33.0,7405,-109.08103599999642,31.937059000000463,2438517,27,2,1983 +23,,,7406,-109.07783799999636,31.93676300000042,2491757,27,2,1983 +1,F,57.0,7407,-109.08282899999641,31.938851000000387,2439541,27,2,1983 +2,F,47.0,7408,-109.08197499999642,31.93888700000037,2439541,27,2,1983 +4,M,46.0,7409,-109.08040899999641,31.93889400000041,2439521,27,2,1983 +5,M,42.0,7410,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +15,M,25.0,7411,-109.08103599999642,31.937059000000463,2438516,27,2,1983 +5,M,50.0,7412,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +6,M,45.0,7413,-109.07883599999636,31.939078000000414,2439521,27,2,1983 +23,M,18.0,7414,-109.07783799999636,31.93676300000042,2437967,27,2,1983 +2,M,38.0,7415,-109.08197499999642,31.93888700000037,2439541,27,2,1983 +4,M,6.0,7416,-109.08040899999641,31.93889400000041,2439566,27,2,1983 +8,F,121.0,7417,-109.08167999999641,31.937884000000402,2439531,27,2,1983 +2,M,22.0,7418,-109.08197499999642,31.93888700000037,2437981,27,2,1983 +5,M,48.0,7419,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +6,F,40.0,7420,-109.07883599999636,31.939078000000414,2439521,27,2,1983 +2,F,42.0,7421,-109.08197499999642,31.93888700000037,2439521,27,2,1983 +3,M,7.0,7422,-109.08120799999641,31.938896000000387,2439566,27,2,1983 +5,F,31.0,7423,-109.07960199999636,31.93897000000045,2438517,27,2,1983 +16,M,7.0,7424,-109.08024399999636,31.93709400000041,2437874,27,2,1983 +4,F,49.0,7425,-109.08040899999641,31.93889400000041,2439521,27,2,1983 +6,M,44.0,7426,-109.07883599999636,31.939078000000414,2439521,27,2,1983 +22,M,128.0,7427,-109.07860199999635,31.93644100000042,2439531,27,2,1983 +20,M,41.0,7428,-109.08019099999642,31.93633400000045,2439521,27,2,1983 +15,M,8.0,7429,-109.08103599999642,31.937059000000463,2437874,27,2,1983 +13,M,47.0,7430,-109.08261299999641,31.937028000000442,2439521,27,2,1983 +1,F,36.0,7431,-109.08282899999641,31.938851000000387,2439521,27,2,1983 +15,M,6.0,7432,-109.08103599999642,31.937059000000463,2439566,27,2,1983 +14,F,48.0,7433,-109.08182699999641,31.937054000000447,2439521,27,2,1983 +1,M,45.0,7434,-109.08282899999641,31.938851000000387,2438517,27,2,1983 +5,M,43.0,7435,-109.07960199999636,31.93897000000045,2439521,27,2,1983 +8,F,117.0,7436,-109.08167999999641,31.937884000000402,2439531,27,2,1983 +23,,,7437,-109.07783799999636,31.93676300000042,2491757,27,2,1983 +21,,,7438,-109.07939799999636,31.936448000000453,2437300,27,2,1983 +20,F,40.0,7439,-109.08019099999642,31.93633400000045,2439521,27,2,1983 +1,M,18.0,7440,-109.08282899999641,31.938851000000387,2438516,27,2,1983 +2,F,23.0,7441,-109.08197499999642,31.93888700000037,2437981,27,2,1983 +3,,,7442,-109.08120799999641,31.938896000000387,2491757,27,2,1983 +6,M,46.0,7443,-109.07883599999636,31.939078000000414,2439521,27,2,1983 +14,F,39.0,7444,-109.08182699999641,31.937054000000447,2439521,27,2,1983 +13,F,42.0,7445,-109.08261299999641,31.937028000000442,2439521,27,2,1983 +22,F,38.0,7446,-109.07860199999635,31.93644100000042,2439521,27,2,1983 +8,M,54.0,7447,-109.08167999999641,31.937884000000402,2439541,27,2,1983 +9,F,35.0,7448,-109.08090299999638,31.93785900000039,2439521,27,2,1983 +16,M,10.0,7449,-109.08024399999636,31.93709400000041,2437874,27,2,1983 +13,M,130.0,7450,-109.08261299999641,31.937028000000442,2439531,27,2,1983 +1,M,48.0,7451,-109.08282899999641,31.938851000000387,2439521,27,2,1983 +5,,,7452,-109.07960199999636,31.93897000000045,2437300,27,2,1983 +6,M,10.0,7453,-109.07883599999636,31.939078000000414,2437874,27,2,1983 +1,F,37.0,7454,-109.08282899999641,31.938851000000387,2439521,27,2,1983 +6,M,48.0,7455,-109.07883599999636,31.939078000000414,2439521,27,2,1983 +23,,,7456,-109.07783799999636,31.93676300000042,2437874,27,2,1983 +19,M,8.0,7457,-109.07791199999636,31.937438000000434,2437874,27,2,1983 +10,M,9.0,7458,-109.08009099999636,31.938017000000425,2437874,27,2,1983 +22,M,47.0,7459,-109.07860199999635,31.93644100000042,2439521,27,2,1983 +7,M,10.0,7460,-109.08281599999641,31.938113000000413,2437874,27,2,1983 +12,M,127.0,7461,-109.07851899999636,31.938203000000414,2439531,14,3,1983 +19,F,8.0,7462,-109.07791199999636,31.937438000000434,2437874,14,3,1983 +24,F,6.0,7463,-109.07773599999636,31.938560000000447,2439566,14,3,1983 +11,F,104.0,7464,-109.07930699999636,31.938056000000426,2439531,14,3,1983 +18,M,8.0,7465,-109.07863299999636,31.93712600000041,2437874,14,3,1983 +13,,,7466,-109.08261299999641,31.937028000000442,2491757,14,3,1983 +22,F,38.0,7467,-109.07860199999635,31.93644100000042,2439521,14,3,1983 +24,F,41.0,7468,-109.07773599999636,31.938560000000447,2439521,14,3,1983 +19,M,5.0,7469,-109.07791199999636,31.937438000000434,2439566,14,3,1983 +18,F,44.0,7470,-109.07863299999636,31.93712600000041,2439521,14,3,1983 +22,M,9.0,7471,-109.07860199999635,31.93644100000042,2437874,14,3,1983 +12,F,9.0,7472,-109.07851899999636,31.938203000000414,2437874,14,3,1983 +17,F,10.0,7473,-109.07941499999636,31.937117000000445,2437874,14,3,1983 +22,M,,7474,-109.07860199999635,31.93644100000042,2439531,14,3,1983 +18,F,141.0,7475,-109.07863299999636,31.93712600000041,2439531,14,3,1983 +17,F,36.0,7476,-109.07941499999636,31.937117000000445,2439521,14,3,1983 +17,M,124.0,7477,-109.07941499999636,31.937117000000445,2439531,14,3,1983 +22,M,7.0,7478,-109.07860199999635,31.93644100000042,2439566,14,3,1983 +21,M,10.0,7479,-109.07939799999636,31.936448000000453,2437874,14,3,1983 +12,M,49.0,7480,-109.07851899999636,31.938203000000414,2439541,14,3,1983 +24,F,9.0,7481,-109.07773599999636,31.938560000000447,2437874,14,3,1983 +19,M,26.0,7482,-109.07791199999636,31.937438000000434,2437967,14,3,1983 +18,F,9.0,7483,-109.07863299999636,31.93712600000041,2437874,14,3,1983 +12,F,29.0,7484,-109.07851899999636,31.938203000000414,2438517,14,3,1983 +24,M,11.0,7485,-109.07773599999636,31.938560000000447,2437874,14,3,1983 +12,M,51.0,7486,-109.07851899999636,31.938203000000414,2439521,14,3,1983 +24,M,50.0,7487,-109.07773599999636,31.938560000000447,2439541,14,3,1983 +22,M,7.0,7488,-109.07860199999635,31.93644100000042,2439566,14,3,1983 +19,M,8.0,7489,-109.07791199999636,31.937438000000434,2437874,14,3,1983 +22,M,42.0,7490,-109.07860199999635,31.93644100000042,2439521,14,3,1983 +20,F,41.0,7491,-109.08019099999642,31.93633400000045,2439521,14,3,1983 +21,F,5.0,7492,-109.07939799999636,31.936448000000453,2439566,14,3,1983 +11,M,42.0,7493,-109.07930699999636,31.938056000000426,2439521,14,3,1983 +11,M,46.0,7494,-109.07930699999636,31.938056000000426,2439521,14,3,1983 +20,M,52.0,7495,-109.08019099999642,31.93633400000045,2439541,14,3,1983 +12,F,40.0,7496,-109.07851899999636,31.938203000000414,2439521,14,3,1983 +24,F,20.0,7497,-109.07773599999636,31.938560000000447,2437981,14,3,1983 +22,F,160.0,7498,-109.07860199999635,31.93644100000042,2439531,14,3,1983 +11,M,45.0,7499,-109.07930699999636,31.938056000000426,2439521,14,3,1983 +12,M,11.0,7500,-109.07851899999636,31.938203000000414,2437874,14,3,1983 +11,F,37.0,7501,-109.07930699999636,31.938056000000426,2439521,14,3,1983 +24,M,44.0,7502,-109.07773599999636,31.938560000000447,2439521,14,3,1983 +13,F,45.0,7503,-109.08261299999641,31.937028000000442,2439521,14,3,1983 +11,F,28.0,7504,-109.07930699999636,31.938056000000426,2438516,14,3,1983 +24,F,7.0,7505,-109.07773599999636,31.938560000000447,2437874,14,3,1983 +17,F,42.0,7506,-109.07941499999636,31.937117000000445,2439521,14,3,1983 +21,,,7507,-109.07939799999636,31.936448000000453,2438147,14,3,1983 +18,M,36.0,7508,-109.07863299999636,31.93712600000041,2438517,14,3,1983 +18,M,41.0,7509,-109.07863299999636,31.93712600000041,2439521,14,3,1983 +17,M,36.0,7510,-109.07941499999636,31.937117000000445,2438517,14,3,1983 +24,M,29.0,7511,-109.07773599999636,31.938560000000447,2438516,14,3,1983 +11,M,14.0,7512,-109.07930699999636,31.938056000000426,2437874,14,3,1983 +21,M,7.0,7513,-109.07939799999636,31.936448000000453,2439566,14,3,1983 +12,F,42.0,7514,-109.07851899999636,31.938203000000414,2439521,14,3,1983 +21,F,8.0,7515,-109.07939799999636,31.936448000000453,2437874,14,3,1983 +20,M,42.0,7516,-109.08019099999642,31.93633400000045,2439521,14,3,1983 +11,M,11.0,7517,-109.07930699999636,31.938056000000426,2437874,14,3,1983 +12,M,44.0,7518,-109.07851899999636,31.938203000000414,2439521,14,3,1983 +12,F,118.0,7519,-109.07851899999636,31.938203000000414,2439531,14,3,1983 +11,M,6.0,7520,-109.07930699999636,31.938056000000426,2439566,14,3,1983 +24,M,8.0,7521,-109.07773599999636,31.938560000000447,2437874,14,3,1983 +24,F,47.0,7522,-109.07773599999636,31.938560000000447,2439521,14,3,1983 +18,M,44.0,7523,-109.07863299999636,31.93712600000041,2439521,14,3,1983 +11,F,49.0,7524,-109.07930699999636,31.938056000000426,2439521,14,3,1983 +12,M,48.0,7525,-109.07851899999636,31.938203000000414,2439541,14,3,1983 +11,M,52.0,7526,-109.07930699999636,31.938056000000426,2439521,14,3,1983 +20,F,8.0,7527,-109.08019099999642,31.93633400000045,2437874,14,3,1983 +13,,,7528,-109.08261299999641,31.937028000000442,2491757,14,3,1983 +12,M,46.0,7529,-109.07851899999636,31.938203000000414,2439521,14,3,1983 +13,F,122.0,7530,-109.08261299999641,31.937028000000442,2439531,14,3,1983 +19,M,8.0,7531,-109.07791199999636,31.937438000000434,2437874,14,3,1983 +22,F,45.0,7532,-109.07860199999635,31.93644100000042,2439521,14,3,1983 +11,F,118.0,7533,-109.07930699999636,31.938056000000426,2439531,14,3,1983 +22,M,48.0,7534,-109.07860199999635,31.93644100000042,2439521,14,3,1983 +18,M,10.0,7535,-109.07863299999636,31.93712600000041,2437874,14,3,1983 +17,F,53.0,7536,-109.07941499999636,31.937117000000445,2439541,14,3,1983 +13,M,128.0,7537,-109.08261299999641,31.937028000000442,2439531,14,3,1983 +11,M,46.0,7538,-109.07930699999636,31.938056000000426,2439521,14,3,1983 +17,F,26.0,7539,-109.07941499999636,31.937117000000445,2438516,14,3,1983 +22,M,45.0,7540,-109.07860199999635,31.93644100000042,2439521,14,3,1983 +13,M,48.0,7541,-109.08261299999641,31.937028000000442,2439521,14,3,1983 +7,,,7542,-109.08281599999641,31.938113000000413,,14,3,1983 +10,,,7543,-109.08009099999636,31.938017000000425,,14,3,1983 +16,,,7544,-109.08024399999636,31.93709400000041,,14,3,1983 +23,,,7545,-109.07783799999636,31.93676300000042,,14,3,1983 +4,F,46.0,7546,-109.08040899999641,31.93889400000041,2439521,15,3,1983 +9,M,53.0,7547,-109.08090299999638,31.93785900000039,2439541,15,3,1983 +9,,,7548,-109.08090299999638,31.93785900000039,2491757,15,3,1983 +1,F,43.0,7549,-109.08282899999641,31.938851000000387,2438517,15,3,1983 +3,M,6.0,7550,-109.08120799999641,31.938896000000387,2439566,15,3,1983 +6,,,7551,-109.07883599999636,31.939078000000414,2491757,15,3,1983 +15,M,6.0,7552,-109.08103599999642,31.937059000000463,2439566,15,3,1983 +1,M,6.0,7553,-109.08282899999641,31.938851000000387,2439566,15,3,1983 +2,M,43.0,7554,-109.08197499999642,31.93888700000037,2439521,15,3,1983 +4,M,42.0,7555,-109.08040899999641,31.93889400000041,2439521,15,3,1983 +9,F,47.0,7556,-109.08090299999638,31.93785900000039,2439541,15,3,1983 +1,F,48.0,7557,-109.08282899999641,31.938851000000387,2438517,15,3,1983 +6,M,27.0,7558,-109.07883599999636,31.939078000000414,2438516,15,3,1983 +2,F,36.0,7559,-109.08197499999642,31.93888700000037,2439521,15,3,1983 +8,M,53.0,7560,-109.08167999999641,31.937884000000402,2439541,15,3,1983 +1,M,54.0,7561,-109.08282899999641,31.938851000000387,2439541,15,3,1983 +5,F,44.0,7562,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +6,M,53.0,7563,-109.07883599999636,31.939078000000414,2439541,15,3,1983 +1,F,52.0,7564,-109.08282899999641,31.938851000000387,2439541,15,3,1983 +2,M,91.0,7565,-109.08197499999642,31.93888700000037,2439531,15,3,1983 +6,M,47.0,7566,-109.07883599999636,31.939078000000414,2439541,15,3,1983 +2,F,49.0,7567,-109.08197499999642,31.93888700000037,2439541,15,3,1983 +9,M,7.0,7568,-109.08090299999638,31.93785900000039,2439566,15,3,1983 +8,F,7.0,7569,-109.08167999999641,31.937884000000402,2439566,15,3,1983 +5,F,11.0,7570,-109.07960199999636,31.93897000000045,2437874,15,3,1983 +15,M,12.0,7571,-109.08103599999642,31.937059000000463,2437874,15,3,1983 +1,M,27.0,7572,-109.08282899999641,31.938851000000387,2438517,15,3,1983 +5,M,9.0,7573,-109.07960199999636,31.93897000000045,2439566,15,3,1983 +8,F,107.0,7574,-109.08167999999641,31.937884000000402,2439531,15,3,1983 +14,M,115.0,7575,-109.08182699999641,31.937054000000447,2439531,15,3,1983 +5,M,43.0,7576,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +5,F,38.0,7577,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +15,M,34.0,7578,-109.08103599999642,31.937059000000463,2438517,15,3,1983 +2,M,26.0,7579,-109.08197499999642,31.93888700000037,2437981,15,3,1983 +9,M,57.0,7580,-109.08090299999638,31.93785900000039,2439541,15,3,1983 +8,F,129.0,7581,-109.08167999999641,31.937884000000402,2439531,15,3,1983 +15,M,7.0,7582,-109.08103599999642,31.937059000000463,2439566,15,3,1983 +14,M,45.0,7583,-109.08182699999641,31.937054000000447,2439521,15,3,1983 +2,M,11.0,7584,-109.08197499999642,31.93888700000037,2437874,15,3,1983 +8,F,52.0,7585,-109.08167999999641,31.937884000000402,2439541,15,3,1983 +15,M,11.0,7586,-109.08103599999642,31.937059000000463,2437874,15,3,1983 +6,M,50.0,7587,-109.07883599999636,31.939078000000414,2439521,15,3,1983 +1,F,138.0,7588,-109.08282899999641,31.938851000000387,2439531,15,3,1983 +4,M,5.0,7589,-109.08040899999641,31.93889400000041,2439566,15,3,1983 +6,F,45.0,7590,-109.07883599999636,31.939078000000414,2439541,15,3,1983 +1,M,43.0,7591,-109.08282899999641,31.938851000000387,2438517,15,3,1983 +8,F,6.0,7592,-109.08167999999641,31.937884000000402,2439566,15,3,1983 +5,M,42.0,7593,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +15,M,7.0,7594,-109.08103599999642,31.937059000000463,2439566,15,3,1983 +2,,,7595,-109.08197499999642,31.93888700000037,2491757,15,3,1983 +1,,,7596,-109.08282899999641,31.938851000000387,2491757,15,3,1983 +5,F,39.0,7597,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +6,,,7598,-109.07883599999636,31.939078000000414,2491757,15,3,1983 +8,F,5.0,7599,-109.08167999999641,31.937884000000402,2439566,15,3,1983 +3,M,6.0,7600,-109.08120799999641,31.938896000000387,2439566,15,3,1983 +2,M,144.0,7601,-109.08197499999642,31.93888700000037,2439531,15,3,1983 +14,F,44.0,7602,-109.08182699999641,31.937054000000447,2439521,15,3,1983 +4,F,43.0,7603,-109.08040899999641,31.93889400000041,2439521,15,3,1983 +3,F,5.0,7604,-109.08120799999641,31.938896000000387,2439566,15,3,1983 +6,F,58.0,7605,-109.07883599999636,31.939078000000414,2439541,15,3,1983 +1,F,153.0,7606,-109.08282899999641,31.938851000000387,2439531,15,3,1983 +9,F,27.0,7607,-109.08090299999638,31.93785900000039,2438517,15,3,1983 +14,M,24.0,7608,-109.08182699999641,31.937054000000447,2437981,15,3,1983 +1,F,42.0,7609,-109.08282899999641,31.938851000000387,2439521,15,3,1983 +6,M,52.0,7610,-109.07883599999636,31.939078000000414,2439541,15,3,1983 +1,M,36.0,7611,-109.08282899999641,31.938851000000387,2438517,15,3,1983 +2,,,7612,-109.08197499999642,31.93888700000037,2491757,15,3,1983 +4,M,47.0,7613,-109.08040899999641,31.93889400000041,2439521,15,3,1983 +5,M,44.0,7614,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +2,,,7615,-109.08197499999642,31.93888700000037,2491757,15,3,1983 +5,M,43.0,7616,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +6,M,11.0,7617,-109.07883599999636,31.939078000000414,2437874,15,3,1983 +8,M,6.0,7618,-109.08167999999641,31.937884000000402,2439566,15,3,1983 +1,M,146.0,7619,-109.08282899999641,31.938851000000387,2439531,15,3,1983 +6,M,46.0,7620,-109.07883599999636,31.939078000000414,2439521,15,3,1983 +8,M,6.0,7621,-109.08167999999641,31.937884000000402,2439566,15,3,1983 +14,M,43.0,7622,-109.08182699999641,31.937054000000447,2439521,15,3,1983 +1,M,46.0,7623,-109.08282899999641,31.938851000000387,2439521,15,3,1983 +1,F,38.0,7624,-109.08282899999641,31.938851000000387,2439521,15,3,1983 +3,F,48.0,7625,-109.08120799999641,31.938896000000387,2439521,15,3,1983 +5,M,49.0,7626,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +8,F,113.0,7627,-109.08167999999641,31.937884000000402,2439531,15,3,1983 +5,F,34.0,7628,-109.07960199999636,31.93897000000045,2439521,15,3,1983 +6,M,33.0,7629,-109.07883599999636,31.939078000000414,2438517,15,3,1983 +14,F,41.0,7630,-109.08182699999641,31.937054000000447,2439521,15,3,1983 +6,F,26.0,7631,-109.07883599999636,31.939078000000414,2438516,15,3,1983 +1,M,45.0,7632,-109.08282899999641,31.938851000000387,2439521,15,3,1983 +15,F,9.0,7633,-109.08103599999642,31.937059000000463,2437874,15,3,1983 +1,M,52.0,7634,-109.08282899999641,31.938851000000387,2439521,15,3,1983 +6,M,48.0,7635,-109.07883599999636,31.939078000000414,2439521,15,3,1983 +14,M,26.0,7636,-109.08182699999641,31.937054000000447,2437981,16,4,1983 +16,M,11.0,7637,-109.08024399999636,31.93709400000041,2437874,16,4,1983 +17,M,56.0,7638,-109.07941499999636,31.937117000000445,2439541,16,4,1983 +18,F,117.0,7639,-109.07863299999636,31.93712600000041,2439531,16,4,1983 +19,M,8.0,7640,-109.07791199999636,31.937438000000434,2439566,16,4,1983 +21,M,8.0,7641,-109.07939799999636,31.936448000000453,2439566,16,4,1983 +18,M,52.0,7642,-109.07863299999636,31.93712600000041,2439521,16,4,1983 +13,M,16.0,7643,-109.08261299999641,31.937028000000442,2439591,16,4,1983 +20,M,57.0,7644,-109.08019099999642,31.93633400000045,2439541,16,4,1983 +12,M,94.0,7645,-109.07851899999636,31.938203000000414,,16,4,1983 +24,,,7646,-109.07773599999636,31.938560000000447,2437568,16,4,1983 +12,M,130.0,7647,-109.07851899999636,31.938203000000414,2439531,16,4,1983 +21,F,12.0,7648,-109.07939799999636,31.936448000000453,2437874,16,4,1983 +13,M,32.0,7649,-109.08261299999641,31.937028000000442,2438517,16,4,1983 +17,F,44.0,7650,-109.07941499999636,31.937117000000445,,16,4,1983 +22,M,7.0,7651,-109.07860199999635,31.93644100000042,2439566,16,4,1983 +20,F,44.0,7652,-109.08019099999642,31.93633400000045,2439521,16,4,1983 +13,M,49.0,7653,-109.08261299999641,31.937028000000442,2439541,16,4,1983 +24,M,12.0,7654,-109.07773599999636,31.938560000000447,2437874,16,4,1983 +12,M,52.0,7655,-109.07851899999636,31.938203000000414,2439541,16,4,1983 +20,M,143.0,7656,-109.08019099999642,31.93633400000045,2439531,16,4,1983 +13,F,116.0,7657,-109.08261299999641,31.937028000000442,2439531,16,4,1983 +24,M,7.0,7658,-109.07773599999636,31.938560000000447,2437874,16,4,1983 +22,M,123.0,7659,-109.07860199999635,31.93644100000042,2439531,16,4,1983 +17,M,11.0,7660,-109.07941499999636,31.937117000000445,2437874,16,4,1983 +19,M,6.0,7661,-109.07791199999636,31.937438000000434,2439566,16,4,1983 +24,M,52.0,7662,-109.07773599999636,31.938560000000447,2439541,16,4,1983 +22,M,7.0,7663,-109.07860199999635,31.93644100000042,2439566,16,4,1983 +12,M,43.0,7664,-109.07851899999636,31.938203000000414,2439521,16,4,1983 +22,M,122.0,7665,-109.07860199999635,31.93644100000042,2439531,16,4,1983 +14,M,48.0,7666,-109.08182699999641,31.937054000000447,2439521,16,4,1983 +17,M,130.0,7667,-109.07941499999636,31.937117000000445,2439531,16,4,1983 +18,F,74.0,7668,-109.07863299999636,31.93712600000041,2439531,16,4,1983 +14,M,120.0,7669,-109.08182699999641,31.937054000000447,2439531,16,4,1983 +12,F,47.0,7670,-109.07851899999636,31.938203000000414,2439521,16,4,1983 +22,F,10.0,7671,-109.07860199999635,31.93644100000042,2437874,16,4,1983 +16,F,,7672,-109.08024399999636,31.93709400000041,2437874,16,4,1983 +18,F,42.0,7673,-109.07863299999636,31.93712600000041,2439521,16,4,1983 +18,M,53.0,7674,-109.07863299999636,31.93712600000041,2439521,16,4,1983 +18,F,44.0,7675,-109.07863299999636,31.93712600000041,2439521,16,4,1983 +22,F,116.0,7676,-109.07860199999635,31.93644100000042,2439531,16,4,1983 +24,M,25.0,7677,-109.07773599999636,31.938560000000447,2437967,16,4,1983 +22,M,39.0,7678,-109.07860199999635,31.93644100000042,2439521,16,4,1983 +13,F,43.0,7679,-109.08261299999641,31.937028000000442,2439521,16,4,1983 +14,F,52.0,7680,-109.08182699999641,31.937054000000447,2439521,16,4,1983 +17,F,43.0,7681,-109.07941499999636,31.937117000000445,2439521,16,4,1983 +21,,,7682,-109.07939799999636,31.936448000000453,2438147,16,4,1983 +22,M,96.0,7683,-109.07860199999635,31.93644100000042,2439531,16,4,1983 +14,M,44.0,7684,-109.08182699999641,31.937054000000447,2439521,16,4,1983 +22,M,128.0,7685,-109.07860199999635,31.93644100000042,2439531,16,4,1983 +17,F,37.0,7686,-109.07941499999636,31.937117000000445,2439521,16,4,1983 +24,F,12.0,7687,-109.07773599999636,31.938560000000447,2437874,16,4,1983 +24,M,26.0,7688,-109.07773599999636,31.938560000000447,2437981,16,4,1983 +12,F,31.0,7689,-109.07851899999636,31.938203000000414,2438517,16,4,1983 +14,F,125.0,7690,-109.08182699999641,31.937054000000447,,16,4,1983 +19,F,13.0,7691,-109.07791199999636,31.937438000000434,2437874,16,4,1983 +23,M,9.0,7692,-109.07783799999636,31.93676300000042,2437874,16,4,1983 +20,M,42.0,7693,-109.08019099999642,31.93633400000045,2439521,16,4,1983 +19,M,9.0,7694,-109.07791199999636,31.937438000000434,2437874,16,4,1983 +12,M,46.0,7695,-109.07851899999636,31.938203000000414,2439521,16,4,1983 +14,F,41.0,7696,-109.08182699999641,31.937054000000447,2439521,16,4,1983 +18,M,73.0,7697,-109.07863299999636,31.93712600000041,2439531,16,4,1983 +22,F,8.0,7698,-109.07860199999635,31.93644100000042,2439566,16,4,1983 +14,M,45.0,7699,-109.08182699999641,31.937054000000447,2439521,16,4,1983 +18,M,45.0,7700,-109.07863299999636,31.93712600000041,2439521,16,4,1983 +21,M,7.0,7701,-109.07939799999636,31.936448000000453,2439566,16,4,1983 +14,M,37.0,7702,-109.08182699999641,31.937054000000447,2438517,16,4,1983 +13,M,45.0,7703,-109.08261299999641,31.937028000000442,2439521,16,4,1983 +22,M,46.0,7704,-109.07860199999635,31.93644100000042,2439521,16,4,1983 +19,M,6.0,7705,-109.07791199999636,31.937438000000434,2439566,16,4,1983 +14,M,24.0,7706,-109.08182699999641,31.937054000000447,2437981,16,4,1983 +13,M,7.0,7707,-109.08261299999641,31.937028000000442,2439566,16,4,1983 +24,F,6.0,7708,-109.07773599999636,31.938560000000447,2439566,16,4,1983 +22,F,45.0,7709,-109.07860199999635,31.93644100000042,2439521,16,4,1983 +18,M,125.0,7710,-109.07863299999636,31.93712600000041,2439531,16,4,1983 +12,F,103.0,7711,-109.07851899999636,31.938203000000414,2439531,16,4,1983 +23,,,7712,-109.07783799999636,31.93676300000042,2491757,16,4,1983 +17,F,18.0,7713,-109.07941499999636,31.937117000000445,2437981,16,4,1983 +12,M,42.0,7714,-109.07851899999636,31.938203000000414,2439521,16,4,1983 +1,M,56.0,7715,-109.08282899999641,31.938851000000387,2439541,17,4,1983 +2,M,45.0,7716,-109.08197499999642,31.93888700000037,2439521,17,4,1983 +3,M,22.0,7717,-109.08120799999641,31.938896000000387,2437981,17,4,1983 +8,M,35.0,7718,-109.08167999999641,31.937884000000402,2439541,17,4,1983 +3,F,5.0,7719,-109.08120799999641,31.938896000000387,2439566,17,4,1983 +11,F,102.0,7720,-109.07930699999636,31.938056000000426,2439531,17,4,1983 +1,M,101.0,7721,-109.08282899999641,31.938851000000387,2439531,17,4,1983 +5,F,77.0,7722,-109.07960199999636,31.93897000000045,2439531,17,4,1983 +7,F,14.0,7723,-109.08281599999641,31.938113000000413,2437874,17,4,1983 +2,F,39.0,7724,-109.08197499999642,31.93888700000037,2439521,17,4,1983 +4,F,8.0,7725,-109.08040899999641,31.93889400000041,2439566,17,4,1983 +15,M,8.0,7726,-109.08103599999642,31.937059000000463,2439566,17,4,1983 +1,M,7.0,7727,-109.08282899999641,31.938851000000387,2439566,17,4,1983 +5,M,51.0,7728,-109.07960199999636,31.93897000000045,2439521,17,4,1983 +11,F,86.0,7729,-109.07930699999636,31.938056000000426,2439531,17,4,1983 +15,M,24.0,7730,-109.08103599999642,31.937059000000463,2437981,17,4,1983 +2,M,91.0,7731,-109.08197499999642,31.93888700000037,2439531,17,4,1983 +5,F,42.0,7732,-109.07960199999636,31.93897000000045,2439521,17,4,1983 +9,M,55.0,7733,-109.08090299999638,31.93785900000039,2439541,17,4,1983 +8,F,76.0,7734,-109.08167999999641,31.937884000000402,2439531,17,4,1983 +6,M,54.0,7735,-109.07883599999636,31.939078000000414,2439541,17,4,1983 +2,M,41.0,7736,-109.08197499999642,31.93888700000037,2439521,17,4,1983 +3,M,8.0,7737,-109.08120799999641,31.938896000000387,2439566,17,4,1983 +4,M,50.0,7738,-109.08040899999641,31.93889400000041,2439521,17,4,1983 +8,F,128.0,7739,-109.08167999999641,31.937884000000402,2439531,17,4,1983 +10,M,11.0,7740,-109.08009099999636,31.938017000000425,2437874,17,4,1983 +1,M,78.0,7741,-109.08282899999641,31.938851000000387,2439531,17,4,1983 +9,F,108.0,7742,-109.08090299999638,31.93785900000039,2439531,17,4,1983 +2,F,19.0,7743,-109.08197499999642,31.93888700000037,2437981,17,4,1983 +6,M,49.0,7744,-109.07883599999636,31.939078000000414,2439521,17,4,1983 +8,M,,7745,-109.08167999999641,31.937884000000402,2439541,17,4,1983 +5,F,40.0,7746,-109.07960199999636,31.93897000000045,2439521,17,4,1983 +15,M,7.0,7747,-109.08103599999642,31.937059000000463,2439566,17,4,1983 +11,M,46.0,7748,-109.07930699999636,31.938056000000426,2439521,17,4,1983 +4,F,7.0,7749,-109.08040899999641,31.93889400000041,2439566,17,4,1983 +8,M,7.0,7750,-109.08167999999641,31.937884000000402,2439566,17,4,1983 +1,F,133.0,7751,-109.08282899999641,31.938851000000387,2439531,17,4,1983 +3,M,7.0,7752,-109.08120799999641,31.938896000000387,2439566,17,4,1983 +6,F,61.0,7753,-109.07883599999636,31.939078000000414,2439541,17,4,1983 +8,M,7.0,7754,-109.08167999999641,31.937884000000402,2439566,17,4,1983 +1,F,123.0,7755,-109.08282899999641,31.938851000000387,2439531,17,4,1983 +4,M,125.0,7756,-109.08040899999641,31.93889400000041,2439531,17,4,1983 +5,F,55.0,7757,-109.07960199999636,31.93897000000045,2439521,17,4,1983 +9,M,8.0,7758,-109.08090299999638,31.93785900000039,2439566,17,4,1983 +7,F,,7759,-109.08281599999641,31.938113000000413,2437981,17,4,1983 +11,M,25.0,7760,-109.07930699999636,31.938056000000426,2437967,17,4,1983 +8,M,34.0,7761,-109.08167999999641,31.937884000000402,2439541,17,4,1983 +2,F,10.0,7762,-109.08197499999642,31.93888700000037,2437874,17,4,1983 +6,F,12.0,7763,-109.07883599999636,31.939078000000414,2439591,17,4,1983 +8,F,109.0,7764,-109.08167999999641,31.937884000000402,2439531,17,4,1983 +5,M,26.0,7765,-109.07960199999636,31.93897000000045,2437967,17,4,1983 +5,M,43.0,7766,-109.07960199999636,31.93897000000045,2439521,17,4,1983 +1,M,50.0,7767,-109.08282899999641,31.938851000000387,2439521,17,4,1983 +3,M,6.0,7768,-109.08120799999641,31.938896000000387,2439566,17,4,1983 +9,F,67.0,7769,-109.08090299999638,31.93785900000039,2439531,17,4,1983 +3,M,9.0,7770,-109.08120799999641,31.938896000000387,2439566,17,4,1983 +9,M,71.0,7771,-109.08090299999638,31.93785900000039,2439531,17,4,1983 +6,M,55.0,7772,-109.07883599999636,31.939078000000414,2439521,17,4,1983 +11,M,6.0,7773,-109.07930699999636,31.938056000000426,2439566,17,4,1983 +4,F,140.0,7774,-109.08040899999641,31.93889400000041,2439531,17,4,1983 +5,M,94.0,7775,-109.07960199999636,31.93897000000045,2439531,17,4,1983 +7,F,11.0,7776,-109.08281599999641,31.938113000000413,2437874,17,4,1983 +5,M,41.0,7777,-109.07960199999636,31.93897000000045,2439521,17,4,1983 +8,F,6.0,7778,-109.08167999999641,31.937884000000402,2439566,17,4,1983 +7,M,11.0,7779,-109.08281599999641,31.938113000000413,2437874,17,4,1983 +1,M,150.0,7780,-109.08282899999641,31.938851000000387,2439531,17,4,1983 +6,M,33.0,7781,-109.07883599999636,31.939078000000414,2438517,17,4,1983 +6,M,51.0,7782,-109.07883599999636,31.939078000000414,2439541,17,4,1983 +9,F,139.0,7783,-109.08090299999638,31.93785900000039,2439531,17,4,1983 +1,F,37.0,7784,-109.08282899999641,31.938851000000387,2439521,17,4,1983 +2,M,7.0,7785,-109.08197499999642,31.93888700000037,2439566,17,4,1983 +11,F,143.0,7786,-109.07930699999636,31.938056000000426,2439531,17,4,1983 +7,M,22.0,7787,-109.08281599999641,31.938113000000413,2437981,17,4,1983 +1,M,49.0,7788,-109.08282899999641,31.938851000000387,2439521,17,4,1983 +2,M,19.0,7789,-109.08197499999642,31.93888700000037,2437967,17,4,1983 +3,F,6.0,7790,-109.08120799999641,31.938896000000387,2439566,17,4,1983 +4,F,127.0,7791,-109.08040899999641,31.93889400000041,2439531,17,4,1983 +6,M,11.0,7792,-109.07883599999636,31.939078000000414,2437874,17,4,1983 +11,M,47.0,7793,-109.07930699999636,31.938056000000426,2439521,17,4,1983 +8,F,101.0,7794,-109.08167999999641,31.937884000000402,2439531,17,4,1983 +1,F,42.0,7795,-109.08282899999641,31.938851000000387,2439521,17,4,1983 +13,F,66.0,7796,-109.08261299999641,31.937028000000442,2439541,14,5,1983 +14,F,46.0,7797,-109.08182699999641,31.937054000000447,2439521,14,5,1983 +18,F,47.0,7798,-109.07863299999636,31.93712600000041,2439521,14,5,1983 +12,F,17.0,7799,-109.07851899999636,31.938203000000414,2439591,14,5,1983 +14,M,119.0,7800,-109.08182699999641,31.937054000000447,2439531,14,5,1983 +19,F,6.0,7801,-109.07791199999636,31.937438000000434,2439566,14,5,1983 +20,M,,7802,-109.08019099999642,31.93633400000045,2439521,14,5,1983 +14,M,11.0,7803,-109.08182699999641,31.937054000000447,2437874,14,5,1983 +24,M,24.0,7804,-109.07773599999636,31.938560000000447,2437981,14,5,1983 +21,F,13.0,7805,-109.07939799999636,31.936448000000453,2437874,14,5,1983 +12,M,40.0,7806,-109.07851899999636,31.938203000000414,2439521,14,5,1983 +19,M,16.0,7807,-109.07791199999636,31.937438000000434,2437981,14,5,1983 +13,F,140.0,7808,-109.08261299999641,31.937028000000442,2439531,14,5,1983 +16,M,21.0,7809,-109.08024399999636,31.93709400000041,2437981,14,5,1983 +22,F,126.0,7810,-109.07860199999635,31.93644100000042,2439531,14,5,1983 +14,M,8.0,7811,-109.08182699999641,31.937054000000447,2437874,14,5,1983 +12,M,15.0,7812,-109.07851899999636,31.938203000000414,2439591,14,5,1983 +13,M,123.0,7813,-109.08261299999641,31.937028000000442,2439531,14,5,1983 +14,M,46.0,7814,-109.08182699999641,31.937054000000447,2439521,14,5,1983 +20,F,45.0,7815,-109.08019099999642,31.93633400000045,2439521,14,5,1983 +12,M,16.0,7816,-109.07851899999636,31.938203000000414,2438516,14,5,1983 +22,M,128.0,7817,-109.07860199999635,31.93644100000042,2439531,14,5,1983 +13,M,91.0,7818,-109.08261299999641,31.937028000000442,2439531,14,5,1983 +12,M,7.0,7819,-109.07851899999636,31.938203000000414,2439566,14,5,1983 +19,M,6.0,7820,-109.07791199999636,31.937438000000434,2439566,14,5,1983 +12,M,56.0,7821,-109.07851899999636,31.938203000000414,2439541,14,5,1983 +14,M,49.0,7822,-109.08182699999641,31.937054000000447,2439521,14,5,1983 +17,M,125.0,7823,-109.07941499999636,31.937117000000445,2439531,14,5,1983 +12,F,46.0,7824,-109.07851899999636,31.938203000000414,2439521,14,5,1983 +23,F,14.0,7825,-109.07783799999636,31.93676300000042,2437874,14,5,1983 +19,M,7.0,7826,-109.07791199999636,31.937438000000434,2439566,14,5,1983 +22,F,16.0,7827,-109.07860199999635,31.93644100000042,2438516,14,5,1983 +13,F,73.0,7828,-109.08261299999641,31.937028000000442,2439541,14,5,1983 +20,F,30.0,7829,-109.08019099999642,31.93633400000045,2437981,14,5,1983 +12,,,7830,-109.07851899999636,31.938203000000414,2436910,14,5,1983 +17,M,49.0,7831,-109.07941499999636,31.937117000000445,2439521,14,5,1983 +22,M,127.0,7832,-109.07860199999635,31.93644100000042,2439531,14,5,1983 +14,M,11.0,7833,-109.08182699999641,31.937054000000447,2437981,14,5,1983 +22,F,113.0,7834,-109.07860199999635,31.93644100000042,2439531,14,5,1983 +13,F,118.0,7835,-109.08261299999641,31.937028000000442,2439531,14,5,1983 +24,F,35.0,7836,-109.07773599999636,31.938560000000447,2437967,14,5,1983 +17,F,26.0,7837,-109.07941499999636,31.937117000000445,2439521,14,5,1983 +22,M,41.0,7838,-109.07860199999635,31.93644100000042,2439521,14,5,1983 +16,,,7839,-109.08024399999636,31.93709400000041,2436910,14,5,1983 +12,M,11.0,7840,-109.07851899999636,31.938203000000414,2437967,14,5,1983 +21,M,29.0,7841,-109.07939799999636,31.936448000000453,2438516,14,5,1983 +13,M,49.0,7842,-109.08261299999641,31.937028000000442,2439521,14,5,1983 +17,F,16.0,7843,-109.07941499999636,31.937117000000445,2438516,14,5,1983 +24,F,46.0,7844,-109.07773599999636,31.938560000000447,2439521,14,5,1983 +24,F,9.0,7845,-109.07773599999636,31.938560000000447,2437874,14,5,1983 +22,F,137.0,7846,-109.07860199999635,31.93644100000042,2439531,14,5,1983 +18,F,35.0,7847,-109.07863299999636,31.93712600000041,2439521,14,5,1983 +16,F,14.0,7848,-109.08024399999636,31.93709400000041,2437874,14,5,1983 +18,M,86.0,7849,-109.07863299999636,31.93712600000041,2439531,14,5,1983 +20,F,151.0,7850,-109.08019099999642,31.93633400000045,,14,5,1983 +13,F,46.0,7851,-109.08261299999641,31.937028000000442,2439521,14,5,1983 +14,F,142.0,7852,-109.08182699999641,31.937054000000447,,14,5,1983 +16,M,24.0,7853,-109.08024399999636,31.93709400000041,2437981,14,5,1983 +18,M,45.0,7854,-109.07863299999636,31.93712600000041,2439521,14,5,1983 +14,M,24.0,7855,-109.08182699999641,31.937054000000447,2437981,14,5,1983 +21,M,8.0,7856,-109.07939799999636,31.936448000000453,2437874,14,5,1983 +17,M,36.0,7857,-109.07941499999636,31.937117000000445,2439541,14,5,1983 +24,F,100.0,7858,-109.07773599999636,31.938560000000447,,14,5,1983 +23,M,19.0,7859,-109.07783799999636,31.93676300000042,2437981,14,5,1983 +12,M,124.0,7860,-109.07851899999636,31.938203000000414,2439531,14,5,1983 +13,M,133.0,7861,-109.08261299999641,31.937028000000442,2439531,14,5,1983 +14,F,47.0,7862,-109.08182699999641,31.937054000000447,2439521,14,5,1983 +18,F,15.0,7863,-109.07863299999636,31.93712600000041,2437874,14,5,1983 +24,F,37.0,7864,-109.07773599999636,31.938560000000447,2439521,14,5,1983 +21,M,8.0,7865,-109.07939799999636,31.936448000000453,2439566,14,5,1983 +24,M,24.0,7866,-109.07773599999636,31.938560000000447,2437967,14,5,1983 +13,F,22.0,7867,-109.08261299999641,31.937028000000442,2439521,14,5,1983 +20,F,31.0,7868,-109.08019099999642,31.93633400000045,2437981,14,5,1983 +23,F,14.0,7869,-109.07783799999636,31.93676300000042,2437874,14,5,1983 +20,M,16.0,7870,-109.08019099999642,31.93633400000045,2439591,14,5,1983 +14,F,54.0,7871,-109.08182699999641,31.937054000000447,2439521,14,5,1983 +21,F,27.0,7872,-109.07939799999636,31.936448000000453,2438516,14,5,1983 +22,M,126.0,7873,-109.07860199999635,31.93644100000042,2439531,14,5,1983 +20,M,133.0,7874,-109.08019099999642,31.93633400000045,2439531,14,5,1983 +22,F,46.0,7875,-109.07860199999635,31.93644100000042,2439521,14,5,1983 +18,F,52.0,7876,-109.07863299999636,31.93712600000041,2439541,14,5,1983 +24,F,24.0,7877,-109.07773599999636,31.938560000000447,2437981,14,5,1983 +22,M,49.0,7878,-109.07860199999635,31.93644100000042,2439521,14,5,1983 +21,F,7.0,7879,-109.07939799999636,31.936448000000453,2439566,14,5,1983 +6,F,10.0,7880,-109.07883599999636,31.939078000000414,2439566,15,5,1983 +5,M,49.0,7881,-109.07960199999636,31.93897000000045,2439521,15,5,1983 +4,M,7.0,7882,-109.08040899999641,31.93889400000041,2439566,15,5,1983 +15,M,24.0,7883,-109.08103599999642,31.937059000000463,2437981,15,5,1983 +1,M,96.0,7884,-109.08282899999641,31.938851000000387,2439531,15,5,1983 +2,F,40.0,7885,-109.08197499999642,31.93888700000037,2439521,15,5,1983 +1,M,28.0,7886,-109.08282899999641,31.938851000000387,2438516,15,5,1983 +9,M,135.0,7887,-109.08090299999638,31.93785900000039,2439531,15,5,1983 +1,M,95.0,7888,-109.08282899999641,31.938851000000387,2439531,15,5,1983 +5,F,48.0,7889,-109.07960199999636,31.93897000000045,2439521,15,5,1983 +9,M,8.0,7890,-109.08090299999638,31.93785900000039,2439566,15,5,1983 +8,F,125.0,7891,-109.08167999999641,31.937884000000402,2439531,15,5,1983 +2,M,139.0,7892,-109.08197499999642,31.93888700000037,2439531,15,5,1983 +3,F,46.0,7893,-109.08120799999641,31.938896000000387,2439521,15,5,1983 +1,F,19.0,7894,-109.08282899999641,31.938851000000387,2439591,15,5,1983 +9,M,17.0,7895,-109.08090299999638,31.93785900000039,2438516,15,5,1983 +2,M,48.0,7896,-109.08197499999642,31.93888700000037,2439521,15,5,1983 +3,F,110.0,7897,-109.08120799999641,31.938896000000387,,15,5,1983 +11,M,45.0,7898,-109.07930699999636,31.938056000000426,2439521,15,5,1983 +10,M,14.0,7899,-109.08009099999636,31.938017000000425,2437981,15,5,1983 +1,F,130.0,7900,-109.08282899999641,31.938851000000387,2439531,15,5,1983 +15,M,8.0,7901,-109.08103599999642,31.937059000000463,2439566,15,5,1983 +8,M,7.0,7902,-109.08167999999641,31.937884000000402,2439566,15,5,1983 +6,F,116.0,7903,-109.07883599999636,31.939078000000414,,15,5,1983 +9,F,120.0,7904,-109.08090299999638,31.93785900000039,2439531,15,5,1983 +1,F,125.0,7905,-109.08282899999641,31.938851000000387,2439531,15,5,1983 +1,M,114.0,7906,-109.08282899999641,31.938851000000387,2439531,15,5,1983 +3,M,9.0,7907,-109.08120799999641,31.938896000000387,2439566,15,5,1983 +7,M,8.0,7908,-109.08281599999641,31.938113000000413,2437874,15,5,1983 +4,F,,7909,-109.08040899999641,31.93889400000041,2439531,15,5,1983 +3,F,8.0,7910,-109.08120799999641,31.938896000000387,2439566,15,5,1983 +6,F,19.0,7911,-109.07883599999636,31.939078000000414,2439591,15,5,1983 +10,,,7912,-109.08009099999636,31.938017000000425,2491757,15,5,1983 +8,M,45.0,7913,-109.08167999999641,31.937884000000402,2439541,15,5,1983 +15,M,19.0,7914,-109.08103599999642,31.937059000000463,2438516,15,5,1983 +5,M,104.0,7915,-109.07960199999636,31.93897000000045,2439531,15,5,1983 +8,F,118.0,7916,-109.08167999999641,31.937884000000402,2439531,15,5,1983 +2,M,46.0,7917,-109.08197499999642,31.93888700000037,2439521,15,5,1983 +1,F,47.0,7918,-109.08282899999641,31.938851000000387,2439521,15,5,1983 +5,M,44.0,7919,-109.07960199999636,31.93897000000045,2439521,15,5,1983 +9,M,49.0,7920,-109.08090299999638,31.93785900000039,2439521,15,5,1983 +15,M,11.0,7921,-109.08103599999642,31.937059000000463,2437874,15,5,1983 +1,M,152.0,7922,-109.08282899999641,31.938851000000387,2439531,15,5,1983 +1,M,51.0,7923,-109.08282899999641,31.938851000000387,2439521,15,5,1983 +4,M,46.0,7924,-109.08040899999641,31.93889400000041,2439521,15,5,1983 +1,F,13.0,7925,-109.08282899999641,31.938851000000387,2437874,15,5,1983 +5,F,36.0,7926,-109.07960199999636,31.93897000000045,2439521,15,5,1983 +7,M,10.0,7927,-109.08281599999641,31.938113000000413,2437874,15,5,1983 +7,F,13.0,7928,-109.08281599999641,31.938113000000413,2437874,15,5,1983 +1,F,14.0,7929,-109.08282899999641,31.938851000000387,2438516,15,5,1983 +4,F,118.0,7930,-109.08040899999641,31.93889400000041,2439531,15,5,1983 +1,M,26.0,7931,-109.08282899999641,31.938851000000387,2439521,15,5,1983 +9,M,7.0,7932,-109.08090299999638,31.93785900000039,2439566,15,5,1983 +1,M,52.0,7933,-109.08282899999641,31.938851000000387,2439521,15,5,1983 +11,M,46.0,7934,-109.07930699999636,31.938056000000426,2439521,15,5,1983 +17,F,38.0,7935,-109.07941499999636,31.937117000000445,2439521,17,6,1983 +24,M,53.0,7936,-109.07773599999636,31.938560000000447,2439541,17,6,1983 +12,F,42.0,7937,-109.07851899999636,31.938203000000414,2439541,17,6,1983 +20,F,,7938,-109.08019099999642,31.93633400000045,,17,6,1983 +12,F,20.0,7939,-109.07851899999636,31.938203000000414,2439591,17,6,1983 +20,F,111.0,7940,-109.08019099999642,31.93633400000045,2439531,17,6,1983 +12,M,131.0,7941,-109.07851899999636,31.938203000000414,2439531,17,6,1983 +14,M,117.0,7942,-109.08182699999641,31.937054000000447,2439531,17,6,1983 +19,M,20.0,7943,-109.07791199999636,31.937438000000434,2437967,17,6,1983 +24,F,42.0,7944,-109.07773599999636,31.938560000000447,2439541,17,6,1983 +24,F,21.0,7945,-109.07773599999636,31.938560000000447,2437967,17,6,1983 +22,M,122.0,7946,-109.07860199999635,31.93644100000042,2439531,17,6,1983 +14,M,43.0,7947,-109.08182699999641,31.937054000000447,2439521,17,6,1983 +20,F,41.0,7948,-109.08019099999642,31.93633400000045,2439541,17,6,1983 +24,F,31.0,7949,-109.07773599999636,31.938560000000447,2439541,17,6,1983 +20,M,30.0,7950,-109.08019099999642,31.93633400000045,,17,6,1983 +18,M,20.0,7951,-109.07863299999636,31.93712600000041,2439521,17,6,1983 +22,M,118.0,7952,-109.07860199999635,31.93644100000042,2439531,17,6,1983 +20,M,43.0,7953,-109.08019099999642,31.93633400000045,2439541,17,6,1983 +14,F,19.0,7954,-109.08182699999641,31.937054000000447,2439541,17,6,1983 +12,M,11.0,7955,-109.07851899999636,31.938203000000414,2437874,17,6,1983 +22,F,88.0,7956,-109.07860199999635,31.93644100000042,,17,6,1983 +17,M,126.0,7957,-109.07941499999636,31.937117000000445,2439531,17,6,1983 +12,F,44.0,7958,-109.07851899999636,31.938203000000414,2439521,17,6,1983 +24,M,13.0,7959,-109.07773599999636,31.938560000000447,2437981,17,6,1983 +18,F,162.0,7960,-109.07863299999636,31.93712600000041,,17,6,1983 +24,F,14.0,7961,-109.07773599999636,31.938560000000447,2437981,17,6,1983 +18,M,47.0,7962,-109.07863299999636,31.93712600000041,2439521,17,6,1983 +12,F,39.0,7963,-109.07851899999636,31.938203000000414,2439541,17,6,1983 +22,M,135.0,7964,-109.07860199999635,31.93644100000042,2439531,17,6,1983 +19,M,26.0,7965,-109.07791199999636,31.937438000000434,2437967,17,6,1983 +20,M,43.0,7966,-109.08019099999642,31.93633400000045,2439521,17,6,1983 +19,M,7.0,7967,-109.07791199999636,31.937438000000434,2439566,17,6,1983 +20,F,150.0,7968,-109.08019099999642,31.93633400000045,,17,6,1983 +18,F,22.0,7969,-109.07863299999636,31.93712600000041,2438516,17,6,1983 +24,F,48.0,7970,-109.07773599999636,31.938560000000447,2439521,17,6,1983 +12,F,15.0,7971,-109.07851899999636,31.938203000000414,2438516,17,6,1983 +20,F,,7972,-109.08019099999642,31.93633400000045,2439521,17,6,1983 +14,F,15.0,7973,-109.08182699999641,31.937054000000447,2439541,17,6,1983 +12,M,47.0,7974,-109.07851899999636,31.938203000000414,2439521,17,6,1983 +18,M,30.0,7975,-109.07863299999636,31.93712600000041,2438516,17,6,1983 +14,M,45.0,7976,-109.08182699999641,31.937054000000447,2439521,17,6,1983 +14,F,46.0,7977,-109.08182699999641,31.937054000000447,2439541,17,6,1983 +18,F,64.0,7978,-109.07863299999636,31.93712600000041,2439531,17,6,1983 +21,M,7.0,7979,-109.07939799999636,31.936448000000453,2439566,17,6,1983 +24,F,40.0,7980,-109.07773599999636,31.938560000000447,2439521,17,6,1983 +12,F,16.0,7981,-109.07851899999636,31.938203000000414,2439521,17,6,1983 +13,F,49.0,7982,-109.08261299999641,31.937028000000442,2439521,17,6,1983 +22,M,134.0,7983,-109.07860199999635,31.93644100000042,2439531,17,6,1983 +19,F,15.0,7984,-109.07791199999636,31.937438000000434,2437874,17,6,1983 +24,,,7985,-109.07773599999636,31.938560000000447,2439531,17,6,1983 +14,M,23.0,7986,-109.08182699999641,31.937054000000447,2438516,17,6,1983 +19,F,7.0,7987,-109.07791199999636,31.937438000000434,2439566,17,6,1983 +22,M,47.0,7988,-109.07860199999635,31.93644100000042,2439521,17,6,1983 +20,M,132.0,7989,-109.08019099999642,31.93633400000045,2439531,17,6,1983 +13,F,46.0,7990,-109.08261299999641,31.937028000000442,2439521,17,6,1983 +17,M,180.0,7991,-109.07941499999636,31.937117000000445,,17,6,1983 +18,M,21.0,7992,-109.07863299999636,31.93712600000041,2438516,17,6,1983 +7,,,7993,-109.08281599999641,31.938113000000413,,17,6,1983 +10,,,7994,-109.08009099999636,31.938017000000425,,17,6,1983 +16,,,7995,-109.08024399999636,31.93709400000041,,17,6,1983 +23,,,7996,-109.07783799999636,31.93676300000042,,17,6,1983 +1,M,17.0,7997,-109.08282899999641,31.938851000000387,2439591,18,6,1983 +6,M,44.0,7998,-109.07883599999636,31.939078000000414,2439521,18,6,1983 +3,F,37.0,7999,-109.08120799999641,31.938896000000387,2438517,18,6,1983 +3,,,8000,-109.08120799999641,31.938896000000387,2437300,18,6,1983 +11,M,127.0,8001,-109.07930699999636,31.938056000000426,2439531,18,6,1983 +2,M,136.0,8002,-109.08197499999642,31.93888700000037,2439531,18,6,1983 +3,F,150.0,8003,-109.08120799999641,31.938896000000387,,18,6,1983 +4,F,29.0,8004,-109.08040899999641,31.93889400000041,2439521,18,6,1983 +1,F,128.0,8005,-109.08282899999641,31.938851000000387,2439531,18,6,1983 +8,F,133.0,8006,-109.08167999999641,31.937884000000402,2439531,18,6,1983 +4,M,43.0,8007,-109.08040899999641,31.93889400000041,2439521,18,6,1983 +3,M,7.0,8008,-109.08120799999641,31.938896000000387,2439566,18,6,1983 +4,M,51.0,8009,-109.08040899999641,31.93889400000041,2439521,18,6,1983 +11,M,48.0,8010,-109.07930699999636,31.938056000000426,2439521,18,6,1983 +11,F,46.0,8011,-109.07930699999636,31.938056000000426,2439541,18,6,1983 +1,M,33.0,8012,-109.08282899999641,31.938851000000387,2439541,18,6,1983 +8,F,19.0,8013,-109.08167999999641,31.937884000000402,2438516,18,6,1983 +3,M,6.0,8014,-109.08120799999641,31.938896000000387,2439566,18,6,1983 +15,,,8015,-109.08103599999642,31.937059000000463,5231474,18,6,1983 +1,F,47.0,8016,-109.08282899999641,31.938851000000387,2439541,18,6,1983 +11,F,30.0,8017,-109.07930699999636,31.938056000000426,2438516,18,6,1983 +1,F,98.0,8018,-109.08282899999641,31.938851000000387,2439531,18,6,1983 +5,M,,8019,-109.07960199999636,31.93897000000045,2439531,18,6,1983 +5,,,8020,-109.07960199999636,31.93897000000045,2437300,18,6,1983 +9,F,18.0,8021,-109.08090299999638,31.93785900000039,2439591,18,6,1983 +1,M,122.0,8022,-109.08282899999641,31.938851000000387,2439531,18,6,1983 +2,F,126.0,8023,-109.08197499999642,31.93888700000037,,18,6,1983 +5,M,49.0,8024,-109.07960199999636,31.93897000000045,2439521,18,6,1983 +11,M,7.0,8025,-109.07930699999636,31.938056000000426,2439566,18,6,1983 +3,F,7.0,8026,-109.08120799999641,31.938896000000387,2439566,18,6,1983 +6,F,8.0,8027,-109.07883599999636,31.939078000000414,2439566,18,6,1983 +8,M,49.0,8028,-109.08167999999641,31.937884000000402,2439541,18,6,1983 +9,F,114.0,8029,-109.08090299999638,31.93785900000039,2439531,18,6,1983 +1,F,44.0,8030,-109.08282899999641,31.938851000000387,2439521,18,6,1983 +4,F,121.0,8031,-109.08040899999641,31.93889400000041,2439531,18,6,1983 +15,F,45.0,8032,-109.08103599999642,31.937059000000463,2438517,18,6,1983 +9,,,8033,-109.08090299999638,31.93785900000039,2436910,18,6,1983 +15,F,117.0,8034,-109.08103599999642,31.937059000000463,,18,6,1983 +9,M,9.0,8035,-109.08090299999638,31.93785900000039,2439566,18,6,1983 +8,F,119.0,8036,-109.08167999999641,31.937884000000402,2439531,18,6,1983 +4,F,125.0,8037,-109.08040899999641,31.93889400000041,2439531,18,6,1983 +3,M,9.0,8038,-109.08120799999641,31.938896000000387,2439566,18,6,1983 +1,M,150.0,8039,-109.08282899999641,31.938851000000387,2439531,18,6,1983 +11,M,46.0,8040,-109.07930699999636,31.938056000000426,2439521,18,6,1983 +4,F,54.0,8041,-109.08040899999641,31.93889400000041,2439521,18,6,1983 +4,F,91.0,8042,-109.08040899999641,31.93889400000041,2439531,18,6,1983 +5,F,,8043,-109.07960199999636,31.93897000000045,2439521,18,6,1983 +9,F,140.0,8044,-109.08090299999638,31.93785900000039,2439531,18,6,1983 +8,M,30.0,8045,-109.08167999999641,31.937884000000402,2438517,18,6,1983 +9,M,48.0,8046,-109.08090299999638,31.93785900000039,2439541,18,6,1983 +11,F,128.0,8047,-109.07930699999636,31.938056000000426,2439531,18,6,1983 +11,M,45.0,8048,-109.07930699999636,31.938056000000426,2439521,18,6,1983 +8,M,46.0,8049,-109.08167999999641,31.937884000000402,2439541,18,6,1983 +9,F,35.0,8050,-109.08090299999638,31.93785900000039,2439521,18,6,1983 +5,F,41.0,8051,-109.07960199999636,31.93897000000045,2438517,18,6,1983 +8,M,94.0,8052,-109.08167999999641,31.937884000000402,2439531,18,6,1983 +4,,,8053,-109.08040899999641,31.93889400000041,2491757,18,6,1983 +5,M,48.0,8054,-109.07960199999636,31.93897000000045,2439521,18,6,1983 +14,M,50.0,8055,-109.08182699999641,31.937054000000447,2439521,16,7,1983 +13,F,28.0,8056,-109.08261299999641,31.937028000000442,2439521,16,7,1983 +24,,,8057,-109.07773599999636,31.938560000000447,2491757,16,7,1983 +12,F,19.0,8058,-109.07851899999636,31.938203000000414,2439591,16,7,1983 +18,M,47.0,8059,-109.07863299999636,31.93712600000041,2439521,16,7,1983 +12,F,23.0,8060,-109.07851899999636,31.938203000000414,2438516,16,7,1983 +19,M,8.0,8061,-109.07791199999636,31.937438000000434,2439566,16,7,1983 +22,F,32.0,8062,-109.07860199999635,31.93644100000042,2439521,16,7,1983 +18,F,172.0,8063,-109.07863299999636,31.93712600000041,,16,7,1983 +20,F,118.0,8064,-109.08019099999642,31.93633400000045,,16,7,1983 +12,M,130.0,8065,-109.07851899999636,31.938203000000414,2439531,16,7,1983 +18,F,30.0,8066,-109.07863299999636,31.93712600000041,2439521,16,7,1983 +24,F,42.0,8067,-109.07773599999636,31.938560000000447,2439541,16,7,1983 +19,M,27.0,8068,-109.07791199999636,31.937438000000434,2437967,16,7,1983 +13,F,37.0,8069,-109.08261299999641,31.937028000000442,2439521,16,7,1983 +20,M,47.0,8070,-109.08019099999642,31.93633400000045,2439541,16,7,1983 +22,M,135.0,8071,-109.07860199999635,31.93644100000042,2439531,16,7,1983 +17,M,40.0,8072,-109.07941499999636,31.937117000000445,2439521,16,7,1983 +13,M,114.0,8073,-109.08261299999641,31.937028000000442,2439531,16,7,1983 +14,M,47.0,8074,-109.08182699999641,31.937054000000447,2439521,16,7,1983 +12,F,11.0,8075,-109.07851899999636,31.938203000000414,2437874,16,7,1983 +14,M,98.0,8076,-109.08182699999641,31.937054000000447,,16,7,1983 +20,F,52.0,8077,-109.08019099999642,31.93633400000045,2439521,16,7,1983 +22,M,42.0,8078,-109.07860199999635,31.93644100000042,2439521,16,7,1983 +17,F,41.0,8079,-109.07941499999636,31.937117000000445,2439521,16,7,1983 +21,F,7.0,8080,-109.07939799999636,31.936448000000453,2439566,16,7,1983 +24,F,118.0,8081,-109.07773599999636,31.938560000000447,,16,7,1983 +24,M,24.0,8082,-109.07773599999636,31.938560000000447,2437967,16,7,1983 +20,F,47.0,8083,-109.08019099999642,31.93633400000045,2439541,16,7,1983 +21,F,28.0,8084,-109.07939799999636,31.936448000000453,2438516,16,7,1983 +12,F,27.0,8085,-109.07851899999636,31.938203000000414,2439521,16,7,1983 +19,F,18.0,8086,-109.07791199999636,31.937438000000434,2437967,16,7,1983 +12,F,46.0,8087,-109.07851899999636,31.938203000000414,2439521,16,7,1983 +18,M,30.0,8088,-109.07863299999636,31.93712600000041,2438516,16,7,1983 +17,M,123.0,8089,-109.07941499999636,31.937117000000445,2439531,16,7,1983 +16,M,11.0,8090,-109.08024399999636,31.93709400000041,2437874,16,7,1983 +14,F,50.0,8091,-109.08182699999641,31.937054000000447,2439541,16,7,1983 +19,M,19.0,8092,-109.07791199999636,31.937438000000434,2437967,16,7,1983 +18,F,5.0,8093,-109.07863299999636,31.93712600000041,2439566,16,7,1983 +14,F,32.0,8094,-109.08182699999641,31.937054000000447,2439541,16,7,1983 +12,F,45.0,8095,-109.07851899999636,31.938203000000414,2439541,16,7,1983 +13,M,131.0,8096,-109.08261299999641,31.937028000000442,2439531,16,7,1983 +14,F,41.0,8097,-109.08182699999641,31.937054000000447,2439521,16,7,1983 +18,M,36.0,8098,-109.07863299999636,31.93712600000041,2439521,16,7,1983 +13,F,51.0,8099,-109.08261299999641,31.937028000000442,2439521,16,7,1983 +12,F,13.0,8100,-109.07851899999636,31.938203000000414,2439591,16,7,1983 +18,F,76.0,8101,-109.07863299999636,31.93712600000041,2439531,16,7,1983 +14,M,24.0,8102,-109.08182699999641,31.937054000000447,2438516,16,7,1983 +3,M,9.0,8103,-109.08120799999641,31.938896000000387,2439566,16,7,1983 +24,F,108.0,8104,-109.07773599999636,31.938560000000447,2439531,16,7,1983 +22,F,110.0,8105,-109.07860199999635,31.93644100000042,,16,7,1983 +20,M,137.0,8106,-109.08019099999642,31.93633400000045,2439531,16,7,1983 +24,F,25.0,8107,-109.07773599999636,31.938560000000447,2439521,16,7,1983 +22,M,49.0,8108,-109.07860199999635,31.93644100000042,2439521,16,7,1983 +17,,,8109,-109.07941499999636,31.937117000000445,2437300,16,7,1983 +12,M,168.0,8110,-109.07851899999636,31.938203000000414,,16,7,1983 +14,M,29.0,8111,-109.08182699999641,31.937054000000447,2438516,16,7,1983 +17,M,216.0,8112,-109.07941499999636,31.937117000000445,,16,7,1983 +12,F,31.0,8113,-109.07851899999636,31.938203000000414,2439521,16,7,1983 +23,,,8114,-109.07783799999636,31.93676300000042,,16,7,1983 +6,M,44.0,8115,-109.07883599999636,31.939078000000414,2439521,17,7,1983 +3,F,49.0,8116,-109.08120799999641,31.938896000000387,2438517,17,7,1983 +6,M,46.0,8117,-109.07883599999636,31.939078000000414,2439521,17,7,1983 +10,M,10.0,8118,-109.08009099999636,31.938017000000425,2437874,17,7,1983 +1,M,38.0,8119,-109.08282899999641,31.938851000000387,2439541,17,7,1983 +6,F,52.0,8120,-109.07883599999636,31.939078000000414,2439521,17,7,1983 +6,F,42.0,8121,-109.07883599999636,31.939078000000414,2439521,17,7,1983 +15,M,13.0,8122,-109.08103599999642,31.937059000000463,2438516,17,7,1983 +8,M,46.0,8123,-109.08167999999641,31.937884000000402,2439541,17,7,1983 +1,M,122.0,8124,-109.08282899999641,31.938851000000387,2439531,17,7,1983 +9,F,34.0,8125,-109.08090299999638,31.93785900000039,2439521,17,7,1983 +2,M,38.0,8126,-109.08197499999642,31.93888700000037,2439521,17,7,1983 +6,F,43.0,8127,-109.07883599999636,31.939078000000414,2439521,17,7,1983 +2,F,29.0,8128,-109.08197499999642,31.93888700000037,2438516,17,7,1983 +3,F,7.0,8129,-109.08120799999641,31.938896000000387,2439566,17,7,1983 +1,F,135.0,8130,-109.08282899999641,31.938851000000387,,17,7,1983 +3,M,31.0,8131,-109.08120799999641,31.938896000000387,2438517,17,7,1983 +1,F,117.0,8132,-109.08282899999641,31.938851000000387,2439531,17,7,1983 +4,M,13.0,8133,-109.08040899999641,31.93889400000041,2439591,17,7,1983 +11,M,47.0,8134,-109.07930699999636,31.938056000000426,2439521,17,7,1983 +9,M,8.0,8135,-109.08090299999638,31.93785900000039,2439566,17,7,1983 +3,F,13.0,8136,-109.08120799999641,31.938896000000387,2439591,17,7,1983 +5,F,47.0,8137,-109.07960199999636,31.93897000000045,2439521,17,7,1983 +9,M,53.0,8138,-109.08090299999638,31.93785900000039,2439541,17,7,1983 +3,F,27.0,8139,-109.08120799999641,31.938896000000387,2438517,17,7,1983 +9,F,18.0,8140,-109.08090299999638,31.93785900000039,2439591,17,7,1983 +6,,,8141,-109.07883599999636,31.939078000000414,2437300,17,7,1983 +9,M,132.0,8142,-109.08090299999638,31.93785900000039,,17,7,1983 +1,F,37.0,8143,-109.08282899999641,31.938851000000387,2439521,17,7,1983 +9,F,122.0,8144,-109.08090299999638,31.93785900000039,2439531,17,7,1983 +15,F,134.0,8145,-109.08103599999642,31.937059000000463,,17,7,1983 +15,F,32.0,8146,-109.08103599999642,31.937059000000463,2438517,17,7,1983 +8,M,48.0,8147,-109.08167999999641,31.937884000000402,2439541,17,7,1983 +4,F,53.0,8148,-109.08040899999641,31.93889400000041,2439521,17,7,1983 +2,F,27.0,8149,-109.08197499999642,31.93888700000037,2438516,17,7,1983 +5,M,48.0,8150,-109.07960199999636,31.93897000000045,2439521,17,7,1983 +7,M,11.0,8151,-109.08281599999641,31.938113000000413,2437874,17,7,1983 +4,M,48.0,8152,-109.08040899999641,31.93889400000041,2439521,17,7,1983 +4,F,122.0,8153,-109.08040899999641,31.93889400000041,2439531,17,7,1983 +8,M,99.0,8154,-109.08167999999641,31.937884000000402,2439531,17,7,1983 +11,M,46.0,8155,-109.07930699999636,31.938056000000426,2439521,17,7,1983 +19,M,24.0,8156,-109.07791199999636,31.937438000000434,2437967,15,8,1983 +20,F,34.0,8157,-109.08019099999642,31.93633400000045,2439521,15,8,1983 +18,M,132.0,8158,-109.07863299999636,31.93712600000041,2439531,15,8,1983 +20,F,125.0,8159,-109.08019099999642,31.93633400000045,2439531,15,8,1983 +16,M,15.0,8160,-109.08024399999636,31.93709400000041,2439591,15,8,1983 +24,F,148.0,8161,-109.07773599999636,31.938560000000447,,15,8,1983 +12,F,19.0,8162,-109.07851899999636,31.938203000000414,2439591,15,8,1983 +12,F,128.0,8163,-109.07851899999636,31.938203000000414,,15,8,1983 +18,F,33.0,8164,-109.07863299999636,31.93712600000041,2439521,15,8,1983 +12,M,50.0,8165,-109.07851899999636,31.938203000000414,2439541,15,8,1983 +20,F,124.0,8166,-109.08019099999642,31.93633400000045,,15,8,1983 +12,M,133.0,8167,-109.07851899999636,31.938203000000414,2439531,15,8,1983 +22,F,37.0,8168,-109.07860199999635,31.93644100000042,2439521,15,8,1983 +14,M,123.0,8169,-109.08182699999641,31.937054000000447,2439531,15,8,1983 +14,M,44.0,8170,-109.08182699999641,31.937054000000447,2439521,15,8,1983 +12,M,25.0,8171,-109.07851899999636,31.938203000000414,2438516,15,8,1983 +13,M,121.0,8172,-109.08261299999641,31.937028000000442,2439531,15,8,1983 +17,F,37.0,8173,-109.07941499999636,31.937117000000445,2439521,15,8,1983 +22,,,8174,-109.07860199999635,31.93644100000042,,15,8,1983 +20,F,157.0,8175,-109.08019099999642,31.93633400000045,,15,8,1983 +17,M,125.0,8176,-109.07941499999636,31.937117000000445,2439531,15,8,1983 +12,F,24.0,8177,-109.07851899999636,31.938203000000414,2438516,15,8,1983 +14,F,44.0,8178,-109.08182699999641,31.937054000000447,2439521,15,8,1983 +12,F,48.0,8179,-109.07851899999636,31.938203000000414,2439521,15,8,1983 +17,M,38.0,8180,-109.07941499999636,31.937117000000445,2439521,15,8,1983 +18,M,37.0,8181,-109.07863299999636,31.93712600000041,2439521,15,8,1983 +24,F,41.0,8182,-109.07773599999636,31.938560000000447,2439541,15,8,1983 +13,F,40.0,8183,-109.08261299999641,31.937028000000442,2439521,15,8,1983 +20,M,46.0,8184,-109.08019099999642,31.93633400000045,2439541,15,8,1983 +12,F,33.0,8185,-109.07851899999636,31.938203000000414,2439521,15,8,1983 +12,F,50.0,8186,-109.07851899999636,31.938203000000414,2439541,15,8,1983 +22,F,,8187,-109.07860199999635,31.93644100000042,2439531,15,8,1983 +24,F,22.0,8188,-109.07773599999636,31.938560000000447,2437967,15,8,1983 +13,F,34.0,8189,-109.08261299999641,31.937028000000442,2439521,15,8,1983 +20,M,47.0,8190,-109.08019099999642,31.93633400000045,2439521,15,8,1983 +13,F,49.0,8191,-109.08261299999641,31.937028000000442,2439521,15,8,1983 +14,F,38.0,8192,-109.08182699999641,31.937054000000447,2439541,15,8,1983 +14,M,113.0,8193,-109.08182699999641,31.937054000000447,,15,8,1983 +22,,,8194,-109.07860199999635,31.93644100000042,2491757,15,8,1983 +13,M,32.0,8195,-109.08261299999641,31.937028000000442,2439521,15,8,1983 +24,F,34.0,8196,-109.07773599999636,31.938560000000447,2439521,15,8,1983 +12,F,15.0,8197,-109.07851899999636,31.938203000000414,2439591,15,8,1983 +12,F,30.0,8198,-109.07851899999636,31.938203000000414,2439521,15,8,1983 +23,M,15.0,8199,-109.07783799999636,31.93676300000042,2437981,15,8,1983 +24,F,40.0,8200,-109.07773599999636,31.938560000000447,2439521,15,8,1983 +20,F,30.0,8201,-109.08019099999642,31.93633400000045,2439521,15,8,1983 +18,M,45.0,8202,-109.07863299999636,31.93712600000041,2439521,15,8,1983 +21,F,14.0,8203,-109.07939799999636,31.936448000000453,2439591,15,8,1983 +18,,,8204,-109.07863299999636,31.93712600000041,,15,8,1983 +22,M,49.0,8205,-109.07860199999635,31.93644100000042,2439521,15,8,1983 +17,F,21.0,8206,-109.07941499999636,31.937117000000445,2438516,15,8,1983 +20,F,45.0,8207,-109.08019099999642,31.93633400000045,2438516,15,8,1983 +22,F,,8208,-109.07860199999635,31.93644100000042,,15,8,1983 +13,F,171.0,8209,-109.08261299999641,31.937028000000442,,15,8,1983 +12,F,37.0,8210,-109.07851899999636,31.938203000000414,2439521,15,8,1983 +14,F,48.0,8211,-109.08182699999641,31.937054000000447,2439541,15,8,1983 +20,M,146.0,8212,-109.08019099999642,31.93633400000045,2439531,15,8,1983 +14,M,24.0,8213,-109.08182699999641,31.937054000000447,2438516,15,8,1983 +13,M,133.0,8214,-109.08261299999641,31.937028000000442,2439531,15,8,1983 +24,F,208.0,8215,-109.07773599999636,31.938560000000447,,15,8,1983 +12,M,187.0,8216,-109.07851899999636,31.938203000000414,,15,8,1983 +3,F,14.0,8217,-109.08120799999641,31.938896000000387,2439591,16,8,1983 +5,M,37.0,8218,-109.07960199999636,31.93897000000045,2438517,16,8,1983 +1,M,42.0,8219,-109.08282899999641,31.938851000000387,2439541,16,8,1983 +4,F,38.0,8220,-109.08040899999641,31.93889400000041,2439521,16,8,1983 +11,M,7.0,8221,-109.07930699999636,31.938056000000426,2439566,16,8,1983 +8,M,48.0,8222,-109.08167999999641,31.937884000000402,2439541,16,8,1983 +3,M,31.0,8223,-109.08120799999641,31.938896000000387,2438517,16,8,1983 +8,F,8.0,8224,-109.08167999999641,31.937884000000402,2439566,16,8,1983 +2,M,152.0,8225,-109.08197499999642,31.93888700000037,2439531,16,8,1983 +4,,,8226,-109.08040899999641,31.93889400000041,2437300,16,8,1983 +11,F,7.0,8227,-109.07930699999636,31.938056000000426,2439566,16,8,1983 +7,F,14.0,8228,-109.08281599999641,31.938113000000413,2437874,16,8,1983 +1,F,34.0,8229,-109.08282899999641,31.938851000000387,2439521,16,8,1983 +5,M,120.0,8230,-109.07960199999636,31.93897000000045,2439531,16,8,1983 +3,F,7.0,8231,-109.08120799999641,31.938896000000387,2439566,16,8,1983 +9,F,26.0,8232,-109.08090299999638,31.93785900000039,2438516,16,8,1983 +4,M,131.0,8233,-109.08040899999641,31.93889400000041,2439531,16,8,1983 +6,F,120.0,8234,-109.07883599999636,31.939078000000414,,16,8,1983 +11,M,38.0,8235,-109.07930699999636,31.938056000000426,2439521,16,8,1983 +2,M,38.0,8236,-109.08197499999642,31.93888700000037,2439521,16,8,1983 +3,F,22.0,8237,-109.08120799999641,31.938896000000387,2438516,16,8,1983 +5,M,44.0,8238,-109.07960199999636,31.93897000000045,2439521,16,8,1983 +11,M,40.0,8239,-109.07930699999636,31.938056000000426,2439521,16,8,1983 +1,F,38.0,8240,-109.08282899999641,31.938851000000387,2439521,16,8,1983 +9,M,8.0,8241,-109.08090299999638,31.93785900000039,2439566,16,8,1983 +2,M,130.0,8242,-109.08197499999642,31.93888700000037,2439531,16,8,1983 +1,F,34.0,8243,-109.08282899999641,31.938851000000387,2439521,16,8,1983 +1,M,129.0,8244,-109.08282899999641,31.938851000000387,2439531,16,8,1983 +1,F,25.0,8245,-109.08282899999641,31.938851000000387,2438516,16,8,1983 +4,M,31.0,8246,-109.08040899999641,31.93889400000041,2439521,16,8,1983 +7,M,20.0,8247,-109.08281599999641,31.938113000000413,2437967,16,8,1983 +1,M,26.0,8248,-109.08282899999641,31.938851000000387,2439521,16,8,1983 +11,M,185.0,8249,-109.07930699999636,31.938056000000426,,16,8,1983 +9,F,35.0,8250,-109.08090299999638,31.93785900000039,2439521,16,8,1983 +4,F,124.0,8251,-109.08040899999641,31.93889400000041,2439531,16,8,1983 +8,F,127.0,8252,-109.08167999999641,31.937884000000402,2439531,16,8,1983 +6,F,12.0,8253,-109.07883599999636,31.939078000000414,2439591,16,8,1983 +5,M,46.0,8254,-109.07960199999636,31.93897000000045,2439521,16,8,1983 +6,F,8.0,8255,-109.07883599999636,31.939078000000414,2439566,16,8,1983 +9,F,18.0,8256,-109.08090299999638,31.93785900000039,2439591,16,8,1983 +1,M,26.0,8257,-109.08282899999641,31.938851000000387,2438516,16,8,1983 +3,M,10.0,8258,-109.08120799999641,31.938896000000387,2439566,16,8,1983 +1,M,150.0,8259,-109.08282899999641,31.938851000000387,2439531,16,8,1983 +4,F,11.0,8260,-109.08040899999641,31.93889400000041,2439591,16,8,1983 +6,F,28.0,8261,-109.07883599999636,31.939078000000414,2439521,16,8,1983 +5,F,21.0,8262,-109.07960199999636,31.93897000000045,2439521,16,8,1983 +9,M,18.0,8263,-109.08090299999638,31.93785900000039,2439591,16,8,1983 +2,F,147.0,8264,-109.08197499999642,31.93888700000037,,16,8,1983 +11,F,29.0,8265,-109.07930699999636,31.938056000000426,2439521,16,8,1983 +15,F,145.0,8266,-109.08103599999642,31.937059000000463,,16,8,1983 +1,M,30.0,8267,-109.08282899999641,31.938851000000387,2439521,16,8,1983 +11,F,127.0,8268,-109.07930699999636,31.938056000000426,2439531,16,8,1983 +9,F,36.0,8269,-109.08090299999638,31.93785900000039,2439521,16,8,1983 +11,M,45.0,8270,-109.07930699999636,31.938056000000426,2439521,16,8,1983 +10,,,8271,-109.08009099999636,31.938017000000425,,16,8,1983 +12,M,129.0,8272,-109.07851899999636,31.938203000000414,2439531,10,9,1983 +13,F,141.0,8273,-109.08261299999641,31.937028000000442,,10,9,1983 +14,F,128.0,8274,-109.08182699999641,31.937054000000447,2439531,10,9,1983 +17,F,25.0,8275,-109.07941499999636,31.937117000000445,2439521,10,9,1983 +17,M,41.0,8276,-109.07941499999636,31.937117000000445,2439521,10,9,1983 +19,M,24.0,8277,-109.07791199999636,31.937438000000434,2437967,10,9,1983 +12,F,158.0,8278,-109.07851899999636,31.938203000000414,,10,9,1983 +20,M,49.0,8279,-109.08019099999642,31.93633400000045,2439541,10,9,1983 +24,F,148.0,8280,-109.07773599999636,31.938560000000447,,10,9,1983 +20,F,122.0,8281,-109.08019099999642,31.93633400000045,2439531,10,9,1983 +17,,,8282,-109.07941499999636,31.937117000000445,2436910,10,9,1983 +24,F,45.0,8283,-109.07773599999636,31.938560000000447,2439541,10,9,1983 +12,F,14.0,8284,-109.07851899999636,31.938203000000414,2439591,10,9,1983 +22,F,43.0,8285,-109.07860199999635,31.93644100000042,2439521,10,9,1983 +16,F,152.0,8286,-109.08024399999636,31.93709400000041,,10,9,1983 +18,M,42.0,8287,-109.07863299999636,31.93712600000041,2439521,10,9,1983 +20,F,146.0,8288,-109.08019099999642,31.93633400000045,,10,9,1983 +19,F,139.0,8289,-109.07791199999636,31.937438000000434,,10,9,1983 +20,,,8290,-109.08019099999642,31.93633400000045,2491757,10,9,1983 +24,F,37.0,8291,-109.07773599999636,31.938560000000447,2439521,10,9,1983 +22,M,138.0,8292,-109.07860199999635,31.93644100000042,2439531,10,9,1983 +13,F,156.0,8293,-109.08261299999641,31.937028000000442,,10,9,1983 +12,F,50.0,8294,-109.07851899999636,31.938203000000414,2439541,10,9,1983 +17,M,128.0,8295,-109.07941499999636,31.937117000000445,2439531,10,9,1983 +18,M,248.0,8296,-109.07863299999636,31.93712600000041,,10,9,1983 +23,M,7.0,8297,-109.07783799999636,31.93676300000042,2439566,10,9,1983 +17,F,37.0,8298,-109.07941499999636,31.937117000000445,2439521,10,9,1983 +17,,,8299,-109.07941499999636,31.937117000000445,2436910,10,9,1983 +12,F,51.0,8300,-109.07851899999636,31.938203000000414,2439541,10,9,1983 +22,,,8301,-109.07860199999635,31.93644100000042,2436910,10,9,1983 +12,F,45.0,8302,-109.07851899999636,31.938203000000414,2439521,10,9,1983 +14,M,48.0,8303,-109.08182699999641,31.937054000000447,2439521,10,9,1983 +16,M,20.0,8304,-109.08024399999636,31.93709400000041,2437981,10,9,1983 +14,F,43.0,8305,-109.08182699999641,31.937054000000447,2439541,10,9,1983 +18,M,126.0,8306,-109.07863299999636,31.93712600000041,2439531,10,9,1983 +22,F,102.0,8307,-109.07860199999635,31.93644100000042,2439531,10,9,1983 +14,,,8308,-109.08182699999641,31.937054000000447,2437300,10,9,1983 +22,F,36.0,8309,-109.07860199999635,31.93644100000042,2439521,10,9,1983 +20,F,48.0,8310,-109.08019099999642,31.93633400000045,2439521,10,9,1983 +23,F,13.0,8311,-109.07783799999636,31.93676300000042,2437874,10,9,1983 +22,M,130.0,8312,-109.07860199999635,31.93644100000042,2439531,10,9,1983 +24,,,8313,-109.07773599999636,31.938560000000447,2436910,10,9,1983 +19,F,19.0,8314,-109.07791199999636,31.937438000000434,2437981,10,9,1983 +12,,,8315,-109.07851899999636,31.938203000000414,2436910,10,9,1983 +20,M,36.0,8316,-109.08019099999642,31.93633400000045,2439521,10,9,1983 +12,F,36.0,8317,-109.07851899999636,31.938203000000414,2439521,10,9,1983 +20,F,168.0,8318,-109.08019099999642,31.93633400000045,,10,9,1983 +17,F,38.0,8319,-109.07941499999636,31.937117000000445,2439521,10,9,1983 +20,,,8320,-109.08019099999642,31.93633400000045,2437300,10,9,1983 +13,F,43.0,8321,-109.08261299999641,31.937028000000442,2439521,10,9,1983 +24,F,33.0,8322,-109.07773599999636,31.938560000000447,2439521,10,9,1983 +14,F,44.0,8323,-109.08182699999641,31.937054000000447,2439521,10,9,1983 +17,F,180.0,8324,-109.07941499999636,31.937117000000445,,10,9,1983 +17,F,71.0,8325,-109.07941499999636,31.937117000000445,,10,9,1983 +12,F,37.0,8326,-109.07851899999636,31.938203000000414,2439541,10,9,1983 +14,M,151.0,8327,-109.08182699999641,31.937054000000447,,10,9,1983 +19,M,21.0,8328,-109.07791199999636,31.937438000000434,2437967,10,9,1983 +24,F,40.0,8329,-109.07773599999636,31.938560000000447,2439521,10,9,1983 +22,M,51.0,8330,-109.07860199999635,31.93644100000042,2439521,10,9,1983 +12,F,25.0,8331,-109.07851899999636,31.938203000000414,2438516,10,9,1983 +20,M,146.0,8332,-109.08019099999642,31.93633400000045,2439531,10,9,1983 +14,F,48.0,8333,-109.08182699999641,31.937054000000447,2439541,10,9,1983 +18,F,42.0,8334,-109.07863299999636,31.93712600000041,2439521,10,9,1983 +12,F,40.0,8335,-109.07851899999636,31.938203000000414,2439521,10,9,1983 +23,M,18.0,8336,-109.07783799999636,31.93676300000042,2438516,10,9,1983 +20,F,177.0,8337,-109.08019099999642,31.93633400000045,,10,9,1983 +21,,,8338,-109.07939799999636,31.936448000000453,,10,9,1983 +11,F,7.0,8339,-109.07930699999636,31.938056000000426,2439566,11,9,1983 +2,M,38.0,8340,-109.08197499999642,31.93888700000037,2439521,11,9,1983 +3,F,26.0,8341,-109.08120799999641,31.938896000000387,2438517,11,9,1983 +8,M,50.0,8342,-109.08167999999641,31.937884000000402,2439541,11,9,1983 +3,M,32.0,8343,-109.08120799999641,31.938896000000387,2438517,11,9,1983 +11,M,132.0,8344,-109.07930699999636,31.938056000000426,2439531,11,9,1983 +8,M,130.0,8345,-109.08167999999641,31.937884000000402,2439531,11,9,1983 +2,,,8346,-109.08197499999642,31.93888700000037,2437300,11,9,1983 +5,M,118.0,8347,-109.07960199999636,31.93897000000045,2439531,11,9,1983 +2,M,145.0,8348,-109.08197499999642,31.93888700000037,2439531,11,9,1983 +10,M,9.0,8349,-109.08009099999636,31.938017000000425,2437874,11,9,1983 +1,F,40.0,8350,-109.08282899999641,31.938851000000387,2439521,11,9,1983 +3,F,13.0,8351,-109.08120799999641,31.938896000000387,2439591,11,9,1983 +9,F,13.0,8352,-109.08090299999638,31.93785900000039,2439591,11,9,1983 +11,M,43.0,8353,-109.07930699999636,31.938056000000426,2439541,11,9,1983 +8,F,7.0,8354,-109.08167999999641,31.937884000000402,2439566,11,9,1983 +1,M,42.0,8355,-109.08282899999641,31.938851000000387,2439541,11,9,1983 +2,F,149.0,8356,-109.08197499999642,31.93888700000037,2439531,11,9,1983 +5,M,51.0,8357,-109.07960199999636,31.93897000000045,2439521,11,9,1983 +4,F,196.0,8358,-109.08040899999641,31.93889400000041,,11,9,1983 +8,F,132.0,8359,-109.08167999999641,31.937884000000402,2439531,11,9,1983 +2,F,42.0,8360,-109.08197499999642,31.93888700000037,2439521,11,9,1983 +11,,,8361,-109.07930699999636,31.938056000000426,2436910,11,9,1983 +4,M,126.0,8362,-109.08040899999641,31.93889400000041,2439531,11,9,1983 +6,F,37.0,8363,-109.07883599999636,31.939078000000414,2439521,11,9,1983 +11,F,49.0,8364,-109.07930699999636,31.938056000000426,2439541,11,9,1983 +15,F,146.0,8365,-109.08103599999642,31.937059000000463,,11,9,1983 +5,M,48.0,8366,-109.07960199999636,31.93897000000045,2439521,11,9,1983 +11,M,43.0,8367,-109.07930699999636,31.938056000000426,2439521,11,9,1983 +11,F,38.0,8368,-109.07930699999636,31.938056000000426,2439521,11,9,1983 +7,F,13.0,8369,-109.08281599999641,31.938113000000413,2437874,11,9,1983 +6,F,79.0,8370,-109.07883599999636,31.939078000000414,2439531,11,9,1983 +11,M,44.0,8371,-109.07930699999636,31.938056000000426,2439521,11,9,1983 +1,F,137.0,8372,-109.08282899999641,31.938851000000387,2439531,11,9,1983 +2,F,24.0,8373,-109.08197499999642,31.93888700000037,2438516,11,9,1983 +2,M,128.0,8374,-109.08197499999642,31.93888700000037,2439531,11,9,1983 +11,F,43.0,8375,-109.07930699999636,31.938056000000426,2439541,11,9,1983 +1,F,38.0,8376,-109.08282899999641,31.938851000000387,2439521,11,9,1983 +6,F,139.0,8377,-109.07883599999636,31.939078000000414,,11,9,1983 +7,F,13.0,8378,-109.08281599999641,31.938113000000413,2437874,11,9,1983 +1,M,205.0,8379,-109.08282899999641,31.938851000000387,,11,9,1983 +1,F,32.0,8380,-109.08282899999641,31.938851000000387,2439521,11,9,1983 +5,F,34.0,8381,-109.07960199999636,31.93897000000045,2438517,11,9,1983 +8,F,124.0,8382,-109.08167999999641,31.937884000000402,2439531,11,9,1983 +11,M,7.0,8383,-109.07930699999636,31.938056000000426,2439566,11,9,1983 +8,,,8384,-109.08167999999641,31.937884000000402,2436910,11,9,1983 +1,M,7.0,8385,-109.08282899999641,31.938851000000387,2439566,11,9,1983 +6,M,144.0,8386,-109.07883599999636,31.939078000000414,2439531,11,9,1983 +5,,,8387,-109.07960199999636,31.93897000000045,2437300,11,9,1983 +2,F,138.0,8388,-109.08197499999642,31.93888700000037,,11,9,1983 +11,F,94.0,8389,-109.07930699999636,31.938056000000426,2439531,11,9,1983 +9,F,122.0,8390,-109.08090299999638,31.93785900000039,2439531,11,9,1983 +15,M,24.0,8391,-109.08103599999642,31.937059000000463,2438516,11,9,1983 +5,F,37.0,8392,-109.07960199999636,31.93897000000045,2439521,11,9,1983 +8,M,50.0,8393,-109.08167999999641,31.937884000000402,2439541,11,9,1983 +7,M,20.0,8394,-109.08281599999641,31.938113000000413,2437967,11,9,1983 +2,F,161.0,8395,-109.08197499999642,31.93888700000037,,11,9,1983 +11,F,36.0,8396,-109.07930699999636,31.938056000000426,2439521,11,9,1983 +5,F,30.0,8397,-109.07960199999636,31.93897000000045,2439521,11,9,1983 +6,M,8.0,8398,-109.07883599999636,31.939078000000414,2439566,11,9,1983 +9,,141.0,8399,-109.08090299999638,31.93785900000039,,11,9,1983 +1,M,37.0,8400,-109.08282899999641,31.938851000000387,2439521,11,9,1983 +15,F,14.0,8401,-109.08103599999642,31.937059000000463,2439591,11,9,1983 +11,F,39.0,8402,-109.07930699999636,31.938056000000426,2439541,11,9,1983 +1,F,39.0,8403,-109.08282899999641,31.938851000000387,2439521,11,9,1983 +4,,,8404,-109.08040899999641,31.93889400000041,2491757,11,9,1983 +6,F,17.0,8405,-109.07883599999636,31.939078000000414,2439591,11,9,1983 +2,F,18.0,8406,-109.08197499999642,31.93888700000037,2439591,11,9,1983 +6,F,55.0,8407,-109.07883599999636,31.939078000000414,2439541,11,9,1983 +2,M,148.0,8408,-109.08197499999642,31.93888700000037,,11,9,1983 +5,M,48.0,8409,-109.07960199999636,31.93897000000045,2439521,11,9,1983 +6,F,28.0,8410,-109.07883599999636,31.939078000000414,2438517,11,9,1983 +11,M,175.0,8411,-109.07930699999636,31.938056000000426,,11,9,1983 +4,F,122.0,8412,-109.08040899999641,31.93889400000041,2439531,11,9,1983 +1,M,146.0,8413,-109.08282899999641,31.938851000000387,2439531,11,9,1983 +2,M,43.0,8414,-109.08197499999642,31.93888700000037,2439521,11,9,1983 +8,M,112.0,8415,-109.08167999999641,31.937884000000402,2439531,11,9,1983 +4,F,41.0,8416,-109.08040899999641,31.93889400000041,2439521,11,9,1983 +11,F,125.0,8417,-109.07930699999636,31.938056000000426,2439531,11,9,1983 +10,,,8418,-109.08009099999636,31.938017000000425,2437300,11,9,1983 +9,F,39.0,8419,-109.08090299999638,31.93785900000039,2439521,11,9,1983 +18,M,130.0,8420,-109.07863299999636,31.93712600000041,2439531,15,10,1983 +15,M,22.0,8421,-109.08103599999642,31.937059000000463,2437967,15,10,1983 +20,F,122.0,8422,-109.08019099999642,31.93633400000045,2439531,15,10,1983 +18,F,33.0,8423,-109.07863299999636,31.93712600000041,2438517,15,10,1983 +22,M,6.0,8424,-109.07860199999635,31.93644100000042,2439566,15,10,1983 +13,F,164.0,8425,-109.08261299999641,31.937028000000442,,15,10,1983 +17,M,7.0,8426,-109.07941499999636,31.937117000000445,2439566,15,10,1983 +20,M,136.0,8427,-109.08019099999642,31.93633400000045,2439531,15,10,1983 +18,M,256.0,8428,-109.07863299999636,31.93712600000041,,15,10,1983 +19,F,6.0,8429,-109.07791199999636,31.937438000000434,2437874,15,10,1983 +22,M,135.0,8430,-109.07860199999635,31.93644100000042,2439531,15,10,1983 +22,F,41.0,8431,-109.07860199999635,31.93644100000042,2439521,15,10,1983 +18,F,33.0,8432,-109.07863299999636,31.93712600000041,2439541,15,10,1983 +17,M,40.0,8433,-109.07941499999636,31.937117000000445,2439521,15,10,1983 +15,,,8434,-109.08103599999642,31.937059000000463,5231474,15,10,1983 +18,M,42.0,8435,-109.07863299999636,31.93712600000041,2439521,15,10,1983 +13,M,119.0,8436,-109.08261299999641,31.937028000000442,2439531,15,10,1983 +22,F,126.0,8437,-109.07860199999635,31.93644100000042,2439531,15,10,1983 +17,F,39.0,8438,-109.07941499999636,31.937117000000445,2439521,15,10,1983 +18,M,44.0,8439,-109.07863299999636,31.93712600000041,2439541,15,10,1983 +22,F,105.0,8440,-109.07860199999635,31.93644100000042,2439531,15,10,1983 +14,M,38.0,8441,-109.08182699999641,31.937054000000447,2438517,15,10,1983 +17,F,43.0,8442,-109.07941499999636,31.937117000000445,2439521,15,10,1983 +13,,,8443,-109.08261299999641,31.937028000000442,5231474,15,10,1983 +22,,,8444,-109.07860199999635,31.93644100000042,,15,10,1983 +19,M,8.0,8445,-109.07791199999636,31.937438000000434,2437874,15,10,1983 +20,M,51.0,8446,-109.08019099999642,31.93633400000045,2439541,15,10,1983 +17,F,36.0,8447,-109.07941499999636,31.937117000000445,2439521,15,10,1983 +17,M,125.0,8448,-109.07941499999636,31.937117000000445,2439531,15,10,1983 +18,F,26.0,8449,-109.07863299999636,31.93712600000041,2438516,15,10,1983 +19,F,25.0,8450,-109.07791199999636,31.937438000000434,2438516,15,10,1983 +17,F,29.0,8451,-109.07941499999636,31.937117000000445,2438516,15,10,1983 +18,,127.0,8452,-109.07863299999636,31.93712600000041,2439531,15,10,1983 +19,M,23.0,8453,-109.07791199999636,31.937438000000434,2437967,15,10,1983 +22,M,38.0,8454,-109.07860199999635,31.93644100000042,2439521,15,10,1983 +18,F,38.0,8455,-109.07863299999636,31.93712600000041,2439521,15,10,1983 +22,F,39.0,8456,-109.07860199999635,31.93644100000042,2439521,15,10,1983 +15,M,233.0,8457,-109.08103599999642,31.937059000000463,,15,10,1983 +22,F,38.0,8458,-109.07860199999635,31.93644100000042,2439521,15,10,1983 +14,F,40.0,8459,-109.08182699999641,31.937054000000447,2439521,15,10,1983 +17,F,23.0,8460,-109.07941499999636,31.937117000000445,2438516,15,10,1983 +20,F,42.0,8461,-109.08019099999642,31.93633400000045,2439521,15,10,1983 +18,F,43.0,8462,-109.07863299999636,31.93712600000041,2439521,15,10,1983 +21,F,7.0,8463,-109.07939799999636,31.936448000000453,2439566,15,10,1983 +14,F,46.0,8464,-109.08182699999641,31.937054000000447,2439541,15,10,1983 +17,M,53.0,8465,-109.07941499999636,31.937117000000445,2439541,15,10,1983 +19,F,17.0,8466,-109.07791199999636,31.937438000000434,2437981,15,10,1983 +19,M,20.0,8467,-109.07791199999636,31.937438000000434,2437981,15,10,1983 +20,M,150.0,8468,-109.08019099999642,31.93633400000045,2439531,15,10,1983 +13,,132.0,8469,-109.08261299999641,31.937028000000442,2439531,15,10,1983 +22,M,46.0,8470,-109.07860199999635,31.93644100000042,2439521,15,10,1983 +21,F,131.0,8471,-109.07939799999636,31.936448000000453,,15,10,1983 +13,F,45.0,8472,-109.08261299999641,31.937028000000442,2439521,15,10,1983 +14,M,43.0,8473,-109.08182699999641,31.937054000000447,2439521,15,10,1983 +14,M,25.0,8474,-109.08182699999641,31.937054000000447,2438516,15,10,1983 +7,,,8475,-109.08281599999641,31.938113000000413,,15,10,1983 +8,,,8476,-109.08167999999641,31.937884000000402,,15,10,1983 +10,,,8477,-109.08009099999636,31.938017000000425,,15,10,1983 +16,,,8478,-109.08024399999636,31.93709400000041,,15,10,1983 +23,,,8479,-109.07783799999636,31.93676300000042,,15,10,1983 +2,F,144.0,8480,-109.08197499999642,31.93888700000037,2439531,16,10,1983 +3,M,226.0,8481,-109.08120799999641,31.938896000000387,,16,10,1983 +11,M,34.0,8482,-109.07930699999636,31.938056000000426,2439541,16,10,1983 +11,F,37.0,8483,-109.07930699999636,31.938056000000426,2439521,16,10,1983 +4,M,37.0,8484,-109.08040899999641,31.93889400000041,2439521,16,10,1983 +5,M,184.0,8485,-109.07960199999636,31.93897000000045,,16,10,1983 +11,F,91.0,8486,-109.07930699999636,31.938056000000426,2439531,16,10,1983 +9,F,105.0,8487,-109.08090299999638,31.93785900000039,2439531,16,10,1983 +1,M,207.0,8488,-109.08282899999641,31.938851000000387,,16,10,1983 +24,F,35.0,8489,-109.07773599999636,31.938560000000447,2439521,16,10,1983 +12,F,28.0,8490,-109.07851899999636,31.938203000000414,2438516,16,10,1983 +2,F,26.0,8491,-109.08197499999642,31.93888700000037,2438516,16,10,1983 +12,M,136.0,8492,-109.07851899999636,31.938203000000414,2439531,16,10,1983 +9,F,54.0,8493,-109.08090299999638,31.93785900000039,2439541,16,10,1983 +9,M,46.0,8494,-109.08090299999638,31.93785900000039,2439541,16,10,1983 +2,M,37.0,8495,-109.08197499999642,31.93888700000037,2439521,16,10,1983 +4,M,127.0,8496,-109.08040899999641,31.93889400000041,2439531,16,10,1983 +1,M,38.0,8497,-109.08282899999641,31.938851000000387,2439521,16,10,1983 +12,F,165.0,8498,-109.07851899999636,31.938203000000414,,16,10,1983 +9,M,112.0,8499,-109.08090299999638,31.93785900000039,2439531,16,10,1983 +2,M,151.0,8500,-109.08197499999642,31.93888700000037,2439531,16,10,1983 +12,M,27.0,8501,-109.07851899999636,31.938203000000414,2438516,16,10,1983 +1,F,36.0,8502,-109.08282899999641,31.938851000000387,2439521,16,10,1983 +24,F,188.0,8503,-109.07773599999636,31.938560000000447,,16,10,1983 +24,F,40.0,8504,-109.07773599999636,31.938560000000447,2439541,16,10,1983 +11,F,37.0,8505,-109.07930699999636,31.938056000000426,2439521,16,10,1983 +12,M,47.0,8506,-109.07851899999636,31.938203000000414,2439541,16,10,1983 +2,M,24.0,8507,-109.08197499999642,31.93888700000037,2438516,16,10,1983 +5,M,47.0,8508,-109.07960199999636,31.93897000000045,2439521,16,10,1983 +12,F,37.0,8509,-109.07851899999636,31.938203000000414,2439521,16,10,1983 +9,F,38.0,8510,-109.08090299999638,31.93785900000039,2439521,16,10,1983 +1,F,134.0,8511,-109.08282899999641,31.938851000000387,2439531,16,10,1983 +2,M,126.0,8512,-109.08197499999642,31.93888700000037,2439531,16,10,1983 +1,F,38.0,8513,-109.08282899999641,31.938851000000387,2439521,16,10,1983 +1,F,131.0,8514,-109.08282899999641,31.938851000000387,2439531,16,10,1983 +2,F,151.0,8515,-109.08197499999642,31.93888700000037,,16,10,1983 +2,F,137.0,8516,-109.08197499999642,31.93888700000037,2439531,16,10,1983 +6,F,158.0,8517,-109.07883599999636,31.939078000000414,,16,10,1983 +4,F,,8518,-109.08040899999641,31.93889400000041,2439531,16,10,1983 +5,F,37.0,8519,-109.07960199999636,31.93897000000045,2439521,16,10,1983 +12,F,42.0,8520,-109.07851899999636,31.938203000000414,2439521,16,10,1983 +11,M,9.0,8521,-109.07930699999636,31.938056000000426,2437874,16,10,1983 +11,M,40.0,8522,-109.07930699999636,31.938056000000426,2439521,16,10,1983 +2,M,53.0,8523,-109.08197499999642,31.93888700000037,2439541,16,10,1983 +5,M,43.0,8524,-109.07960199999636,31.93897000000045,2439521,16,10,1983 +12,F,40.0,8525,-109.07851899999636,31.938203000000414,2439521,16,10,1983 +11,F,125.0,8526,-109.07930699999636,31.938056000000426,2439531,16,10,1983 +6,F,34.0,8527,-109.07883599999636,31.939078000000414,2439521,16,10,1983 +24,M,25.0,8528,-109.07773599999636,31.938560000000447,2437967,16,10,1983 +12,M,26.0,8529,-109.07851899999636,31.938203000000414,2438516,16,10,1983 +9,F,118.0,8530,-109.08090299999638,31.93785900000039,2439531,16,10,1983 +4,F,34.0,8531,-109.08040899999641,31.93889400000041,2439541,16,10,1983 +9,M,38.0,8532,-109.08090299999638,31.93785900000039,2439541,16,10,1983 +3,F,42.0,8533,-109.08120799999641,31.938896000000387,2439521,16,10,1983 +5,M,35.0,8534,-109.07960199999636,31.93897000000045,2439521,16,10,1983 +9,F,119.0,8535,-109.08090299999638,31.93785900000039,2439531,16,10,1983 +11,M,44.0,8536,-109.07930699999636,31.938056000000426,2439541,16,10,1983 +9,F,36.0,8537,-109.08090299999638,31.93785900000039,2439521,16,10,1983 +1,M,36.0,8538,-109.08282899999641,31.938851000000387,2439521,16,10,1983 +4,F,36.0,8539,-109.08040899999641,31.93889400000041,2439521,16,10,1983 +9,M,134.0,8540,-109.08090299999638,31.93785900000039,2439531,16,10,1983 +4,F,91.0,8541,-109.08040899999641,31.93889400000041,2439531,16,10,1983 +6,M,142.0,8542,-109.07883599999636,31.939078000000414,2439531,16,10,1983 +9,M,129.0,8543,-109.08090299999638,31.93785900000039,2439531,16,10,1983 +2,F,175.0,8544,-109.08197499999642,31.93888700000037,,16,10,1983 +1,F,12.0,8545,-109.08282899999641,31.938851000000387,2439591,16,10,1983 +3,M,33.0,8546,-109.08120799999641,31.938896000000387,2438517,16,10,1983 +5,M,44.0,8547,-109.07960199999636,31.93897000000045,2439521,16,10,1983 +24,F,39.0,8548,-109.07773599999636,31.938560000000447,2439521,16,10,1983 +11,F,31.0,8549,-109.07930699999636,31.938056000000426,2439521,16,10,1983 +1,M,151.0,8550,-109.08282899999641,31.938851000000387,2439531,16,10,1983 +9,M,50.0,8551,-109.08090299999638,31.93785900000039,2439541,16,10,1983 +5,M,122.0,8552,-109.07960199999636,31.93897000000045,2439531,16,10,1983 +24,F,44.0,8553,-109.07773599999636,31.938560000000447,2439521,16,10,1983 +12,F,37.0,8554,-109.07851899999636,31.938203000000414,2439521,16,10,1983 +24,F,161.0,8555,-109.07773599999636,31.938560000000447,,16,10,1983 +11,F,33.0,8556,-109.07930699999636,31.938056000000426,2439521,16,10,1983 +22,M,40.0,8557,-109.07860199999635,31.93644100000042,2439521,12,11,1983 +21,M,25.0,8558,-109.07939799999636,31.936448000000453,2438516,12,11,1983 +13,F,27.0,8559,-109.08261299999641,31.937028000000442,2438516,12,11,1983 +19,M,6.0,8560,-109.07791199999636,31.937438000000434,2439566,12,11,1983 +20,F,123.0,8561,-109.08019099999642,31.93633400000045,2439531,12,11,1983 +13,F,169.0,8562,-109.08261299999641,31.937028000000442,,12,11,1983 +13,M,118.0,8563,-109.08261299999641,31.937028000000442,2439531,12,11,1983 +12,F,38.0,8564,-109.07851899999636,31.938203000000414,2439521,12,11,1983 +24,F,195.0,8565,-109.07773599999636,31.938560000000447,,12,11,1983 +17,F,37.0,8566,-109.07941499999636,31.937117000000445,2439521,12,11,1983 +18,F,28.0,8567,-109.07863299999636,31.93712600000041,2438516,12,11,1983 +12,M,132.0,8568,-109.07851899999636,31.938203000000414,2439531,12,11,1983 +13,F,126.0,8569,-109.08261299999641,31.937028000000442,2439531,12,11,1983 +22,F,38.0,8570,-109.07860199999635,31.93644100000042,2439521,12,11,1983 +13,M,24.0,8571,-109.08261299999641,31.937028000000442,2438516,12,11,1983 +14,M,105.0,8572,-109.08182699999641,31.937054000000447,2439531,12,11,1983 +18,F,33.0,8573,-109.07863299999636,31.93712600000041,2439521,12,11,1983 +13,F,37.0,8574,-109.08261299999641,31.937028000000442,2439521,12,11,1983 +21,F,9.0,8575,-109.07939799999636,31.936448000000453,2437874,12,11,1983 +24,F,23.0,8576,-109.07773599999636,31.938560000000447,2438516,12,11,1983 +24,F,23.0,8577,-109.07773599999636,31.938560000000447,2437967,12,11,1983 +12,F,47.0,8578,-109.07851899999636,31.938203000000414,2439541,12,11,1983 +13,M,37.0,8579,-109.08261299999641,31.937028000000442,2438517,12,11,1983 +24,F,42.0,8580,-109.07773599999636,31.938560000000447,2439541,12,11,1983 +21,F,23.0,8581,-109.07939799999636,31.936448000000453,2438516,12,11,1983 +23,M,9.0,8582,-109.07783799999636,31.93676300000042,2437874,12,11,1983 +20,M,49.0,8583,-109.08019099999642,31.93633400000045,2439541,12,11,1983 +14,M,28.0,8584,-109.08182699999641,31.937054000000447,2438516,12,11,1983 +22,F,103.0,8585,-109.07860199999635,31.93644100000042,2439531,12,11,1983 +16,M,21.0,8586,-109.08024399999636,31.93709400000041,2437967,12,11,1983 +21,M,8.0,8587,-109.07939799999636,31.936448000000453,2437874,12,11,1983 +18,M,42.0,8588,-109.07863299999636,31.93712600000041,2439541,12,11,1983 +12,M,50.0,8589,-109.07851899999636,31.938203000000414,2439541,12,11,1983 +20,F,42.0,8590,-109.08019099999642,31.93633400000045,2439521,12,11,1983 +13,F,31.0,8591,-109.08261299999641,31.937028000000442,2438517,12,11,1983 +18,F,116.0,8592,-109.07863299999636,31.93712600000041,2439531,12,11,1983 +12,F,47.0,8593,-109.07851899999636,31.938203000000414,2439541,12,11,1983 +24,M,10.0,8594,-109.07773599999636,31.938560000000447,2437874,12,11,1983 +22,F,36.0,8595,-109.07860199999635,31.93644100000042,2439521,12,11,1983 +17,M,38.0,8596,-109.07941499999636,31.937117000000445,2439521,12,11,1983 +21,F,29.0,8597,-109.07939799999636,31.936448000000453,2438516,12,11,1983 +14,M,40.0,8598,-109.08182699999641,31.937054000000447,2439521,12,11,1983 +18,M,40.0,8599,-109.07863299999636,31.93712600000041,2439521,12,11,1983 +12,M,48.0,8600,-109.07851899999636,31.938203000000414,2439541,12,11,1983 +22,M,129.0,8601,-109.07860199999635,31.93644100000042,2439531,12,11,1983 +17,F,34.0,8602,-109.07941499999636,31.937117000000445,2439521,12,11,1983 +12,M,33.0,8603,-109.07851899999636,31.938203000000414,2438517,12,11,1983 +12,M,46.0,8604,-109.07851899999636,31.938203000000414,2439541,12,11,1983 +24,F,38.0,8605,-109.07773599999636,31.938560000000447,2439521,12,11,1983 +18,F,37.0,8606,-109.07863299999636,31.93712600000041,2439521,12,11,1983 +12,F,28.0,8607,-109.07851899999636,31.938203000000414,2438516,12,11,1983 +22,M,128.0,8608,-109.07860199999635,31.93644100000042,2439531,12,11,1983 +12,F,38.0,8609,-109.07851899999636,31.938203000000414,2439541,12,11,1983 +22,F,38.0,8610,-109.07860199999635,31.93644100000042,2439521,12,11,1983 +23,F,11.0,8611,-109.07783799999636,31.93676300000042,2437874,12,11,1983 +12,F,37.0,8612,-109.07851899999636,31.938203000000414,2439521,12,11,1983 +22,M,6.0,8613,-109.07860199999635,31.93644100000042,2439566,12,11,1983 +14,F,44.0,8614,-109.08182699999641,31.937054000000447,2439541,12,11,1983 +17,M,123.0,8615,-109.07941499999636,31.937117000000445,2439531,12,11,1983 +12,M,43.0,8616,-109.07851899999636,31.938203000000414,2439521,12,11,1983 +22,F,24.0,8617,-109.07860199999635,31.93644100000042,2438516,12,11,1983 +12,F,31.0,8618,-109.07851899999636,31.938203000000414,2439521,12,11,1983 +22,M,43.0,8619,-109.07860199999635,31.93644100000042,2439521,12,11,1983 +12,M,39.0,8620,-109.07851899999636,31.938203000000414,2439521,12,11,1983 +13,F,42.0,8621,-109.08261299999641,31.937028000000442,2439521,12,11,1983 +24,M,199.0,8622,-109.07773599999636,31.938560000000447,,12,11,1983 +12,F,123.0,8623,-109.07851899999636,31.938203000000414,2439531,12,11,1983 +12,M,125.0,8624,-109.07851899999636,31.938203000000414,2439531,12,11,1983 +24,F,178.0,8625,-109.07773599999636,31.938560000000447,,12,11,1983 +21,F,6.0,8626,-109.07939799999636,31.936448000000453,2439566,12,11,1983 +20,,152.0,8627,-109.08019099999642,31.93633400000045,2439531,12,11,1983 +2,F,132.0,8628,-109.08197499999642,31.93888700000037,2439531,13,11,1983 +3,M,9.0,8629,-109.08120799999641,31.938896000000387,2437874,13,11,1983 +5,M,52.0,8630,-109.07960199999636,31.93897000000045,2439521,13,11,1983 +6,M,138.0,8631,-109.07883599999636,31.939078000000414,2439531,13,11,1983 +2,M,37.0,8632,-109.08197499999642,31.93888700000037,2439521,13,11,1983 +11,F,98.0,8633,-109.07930699999636,31.938056000000426,2439531,13,11,1983 +15,F,23.0,8634,-109.08103599999642,31.937059000000463,2438516,13,11,1983 +1,F,37.0,8635,-109.08282899999641,31.938851000000387,2439541,13,11,1983 +4,M,37.0,8636,-109.08040899999641,31.93889400000041,2439521,13,11,1983 +1,M,218.0,8637,-109.08282899999641,31.938851000000387,,13,11,1983 +5,M,39.0,8638,-109.07960199999636,31.93897000000045,2438517,13,11,1983 +11,F,100.0,8639,-109.07930699999636,31.938056000000426,2439531,13,11,1983 +11,M,38.0,8640,-109.07930699999636,31.938056000000426,2439521,13,11,1983 +1,M,39.0,8641,-109.08282899999641,31.938851000000387,2439521,13,11,1983 +15,,,8642,-109.08103599999642,31.937059000000463,2437568,13,11,1983 +8,F,121.0,8643,-109.08167999999641,31.937884000000402,2439531,13,11,1983 +7,M,21.0,8644,-109.08281599999641,31.938113000000413,2437967,13,11,1983 +7,M,21.0,8645,-109.08281599999641,31.938113000000413,2437967,13,11,1983 +3,F,13.0,8646,-109.08120799999641,31.938896000000387,2439591,13,11,1983 +9,M,49.0,8647,-109.08090299999638,31.93785900000039,2439541,13,11,1983 +9,F,115.0,8648,-109.08090299999638,31.93785900000039,2439531,13,11,1983 +7,F,17.0,8649,-109.08281599999641,31.938113000000413,2437967,13,11,1983 +1,F,46.0,8650,-109.08282899999641,31.938851000000387,2439541,13,11,1983 +2,M,24.0,8651,-109.08197499999642,31.93888700000037,2438516,13,11,1983 +6,F,33.0,8652,-109.07883599999636,31.939078000000414,2439521,13,11,1983 +11,M,171.0,8653,-109.07930699999636,31.938056000000426,,13,11,1983 +1,F,34.0,8654,-109.08282899999641,31.938851000000387,2439521,13,11,1983 +2,M,124.0,8655,-109.08197499999642,31.93888700000037,2439531,13,11,1983 +5,F,36.0,8656,-109.07960199999636,31.93897000000045,2438517,13,11,1983 +2,F,37.0,8657,-109.08197499999642,31.93888700000037,2439521,13,11,1983 +2,F,158.0,8658,-109.08197499999642,31.93888700000037,,13,11,1983 +5,M,42.0,8659,-109.07960199999636,31.93897000000045,2439521,13,11,1983 +4,M,126.0,8660,-109.08040899999641,31.93889400000041,2439531,13,11,1983 +9,F,37.0,8661,-109.08090299999638,31.93785900000039,2439521,13,11,1983 +5,F,34.0,8662,-109.07960199999636,31.93897000000045,2439521,13,11,1983 +8,M,47.0,8663,-109.08167999999641,31.937884000000402,2439541,13,11,1983 +11,F,120.0,8664,-109.07930699999636,31.938056000000426,2439531,13,11,1983 +3,M,7.0,8665,-109.08120799999641,31.938896000000387,2437874,13,11,1983 +7,M,9.0,8666,-109.08281599999641,31.938113000000413,2437874,13,11,1983 +1,F,38.0,8667,-109.08282899999641,31.938851000000387,2439521,13,11,1983 +1,F,33.0,8668,-109.08282899999641,31.938851000000387,2439521,13,11,1983 +15,F,148.0,8669,-109.08103599999642,31.937059000000463,,13,11,1983 +5,M,37.0,8670,-109.07960199999636,31.93897000000045,2439521,13,11,1983 +2,F,25.0,8671,-109.08197499999642,31.93888700000037,2438516,13,11,1983 +9,F,34.0,8672,-109.08090299999638,31.93785900000039,2439521,13,11,1983 +1,M,36.0,8673,-109.08282899999641,31.938851000000387,2439521,13,11,1983 +3,F,,8674,-109.08120799999641,31.938896000000387,2439521,13,11,1983 +9,M,115.0,8675,-109.08090299999638,31.93785900000039,2439531,13,11,1983 +2,F,164.0,8676,-109.08197499999642,31.93888700000037,,13,11,1983 +9,M,36.0,8677,-109.08090299999638,31.93785900000039,2439541,13,11,1983 +3,M,21.0,8678,-109.08120799999641,31.938896000000387,2437967,13,11,1983 +5,M,43.0,8679,-109.07960199999636,31.93897000000045,2439521,13,11,1983 +1,F,31.0,8680,-109.08282899999641,31.938851000000387,2438517,13,11,1983 +11,F,30.0,8681,-109.07930699999636,31.938056000000426,2439521,13,11,1983 +4,F,117.0,8682,-109.08040899999641,31.93889400000041,2439531,13,11,1983 +11,M,129.0,8683,-109.07930699999636,31.938056000000426,2439531,13,11,1983 +8,M,48.0,8684,-109.08167999999641,31.937884000000402,2439541,13,11,1983 +11,F,30.0,8685,-109.07930699999636,31.938056000000426,2439521,13,11,1983 +4,F,37.0,8686,-109.08040899999641,31.93889400000041,2439521,13,11,1983 +5,F,29.0,8687,-109.07960199999636,31.93897000000045,2438516,13,11,1983 +9,M,130.0,8688,-109.08090299999638,31.93785900000039,2439531,13,11,1983 +10,,,8689,-109.08009099999636,31.938017000000425,,13,11,1983 +19,M,22.0,8690,-109.07791199999636,31.937438000000434,2437967,8,12,1983 +12,F,127.0,8691,-109.07851899999636,31.938203000000414,2439531,8,12,1983 +20,,,8692,-109.08019099999642,31.93633400000045,2491276,8,12,1983 +24,M,51.0,8693,-109.07773599999636,31.938560000000447,2439541,8,12,1983 +16,F,8.0,8694,-109.08024399999636,31.93709400000041,2437874,8,12,1983 +24,M,17.0,8695,-109.07773599999636,31.938560000000447,2437981,8,12,1983 +12,F,23.0,8696,-109.07851899999636,31.938203000000414,2438516,8,12,1983 +22,F,37.0,8697,-109.07860199999635,31.93644100000042,2439521,8,12,1983 +20,,,8698,-109.08019099999642,31.93633400000045,2491757,8,12,1983 +24,F,17.0,8699,-109.07773599999636,31.938560000000447,2437981,8,12,1983 +12,F,170.0,8700,-109.07851899999636,31.938203000000414,,8,12,1983 +14,M,46.0,8701,-109.08182699999641,31.937054000000447,2438517,8,12,1983 +24,F,39.0,8702,-109.07773599999636,31.938560000000447,2439541,8,12,1983 +18,M,34.0,8703,-109.07863299999636,31.93712600000041,2438517,8,12,1983 +12,F,34.0,8704,-109.07851899999636,31.938203000000414,2438517,8,12,1983 +20,F,119.0,8705,-109.08019099999642,31.93633400000045,2439531,8,12,1983 +12,F,7.0,8706,-109.07851899999636,31.938203000000414,2437874,8,12,1983 +14,M,44.0,8707,-109.08182699999641,31.937054000000447,2439521,8,12,1983 +22,M,130.0,8708,-109.07860199999635,31.93644100000042,2439531,8,12,1983 +13,F,37.0,8709,-109.08261299999641,31.937028000000442,2439521,8,12,1983 +18,F,33.0,8710,-109.07863299999636,31.93712600000041,2439521,8,12,1983 +12,M,24.0,8711,-109.07851899999636,31.938203000000414,2438516,8,12,1983 +14,F,32.0,8712,-109.08182699999641,31.937054000000447,2438517,8,12,1983 +21,M,7.0,8713,-109.07939799999636,31.936448000000453,2437874,8,12,1983 +17,F,37.0,8714,-109.07941499999636,31.937117000000445,2439521,8,12,1983 +12,M,47.0,8715,-109.07851899999636,31.938203000000414,2439541,8,12,1983 +14,M,28.0,8716,-109.08182699999641,31.937054000000447,2438516,8,12,1983 +22,F,38.0,8717,-109.07860199999635,31.93644100000042,2439521,8,12,1983 +14,M,124.0,8718,-109.08182699999641,31.937054000000447,2439531,8,12,1983 +22,M,38.0,8719,-109.07860199999635,31.93644100000042,2439521,8,12,1983 +18,M,53.0,8720,-109.07863299999636,31.93712600000041,2439541,8,12,1983 +19,F,15.0,8721,-109.07791199999636,31.937438000000434,2437967,8,12,1983 +12,F,36.0,8722,-109.07851899999636,31.938203000000414,2439521,8,12,1983 +22,F,108.0,8723,-109.07860199999635,31.93644100000042,2439531,8,12,1983 +18,F,121.0,8724,-109.07863299999636,31.93712600000041,2439531,8,12,1983 +18,F,32.0,8725,-109.07863299999636,31.93712600000041,2439521,8,12,1983 +18,M,38.0,8726,-109.07863299999636,31.93712600000041,2439521,8,12,1983 +17,M,130.0,8727,-109.07941499999636,31.937117000000445,2439531,8,12,1983 +20,F,44.0,8728,-109.08019099999642,31.93633400000045,2439521,8,12,1983 +18,F,36.0,8729,-109.07863299999636,31.93712600000041,2439521,8,12,1983 +12,M,48.0,8730,-109.07851899999636,31.938203000000414,2439541,8,12,1983 +13,F,129.0,8731,-109.08261299999641,31.937028000000442,2439531,8,12,1983 +24,F,34.0,8732,-109.07773599999636,31.938560000000447,2439521,8,12,1983 +17,F,176.0,8733,-109.07941499999636,31.937117000000445,,8,12,1983 +18,M,25.0,8734,-109.07863299999636,31.93712600000041,2438516,8,12,1983 +21,F,7.0,8735,-109.07939799999636,31.936448000000453,2439566,8,12,1983 +18,M,45.0,8736,-109.07863299999636,31.93712600000041,2439521,8,12,1983 +19,M,4.0,8737,-109.07791199999636,31.937438000000434,2437874,8,12,1983 +12,F,38.0,8738,-109.07851899999636,31.938203000000414,2439521,8,12,1983 +23,M,9.0,8739,-109.07783799999636,31.93676300000042,2437874,8,12,1983 +21,F,144.0,8740,-109.07939799999636,31.936448000000453,,8,12,1983 +22,M,36.0,8741,-109.07860199999635,31.93644100000042,2439521,8,12,1983 +16,M,11.0,8742,-109.08024399999636,31.93709400000041,2437874,8,12,1983 +20,F,172.0,8743,-109.08019099999642,31.93633400000045,,8,12,1983 +24,F,40.0,8744,-109.07773599999636,31.938560000000447,2439521,8,12,1983 +12,M,133.0,8745,-109.07851899999636,31.938203000000414,2439531,8,12,1983 +13,F,45.0,8746,-109.08261299999641,31.937028000000442,2439521,8,12,1983 +16,M,22.0,8747,-109.08024399999636,31.93709400000041,2437967,8,12,1983 +20,M,145.0,8748,-109.08019099999642,31.93633400000045,2439531,8,12,1983 +14,F,48.0,8749,-109.08182699999641,31.937054000000447,2439541,8,12,1983 +4,F,34.0,8750,-109.08040899999641,31.93889400000041,2439521,9,12,1983 +3,,,8751,-109.08120799999641,31.938896000000387,2491757,9,12,1983 +11,M,129.0,8752,-109.07930699999636,31.938056000000426,2439531,9,12,1983 +11,F,96.0,8753,-109.07930699999636,31.938056000000426,2439531,9,12,1983 +4,M,37.0,8754,-109.08040899999641,31.93889400000041,2439521,9,12,1983 +1,M,36.0,8755,-109.08282899999641,31.938851000000387,2438517,9,12,1983 +2,F,150.0,8756,-109.08197499999642,31.93888700000037,,9,12,1983 +9,M,20.0,8757,-109.08090299999638,31.93785900000039,2438516,9,12,1983 +1,M,40.0,8758,-109.08282899999641,31.938851000000387,2439521,9,12,1983 +9,F,110.0,8759,-109.08090299999638,31.93785900000039,2439531,9,12,1983 +8,F,114.0,8760,-109.08167999999641,31.937884000000402,2439531,9,12,1983 +1,F,39.0,8761,-109.08282899999641,31.938851000000387,2439541,9,12,1983 +11,F,94.0,8762,-109.07930699999636,31.938056000000426,2439531,9,12,1983 +5,M,121.0,8763,-109.07960199999636,31.93897000000045,2439531,9,12,1983 +11,M,41.0,8764,-109.07930699999636,31.938056000000426,2439521,9,12,1983 +1,F,30.0,8765,-109.08282899999641,31.938851000000387,2438517,9,12,1983 +4,F,37.0,8766,-109.08040899999641,31.93889400000041,2439521,9,12,1983 +1,F,47.0,8767,-109.08282899999641,31.938851000000387,2439541,9,12,1983 +1,F,49.0,8768,-109.08282899999641,31.938851000000387,2439541,9,12,1983 +11,M,162.0,8769,-109.07930699999636,31.938056000000426,,9,12,1983 +4,M,123.0,8770,-109.08040899999641,31.93889400000041,2439531,9,12,1983 +6,M,37.0,8771,-109.07883599999636,31.939078000000414,2439521,9,12,1983 +9,M,53.0,8772,-109.08090299999638,31.93785900000039,2439541,9,12,1983 +6,F,46.0,8773,-109.07883599999636,31.939078000000414,2439521,9,12,1983 +1,F,33.0,8774,-109.08282899999641,31.938851000000387,2439521,9,12,1983 +9,F,36.0,8775,-109.08090299999638,31.93785900000039,2439521,9,12,1983 +11,F,24.0,8776,-109.07930699999636,31.938056000000426,2438516,9,12,1983 +8,M,50.0,8777,-109.08167999999641,31.937884000000402,2439541,9,12,1983 +6,F,40.0,8778,-109.07883599999636,31.939078000000414,2439521,9,12,1983 +15,F,148.0,8779,-109.08103599999642,31.937059000000463,,9,12,1983 +5,M,34.0,8780,-109.07960199999636,31.93897000000045,2438517,9,12,1983 +3,,,8781,-109.08120799999641,31.938896000000387,2491276,9,12,1983 +7,M,22.0,8782,-109.08281599999641,31.938113000000413,2437967,9,12,1983 +6,F,33.0,8783,-109.07883599999636,31.939078000000414,2439521,9,12,1983 +6,F,178.0,8784,-109.07883599999636,31.939078000000414,,9,12,1983 +5,F,34.0,8785,-109.07960199999636,31.93897000000045,2439521,9,12,1983 +11,M,22.0,8786,-109.07930699999636,31.938056000000426,2438516,9,12,1983 +1,M,40.0,8787,-109.08282899999641,31.938851000000387,2439521,9,12,1983 +1,F,101.0,8788,-109.08282899999641,31.938851000000387,2439531,9,12,1983 +10,M,10.0,8789,-109.08009099999636,31.938017000000425,2437874,9,12,1983 +11,F,119.0,8790,-109.07930699999636,31.938056000000426,2439531,9,12,1983 +9,F,27.0,8791,-109.08090299999638,31.93785900000039,2438516,9,12,1983 +11,F,31.0,8792,-109.07930699999636,31.938056000000426,2439521,9,12,1983 +9,M,115.0,8793,-109.08090299999638,31.93785900000039,2439531,9,12,1983 +9,M,132.0,8794,-109.08090299999638,31.93785900000039,2439531,9,12,1983 +11,M,43.0,8795,-109.07930699999636,31.938056000000426,2439541,9,12,1983 +4,F,112.0,8796,-109.08040899999641,31.93889400000041,2439531,9,12,1983 +6,F,21.0,8797,-109.07883599999636,31.939078000000414,2437981,9,12,1983 +9,F,37.0,8798,-109.08090299999638,31.93785900000039,2439521,9,12,1983 +4,F,37.0,8799,-109.08040899999641,31.93889400000041,2439521,9,12,1983 +6,M,135.0,8800,-109.07883599999636,31.939078000000414,2439531,9,12,1983 +2,F,37.0,8801,-109.08197499999642,31.93888700000037,2439521,9,12,1983 +9,M,43.0,8802,-109.08090299999638,31.93785900000039,2439541,9,12,1983 +8,M,36.0,8803,-109.08167999999641,31.937884000000402,2439521,9,12,1983 +3,F,11.0,8804,-109.08120799999641,31.938896000000387,2437874,9,12,1983 +5,M,45.0,8805,-109.07960199999636,31.93897000000045,2439521,9,12,1983 +6,F,28.0,8806,-109.07883599999636,31.939078000000414,2438516,9,12,1983 +5,M,45.0,8807,-109.07960199999636,31.93897000000045,2439521,9,12,1983 +1,M,39.0,8808,-109.08282899999641,31.938851000000387,2439521,9,12,1983 +11,F,32.0,8809,-109.07930699999636,31.938056000000426,2439521,9,12,1983 +16,F,7.0,8810,-109.08024399999636,31.93709400000041,2437874,4,2,1984 +12,F,122.0,8811,-109.07851899999636,31.938203000000414,2439531,4,2,1984 +22,M,25.0,8812,-109.07860199999635,31.93644100000042,2438516,4,2,1984 +24,F,44.0,8813,-109.07773599999636,31.938560000000447,2439541,4,2,1984 +16,M,7.0,8814,-109.08024399999636,31.93709400000041,2437874,4,2,1984 +12,F,37.0,8815,-109.07851899999636,31.938203000000414,2439521,4,2,1984 +22,F,36.0,8816,-109.07860199999635,31.93644100000042,2439521,4,2,1984 +14,,,8817,-109.08182699999641,31.937054000000447,2437300,4,2,1984 +17,F,38.0,8818,-109.07941499999636,31.937117000000445,2439521,4,2,1984 +13,F,37.0,8819,-109.08261299999641,31.937028000000442,2439521,4,2,1984 +12,M,10.0,8820,-109.07851899999636,31.938203000000414,2437874,4,2,1984 +23,F,8.0,8821,-109.07783799999636,31.93676300000042,2437874,4,2,1984 +19,F,7.0,8822,-109.07791199999636,31.937438000000434,2437874,4,2,1984 +12,F,21.0,8823,-109.07851899999636,31.938203000000414,2438516,4,2,1984 +14,M,46.0,8824,-109.08182699999641,31.937054000000447,2439521,4,2,1984 +12,M,20.0,8825,-109.07851899999636,31.938203000000414,2438516,4,2,1984 +20,F,41.0,8826,-109.08019099999642,31.93633400000045,2439521,4,2,1984 +14,F,42.0,8827,-109.08182699999641,31.937054000000447,2439521,4,2,1984 +18,F,113.0,8828,-109.07863299999636,31.93712600000041,2439531,4,2,1984 +21,F,27.0,8829,-109.07939799999636,31.936448000000453,2437967,4,2,1984 +19,M,9.0,8830,-109.07791199999636,31.937438000000434,2437874,4,2,1984 +22,F,107.0,8831,-109.07860199999635,31.93644100000042,2439531,4,2,1984 +14,F,28.0,8832,-109.08182699999641,31.937054000000447,2438517,4,2,1984 +18,F,41.0,8833,-109.07863299999636,31.93712600000041,2439521,4,2,1984 +20,F,116.0,8834,-109.08019099999642,31.93633400000045,2439531,4,2,1984 +13,M,144.0,8835,-109.08261299999641,31.937028000000442,2439531,4,2,1984 +18,M,42.0,8836,-109.07863299999636,31.93712600000041,2439521,4,2,1984 +22,M,124.0,8837,-109.07860199999635,31.93644100000042,2439531,4,2,1984 +13,M,141.0,8838,-109.08261299999641,31.937028000000442,2439531,4,2,1984 +24,F,37.0,8839,-109.07773599999636,31.938560000000447,2439521,4,2,1984 +18,F,39.0,8840,-109.07863299999636,31.93712600000041,2439521,4,2,1984 +20,M,140.0,8841,-109.08019099999642,31.93633400000045,2439531,4,2,1984 +12,F,37.0,8842,-109.07851899999636,31.938203000000414,2439521,4,2,1984 +20,F,119.0,8843,-109.08019099999642,31.93633400000045,2439531,4,2,1984 +21,M,10.0,8844,-109.07939799999636,31.936448000000453,2437874,4,2,1984 +12,M,49.0,8845,-109.07851899999636,31.938203000000414,2439541,4,2,1984 +17,,,8846,-109.07941499999636,31.937117000000445,2437874,4,2,1984 +16,M,10.0,8847,-109.08024399999636,31.93709400000041,2437874,4,2,1984 +14,F,40.0,8848,-109.08182699999641,31.937054000000447,2439521,4,2,1984 +17,F,7.0,8849,-109.07941499999636,31.937117000000445,2437874,4,2,1984 +23,M,8.0,8850,-109.07783799999636,31.93676300000042,2437874,4,2,1984 +14,F,48.0,8851,-109.08182699999641,31.937054000000447,2439541,4,2,1984 +22,M,49.0,8852,-109.07860199999635,31.93644100000042,2439521,4,2,1984 +12,M,132.0,8853,-109.07851899999636,31.938203000000414,2439531,4,2,1984 +3,M,10.0,8854,-109.08120799999641,31.938896000000387,2437874,5,2,1984 +6,M,40.0,8855,-109.07883599999636,31.939078000000414,2439521,5,2,1984 +9,F,49.0,8856,-109.08090299999638,31.93785900000039,2439541,5,2,1984 +1,M,43.0,8857,-109.08282899999641,31.938851000000387,2439521,5,2,1984 +3,F,164.0,8858,-109.08120799999641,31.938896000000387,,5,2,1984 +5,M,53.0,8859,-109.07960199999636,31.93897000000045,2439521,5,2,1984 +11,M,122.0,8860,-109.07930699999636,31.938056000000426,2439531,5,2,1984 +1,F,30.0,8861,-109.08282899999641,31.938851000000387,2438517,5,2,1984 +4,F,34.0,8862,-109.08040899999641,31.93889400000041,2439521,5,2,1984 +5,M,124.0,8863,-109.07960199999636,31.93897000000045,2439531,5,2,1984 +15,F,7.0,8864,-109.08103599999642,31.937059000000463,2437874,5,2,1984 +7,M,8.0,8865,-109.08281599999641,31.938113000000413,2437874,5,2,1984 +1,M,33.0,8866,-109.08282899999641,31.938851000000387,2438517,5,2,1984 +4,M,45.0,8867,-109.08040899999641,31.93889400000041,2439521,5,2,1984 +8,F,116.0,8868,-109.08167999999641,31.937884000000402,2439531,5,2,1984 +4,M,43.0,8869,-109.08040899999641,31.93889400000041,2439521,5,2,1984 +15,M,259.0,8870,-109.08103599999642,31.937059000000463,,5,2,1984 +3,M,241.0,8871,-109.08120799999641,31.938896000000387,,5,2,1984 +6,M,48.0,8872,-109.07883599999636,31.939078000000414,2439521,5,2,1984 +1,F,40.0,8873,-109.08282899999641,31.938851000000387,2439541,5,2,1984 +6,F,46.0,8874,-109.07883599999636,31.939078000000414,2439521,5,2,1984 +11,F,96.0,8875,-109.07930699999636,31.938056000000426,2439531,5,2,1984 +9,M,53.0,8876,-109.08090299999638,31.93785900000039,2439541,5,2,1984 +3,F,8.0,8877,-109.08120799999641,31.938896000000387,2437874,5,2,1984 +6,F,40.0,8878,-109.07883599999636,31.939078000000414,2439521,5,2,1984 +9,M,34.0,8879,-109.08090299999638,31.93785900000039,2438517,5,2,1984 +3,M,7.0,8880,-109.08120799999641,31.938896000000387,2437874,5,2,1984 +11,M,41.0,8881,-109.07930699999636,31.938056000000426,2439521,5,2,1984 +9,F,39.0,8882,-109.08090299999638,31.93785900000039,2439521,5,2,1984 +8,,,8883,-109.08167999999641,31.937884000000402,2491757,5,2,1984 +2,F,120.0,8884,-109.08197499999642,31.93888700000037,2439531,5,2,1984 +6,F,33.0,8885,-109.07883599999636,31.939078000000414,2439521,5,2,1984 +11,M,46.0,8886,-109.07930699999636,31.938056000000426,2439541,5,2,1984 +9,F,37.0,8887,-109.08090299999638,31.93785900000039,2439521,5,2,1984 +2,F,46.0,8888,-109.08197499999642,31.93888700000037,2439541,5,2,1984 +9,M,44.0,8889,-109.08090299999638,31.93785900000039,2439541,5,2,1984 +5,F,41.0,8890,-109.07960199999636,31.93897000000045,2439521,5,2,1984 +11,F,33.0,8891,-109.07930699999636,31.938056000000426,2439521,5,2,1984 +5,M,47.0,8892,-109.07960199999636,31.93897000000045,2439521,5,2,1984 +8,M,51.0,8893,-109.08167999999641,31.937884000000402,2439541,5,2,1984 +6,F,45.0,8894,-109.07883599999636,31.939078000000414,2439521,5,2,1984 +3,F,37.0,8895,-109.08120799999641,31.938896000000387,2439521,5,2,1984 +1,F,100.0,8896,-109.08282899999641,31.938851000000387,2439531,5,2,1984 +4,F,38.0,8897,-109.08040899999641,31.93889400000041,2439521,5,2,1984 +6,M,52.0,8898,-109.07883599999636,31.939078000000414,2439541,5,2,1984 +10,F,8.0,8899,-109.08009099999636,31.938017000000425,2437874,5,2,1984 +5,F,36.0,8900,-109.07960199999636,31.93897000000045,2439521,5,2,1984 +6,M,135.0,8901,-109.07883599999636,31.939078000000414,2439531,5,2,1984 +11,M,32.0,8902,-109.07930699999636,31.938056000000426,2438517,5,2,1984 +8,M,38.0,8903,-109.08167999999641,31.937884000000402,2439521,5,2,1984 +2,F,36.0,8904,-109.08197499999642,31.93888700000037,2439521,5,2,1984 +6,F,33.0,8905,-109.07883599999636,31.939078000000414,2438517,5,2,1984 +1,M,37.0,8906,-109.08282899999641,31.938851000000387,2439521,5,2,1984 +4,F,122.0,8907,-109.08040899999641,31.93889400000041,2439531,5,2,1984 +11,F,33.0,8908,-109.07930699999636,31.938056000000426,2439521,5,2,1984 +9,F,37.0,8909,-109.08090299999638,31.93785900000039,2439521,5,2,1984 +7,,,8910,-109.08281599999641,31.938113000000413,2437967,5,2,1984 +14,M,43.0,8911,-109.08182699999641,31.937054000000447,2438517,12,3,1984 +20,F,118.0,8912,-109.08019099999642,31.93633400000045,2439531,12,3,1984 +22,F,38.0,8913,-109.07860199999635,31.93644100000042,2439521,12,3,1984 +12,M,11.0,8914,-109.07851899999636,31.938203000000414,2437874,12,3,1984 +24,M,19.0,8915,-109.07773599999636,31.938560000000447,2437967,12,3,1984 +22,F,23.0,8916,-109.07860199999635,31.93644100000042,2438516,12,3,1984 +22,F,44.0,8917,-109.07860199999635,31.93644100000042,2439521,12,3,1984 +18,F,40.0,8918,-109.07863299999636,31.93712600000041,2439521,12,3,1984 +12,,,8919,-109.07851899999636,31.938203000000414,2436910,12,3,1984 +12,F,40.0,8920,-109.07851899999636,31.938203000000414,2439521,12,3,1984 +14,M,54.0,8921,-109.08182699999641,31.937054000000447,2439541,12,3,1984 +12,F,136.0,8922,-109.07851899999636,31.938203000000414,2439531,12,3,1984 +24,F,11.0,8923,-109.07773599999636,31.938560000000447,2437874,12,3,1984 +22,F,122.0,8924,-109.07860199999635,31.93644100000042,2439531,12,3,1984 +14,M,52.0,8925,-109.08182699999641,31.937054000000447,2439521,12,3,1984 +21,M,12.0,8926,-109.07939799999636,31.936448000000453,2437874,12,3,1984 +22,M,133.0,8927,-109.07860199999635,31.93644100000042,2439531,12,3,1984 +14,F,46.0,8928,-109.08182699999641,31.937054000000447,2439521,12,3,1984 +14,M,47.0,8929,-109.08182699999641,31.937054000000447,2439521,12,3,1984 +18,M,131.0,8930,-109.07863299999636,31.93712600000041,2439531,12,3,1984 +14,F,51.0,8931,-109.08182699999641,31.937054000000447,2439541,12,3,1984 +18,F,128.0,8932,-109.07863299999636,31.93712600000041,2439531,12,3,1984 +14,M,54.0,8933,-109.08182699999641,31.937054000000447,2439541,12,3,1984 +17,M,126.0,8934,-109.07941499999636,31.937117000000445,2439531,12,3,1984 +19,F,24.0,8935,-109.07791199999636,31.937438000000434,2437967,12,3,1984 +18,F,41.0,8936,-109.07863299999636,31.93712600000041,2439521,12,3,1984 +17,F,41.0,8937,-109.07941499999636,31.937117000000445,2439521,12,3,1984 +12,M,44.0,8938,-109.07851899999636,31.938203000000414,2439521,12,3,1984 +18,M,44.0,8939,-109.07863299999636,31.93712600000041,2439521,12,3,1984 +24,F,47.0,8940,-109.07773599999636,31.938560000000447,2439521,12,3,1984 +12,M,48.0,8941,-109.07851899999636,31.938203000000414,2439541,12,3,1984 +18,F,36.0,8942,-109.07863299999636,31.93712600000041,2439521,12,3,1984 +12,M,141.0,8943,-109.07851899999636,31.938203000000414,2439531,12,3,1984 +22,M,51.0,8944,-109.07860199999635,31.93644100000042,2439521,12,3,1984 +13,M,138.0,8945,-109.08261299999641,31.937028000000442,2439531,12,3,1984 +20,M,39.0,8946,-109.08019099999642,31.93633400000045,2439521,12,3,1984 +7,,,8947,-109.08281599999641,31.938113000000413,,12,3,1984 +10,,,8948,-109.08009099999636,31.938017000000425,,12,3,1984 +16,,,8949,-109.08024399999636,31.93709400000041,,12,3,1984 +23,,,8950,-109.07783799999636,31.93676300000042,,12,3,1984 +3,M,42.0,8951,-109.08120799999641,31.938896000000387,2438517,13,3,1984 +3,F,34.0,8952,-109.08120799999641,31.938896000000387,2438517,13,3,1984 +6,M,50.0,8953,-109.07883599999636,31.939078000000414,2439521,13,3,1984 +1,M,46.0,8954,-109.08282899999641,31.938851000000387,2439521,13,3,1984 +2,M,43.0,8955,-109.08197499999642,31.93888700000037,2439521,13,3,1984 +9,,,8956,-109.08090299999638,31.93785900000039,2439531,13,3,1984 +9,F,125.0,8957,-109.08090299999638,31.93785900000039,2439531,13,3,1984 +8,F,115.0,8958,-109.08167999999641,31.937884000000402,2439531,13,3,1984 +4,F,38.0,8959,-109.08040899999641,31.93889400000041,2439521,13,3,1984 +9,F,43.0,8960,-109.08090299999638,31.93785900000039,2439521,13,3,1984 +8,F,52.0,8961,-109.08167999999641,31.937884000000402,2439541,13,3,1984 +2,F,38.0,8962,-109.08197499999642,31.93888700000037,2439521,13,3,1984 +5,M,52.0,8963,-109.07960199999636,31.93897000000045,2439521,13,3,1984 +1,M,182.0,8964,-109.08282899999641,31.938851000000387,,13,3,1984 +4,M,138.0,8965,-109.08040899999641,31.93889400000041,2439531,13,3,1984 +11,M,128.0,8966,-109.07930699999636,31.938056000000426,2439531,13,3,1984 +8,F,52.0,8967,-109.08167999999641,31.937884000000402,2439541,13,3,1984 +15,F,14.0,8968,-109.08103599999642,31.937059000000463,2439591,13,3,1984 +9,F,11.0,8969,-109.08090299999638,31.93785900000039,2439591,13,3,1984 +11,M,42.0,8970,-109.07930699999636,31.938056000000426,2439521,13,3,1984 +9,M,56.0,8971,-109.08090299999638,31.93785900000039,2439541,13,3,1984 +5,F,46.0,8972,-109.07960199999636,31.93897000000045,2439521,13,3,1984 +6,M,40.0,8973,-109.07883599999636,31.939078000000414,2439521,13,3,1984 +5,M,41.0,8974,-109.07960199999636,31.93897000000045,2438517,13,3,1984 +1,M,44.0,8975,-109.08282899999641,31.938851000000387,2439521,13,3,1984 +9,F,48.0,8976,-109.08090299999638,31.93785900000039,2439541,13,3,1984 +4,F,40.0,8977,-109.08040899999641,31.93889400000041,2439521,13,3,1984 +9,M,136.0,8978,-109.08090299999638,31.93785900000039,2439531,13,3,1984 +1,F,101.0,8979,-109.08282899999641,31.938851000000387,2439531,13,3,1984 +9,M,41.0,8980,-109.08090299999638,31.93785900000039,2438517,13,3,1984 +4,F,136.0,8981,-109.08040899999641,31.93889400000041,2439531,13,3,1984 +24,F,122.0,8982,-109.07773599999636,31.938560000000447,,9,4,1984 +13,,,8983,-109.08261299999641,31.937028000000442,2437300,9,4,1984 +17,M,47.0,8984,-109.07941499999636,31.937117000000445,2439521,9,4,1984 +12,,,8985,-109.07851899999636,31.938203000000414,2439531,9,4,1984 +22,M,128.0,8986,-109.07860199999635,31.93644100000042,2439531,9,4,1984 +12,F,33.0,8987,-109.07851899999636,31.938203000000414,2438516,9,4,1984 +12,F,24.0,8988,-109.07851899999636,31.938203000000414,2437967,9,4,1984 +18,F,51.0,8989,-109.07863299999636,31.93712600000041,2439521,9,4,1984 +24,F,14.0,8990,-109.07773599999636,31.938560000000447,2437874,9,4,1984 +22,M,21.0,8991,-109.07860199999635,31.93644100000042,2437967,9,4,1984 +22,M,130.0,8992,-109.07860199999635,31.93644100000042,2439531,9,4,1984 +24,F,205.0,8993,-109.07773599999636,31.938560000000447,,9,4,1984 +22,F,58.0,8994,-109.07860199999635,31.93644100000042,2439521,9,4,1984 +17,F,121.0,8995,-109.07941499999636,31.937117000000445,2439531,9,4,1984 +22,M,,8996,-109.07860199999635,31.93644100000042,2439521,9,4,1984 +12,,,8997,-109.07851899999636,31.938203000000414,2436910,9,4,1984 +19,M,7.0,8998,-109.07791199999636,31.937438000000434,2439566,9,4,1984 +24,F,46.0,8999,-109.07773599999636,31.938560000000447,2439541,9,4,1984 +18,M,58.0,9000,-109.07863299999636,31.93712600000041,,9,4,1984 +12,M,48.0,9001,-109.07851899999636,31.938203000000414,2439541,9,4,1984 +14,M,44.0,9002,-109.08182699999641,31.937054000000447,2439521,9,4,1984 +18,F,130.0,9003,-109.07863299999636,31.93712600000041,2439531,9,4,1984 +18,F,49.0,9004,-109.07863299999636,31.93712600000041,2439521,9,4,1984 +18,M,45.0,9005,-109.07863299999636,31.93712600000041,2439521,9,4,1984 +13,M,9.0,9006,-109.08261299999641,31.937028000000442,2437874,9,4,1984 +22,F,114.0,9007,-109.07860199999635,31.93644100000042,2439531,9,4,1984 +13,M,134.0,9008,-109.08261299999641,31.937028000000442,2439531,9,4,1984 +14,F,95.0,9009,-109.08182699999641,31.937054000000447,,9,4,1984 +20,M,138.0,9010,-109.08019099999642,31.93633400000045,2439531,9,4,1984 +14,M,11.0,9011,-109.08182699999641,31.937054000000447,2437874,9,4,1984 +24,,,9012,-109.07773599999636,31.938560000000447,2436910,9,4,1984 +22,F,115.0,9013,-109.07860199999635,31.93644100000042,2439531,9,4,1984 +24,F,44.0,9014,-109.07773599999636,31.938560000000447,2439521,9,4,1984 +12,F,42.0,9015,-109.07851899999636,31.938203000000414,2439521,9,4,1984 +20,,,9016,-109.08019099999642,31.93633400000045,2491757,9,4,1984 +21,F,8.0,9017,-109.07939799999636,31.936448000000453,2439566,9,4,1984 +12,M,135.0,9018,-109.07851899999636,31.938203000000414,2439531,9,4,1984 +20,M,40.0,9019,-109.08019099999642,31.93633400000045,2439521,9,4,1984 +7,,,9020,-109.08281599999641,31.938113000000413,,9,4,1984 +10,,,9021,-109.08009099999636,31.938017000000425,,9,4,1984 +16,,,9022,-109.08024399999636,31.93709400000041,,9,4,1984 +23,,,9023,-109.07783799999636,31.93676300000042,,9,4,1984 +1,F,42.0,9024,-109.08282899999641,31.938851000000387,2439521,10,4,1984 +3,F,14.0,9025,-109.08120799999641,31.938896000000387,2439591,10,4,1984 +11,M,127.0,9026,-109.07930699999636,31.938056000000426,2439531,10,4,1984 +9,M,56.0,9027,-109.08090299999638,31.93785900000039,2439541,10,4,1984 +15,M,217.0,9028,-109.08103599999642,31.937059000000463,,10,4,1984 +1,M,47.0,9029,-109.08282899999641,31.938851000000387,2439521,10,4,1984 +4,F,42.0,9030,-109.08040899999641,31.93889400000041,2439521,10,4,1984 +15,F,31.0,9031,-109.08103599999642,31.937059000000463,2438516,10,4,1984 +3,M,250.0,9032,-109.08120799999641,31.938896000000387,,10,4,1984 +4,M,127.0,9033,-109.08040899999641,31.93889400000041,2439531,10,4,1984 +15,M,17.0,9034,-109.08103599999642,31.937059000000463,2437967,10,4,1984 +2,M,41.0,9035,-109.08197499999642,31.93888700000037,2439521,10,4,1984 +11,M,42.0,9036,-109.07930699999636,31.938056000000426,2439521,10,4,1984 +5,M,51.0,9037,-109.07960199999636,31.93897000000045,2439521,10,4,1984 +9,F,109.0,9038,-109.08090299999638,31.93785900000039,2439531,10,4,1984 +8,F,63.0,9039,-109.08167999999641,31.937884000000402,2439541,10,4,1984 +5,M,42.0,9040,-109.07960199999636,31.93897000000045,2438517,10,4,1984 +1,M,43.0,9041,-109.08282899999641,31.938851000000387,2439521,10,4,1984 +9,F,52.0,9042,-109.08090299999638,31.93785900000039,2439541,10,4,1984 +9,F,13.0,9043,-109.08090299999638,31.93785900000039,2439591,10,4,1984 +15,F,15.0,9044,-109.08103599999642,31.937059000000463,2439591,10,4,1984 +3,M,22.0,9045,-109.08120799999641,31.938896000000387,2438516,10,4,1984 +5,F,39.0,9046,-109.07960199999636,31.93897000000045,2438517,10,4,1984 +15,M,17.0,9047,-109.08103599999642,31.937059000000463,2439591,10,4,1984 +9,M,128.0,9048,-109.08090299999638,31.93785900000039,2439531,10,4,1984 +2,F,157.0,9049,-109.08197499999642,31.93888700000037,,10,4,1984 +4,F,125.0,9050,-109.08040899999641,31.93889400000041,2439531,10,4,1984 +5,F,41.0,9051,-109.07960199999636,31.93897000000045,2439521,10,4,1984 +6,M,43.0,9052,-109.07883599999636,31.939078000000414,2439521,10,4,1984 +15,M,16.0,9053,-109.08103599999642,31.937059000000463,2437981,10,4,1984 +9,F,49.0,9054,-109.08090299999638,31.93785900000039,2439521,10,4,1984 +9,F,36.0,9055,-109.08090299999638,31.93785900000039,2438517,10,4,1984 +24,M,53.0,9056,-109.07773599999636,31.938560000000447,2439541,12,5,1984 +14,M,51.0,9057,-109.08182699999641,31.937054000000447,2439521,12,5,1984 +19,M,7.0,9058,-109.07791199999636,31.937438000000434,2439566,12,5,1984 +23,F,48.0,9059,-109.07783799999636,31.93676300000042,2439521,12,5,1984 +18,F,47.0,9060,-109.07863299999636,31.93712600000041,2439521,12,5,1984 +20,F,47.0,9061,-109.08019099999642,31.93633400000045,2439521,12,5,1984 +18,M,132.0,9062,-109.07863299999636,31.93712600000041,2439531,12,5,1984 +20,F,43.0,9063,-109.08019099999642,31.93633400000045,2439521,12,5,1984 +17,M,48.0,9064,-109.07941499999636,31.937117000000445,2439521,12,5,1984 +18,M,46.0,9065,-109.07863299999636,31.93712600000041,2439521,12,5,1984 +20,M,130.0,9066,-109.08019099999642,31.93633400000045,2439531,12,5,1984 +24,M,17.0,9067,-109.07773599999636,31.938560000000447,2437981,12,5,1984 +24,F,25.0,9068,-109.07773599999636,31.938560000000447,2438516,12,5,1984 +12,M,51.0,9069,-109.07851899999636,31.938203000000414,2439541,12,5,1984 +22,F,52.0,9070,-109.07860199999635,31.93644100000042,2439521,12,5,1984 +12,F,104.0,9071,-109.07851899999636,31.938203000000414,,12,5,1984 +18,F,119.0,9072,-109.07863299999636,31.93712600000041,2439531,12,5,1984 +20,F,59.0,9073,-109.08019099999642,31.93633400000045,2439541,12,5,1984 +13,F,46.0,9074,-109.08261299999641,31.937028000000442,2439521,12,5,1984 +24,M,38.0,9075,-109.07773599999636,31.938560000000447,2439541,12,5,1984 +17,F,50.0,9076,-109.07941499999636,31.937117000000445,2439521,12,5,1984 +20,F,41.0,9077,-109.08019099999642,31.93633400000045,2439521,12,5,1984 +24,F,45.0,9078,-109.07773599999636,31.938560000000447,2439541,12,5,1984 +14,F,42.0,9079,-109.08182699999641,31.937054000000447,2439521,12,5,1984 +12,M,40.0,9080,-109.07851899999636,31.938203000000414,2439521,12,5,1984 +14,M,39.0,9081,-109.08182699999641,31.937054000000447,2439521,12,5,1984 +20,M,41.0,9082,-109.08019099999642,31.93633400000045,2439521,12,5,1984 +13,F,54.0,9083,-109.08261299999641,31.937028000000442,2439521,12,5,1984 +22,F,26.0,9084,-109.07860199999635,31.93644100000042,2437981,12,5,1984 +18,M,44.0,9085,-109.07863299999636,31.93712600000041,2439521,12,5,1984 +20,F,26.0,9086,-109.08019099999642,31.93633400000045,2438516,12,5,1984 +23,M,11.0,9087,-109.07783799999636,31.93676300000042,2437874,12,5,1984 +17,F,36.0,9088,-109.07941499999636,31.937117000000445,2439521,12,5,1984 +17,M,38.0,9089,-109.07941499999636,31.937117000000445,2439521,12,5,1984 +24,F,40.0,9090,-109.07773599999636,31.938560000000447,2439521,12,5,1984 +12,M,47.0,9091,-109.07851899999636,31.938203000000414,2439521,12,5,1984 +13,M,44.0,9092,-109.08261299999641,31.937028000000442,2439521,12,5,1984 +20,,117.0,9093,-109.08019099999642,31.93633400000045,2439531,12,5,1984 +24,F,38.0,9094,-109.07773599999636,31.938560000000447,2438517,12,5,1984 +18,M,120.0,9095,-109.07863299999636,31.93712600000041,,12,5,1984 +22,F,110.0,9096,-109.07860199999635,31.93644100000042,2439531,12,5,1984 +20,M,11.0,9097,-109.08019099999642,31.93633400000045,2437981,12,5,1984 +12,F,38.0,9098,-109.07851899999636,31.938203000000414,2439521,12,5,1984 +14,F,40.0,9099,-109.08182699999641,31.937054000000447,2439541,12,5,1984 +24,F,47.0,9100,-109.07773599999636,31.938560000000447,2439521,12,5,1984 +14,F,45.0,9101,-109.08182699999641,31.937054000000447,2439521,12,5,1984 +20,F,41.0,9102,-109.08019099999642,31.93633400000045,2439521,12,5,1984 +24,M,33.0,9103,-109.07773599999636,31.938560000000447,2439521,12,5,1984 +14,M,54.0,9104,-109.08182699999641,31.937054000000447,2439541,12,5,1984 +22,M,17.0,9105,-109.07860199999635,31.93644100000042,2438516,12,5,1984 +14,M,59.0,9106,-109.08182699999641,31.937054000000447,2439541,12,5,1984 +18,M,51.0,9107,-109.07863299999636,31.93712600000041,2439541,12,5,1984 +24,F,26.0,9108,-109.07773599999636,31.938560000000447,2439521,12,5,1984 +17,M,49.0,9109,-109.07941499999636,31.937117000000445,2439521,12,5,1984 +20,M,13.0,9110,-109.08019099999642,31.93633400000045,2437981,12,5,1984 +12,M,13.0,9111,-109.07851899999636,31.938203000000414,2439591,12,5,1984 +24,M,41.0,9112,-109.07773599999636,31.938560000000447,2439521,12,5,1984 +20,F,126.0,9113,-109.08019099999642,31.93633400000045,2439531,12,5,1984 +20,M,49.0,9114,-109.08019099999642,31.93633400000045,2439521,12,5,1984 +14,F,38.0,9115,-109.08182699999641,31.937054000000447,2438517,12,5,1984 +23,M,28.0,9116,-109.07783799999636,31.93676300000042,2439541,12,5,1984 +20,M,51.0,9117,-109.08019099999642,31.93633400000045,2439521,12,5,1984 +16,M,56.0,9118,-109.08024399999636,31.93709400000041,2439541,12,5,1984 +17,M,41.0,9119,-109.07941499999636,31.937117000000445,2439521,12,5,1984 +24,M,48.0,9120,-109.07773599999636,31.938560000000447,2439521,12,5,1984 +21,,,9121,-109.07939799999636,31.936448000000453,,12,5,1984 +1,F,47.0,9122,-109.08282899999641,31.938851000000387,2439521,13,5,1984 +3,M,220.0,9123,-109.08120799999641,31.938896000000387,,13,5,1984 +4,M,49.0,9124,-109.08040899999641,31.93889400000041,2439521,13,5,1984 +6,F,49.0,9125,-109.07883599999636,31.939078000000414,2439521,13,5,1984 +15,M,17.0,9126,-109.08103599999642,31.937059000000463,2437967,13,5,1984 +1,M,44.0,9127,-109.08282899999641,31.938851000000387,2439521,13,5,1984 +4,M,20.0,9128,-109.08040899999641,31.93889400000041,2438517,13,5,1984 +1,F,46.0,9129,-109.08282899999641,31.938851000000387,2439521,13,5,1984 +1,F,38.0,9130,-109.08282899999641,31.938851000000387,2439521,13,5,1984 +9,F,67.0,9131,-109.08090299999638,31.93785900000039,2439541,13,5,1984 +1,F,43.0,9132,-109.08282899999641,31.938851000000387,2439521,13,5,1984 +2,M,125.0,9133,-109.08197499999642,31.93888700000037,,13,5,1984 +2,F,44.0,9134,-109.08197499999642,31.93888700000037,2439521,13,5,1984 +6,M,47.0,9135,-109.07883599999636,31.939078000000414,2439521,13,5,1984 +3,M,27.0,9136,-109.08120799999641,31.938896000000387,2439521,13,5,1984 +8,F,122.0,9137,-109.08167999999641,31.937884000000402,2439531,13,5,1984 +1,F,42.0,9138,-109.08282899999641,31.938851000000387,2438517,13,5,1984 +5,F,63.0,9139,-109.07960199999636,31.93897000000045,2439521,13,5,1984 +15,F,9.0,9140,-109.08103599999642,31.937059000000463,2437874,13,5,1984 +6,F,47.0,9141,-109.07883599999636,31.939078000000414,2439521,13,5,1984 +11,F,25.0,9142,-109.07930699999636,31.938056000000426,2439541,13,5,1984 +11,F,60.0,9143,-109.07930699999636,31.938056000000426,2439541,13,5,1984 +3,,,9144,-109.08120799999641,31.938896000000387,2436910,13,5,1984 +8,F,123.0,9145,-109.08167999999641,31.937884000000402,2439531,13,5,1984 +3,F,33.0,9146,-109.08120799999641,31.938896000000387,2438517,13,5,1984 +1,M,44.0,9147,-109.08282899999641,31.938851000000387,2439521,13,5,1984 +3,M,43.0,9148,-109.08120799999641,31.938896000000387,2438517,13,5,1984 +11,M,133.0,9149,-109.07930699999636,31.938056000000426,2439531,13,5,1984 +1,F,51.0,9150,-109.08282899999641,31.938851000000387,2439541,13,5,1984 +4,M,46.0,9151,-109.08040899999641,31.93889400000041,2439521,13,5,1984 +9,M,25.0,9152,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +2,F,50.0,9153,-109.08197499999642,31.93888700000037,2439541,13,5,1984 +11,M,16.0,9154,-109.07930699999636,31.938056000000426,2439591,13,5,1984 +10,M,11.0,9155,-109.08009099999636,31.938017000000425,2437874,13,5,1984 +15,F,17.0,9156,-109.08103599999642,31.937059000000463,2437967,13,5,1984 +2,M,45.0,9157,-109.08197499999642,31.93888700000037,2439521,13,5,1984 +2,,,9158,-109.08197499999642,31.93888700000037,2436910,13,5,1984 +1,F,54.0,9159,-109.08282899999641,31.938851000000387,2439541,13,5,1984 +2,F,14.0,9160,-109.08197499999642,31.93888700000037,2437874,13,5,1984 +11,M,47.0,9161,-109.07930699999636,31.938056000000426,2439521,13,5,1984 +3,F,45.0,9162,-109.08120799999641,31.938896000000387,2439521,13,5,1984 +1,F,39.0,9163,-109.08282899999641,31.938851000000387,2439521,13,5,1984 +6,M,51.0,9164,-109.07883599999636,31.939078000000414,2439541,13,5,1984 +2,M,56.0,9165,-109.08197499999642,31.93888700000037,2439541,13,5,1984 +4,M,133.0,9166,-109.08040899999641,31.93889400000041,2439531,13,5,1984 +5,F,40.0,9167,-109.07960199999636,31.93897000000045,2439521,13,5,1984 +9,M,47.0,9168,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +9,M,126.0,9169,-109.08090299999638,31.93785900000039,2439531,13,5,1984 +5,M,52.0,9170,-109.07960199999636,31.93897000000045,2439521,13,5,1984 +9,F,48.0,9171,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +10,,,9172,-109.08009099999636,31.938017000000425,2436910,13,5,1984 +9,F,51.0,9173,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +9,F,56.0,9174,-109.08090299999638,31.93785900000039,2439541,13,5,1984 +4,F,120.0,9175,-109.08040899999641,31.93889400000041,2439531,13,5,1984 +9,F,46.0,9176,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +1,F,56.0,9177,-109.08282899999641,31.938851000000387,2439541,13,5,1984 +9,M,45.0,9178,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +10,,,9179,-109.08009099999636,31.938017000000425,2436910,13,5,1984 +9,F,23.0,9180,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +2,M,46.0,9181,-109.08197499999642,31.93888700000037,2439521,13,5,1984 +10,,,9182,-109.08009099999636,31.938017000000425,2436910,13,5,1984 +2,F,45.0,9183,-109.08197499999642,31.93888700000037,2439521,13,5,1984 +5,M,48.0,9184,-109.07960199999636,31.93897000000045,2439521,13,5,1984 +9,M,55.0,9185,-109.08090299999638,31.93785900000039,2439541,13,5,1984 +8,F,43.0,9186,-109.08167999999641,31.937884000000402,2439521,13,5,1984 +5,F,18.0,9187,-109.07960199999636,31.93897000000045,2439521,13,5,1984 +11,M,46.0,9188,-109.07930699999636,31.938056000000426,2439541,13,5,1984 +9,M,49.0,9189,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +1,F,33.0,9190,-109.08282899999641,31.938851000000387,2438516,13,5,1984 +9,F,47.0,9191,-109.08090299999638,31.93785900000039,2439521,13,5,1984 +11,F,43.0,9192,-109.07930699999636,31.938056000000426,2439521,13,5,1984 +8,F,53.0,9193,-109.08167999999641,31.937884000000402,2439541,13,5,1984 +4,F,44.0,9194,-109.08040899999641,31.93889400000041,2439521,13,5,1984 +5,F,36.0,9195,-109.07960199999636,31.93897000000045,2439541,13,5,1984 +6,M,42.0,9196,-109.07883599999636,31.939078000000414,2439521,13,5,1984 +8,F,38.0,9197,-109.08167999999641,31.937884000000402,2438517,13,5,1984 +15,F,43.0,9198,-109.08103599999642,31.937059000000463,2439521,13,5,1984 +19,,,9199,-109.07791199999636,31.937438000000434,2436910,27,5,1984 +18,,,9200,-109.07863299999636,31.93712600000041,2439521,27,5,1984 +18,M,18.0,9201,-109.07863299999636,31.93712600000041,2437981,27,5,1984 +24,F,195.0,9202,-109.07773599999636,31.938560000000447,,27,5,1984 +22,F,29.0,9203,-109.07860199999635,31.93644100000042,2438516,27,5,1984 +24,M,43.0,9204,-109.07773599999636,31.938560000000447,2439541,27,5,1984 +12,M,15.0,9205,-109.07851899999636,31.938203000000414,2438516,27,5,1984 +20,M,44.0,9206,-109.08019099999642,31.93633400000045,2439521,27,5,1984 +12,F,129.0,9207,-109.07851899999636,31.938203000000414,,27,5,1984 +20,F,24.0,9208,-109.08019099999642,31.93633400000045,2439541,27,5,1984 +22,F,119.0,9209,-109.07860199999635,31.93644100000042,2439531,27,5,1984 +14,M,18.0,9210,-109.08182699999641,31.937054000000447,,27,5,1984 +16,F,24.0,9211,-109.08024399999636,31.93709400000041,2439521,27,5,1984 +19,,,9212,-109.07791199999636,31.937438000000434,2436910,27,5,1984 +24,F,50.0,9213,-109.07773599999636,31.938560000000447,2439521,27,5,1984 +18,M,50.0,9214,-109.07863299999636,31.93712600000041,2439521,27,5,1984 +12,M,21.0,9215,-109.07851899999636,31.938203000000414,2438516,27,5,1984 +14,M,18.0,9216,-109.08182699999641,31.937054000000447,2438517,27,5,1984 +14,F,43.0,9217,-109.08182699999641,31.937054000000447,2439541,27,5,1984 +19,F,12.0,9218,-109.07791199999636,31.937438000000434,2437874,27,5,1984 +14,F,36.0,9219,-109.08182699999641,31.937054000000447,2438517,27,5,1984 +12,F,24.0,9220,-109.07851899999636,31.938203000000414,2439521,27,5,1984 +18,M,130.0,9221,-109.07863299999636,31.93712600000041,,27,5,1984 +20,F,94.0,9222,-109.08019099999642,31.93633400000045,,27,5,1984 +24,M,23.0,9223,-109.07773599999636,31.938560000000447,2439521,27,5,1984 +20,M,20.0,9224,-109.08019099999642,31.93633400000045,2439521,27,5,1984 +22,F,117.0,9225,-109.07860199999635,31.93644100000042,2439531,27,5,1984 +17,F,43.0,9226,-109.07941499999636,31.937117000000445,2439521,27,5,1984 +18,M,49.0,9227,-109.07863299999636,31.93712600000041,2439541,27,5,1984 +16,F,21.0,9228,-109.08024399999636,31.93709400000041,2439521,27,5,1984 +17,F,98.0,9229,-109.07941499999636,31.937117000000445,,27,5,1984 +19,,,9230,-109.07791199999636,31.937438000000434,2436910,27,5,1984 +12,F,24.0,9231,-109.07851899999636,31.938203000000414,2439521,27,5,1984 +16,M,9.0,9232,-109.08024399999636,31.93709400000041,2437874,27,5,1984 +24,M,24.0,9233,-109.07773599999636,31.938560000000447,2439521,27,5,1984 +16,F,45.0,9234,-109.08024399999636,31.93709400000041,2439521,27,5,1984 +21,F,9.0,9235,-109.07939799999636,31.936448000000453,2437874,27,5,1984 +16,M,39.0,9236,-109.08024399999636,31.93709400000041,2438517,27,5,1984 +13,,,9237,-109.08261299999641,31.937028000000442,2437300,27,5,1984 +12,F,44.0,9238,-109.07851899999636,31.938203000000414,2439521,27,5,1984 +21,M,9.0,9239,-109.07939799999636,31.936448000000453,2437874,27,5,1984 +17,M,42.0,9240,-109.07941499999636,31.937117000000445,2439521,27,5,1984 +24,F,25.0,9241,-109.07773599999636,31.938560000000447,2439521,27,5,1984 +23,,,9242,-109.07783799999636,31.93676300000042,,27,5,1984 +1,F,32.0,9243,-109.08282899999641,31.938851000000387,2438517,28,5,1984 +3,F,34.0,9244,-109.08120799999641,31.938896000000387,2438517,28,5,1984 +4,M,121.0,9245,-109.08040899999641,31.93889400000041,2439531,28,5,1984 +3,M,19.0,9246,-109.08120799999641,31.938896000000387,2439591,28,5,1984 +15,M,22.0,9247,-109.08103599999642,31.937059000000463,2437967,28,5,1984 +9,M,18.0,9248,-109.08090299999638,31.93785900000039,2439591,28,5,1984 +7,,,9249,-109.08281599999641,31.938113000000413,2491757,28,5,1984 +3,F,23.0,9250,-109.08120799999641,31.938896000000387,2439591,28,5,1984 +4,M,33.0,9251,-109.08040899999641,31.93889400000041,2439521,28,5,1984 +6,F,26.0,9252,-109.07883599999636,31.939078000000414,2439521,28,5,1984 +9,M,55.0,9253,-109.08090299999638,31.93785900000039,2439541,28,5,1984 +1,,,9254,-109.08282899999641,31.938851000000387,2436910,28,5,1984 +15,F,142.0,9255,-109.08103599999642,31.937059000000463,,28,5,1984 +15,M,224.0,9256,-109.08103599999642,31.937059000000463,,28,5,1984 +8,F,56.0,9257,-109.08167999999641,31.937884000000402,2439541,28,5,1984 +3,M,24.0,9258,-109.08120799999641,31.938896000000387,2438517,28,5,1984 +9,F,43.0,9259,-109.08090299999638,31.93785900000039,2439521,28,5,1984 +3,,,9260,-109.08120799999641,31.938896000000387,2436910,28,5,1984 +6,M,7.0,9261,-109.07883599999636,31.939078000000414,2439566,28,5,1984 +4,M,45.0,9262,-109.08040899999641,31.93889400000041,2439521,28,5,1984 +11,M,29.0,9263,-109.07930699999636,31.938056000000426,2439521,28,5,1984 +11,F,28.0,9264,-109.07930699999636,31.938056000000426,2439541,28,5,1984 +15,M,19.0,9265,-109.08103599999642,31.937059000000463,2438516,28,5,1984 +1,F,134.0,9266,-109.08282899999641,31.938851000000387,,28,5,1984 +3,,,9267,-109.08120799999641,31.938896000000387,2436910,28,5,1984 +1,M,43.0,9268,-109.08282899999641,31.938851000000387,2439521,28,5,1984 +11,,,9269,-109.07930699999636,31.938056000000426,2436910,28,5,1984 +2,M,44.0,9270,-109.08197499999642,31.93888700000037,2439521,28,5,1984 +2,M,125.0,9271,-109.08197499999642,31.93888700000037,,28,5,1984 +5,F,48.0,9272,-109.07960199999636,31.93897000000045,2439521,28,5,1984 +5,F,16.0,9273,-109.07960199999636,31.93897000000045,2437874,28,5,1984 +8,F,49.0,9274,-109.08167999999641,31.937884000000402,2439541,28,5,1984 +11,M,49.0,9275,-109.07930699999636,31.938056000000426,2439521,28,5,1984 +4,F,29.0,9276,-109.08040899999641,31.93889400000041,2439521,28,5,1984 +2,F,28.0,9277,-109.08197499999642,31.93888700000037,2438517,28,5,1984 +5,M,27.0,9278,-109.07960199999636,31.93897000000045,2438516,28,5,1984 +3,M,20.0,9279,-109.08120799999641,31.938896000000387,2439591,28,5,1984 +4,F,44.0,9280,-109.08040899999641,31.93889400000041,2439521,28,5,1984 +5,F,25.0,9281,-109.07960199999636,31.93897000000045,2439521,28,5,1984 +11,F,32.0,9282,-109.07930699999636,31.938056000000426,2439521,28,5,1984 +11,M,,9283,-109.07930699999636,31.938056000000426,,28,5,1984 +9,F,29.0,9284,-109.08090299999638,31.93785900000039,2439521,28,5,1984 +3,M,39.0,9285,-109.08120799999641,31.938896000000387,2438517,28,5,1984 +6,F,26.0,9286,-109.07883599999636,31.939078000000414,2437981,28,5,1984 +10,,,9287,-109.08009099999636,31.938017000000425,,28,5,1984 +12,,,9288,-109.07851899999636,31.938203000000414,2491757,3,7,1984 +22,,,9289,-109.07860199999635,31.93644100000042,2437300,3,7,1984 +12,,,9290,-109.07851899999636,31.938203000000414,2437300,3,7,1984 +17,M,47.0,9291,-109.07941499999636,31.937117000000445,2439521,3,7,1984 +16,F,10.0,9292,-109.08024399999636,31.93709400000041,2437874,3,7,1984 +22,M,28.0,9293,-109.07860199999635,31.93644100000042,2438517,3,7,1984 +20,M,33.0,9294,-109.08019099999642,31.93633400000045,2439521,3,7,1984 +17,,,9295,-109.07941499999636,31.937117000000445,2436910,3,7,1984 +12,F,33.0,9296,-109.07851899999636,31.938203000000414,2439521,3,7,1984 +22,F,115.0,9297,-109.07860199999635,31.93644100000042,2439531,3,7,1984 +20,M,45.0,9298,-109.08019099999642,31.93633400000045,2439521,3,7,1984 +12,M,126.0,9299,-109.07851899999636,31.938203000000414,,3,7,1984 +24,M,45.0,9300,-109.07773599999636,31.938560000000447,2439541,3,7,1984 +17,F,43.0,9301,-109.07941499999636,31.937117000000445,2439521,3,7,1984 +12,,,9302,-109.07851899999636,31.938203000000414,2437300,3,7,1984 +18,M,23.0,9303,-109.07863299999636,31.93712600000041,2438516,3,7,1984 +24,F,24.0,9304,-109.07773599999636,31.938560000000447,2437981,3,7,1984 +19,,,9305,-109.07791199999636,31.937438000000434,2436910,3,7,1984 +20,F,116.0,9306,-109.08019099999642,31.93633400000045,,3,7,1984 +19,M,8.0,9307,-109.07791199999636,31.937438000000434,2437874,3,7,1984 +16,M,9.0,9308,-109.08024399999636,31.93709400000041,2437874,3,7,1984 +14,M,216.0,9309,-109.08182699999641,31.937054000000447,,3,7,1984 +12,F,40.0,9310,-109.07851899999636,31.938203000000414,2439521,3,7,1984 +18,M,24.0,9311,-109.07863299999636,31.93712600000041,2438516,3,7,1984 +20,M,33.0,9312,-109.08019099999642,31.93633400000045,2439521,3,7,1984 +19,F,11.0,9313,-109.07791199999636,31.937438000000434,2437874,3,7,1984 +17,M,19.0,9314,-109.07941499999636,31.937117000000445,2438516,3,7,1984 +24,M,34.0,9315,-109.07773599999636,31.938560000000447,2439521,3,7,1984 +24,F,46.0,9316,-109.07773599999636,31.938560000000447,2439521,3,7,1984 +17,M,31.0,9317,-109.07941499999636,31.937117000000445,2439521,3,7,1984 +13,F,29.0,9318,-109.08261299999641,31.937028000000442,2438517,3,7,1984 +14,M,38.0,9319,-109.08182699999641,31.937054000000447,2439521,3,7,1984 +17,,,9320,-109.07941499999636,31.937117000000445,2437300,3,7,1984 +13,M,46.0,9321,-109.08261299999641,31.937028000000442,2439521,3,7,1984 +17,F,36.0,9322,-109.07941499999636,31.937117000000445,2439521,3,7,1984 +14,F,45.0,9323,-109.08182699999641,31.937054000000447,2439541,3,7,1984 +21,,,9324,-109.07939799999636,31.936448000000453,,3,7,1984 +23,,,9325,-109.07783799999636,31.93676300000042,,3,7,1984 +2,,,9326,-109.08197499999642,31.93888700000037,5228075,4,7,1984 +11,M,51.0,9327,-109.07930699999636,31.938056000000426,2439541,4,7,1984 +3,M,18.0,9328,-109.08120799999641,31.938896000000387,2439591,4,7,1984 +10,M,12.0,9329,-109.08009099999636,31.938017000000425,2437874,4,7,1984 +8,M,42.0,9330,-109.08167999999641,31.937884000000402,2439521,4,7,1984 +8,M,20.0,9331,-109.08167999999641,31.937884000000402,2437981,4,7,1984 +4,M,37.0,9332,-109.08040899999641,31.93889400000041,2439521,4,7,1984 +1,F,41.0,9333,-109.08282899999641,31.938851000000387,2439521,4,7,1984 +4,F,38.0,9334,-109.08040899999641,31.93889400000041,2439521,4,7,1984 +8,M,57.0,9335,-109.08167999999641,31.937884000000402,2439541,4,7,1984 +10,M,11.0,9336,-109.08009099999636,31.938017000000425,2437874,4,7,1984 +3,M,41.0,9337,-109.08120799999641,31.938896000000387,2438517,4,7,1984 +4,M,45.0,9338,-109.08040899999641,31.93889400000041,2439521,4,7,1984 +11,F,57.0,9339,-109.07930699999636,31.938056000000426,2439541,4,7,1984 +7,F,13.0,9340,-109.08281599999641,31.938113000000413,2437874,4,7,1984 +8,F,59.0,9341,-109.08167999999641,31.937884000000402,2439541,4,7,1984 +11,M,19.0,9342,-109.07930699999636,31.938056000000426,2438517,4,7,1984 +11,M,26.0,9343,-109.07930699999636,31.938056000000426,2438517,4,7,1984 +3,F,37.0,9344,-109.08120799999641,31.938896000000387,2438517,4,7,1984 +15,F,135.0,9345,-109.08103599999642,31.937059000000463,,4,7,1984 +11,F,118.0,9346,-109.07930699999636,31.938056000000426,,4,7,1984 +5,M,17.0,9347,-109.07960199999636,31.93897000000045,2438516,4,7,1984 +5,M,50.0,9348,-109.07960199999636,31.93897000000045,2439521,4,7,1984 +10,F,10.0,9349,-109.08009099999636,31.938017000000425,2437874,4,7,1984 +2,M,130.0,9350,-109.08197499999642,31.93888700000037,,4,7,1984 +3,M,24.0,9351,-109.08120799999641,31.938896000000387,2438516,4,7,1984 +6,F,15.0,9352,-109.07883599999636,31.939078000000414,2439591,4,7,1984 +4,F,46.0,9353,-109.08040899999641,31.93889400000041,2439521,4,7,1984 +4,M,19.0,9354,-109.08040899999641,31.93889400000041,2439521,4,7,1984 +2,,,9355,-109.08197499999642,31.93888700000037,2436910,4,7,1984 +5,F,50.0,9356,-109.07960199999636,31.93897000000045,2439521,4,7,1984 +9,M,38.0,9357,-109.08090299999638,31.93785900000039,2439521,4,7,1984 +3,F,14.0,9358,-109.08120799999641,31.938896000000387,2439591,4,7,1984 +1,M,44.0,9359,-109.08282899999641,31.938851000000387,2439521,4,7,1984 +5,F,34.0,9360,-109.07960199999636,31.93897000000045,2438517,4,7,1984 +15,F,50.0,9361,-109.08103599999642,31.937059000000463,,4,7,1984 +5,M,38.0,9362,-109.07960199999636,31.93897000000045,2438517,4,7,1984 +4,F,27.0,9363,-109.08040899999641,31.93889400000041,2439521,4,7,1984 +8,M,10.0,9364,-109.08167999999641,31.937884000000402,2439591,4,7,1984 +3,,,9365,-109.08120799999641,31.938896000000387,5228075,4,7,1984 +8,F,20.0,9366,-109.08167999999641,31.937884000000402,2439541,4,7,1984 +11,M,50.0,9367,-109.07930699999636,31.938056000000426,2439521,4,7,1984 +11,F,38.0,9368,-109.07930699999636,31.938056000000426,2439521,4,7,1984 +11,M,35.0,9369,-109.07930699999636,31.938056000000426,2439521,4,7,1984 +6,F,26.0,9370,-109.07883599999636,31.939078000000414,2437981,4,7,1984 +3,,,9371,-109.08120799999641,31.938896000000387,2491757,4,7,1984 +18,F,12.0,9372,-109.07863299999636,31.93712600000041,2437874,31,7,1984 +18,M,23.0,9373,-109.07863299999636,31.93712600000041,2438516,31,7,1984 +12,M,49.0,9374,-109.07851899999636,31.938203000000414,2439521,31,7,1984 +19,F,14.0,9375,-109.07791199999636,31.937438000000434,2437874,31,7,1984 +12,F,18.0,9376,-109.07851899999636,31.938203000000414,2438516,31,7,1984 +14,,,9377,-109.08182699999641,31.937054000000447,2437300,31,7,1984 +24,F,198.0,9378,-109.07773599999636,31.938560000000447,,31,7,1984 +17,F,42.0,9379,-109.07941499999636,31.937117000000445,2439521,31,7,1984 +6,F,13.0,9380,-109.07883599999636,31.939078000000414,2437967,31,7,1984 +24,M,,9381,-109.07773599999636,31.938560000000447,2439541,31,7,1984 +12,M,132.0,9382,-109.07851899999636,31.938203000000414,,31,7,1984 +20,M,35.0,9383,-109.08019099999642,31.93633400000045,2439521,31,7,1984 +12,F,28.0,9384,-109.07851899999636,31.938203000000414,2438517,31,7,1984 +14,F,38.0,9385,-109.08182699999641,31.937054000000447,2438517,31,7,1984 +19,M,11.0,9386,-109.07791199999636,31.937438000000434,2437874,31,7,1984 +6,,,9387,-109.07883599999636,31.939078000000414,2491757,31,7,1984 +12,F,43.0,9388,-109.07851899999636,31.938203000000414,2439521,31,7,1984 +20,M,46.0,9389,-109.08019099999642,31.93633400000045,2439521,31,7,1984 +23,,,9390,-109.07783799999636,31.93676300000042,2491757,31,7,1984 +18,F,105.0,9391,-109.07863299999636,31.93712600000041,,31,7,1984 +24,M,37.0,9392,-109.07773599999636,31.938560000000447,2439521,31,7,1984 +24,F,40.0,9393,-109.07773599999636,31.938560000000447,2439521,31,7,1984 +14,M,139.0,9394,-109.08182699999641,31.937054000000447,,31,7,1984 +18,M,47.0,9395,-109.07863299999636,31.93712600000041,2439521,31,7,1984 +12,F,32.0,9396,-109.07851899999636,31.938203000000414,2439521,31,7,1984 +12,M,22.0,9397,-109.07851899999636,31.938203000000414,2438516,31,7,1984 +14,F,48.0,9398,-109.08182699999641,31.937054000000447,2439541,31,7,1984 +23,M,123.0,9399,-109.07783799999636,31.93676300000042,,31,7,1984 +12,F,46.0,9400,-109.07851899999636,31.938203000000414,2439521,31,7,1984 +14,M,41.0,9401,-109.08182699999641,31.937054000000447,2439521,31,7,1984 +20,F,22.0,9402,-109.08019099999642,31.93633400000045,2438516,31,7,1984 +20,F,118.0,9403,-109.08019099999642,31.93633400000045,,31,7,1984 +18,M,11.0,9404,-109.07863299999636,31.93712600000041,2437874,31,7,1984 +24,F,107.0,9405,-109.07773599999636,31.938560000000447,,31,7,1984 +17,F,39.0,9406,-109.07941499999636,31.937117000000445,2439521,31,7,1984 +19,M,22.0,9407,-109.07791199999636,31.937438000000434,2437981,31,7,1984 +17,M,93.0,9408,-109.07941499999636,31.937117000000445,,31,7,1984 +6,F,166.0,9409,-109.07883599999636,31.939078000000414,,31,7,1984 +12,M,123.0,9410,-109.07851899999636,31.938203000000414,2439531,31,7,1984 +6,F,25.0,9411,-109.07883599999636,31.939078000000414,2437981,31,7,1984 +18,,,9412,-109.07863299999636,31.93712600000041,,31,7,1984 +21,,,9413,-109.07939799999636,31.936448000000453,,31,7,1984 +22,,,9414,-109.07860199999635,31.93644100000042,,31,7,1984 +10,,,9415,-109.08009099999636,31.938017000000425,,31,7,1984 +16,,,9416,-109.08024399999636,31.93709400000041,,31,7,1984 +2,,,9417,-109.08197499999642,31.93888700000037,2491757,1,8,1984 +8,M,52.0,9418,-109.08167999999641,31.937884000000402,2439541,1,8,1984 +9,F,16.0,9419,-109.08090299999638,31.93785900000039,2439591,1,8,1984 +9,F,9.0,9420,-109.08090299999638,31.93785900000039,2439591,1,8,1984 +11,F,140.0,9421,-109.07930699999636,31.938056000000426,,1,8,1984 +3,M,21.0,9422,-109.08120799999641,31.938896000000387,2437981,1,8,1984 +4,F,39.0,9423,-109.08040899999641,31.93889400000041,2439521,1,8,1984 +13,M,17.0,9424,-109.08261299999641,31.937028000000442,2439591,1,8,1984 +2,,,9425,-109.08197499999642,31.93888700000037,2437300,1,8,1984 +5,M,28.0,9426,-109.07960199999636,31.93897000000045,2438517,1,8,1984 +11,M,54.0,9427,-109.07930699999636,31.938056000000426,2439541,1,8,1984 +4,M,132.0,9428,-109.08040899999641,31.93889400000041,2439531,1,8,1984 +3,M,206.0,9429,-109.08120799999641,31.938896000000387,,1,8,1984 +3,F,40.0,9430,-109.08120799999641,31.938896000000387,2438517,1,8,1984 +4,M,46.0,9431,-109.08040899999641,31.93889400000041,2439521,1,8,1984 +11,M,39.0,9432,-109.07930699999636,31.938056000000426,2439521,1,8,1984 +5,F,40.0,9433,-109.07960199999636,31.93897000000045,2439521,1,8,1984 +1,F,30.0,9434,-109.08282899999641,31.938851000000387,2438517,1,8,1984 +7,F,11.0,9435,-109.08281599999641,31.938113000000413,2437874,1,8,1984 +13,F,26.0,9436,-109.08261299999641,31.937028000000442,2438517,1,8,1984 +8,,,9437,-109.08167999999641,31.937884000000402,2437300,1,8,1984 +3,,,9438,-109.08120799999641,31.938896000000387,2437300,1,8,1984 +8,F,,9439,-109.08167999999641,31.937884000000402,2439541,1,8,1984 +15,F,15.0,9440,-109.08103599999642,31.937059000000463,2437981,1,8,1984 +4,F,32.0,9441,-109.08040899999641,31.93889400000041,2439521,1,8,1984 +9,M,23.0,9442,-109.08090299999638,31.93785900000039,2438516,1,8,1984 +15,F,135.0,9443,-109.08103599999642,31.937059000000463,,1,8,1984 +3,F,17.0,9444,-109.08120799999641,31.938896000000387,2439591,1,8,1984 +4,,,9445,-109.08040899999641,31.93889400000041,2437300,1,8,1984 +5,M,23.0,9446,-109.07960199999636,31.93897000000045,2438516,1,8,1984 +13,M,15.0,9447,-109.08261299999641,31.937028000000442,2439591,1,8,1984 +1,M,42.0,9448,-109.08282899999641,31.938851000000387,2439521,1,8,1984 +5,F,160.0,9449,-109.07960199999636,31.93897000000045,,1,8,1984 +11,M,23.0,9450,-109.07930699999636,31.938056000000426,2438516,1,8,1984 +4,F,121.0,9451,-109.08040899999641,31.93889400000041,2439531,1,8,1984 +11,F,39.0,9452,-109.07930699999636,31.938056000000426,2439521,1,8,1984 +2,F,39.0,9453,-109.08197499999642,31.93888700000037,2439521,1,8,1984 +9,F,43.0,9454,-109.08090299999638,31.93785900000039,2439521,1,8,1984 +8,M,43.0,9455,-109.08167999999641,31.937884000000402,2439521,1,8,1984 +20,M,38.0,9456,-109.08019099999642,31.93633400000045,2439521,25,8,1984 +12,M,12.0,9457,-109.07851899999636,31.938203000000414,2438516,25,8,1984 +18,F,21.0,9458,-109.07863299999636,31.93712600000041,2438516,25,8,1984 +19,M,7.0,9459,-109.07791199999636,31.937438000000434,2439566,25,8,1984 +24,F,195.0,9460,-109.07773599999636,31.938560000000447,,25,8,1984 +12,M,22.0,9461,-109.07851899999636,31.938203000000414,2437981,25,8,1984 +24,F,20.0,9462,-109.07773599999636,31.938560000000447,2438516,25,8,1984 +20,M,143.0,9463,-109.08019099999642,31.93633400000045,,25,8,1984 +12,F,135.0,9464,-109.07851899999636,31.938203000000414,,25,8,1984 +17,,,9465,-109.07941499999636,31.937117000000445,2436910,25,8,1984 +18,F,15.0,9466,-109.07863299999636,31.93712600000041,2437874,25,8,1984 +12,M,12.0,9467,-109.07851899999636,31.938203000000414,2438516,25,8,1984 +12,F,26.0,9468,-109.07851899999636,31.938203000000414,2438516,25,8,1984 +17,F,42.0,9469,-109.07941499999636,31.937117000000445,2439521,25,8,1984 +24,F,24.0,9470,-109.07773599999636,31.938560000000447,2437981,25,8,1984 +12,F,41.0,9471,-109.07851899999636,31.938203000000414,2439521,25,8,1984 +24,F,39.0,9472,-109.07773599999636,31.938560000000447,2438517,25,8,1984 +20,M,38.0,9473,-109.08019099999642,31.93633400000045,2439521,25,8,1984 +22,M,15.0,9474,-109.07860199999635,31.93644100000042,2439591,25,8,1984 +12,F,44.0,9475,-109.07851899999636,31.938203000000414,2439521,25,8,1984 +18,M,109.0,9476,-109.07863299999636,31.93712600000041,,25,8,1984 +14,M,31.0,9477,-109.08182699999641,31.937054000000447,2439584,25,8,1984 +17,M,108.0,9478,-109.07941499999636,31.937117000000445,,25,8,1984 +24,M,39.0,9479,-109.07773599999636,31.938560000000447,2439521,25,8,1984 +23,M,11.0,9480,-109.07783799999636,31.93676300000042,2437874,25,8,1984 +14,M,,9481,-109.08182699999641,31.937054000000447,2439521,25,8,1984 +17,F,43.0,9482,-109.07941499999636,31.937117000000445,2439521,25,8,1984 +17,M,21.0,9483,-109.07941499999636,31.937117000000445,2438516,25,8,1984 +18,F,14.0,9484,-109.07863299999636,31.93712600000041,2437874,25,8,1984 +6,,,9485,-109.07883599999636,31.939078000000414,2491757,25,8,1984 +12,F,37.0,9486,-109.07851899999636,31.938203000000414,2439521,25,8,1984 +24,F,43.0,9487,-109.07773599999636,31.938560000000447,2439521,25,8,1984 +18,M,48.0,9488,-109.07863299999636,31.93712600000041,2439521,25,8,1984 +23,,,9489,-109.07783799999636,31.93676300000042,2436910,25,8,1984 +16,,,9490,-109.08024399999636,31.93709400000041,,25,8,1984 +21,,,9491,-109.07939799999636,31.936448000000453,,25,8,1984 +7,,,9492,-109.08281599999641,31.938113000000413,,25,8,1984 +8,M,55.0,9493,-109.08167999999641,31.937884000000402,2439541,26,8,1984 +9,M,45.0,9494,-109.08090299999638,31.93785900000039,2439521,26,8,1984 +5,M,28.0,9495,-109.07960199999636,31.93897000000045,2438517,26,8,1984 +9,,,9496,-109.08090299999638,31.93785900000039,2437568,26,8,1984 +1,F,43.0,9497,-109.08282899999641,31.938851000000387,2439521,26,8,1984 +3,M,211.0,9498,-109.08120799999641,31.938896000000387,,26,8,1984 +5,M,51.0,9499,-109.07960199999636,31.93897000000045,2439521,26,8,1984 +4,M,45.0,9500,-109.08040899999641,31.93889400000041,2439521,26,8,1984 +1,M,37.0,9501,-109.08282899999641,31.938851000000387,2439521,26,8,1984 +11,F,131.0,9502,-109.07930699999636,31.938056000000426,,26,8,1984 +5,M,29.0,9503,-109.07960199999636,31.93897000000045,2439584,26,8,1984 +11,M,40.0,9504,-109.07930699999636,31.938056000000426,2439521,26,8,1984 +13,,,9505,-109.08261299999641,31.937028000000442,5231474,26,8,1984 +8,M,35.0,9506,-109.08167999999641,31.937884000000402,2438517,26,8,1984 +15,M,216.0,9507,-109.08103599999642,31.937059000000463,,26,8,1984 +8,F,54.0,9508,-109.08167999999641,31.937884000000402,2439541,26,8,1984 +4,F,33.0,9509,-109.08040899999641,31.93889400000041,2439521,26,8,1984 +8,F,52.0,9510,-109.08167999999641,31.937884000000402,2439541,26,8,1984 +11,F,43.0,9511,-109.07930699999636,31.938056000000426,2439521,26,8,1984 +4,F,35.0,9512,-109.08040899999641,31.93889400000041,2438517,26,8,1984 +2,F,151.0,9513,-109.08197499999642,31.93888700000037,,26,8,1984 +13,M,45.0,9514,-109.08261299999641,31.937028000000442,2439521,26,8,1984 +2,F,36.0,9515,-109.08197499999642,31.93888700000037,2439541,26,8,1984 +5,F,49.0,9516,-109.07960199999636,31.93897000000045,2439521,26,8,1984 +8,M,45.0,9517,-109.08167999999641,31.937884000000402,2439521,26,8,1984 +10,,,9518,-109.08009099999636,31.938017000000425,,26,8,1984 +12,M,40.0,9519,-109.07851899999636,31.938203000000414,2439521,29,9,1984 +24,M,186.0,9520,-109.07773599999636,31.938560000000447,,29,9,1984 +6,M,37.0,9521,-109.07883599999636,31.939078000000414,2439521,29,9,1984 +12,F,146.0,9522,-109.07851899999636,31.938203000000414,,29,9,1984 +16,M,11.0,9523,-109.08024399999636,31.93709400000041,2437874,29,9,1984 +14,F,42.0,9524,-109.08182699999641,31.937054000000447,2439521,29,9,1984 +17,M,29.0,9525,-109.07941499999636,31.937117000000445,2439521,29,9,1984 +17,F,44.0,9526,-109.07941499999636,31.937117000000445,2439521,29,9,1984 +19,M,8.0,9527,-109.07791199999636,31.937438000000434,2439566,29,9,1984 +18,M,54.0,9528,-109.07863299999636,31.93712600000041,2439541,29,9,1984 +12,F,28.0,9529,-109.07851899999636,31.938203000000414,2438517,29,9,1984 +6,F,35.0,9530,-109.07883599999636,31.939078000000414,2439521,29,9,1984 +12,F,40.0,9531,-109.07851899999636,31.938203000000414,2439521,29,9,1984 +14,M,43.0,9532,-109.08182699999641,31.937054000000447,2438517,29,9,1984 +24,M,45.0,9533,-109.07773599999636,31.938560000000447,2439521,29,9,1984 +17,M,25.0,9534,-109.07941499999636,31.937117000000445,2439521,29,9,1984 +6,F,36.0,9535,-109.07883599999636,31.939078000000414,2439521,29,9,1984 +20,M,41.0,9536,-109.08019099999642,31.93633400000045,2439521,29,9,1984 +23,F,16.0,9537,-109.07783799999636,31.93676300000042,2437874,29,9,1984 +20,M,47.0,9538,-109.08019099999642,31.93633400000045,2439541,29,9,1984 +21,M,22.0,9539,-109.07939799999636,31.936448000000453,2438516,29,9,1984 +22,F,115.0,9540,-109.07860199999635,31.93644100000042,2439531,29,9,1984 +20,M,147.0,9541,-109.08019099999642,31.93633400000045,,29,9,1984 +22,,15.0,9542,-109.07860199999635,31.93644100000042,2439591,29,9,1984 +12,F,34.0,9543,-109.07851899999636,31.938203000000414,2439521,29,9,1984 +20,M,39.0,9544,-109.08019099999642,31.93633400000045,2439521,29,9,1984 +2,,,9545,-109.08197499999642,31.93888700000037,2438516,29,9,1984 +12,F,45.0,9546,-109.07851899999636,31.938203000000414,2439521,29,9,1984 +12,F,41.0,9547,-109.07851899999636,31.938203000000414,2439521,29,9,1984 +17,F,41.0,9548,-109.07941499999636,31.937117000000445,2439521,29,9,1984 +18,M,127.0,9549,-109.07863299999636,31.93712600000041,,29,9,1984 +18,M,49.0,9550,-109.07863299999636,31.93712600000041,2439521,29,9,1984 +6,M,17.0,9551,-109.07883599999636,31.939078000000414,2439591,29,9,1984 +19,F,15.0,9552,-109.07791199999636,31.937438000000434,2437874,29,9,1984 +14,M,40.0,9553,-109.08182699999641,31.937054000000447,2439521,29,9,1984 +24,M,37.0,9554,-109.07773599999636,31.938560000000447,2439521,29,9,1984 +6,F,23.0,9555,-109.07883599999636,31.939078000000414,2438516,29,9,1984 +21,F,19.0,9556,-109.07939799999636,31.936448000000453,2438516,29,9,1984 +14,M,44.0,9557,-109.08182699999641,31.937054000000447,2439521,29,9,1984 +24,F,42.0,9558,-109.07773599999636,31.938560000000447,2439521,29,9,1984 +17,M,140.0,9559,-109.07941499999636,31.937117000000445,,29,9,1984 +18,M,25.0,9560,-109.07863299999636,31.93712600000041,2438516,29,9,1984 +6,M,18.0,9561,-109.07883599999636,31.939078000000414,2437981,29,9,1984 +2,M,,9562,-109.08197499999642,31.93888700000037,2437981,29,9,1984 +11,M,40.0,9563,-109.07930699999636,31.938056000000426,2439541,30,9,1984 +11,F,90.0,9564,-109.07930699999636,31.938056000000426,2439531,30,9,1984 +1,M,52.0,9565,-109.08282899999641,31.938851000000387,2439541,30,9,1984 +5,M,15.0,9566,-109.07960199999636,31.93897000000045,2439591,30,9,1984 +1,M,40.0,9567,-109.08282899999641,31.938851000000387,2439521,30,9,1984 +5,,,9568,-109.07960199999636,31.93897000000045,2438517,30,9,1984 +11,F,39.0,9569,-109.07930699999636,31.938056000000426,2439521,30,9,1984 +15,,,9570,-109.08103599999642,31.937059000000463,2491757,30,9,1984 +9,M,41.0,9571,-109.08090299999638,31.93785900000039,2439521,30,9,1984 +2,,,9572,-109.08197499999642,31.93888700000037,2437300,30,9,1984 +2,F,34.0,9573,-109.08197499999642,31.93888700000037,2439521,30,9,1984 +3,M,222.0,9574,-109.08120799999641,31.938896000000387,,30,9,1984 +8,M,40.0,9575,-109.08167999999641,31.937884000000402,2439541,30,9,1984 +13,M,46.0,9576,-109.08261299999641,31.937028000000442,2439541,30,9,1984 +3,F,28.0,9577,-109.08120799999641,31.938896000000387,2439584,30,9,1984 +3,F,34.0,9578,-109.08120799999641,31.938896000000387,2439521,30,9,1984 +8,F,65.0,9579,-109.08167999999641,31.937884000000402,2439541,30,9,1984 +4,F,40.0,9580,-109.08040899999641,31.93889400000041,2439521,30,9,1984 +8,M,44.0,9581,-109.08167999999641,31.937884000000402,2439521,30,9,1984 +1,,,9582,-109.08282899999641,31.938851000000387,2437300,30,9,1984 +5,M,55.0,9583,-109.07960199999636,31.93897000000045,2439521,30,9,1984 +15,,,9584,-109.08103599999642,31.937059000000463,2437568,30,9,1984 +5,F,28.0,9585,-109.07960199999636,31.93897000000045,2439521,30,9,1984 +9,M,38.0,9586,-109.08090299999638,31.93785900000039,2439521,30,9,1984 +1,F,28.0,9587,-109.08282899999641,31.938851000000387,2439521,30,9,1984 +7,F,13.0,9588,-109.08281599999641,31.938113000000413,2437874,30,9,1984 +1,M,47.0,9589,-109.08282899999641,31.938851000000387,2439541,30,9,1984 +4,F,38.0,9590,-109.08040899999641,31.93889400000041,2439521,30,9,1984 +2,M,49.0,9591,-109.08197499999642,31.93888700000037,2439541,30,9,1984 +4,M,49.0,9592,-109.08040899999641,31.93889400000041,2439521,30,9,1984 +5,F,45.0,9593,-109.07960199999636,31.93897000000045,2439521,30,9,1984 +8,M,33.0,9594,-109.08167999999641,31.937884000000402,2439521,30,9,1984 +8,F,35.0,9595,-109.08167999999641,31.937884000000402,2439521,30,9,1984 +9,M,46.0,9596,-109.08090299999638,31.93785900000039,2439521,30,9,1984 +13,M,40.0,9597,-109.08261299999641,31.937028000000442,2438517,30,9,1984 +5,M,25.0,9598,-109.07960199999636,31.93897000000045,2439521,30,9,1984 +4,F,38.0,9599,-109.08040899999641,31.93889400000041,2438517,30,9,1984 +11,,,9600,-109.07930699999636,31.938056000000426,2437300,30,9,1984 +13,F,39.0,9601,-109.08261299999641,31.937028000000442,2439521,30,9,1984 +3,M,35.0,9602,-109.08120799999641,31.938896000000387,2439521,30,9,1984 +5,,,9603,-109.07960199999636,31.93897000000045,2491757,30,9,1984 +9,F,38.0,9604,-109.08090299999638,31.93785900000039,2439521,30,9,1984 +1,F,40.0,9605,-109.08282899999641,31.938851000000387,2439521,30,9,1984 +2,F,173.0,9606,-109.08197499999642,31.93888700000037,,30,9,1984 +5,F,22.0,9607,-109.07960199999636,31.93897000000045,2439521,30,9,1984 +5,M,44.0,9608,-109.07960199999636,31.93897000000045,2439521,30,9,1984 +1,M,47.0,9609,-109.08282899999641,31.938851000000387,2439521,30,9,1984 +11,F,39.0,9610,-109.07930699999636,31.938056000000426,2439521,30,9,1984 +11,M,40.0,9611,-109.07930699999636,31.938056000000426,2439521,30,9,1984 +8,M,43.0,9612,-109.08167999999641,31.937884000000402,2439521,30,9,1984 +3,M,35.0,9613,-109.08120799999641,31.938896000000387,2438517,30,9,1984 +8,M,130.0,9614,-109.08167999999641,31.937884000000402,2439531,30,9,1984 +10,,,9615,-109.08009099999636,31.938017000000425,,30,9,1984 +22,F,37.0,9616,-109.07860199999635,31.93644100000042,2439521,20,10,1984 +14,F,30.0,9617,-109.08182699999641,31.937054000000447,2438517,20,10,1984 +12,M,39.0,9618,-109.07851899999636,31.938203000000414,2439521,20,10,1984 +22,F,47.0,9619,-109.07860199999635,31.93644100000042,2439521,20,10,1984 +22,M,48.0,9620,-109.07860199999635,31.93644100000042,2439521,20,10,1984 +17,M,35.0,9621,-109.07941499999636,31.937117000000445,2439521,20,10,1984 +12,F,36.0,9622,-109.07851899999636,31.938203000000414,2439541,20,10,1984 +22,M,47.0,9623,-109.07860199999635,31.93644100000042,2439521,20,10,1984 +6,M,12.0,9624,-109.07883599999636,31.939078000000414,2439591,20,10,1984 +12,M,26.0,9625,-109.07851899999636,31.938203000000414,2438517,20,10,1984 +21,M,11.0,9626,-109.07939799999636,31.936448000000453,2437874,20,10,1984 +17,F,42.0,9627,-109.07941499999636,31.937117000000445,2439521,20,10,1984 +23,F,12.0,9628,-109.07783799999636,31.93676300000042,2437874,20,10,1984 +14,F,41.0,9629,-109.08182699999641,31.937054000000447,2439521,20,10,1984 +6,F,38.0,9630,-109.07883599999636,31.939078000000414,2439521,20,10,1984 +12,F,39.0,9631,-109.07851899999636,31.938203000000414,2439521,20,10,1984 +21,F,25.0,9632,-109.07939799999636,31.936448000000453,2439584,20,10,1984 +17,F,42.0,9633,-109.07941499999636,31.937117000000445,2439521,20,10,1984 +20,F,28.0,9634,-109.08019099999642,31.93633400000045,2438517,20,10,1984 +20,M,39.0,9635,-109.08019099999642,31.93633400000045,2439521,20,10,1984 +17,M,35.0,9636,-109.07941499999636,31.937117000000445,2439521,20,10,1984 +12,F,41.0,9637,-109.07851899999636,31.938203000000414,2439521,20,10,1984 +24,M,42.0,9638,-109.07773599999636,31.938560000000447,2439521,20,10,1984 +22,F,36.0,9639,-109.07860199999635,31.93644100000042,2439521,20,10,1984 +20,M,44.0,9640,-109.08019099999642,31.93633400000045,2439541,20,10,1984 +24,F,40.0,9641,-109.07773599999636,31.938560000000447,2439521,20,10,1984 +16,M,23.0,9642,-109.08024399999636,31.93709400000041,2438516,20,10,1984 +12,F,42.0,9643,-109.07851899999636,31.938203000000414,2439521,20,10,1984 +20,,,9644,-109.08019099999642,31.93633400000045,2491244,20,10,1984 +22,F,25.0,9645,-109.07860199999635,31.93644100000042,2438516,20,10,1984 +6,M,15.0,9646,-109.07883599999636,31.939078000000414,2438517,20,10,1984 +17,M,152.0,9647,-109.07941499999636,31.937117000000445,,20,10,1984 +6,M,46.0,9648,-109.07883599999636,31.939078000000414,2439541,20,10,1984 +12,F,20.0,9649,-109.07851899999636,31.938203000000414,2437874,20,10,1984 +22,F,,9650,-109.07860199999635,31.93644100000042,2439531,20,10,1984 +20,,,9651,-109.08019099999642,31.93633400000045,2491244,20,10,1984 +17,F,24.0,9652,-109.07941499999636,31.937117000000445,2438516,20,10,1984 +19,M,8.0,9653,-109.07791199999636,31.937438000000434,2439566,20,10,1984 +21,F,23.0,9654,-109.07939799999636,31.936448000000453,2439584,20,10,1984 +17,F,52.0,9655,-109.07941499999636,31.937117000000445,2439541,20,10,1984 +18,M,135.0,9656,-109.07863299999636,31.93712600000041,,20,10,1984 +20,F,25.0,9657,-109.08019099999642,31.93633400000045,2438516,20,10,1984 +14,M,44.0,9658,-109.08182699999641,31.937054000000447,2439521,20,10,1984 +18,M,47.0,9659,-109.07863299999636,31.93712600000041,2439521,20,10,1984 +20,M,38.0,9660,-109.08019099999642,31.93633400000045,2439521,20,10,1984 +24,M,36.0,9661,-109.07773599999636,31.938560000000447,2439521,20,10,1984 +14,M,39.0,9662,-109.08182699999641,31.937054000000447,2439521,20,10,1984 +12,F,30.0,9663,-109.07851899999636,31.938203000000414,2438517,20,10,1984 +12,F,40.0,9664,-109.07851899999636,31.938203000000414,2439521,20,10,1984 +5,M,29.0,9665,-109.07960199999636,31.93897000000045,2438517,21,10,1984 +4,F,38.0,9666,-109.08040899999641,31.93889400000041,2439521,21,10,1984 +11,F,98.0,9667,-109.07930699999636,31.938056000000426,2439531,21,10,1984 +9,F,48.0,9668,-109.08090299999638,31.93785900000039,2439541,21,10,1984 +13,M,42.0,9669,-109.08261299999641,31.937028000000442,2439521,21,10,1984 +9,F,46.0,9670,-109.08090299999638,31.93785900000039,2439541,21,10,1984 +9,F,30.0,9671,-109.08090299999638,31.93785900000039,2438517,21,10,1984 +1,M,39.0,9672,-109.08282899999641,31.938851000000387,2439521,21,10,1984 +2,F,40.0,9673,-109.08197499999642,31.93888700000037,2439521,21,10,1984 +5,F,34.0,9674,-109.07960199999636,31.93897000000045,2439521,21,10,1984 +8,F,26.0,9675,-109.08167999999641,31.937884000000402,2439541,21,10,1984 +1,F,38.0,9676,-109.08282899999641,31.938851000000387,2439521,21,10,1984 +8,M,138.0,9677,-109.08167999999641,31.937884000000402,2439531,21,10,1984 +4,F,40.0,9678,-109.08040899999641,31.93889400000041,2439521,21,10,1984 +11,F,33.0,9679,-109.07930699999636,31.938056000000426,2439521,21,10,1984 +9,M,40.0,9680,-109.08090299999638,31.93785900000039,2439521,21,10,1984 +3,F,18.0,9681,-109.08120799999641,31.938896000000387,2438517,21,10,1984 +8,F,46.0,9682,-109.08167999999641,31.937884000000402,2439541,21,10,1984 +2,F,43.0,9683,-109.08197499999642,31.93888700000037,2439541,21,10,1984 +11,M,46.0,9684,-109.07930699999636,31.938056000000426,2439541,21,10,1984 +11,F,36.0,9685,-109.07930699999636,31.938056000000426,2439521,21,10,1984 +8,M,46.0,9686,-109.08167999999641,31.937884000000402,2439541,21,10,1984 +9,M,22.0,9687,-109.08090299999638,31.93785900000039,2439521,21,10,1984 +8,M,40.0,9688,-109.08167999999641,31.937884000000402,2439521,21,10,1984 +3,F,,9689,-109.08120799999641,31.938896000000387,2439584,21,10,1984 +9,M,40.0,9690,-109.08090299999638,31.93785900000039,2439521,21,10,1984 +1,,,9691,-109.08282899999641,31.938851000000387,2491757,21,10,1984 +11,M,42.0,9692,-109.07930699999636,31.938056000000426,2439521,21,10,1984 +1,M,33.0,9693,-109.08282899999641,31.938851000000387,2439521,21,10,1984 +8,F,39.0,9694,-109.08167999999641,31.937884000000402,2439521,21,10,1984 +2,M,49.0,9695,-109.08197499999642,31.93888700000037,2439541,21,10,1984 +5,M,16.0,9696,-109.07960199999636,31.93897000000045,2438517,21,10,1984 +8,F,35.0,9697,-109.08167999999641,31.937884000000402,2439521,21,10,1984 +5,F,15.0,9698,-109.07960199999636,31.93897000000045,2438517,21,10,1984 +1,M,42.0,9699,-109.08282899999641,31.938851000000387,2439521,21,10,1984 +3,M,38.0,9700,-109.08120799999641,31.938896000000387,2438517,21,10,1984 +5,F,30.0,9701,-109.07960199999636,31.93897000000045,2439521,21,10,1984 +4,M,44.0,9702,-109.08040899999641,31.93889400000041,2439521,21,10,1984 +1,F,38.0,9703,-109.08282899999641,31.938851000000387,2439521,21,10,1984 +2,M,126.0,9704,-109.08197499999642,31.93888700000037,,21,10,1984 +3,F,36.0,9705,-109.08120799999641,31.938896000000387,2438517,21,10,1984 +13,F,37.0,9706,-109.08261299999641,31.937028000000442,2439521,21,10,1984 +3,F,16.0,9707,-109.08120799999641,31.938896000000387,2438517,21,10,1984 +11,F,39.0,9708,-109.07930699999636,31.938056000000426,2439521,21,10,1984 +9,M,42.0,9709,-109.08090299999638,31.93785900000039,2439521,21,10,1984 +7,M,9.0,9710,-109.08281599999641,31.938113000000413,2437874,21,10,1984 +4,F,,9711,-109.08040899999641,31.93889400000041,2439521,21,10,1984 +13,M,40.0,9712,-109.08261299999641,31.937028000000442,2439521,21,10,1984 +3,F,21.0,9713,-109.08120799999641,31.938896000000387,2438517,21,10,1984 +10,,,9714,-109.08009099999636,31.938017000000425,,21,10,1984 +15,,,9715,-109.08103599999642,31.937059000000463,,21,10,1984 +20,M,48.0,9716,-109.08019099999642,31.93633400000045,2439521,30,12,1984 +18,M,45.0,9717,-109.07863299999636,31.93712600000041,2438517,30,12,1984 +6,M,61.0,9718,-109.07883599999636,31.939078000000414,2439541,30,12,1984 +12,F,45.0,9719,-109.07851899999636,31.938203000000414,2439521,30,12,1984 +12,M,46.0,9720,-109.07851899999636,31.938203000000414,2439521,30,12,1984 +12,M,54.0,9721,-109.07851899999636,31.938203000000414,2439541,30,12,1984 +6,F,46.0,9722,-109.07883599999636,31.939078000000414,2439521,30,12,1984 +17,M,41.0,9723,-109.07941499999636,31.937117000000445,2439521,30,12,1984 +12,F,45.0,9724,-109.07851899999636,31.938203000000414,2439521,30,12,1984 +12,F,44.0,9725,-109.07851899999636,31.938203000000414,2439521,30,12,1984 +14,M,46.0,9726,-109.08182699999641,31.937054000000447,2438517,30,12,1984 +20,M,50.0,9727,-109.08019099999642,31.93633400000045,2439541,30,12,1984 +24,M,49.0,9728,-109.07773599999636,31.938560000000447,2439521,30,12,1984 +14,M,51.0,9729,-109.08182699999641,31.937054000000447,2439521,30,12,1984 +21,F,32.0,9730,-109.07939799999636,31.936448000000453,2439584,30,12,1984 +18,M,51.0,9731,-109.07863299999636,31.93712600000041,2439521,30,12,1984 +23,M,17.0,9732,-109.07783799999636,31.93676300000042,2437874,30,12,1984 +12,F,46.0,9733,-109.07851899999636,31.938203000000414,2439521,30,12,1984 +24,M,40.0,9734,-109.07773599999636,31.938560000000447,2439521,30,12,1984 +21,M,16.0,9735,-109.07939799999636,31.936448000000453,2437874,30,12,1984 +16,M,47.0,9736,-109.08024399999636,31.93709400000041,2439521,30,12,1984 +12,M,54.0,9737,-109.07851899999636,31.938203000000414,2439521,30,12,1984 +17,M,64.0,9738,-109.07941499999636,31.937117000000445,2439541,30,12,1984 +6,F,60.0,9739,-109.07883599999636,31.939078000000414,2439541,30,12,1984 +16,F,46.0,9740,-109.08024399999636,31.93709400000041,2439521,30,12,1984 +17,M,52.0,9741,-109.07941499999636,31.937117000000445,2439521,30,12,1984 +6,F,51.0,9742,-109.07883599999636,31.939078000000414,2439541,30,12,1984 +21,F,16.0,9743,-109.07939799999636,31.936448000000453,2437874,30,12,1984 +12,M,34.0,9744,-109.07851899999636,31.938203000000414,2438517,30,12,1984 +23,F,20.0,9745,-109.07783799999636,31.93676300000042,2437874,30,12,1984 +12,F,,9746,-109.07851899999636,31.938203000000414,2438517,30,12,1984 +7,,,9747,-109.08281599999641,31.938113000000413,,30,12,1984 +10,,,9748,-109.08009099999636,31.938017000000425,,30,12,1984 +15,,,9749,-109.08103599999642,31.937059000000463,,30,12,1984 +19,,,9750,-109.07791199999636,31.937438000000434,,30,12,1984 +22,,,9751,-109.07860199999635,31.93644100000042,,30,12,1984 +3,M,28.0,9752,-109.08120799999641,31.938896000000387,2438516,31,12,1984 +5,F,30.0,9753,-109.07960199999636,31.93897000000045,2439521,31,12,1984 +4,F,33.0,9754,-109.08040899999641,31.93889400000041,2439521,31,12,1984 +2,F,51.0,9755,-109.08197499999642,31.93888700000037,2439541,31,12,1984 +5,F,27.0,9756,-109.07960199999636,31.93897000000045,2439521,31,12,1984 +4,M,38.0,9757,-109.08040899999641,31.93889400000041,2439541,31,12,1984 +9,M,42.0,9758,-109.08090299999638,31.93785900000039,2439541,31,12,1984 +1,M,56.0,9759,-109.08282899999641,31.938851000000387,2439541,31,12,1984 +4,M,35.0,9760,-109.08040899999641,31.93889400000041,2439521,31,12,1984 +8,M,142.0,9761,-109.08167999999641,31.937884000000402,2439531,31,12,1984 +5,F,32.0,9762,-109.07960199999636,31.93897000000045,2439521,31,12,1984 +2,F,36.0,9763,-109.08197499999642,31.93888700000037,2439521,31,12,1984 +9,M,38.0,9764,-109.08090299999638,31.93785900000039,2439521,31,12,1984 +13,M,33.0,9765,-109.08261299999641,31.937028000000442,2439521,31,12,1984 +3,F,21.0,9766,-109.08120799999641,31.938896000000387,2438516,31,12,1984 +5,M,46.0,9767,-109.07960199999636,31.93897000000045,2439521,31,12,1984 +2,F,34.0,9768,-109.08197499999642,31.93888700000037,2439521,31,12,1984 +5,F,25.0,9769,-109.07960199999636,31.93897000000045,2438516,31,12,1984 +4,F,33.0,9770,-109.08040899999641,31.93889400000041,2439521,31,12,1984 +5,M,32.0,9771,-109.07960199999636,31.93897000000045,2439521,31,12,1984 +8,F,40.0,9772,-109.08167999999641,31.937884000000402,2439541,31,12,1984 +13,F,30.0,9773,-109.08261299999641,31.937028000000442,2439521,31,12,1984 +11,M,19.0,9774,-109.07930699999636,31.938056000000426,2438516,31,12,1984 +11,F,14.0,9775,-109.07930699999636,31.938056000000426,2437967,31,12,1984 +9,F,35.0,9776,-109.08090299999638,31.93785900000039,2439541,31,12,1984 +8,M,35.0,9777,-109.08167999999641,31.937884000000402,2439521,31,12,1984 +2,M,20.0,9778,-109.08197499999642,31.93888700000037,2437981,31,12,1984 +5,F,33.0,9779,-109.07960199999636,31.93897000000045,2439541,31,12,1984 +13,M,33.0,9780,-109.08261299999641,31.937028000000442,2439521,31,12,1984 +2,F,20.0,9781,-109.08197499999642,31.93888700000037,2437981,31,12,1984 +4,M,44.0,9782,-109.08040899999641,31.93889400000041,2439521,31,12,1984 +11,F,16.0,9783,-109.07930699999636,31.938056000000426,2438516,31,12,1984 +11,F,34.0,9784,-109.07930699999636,31.938056000000426,2439521,31,12,1984 +1,F,45.0,9785,-109.08282899999641,31.938851000000387,2439521,31,12,1984 +2,M,45.0,9786,-109.08197499999642,31.93888700000037,2439541,31,12,1984 +5,F,33.0,9787,-109.07960199999636,31.93897000000045,2439521,31,12,1984 +1,M,51.0,9788,-109.08282899999641,31.938851000000387,2439521,31,12,1984 +11,M,35.0,9789,-109.07930699999636,31.938056000000426,2439521,31,12,1984 +2,M,21.0,9790,-109.08197499999642,31.93888700000037,2438516,31,12,1984 +16,F,4.0,9791,-109.08024399999636,31.93709400000041,2437874,19,1,1985 +17,F,16.0,9792,-109.07941499999636,31.937117000000445,2438516,19,1,1985 +6,M,48.0,9793,-109.07883599999636,31.939078000000414,2439541,19,1,1985 +12,F,40.0,9794,-109.07851899999636,31.938203000000414,2439541,19,1,1985 +24,M,4.0,9795,-109.07773599999636,31.938560000000447,2437874,19,1,1985 +12,M,48.0,9796,-109.07851899999636,31.938203000000414,2439541,19,1,1985 +6,F,35.0,9797,-109.07883599999636,31.939078000000414,2439521,19,1,1985 +14,M,45.0,9798,-109.08182699999641,31.937054000000447,2439521,19,1,1985 +6,F,38.0,9799,-109.07883599999636,31.939078000000414,2439521,19,1,1985 +19,M,4.0,9800,-109.07791199999636,31.937438000000434,2437874,19,1,1985 +6,M,45.0,9801,-109.07883599999636,31.939078000000414,2439521,19,1,1985 +12,M,12.0,9802,-109.07851899999636,31.938203000000414,2437981,19,1,1985 +21,M,5.0,9803,-109.07939799999636,31.936448000000453,2437874,19,1,1985 +6,F,32.0,9804,-109.07883599999636,31.939078000000414,2439521,19,1,1985 +12,F,30.0,9805,-109.07851899999636,31.938203000000414,2439521,19,1,1985 +12,M,41.0,9806,-109.07851899999636,31.938203000000414,2439541,19,1,1985 +20,M,37.0,9807,-109.08019099999642,31.93633400000045,2439521,19,1,1985 +12,F,33.0,9808,-109.07851899999636,31.938203000000414,2439521,19,1,1985 +6,M,32.0,9809,-109.07883599999636,31.939078000000414,2438517,19,1,1985 +12,M,20.0,9810,-109.07851899999636,31.938203000000414,2438516,19,1,1985 +17,M,18.0,9811,-109.07941499999636,31.937117000000445,2438516,19,1,1985 +18,M,19.0,9812,-109.07863299999636,31.93712600000041,2438517,19,1,1985 +19,M,7.0,9813,-109.07791199999636,31.937438000000434,2437967,19,1,1985 +20,M,30.0,9814,-109.08019099999642,31.93633400000045,2439541,19,1,1985 +6,M,37.0,9815,-109.07883599999636,31.939078000000414,2439521,19,1,1985 +12,F,48.0,9816,-109.07851899999636,31.938203000000414,2439541,19,1,1985 +18,M,39.0,9817,-109.07863299999636,31.93712600000041,2439521,19,1,1985 +6,F,44.0,9818,-109.07883599999636,31.939078000000414,2439541,19,1,1985 +12,M,30.0,9819,-109.07851899999636,31.938203000000414,2439521,19,1,1985 +14,F,45.0,9820,-109.08182699999641,31.937054000000447,2438517,19,1,1985 +18,M,43.0,9821,-109.07863299999636,31.93712600000041,2439521,19,1,1985 +24,M,39.0,9822,-109.07773599999636,31.938560000000447,2439521,19,1,1985 +17,F,51.0,9823,-109.07941499999636,31.937117000000445,2439541,19,1,1985 +23,M,4.0,9824,-109.07783799999636,31.93676300000042,2437874,19,1,1985 +6,M,44.0,9825,-109.07883599999636,31.939078000000414,2439541,19,1,1985 +12,M,35.0,9826,-109.07851899999636,31.938203000000414,2439521,19,1,1985 +20,M,41.0,9827,-109.08019099999642,31.93633400000045,2439541,19,1,1985 +18,F,37.0,9828,-109.07863299999636,31.93712600000041,2439521,19,1,1985 +14,,,9829,-109.08182699999641,31.937054000000447,2491757,19,1,1985 +16,M,41.0,9830,-109.08024399999636,31.93709400000041,2439521,19,1,1985 +16,F,35.0,9831,-109.08024399999636,31.93709400000041,2439521,19,1,1985 +24,M,37.0,9832,-109.07773599999636,31.938560000000447,2439521,19,1,1985 +12,F,36.0,9833,-109.07851899999636,31.938203000000414,2439521,19,1,1985 +14,F,22.0,9834,-109.08182699999641,31.937054000000447,2437967,19,1,1985 +6,M,23.0,9835,-109.07883599999636,31.939078000000414,2438516,19,1,1985 +16,F,34.0,9836,-109.08024399999636,31.93709400000041,2439521,19,1,1985 +18,M,38.0,9837,-109.07863299999636,31.93712600000041,2439521,19,1,1985 +6,F,31.0,9838,-109.07883599999636,31.939078000000414,2438517,19,1,1985 +6,M,43.0,9839,-109.07883599999636,31.939078000000414,2439541,19,1,1985 +14,M,32.0,9840,-109.08182699999641,31.937054000000447,2438517,19,1,1985 +18,M,55.0,9841,-109.07863299999636,31.93712600000041,2439541,19,1,1985 +16,M,39.0,9842,-109.08024399999636,31.93709400000041,2439521,19,1,1985 +6,F,27.0,9843,-109.07883599999636,31.939078000000414,2439521,19,1,1985 +14,M,39.0,9844,-109.08182699999641,31.937054000000447,2439521,19,1,1985 +6,F,20.0,9845,-109.07883599999636,31.939078000000414,2438516,19,1,1985 +18,M,31.0,9846,-109.07863299999636,31.93712600000041,2438517,19,1,1985 +6,F,34.0,9847,-109.07883599999636,31.939078000000414,2439541,19,1,1985 +17,M,40.0,9848,-109.07941499999636,31.937117000000445,2439521,19,1,1985 +18,F,20.0,9849,-109.07863299999636,31.93712600000041,2438516,19,1,1985 +6,F,39.0,9850,-109.07883599999636,31.939078000000414,2439541,19,1,1985 +16,M,36.0,9851,-109.08024399999636,31.93709400000041,2439521,19,1,1985 +24,M,35.0,9852,-109.07773599999636,31.938560000000447,2439521,19,1,1985 +6,F,39.0,9853,-109.07883599999636,31.939078000000414,2439541,19,1,1985 +17,M,4.0,9854,-109.07941499999636,31.937117000000445,2437874,19,1,1985 +24,F,34.0,9855,-109.07773599999636,31.938560000000447,2439521,19,1,1985 +6,M,37.0,9856,-109.07883599999636,31.939078000000414,2439521,19,1,1985 +21,F,8.0,9857,-109.07939799999636,31.936448000000453,2437874,19,1,1985 +6,M,22.0,9858,-109.07883599999636,31.939078000000414,2438516,19,1,1985 +12,F,36.0,9859,-109.07851899999636,31.938203000000414,2439521,19,1,1985 +22,,,9860,-109.07860199999635,31.93644100000042,,19,1,1985 +11,F,16.0,9861,-109.07930699999636,31.938056000000426,2437967,20,1,1985 +10,,,9862,-109.08009099999636,31.938017000000425,2491757,20,1,1985 +13,,,9863,-109.08261299999641,31.937028000000442,2437568,20,1,1985 +1,F,40.0,9864,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +3,M,16.0,9865,-109.08120799999641,31.938896000000387,2437981,20,1,1985 +4,F,33.0,9866,-109.08040899999641,31.93889400000041,2439521,20,1,1985 +1,M,48.0,9867,-109.08282899999641,31.938851000000387,2439541,20,1,1985 +4,M,36.0,9868,-109.08040899999641,31.93889400000041,2439521,20,1,1985 +5,F,33.0,9869,-109.07960199999636,31.93897000000045,2439521,20,1,1985 +1,M,37.0,9870,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +5,F,34.0,9871,-109.07960199999636,31.93897000000045,2439521,20,1,1985 +15,M,5.0,9872,-109.08103599999642,31.937059000000463,2437874,20,1,1985 +1,M,38.0,9873,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +2,F,30.0,9874,-109.08197499999642,31.93888700000037,2439521,20,1,1985 +4,M,37.0,9875,-109.08040899999641,31.93889400000041,2439541,20,1,1985 +5,F,25.0,9876,-109.07960199999636,31.93897000000045,2439521,20,1,1985 +13,M,32.0,9877,-109.08261299999641,31.937028000000442,2439521,20,1,1985 +4,F,33.0,9878,-109.08040899999641,31.93889400000041,2439521,20,1,1985 +5,M,47.0,9879,-109.07960199999636,31.93897000000045,2439521,20,1,1985 +9,,,9880,-109.08090299999638,31.93785900000039,2439521,20,1,1985 +2,M,44.0,9881,-109.08197499999642,31.93888700000037,2439521,20,1,1985 +8,F,41.0,9882,-109.08167999999641,31.937884000000402,2439541,20,1,1985 +15,,,9883,-109.08103599999642,31.937059000000463,2437568,20,1,1985 +3,F,20.0,9884,-109.08120799999641,31.938896000000387,2437981,20,1,1985 +5,M,30.0,9885,-109.07960199999636,31.93897000000045,2439521,20,1,1985 +8,M,43.0,9886,-109.08167999999641,31.937884000000402,2439541,20,1,1985 +9,M,38.0,9887,-109.08090299999638,31.93785900000039,2439521,20,1,1985 +11,M,39.0,9888,-109.07930699999636,31.938056000000426,2439521,20,1,1985 +9,F,55.0,9889,-109.08090299999638,31.93785900000039,2439541,20,1,1985 +1,F,39.0,9890,-109.08282899999641,31.938851000000387,2439541,20,1,1985 +9,M,48.0,9891,-109.08090299999638,31.93785900000039,2439541,20,1,1985 +1,,,9892,-109.08282899999641,31.938851000000387,2437568,20,1,1985 +2,F,106.0,9893,-109.08197499999642,31.93888700000037,2439531,20,1,1985 +1,F,30.0,9894,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +2,F,33.0,9895,-109.08197499999642,31.93888700000037,2439521,20,1,1985 +9,,,9896,-109.08090299999638,31.93785900000039,2491757,20,1,1985 +5,F,31.0,9897,-109.07960199999636,31.93897000000045,2438517,20,1,1985 +1,F,36.0,9898,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +13,F,30.0,9899,-109.08261299999641,31.937028000000442,2439521,20,1,1985 +9,M,50.0,9900,-109.08090299999638,31.93785900000039,2439541,20,1,1985 +1,M,39.0,9901,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +2,M,35.0,9902,-109.08197499999642,31.93888700000037,2439521,20,1,1985 +5,M,41.0,9903,-109.07960199999636,31.93897000000045,2439521,20,1,1985 +5,M,31.0,9904,-109.07960199999636,31.93897000000045,2438517,20,1,1985 +3,M,42.0,9905,-109.08120799999641,31.938896000000387,2439521,20,1,1985 +1,M,48.0,9906,-109.08282899999641,31.938851000000387,2439541,20,1,1985 +4,M,44.0,9907,-109.08040899999641,31.93889400000041,2439521,20,1,1985 +2,F,48.0,9908,-109.08197499999642,31.93888700000037,2439541,20,1,1985 +1,F,38.0,9909,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +15,F,4.0,9910,-109.08103599999642,31.937059000000463,2437874,20,1,1985 +9,M,52.0,9911,-109.08090299999638,31.93785900000039,2439541,20,1,1985 +13,M,30.0,9912,-109.08261299999641,31.937028000000442,2439521,20,1,1985 +1,M,147.0,9913,-109.08282899999641,31.938851000000387,2439531,20,1,1985 +2,M,44.0,9914,-109.08197499999642,31.93888700000037,2439541,20,1,1985 +9,F,32.0,9915,-109.08090299999638,31.93785900000039,2439541,20,1,1985 +3,F,7.0,9916,-109.08120799999641,31.938896000000387,2437874,20,1,1985 +1,F,40.0,9917,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +1,M,37.0,9918,-109.08282899999641,31.938851000000387,2439521,20,1,1985 +11,F,43.0,9919,-109.07930699999636,31.938056000000426,2439521,20,1,1985 +8,M,36.0,9920,-109.08167999999641,31.937884000000402,2439521,20,1,1985 +2,F,36.0,9921,-109.08197499999642,31.93888700000037,2439521,20,1,1985 +5,F,31.0,9922,-109.07960199999636,31.93897000000045,2439521,20,1,1985 +5,F,33.0,9923,-109.07960199999636,31.93897000000045,2439541,20,1,1985 +9,F,33.0,9924,-109.08090299999638,31.93785900000039,2439521,20,1,1985 +7,,,9925,-109.08281599999641,31.938113000000413,2437874,20,1,1985 +6,F,33.0,9926,-109.07883599999636,31.939078000000414,2439521,16,2,1985 +21,M,5.0,9927,-109.07939799999636,31.936448000000453,2437874,16,2,1985 +17,M,36.0,9928,-109.07941499999636,31.937117000000445,2439521,16,2,1985 +6,F,31.0,9929,-109.07883599999636,31.939078000000414,2438517,16,2,1985 +16,M,37.0,9930,-109.08024399999636,31.93709400000041,2439521,16,2,1985 +6,M,38.0,9931,-109.07883599999636,31.939078000000414,2439521,16,2,1985 +6,F,33.0,9932,-109.07883599999636,31.939078000000414,2439521,16,2,1985 +12,F,30.0,9933,-109.07851899999636,31.938203000000414,2438517,16,2,1985 +12,M,40.0,9934,-109.07851899999636,31.938203000000414,2437981,16,2,1985 +12,M,45.0,9935,-109.07851899999636,31.938203000000414,2438517,16,2,1985 +16,F,40.0,9936,-109.08024399999636,31.93709400000041,2439521,16,2,1985 +12,F,40.0,9937,-109.07851899999636,31.938203000000414,2439541,16,2,1985 +21,M,4.0,9938,-109.07939799999636,31.936448000000453,2437874,16,2,1985 +6,F,39.0,9939,-109.07883599999636,31.939078000000414,2439521,16,2,1985 +20,,,9940,-109.08019099999642,31.93633400000045,2437568,16,2,1985 +12,M,38.0,9941,-109.07851899999636,31.938203000000414,2439521,16,2,1985 +12,,,9942,-109.07851899999636,31.938203000000414,2491757,16,2,1985 +12,M,41.0,9943,-109.07851899999636,31.938203000000414,2439541,16,2,1985 +6,M,52.0,9944,-109.07883599999636,31.939078000000414,2439541,16,2,1985 +22,M,43.0,9945,-109.07860199999635,31.93644100000042,2439521,16,2,1985 +20,M,43.0,9946,-109.08019099999642,31.93633400000045,2439541,16,2,1985 +6,F,30.0,9947,-109.07883599999636,31.939078000000414,2439521,16,2,1985 +21,M,36.0,9948,-109.07939799999636,31.936448000000453,2438517,16,2,1985 +6,M,49.0,9949,-109.07883599999636,31.939078000000414,2439521,16,2,1985 +24,M,6.0,9950,-109.07773599999636,31.938560000000447,2437874,16,2,1985 +16,M,5.0,9951,-109.08024399999636,31.93709400000041,2437874,16,2,1985 +24,M,41.0,9952,-109.07773599999636,31.938560000000447,2439521,16,2,1985 +14,M,42.0,9953,-109.08182699999641,31.937054000000447,2439521,16,2,1985 +6,M,32.0,9954,-109.07883599999636,31.939078000000414,2438517,16,2,1985 +12,F,41.0,9955,-109.07851899999636,31.938203000000414,2439521,16,2,1985 +12,F,38.0,9956,-109.07851899999636,31.938203000000414,2439521,16,2,1985 +22,F,33.0,9957,-109.07860199999635,31.93644100000042,2439521,16,2,1985 +12,F,47.0,9958,-109.07851899999636,31.938203000000414,2439541,16,2,1985 +18,M,40.0,9959,-109.07863299999636,31.93712600000041,2439521,16,2,1985 +24,M,38.0,9960,-109.07773599999636,31.938560000000447,2439521,16,2,1985 +6,F,53.0,9961,-109.07883599999636,31.939078000000414,2439541,16,2,1985 +14,F,34.0,9962,-109.08182699999641,31.937054000000447,2438517,16,2,1985 +19,M,,9963,-109.07791199999636,31.937438000000434,2439566,16,2,1985 +6,F,40.0,9964,-109.07883599999636,31.939078000000414,2439541,16,2,1985 +20,F,,9965,-109.08019099999642,31.93633400000045,2437981,16,2,1985 +17,M,42.0,9966,-109.07941499999636,31.937117000000445,2439521,16,2,1985 +14,M,35.0,9967,-109.08182699999641,31.937054000000447,2438517,16,2,1985 +16,F,5.0,9968,-109.08024399999636,31.93709400000041,2437874,16,2,1985 +6,F,42.0,9969,-109.07883599999636,31.939078000000414,2439541,16,2,1985 +6,M,47.0,9970,-109.07883599999636,31.939078000000414,2439541,16,2,1985 +12,M,45.0,9971,-109.07851899999636,31.938203000000414,2439521,16,2,1985 +16,M,42.0,9972,-109.08024399999636,31.93709400000041,2439521,16,2,1985 +6,M,43.0,9973,-109.07883599999636,31.939078000000414,2439541,16,2,1985 +16,M,41.0,9974,-109.08024399999636,31.93709400000041,2439521,16,2,1985 +6,M,39.0,9975,-109.07883599999636,31.939078000000414,2439521,16,2,1985 +6,F,23.0,9976,-109.07883599999636,31.939078000000414,2437981,16,2,1985 +23,,,9977,-109.07783799999636,31.93676300000042,,16,2,1985 +4,M,43.0,9978,-109.08040899999641,31.93889400000041,2439541,17,2,1985 +5,F,27.0,9979,-109.07960199999636,31.93897000000045,2439521,17,2,1985 +1,,42.0,9980,-109.08282899999641,31.938851000000387,2439521,17,2,1985 +2,F,37.0,9981,-109.08197499999642,31.93888700000037,2439521,17,2,1985 +9,F,120.0,9982,-109.08090299999638,31.93785900000039,2439531,17,2,1985 +4,M,36.0,9983,-109.08040899999641,31.93889400000041,2439521,17,2,1985 +9,M,81.0,9984,-109.08090299999638,31.93785900000039,2439531,17,2,1985 +2,M,39.0,9985,-109.08197499999642,31.93888700000037,2439521,17,2,1985 +9,M,40.0,9986,-109.08090299999638,31.93785900000039,2439521,17,2,1985 +13,M,33.0,9987,-109.08261299999641,31.937028000000442,2439521,17,2,1985 +3,M,44.0,9988,-109.08120799999641,31.938896000000387,2439521,17,2,1985 +5,F,36.0,9989,-109.07960199999636,31.93897000000045,2439521,17,2,1985 +13,F,39.0,9990,-109.08261299999641,31.937028000000442,2439521,17,2,1985 +2,F,26.0,9991,-109.08197499999642,31.93888700000037,2438517,17,2,1985 +3,F,141.0,9992,-109.08120799999641,31.938896000000387,,17,2,1985 +1,F,36.0,9993,-109.08282899999641,31.938851000000387,2439521,17,2,1985 +8,M,45.0,9994,-109.08167999999641,31.937884000000402,2439541,17,2,1985 +4,F,33.0,9995,-109.08040899999641,31.93889400000041,2439521,17,2,1985 +5,M,,9996,-109.07960199999636,31.93897000000045,2438517,17,2,1985 +8,M,150.0,9997,-109.08167999999641,31.937884000000402,2439531,17,2,1985 +4,F,35.0,9998,-109.08040899999641,31.93889400000041,2439521,17,2,1985 +5,M,44.0,9999,-109.07960199999636,31.93897000000045,2439521,17,2,1985 +2,M,16.0,10000,-109.08197499999642,31.93888700000037,2437981,17,2,1985 +3,M,5.0,10001,-109.08120799999641,31.938896000000387,2437874,17,2,1985 +2,F,39.0,10002,-109.08197499999642,31.93888700000037,2439521,17,2,1985 +9,M,51.0,10003,-109.08090299999638,31.93785900000039,2439541,17,2,1985 +5,F,33.0,10004,-109.07960199999636,31.93897000000045,2439521,17,2,1985 +2,F,37.0,10005,-109.08197499999642,31.93888700000037,2439521,17,2,1985 +11,M,41.0,10006,-109.07930699999636,31.938056000000426,2439521,17,2,1985 +2,F,42.0,10007,-109.08197499999642,31.93888700000037,2439521,17,2,1985 +2,M,19.0,10008,-109.08197499999642,31.93888700000037,2437967,17,2,1985 +4,F,36.0,10009,-109.08040899999641,31.93889400000041,2439521,17,2,1985 +11,M,19.0,10010,-109.07930699999636,31.938056000000426,2438516,17,2,1985 +1,M,51.0,10011,-109.08282899999641,31.938851000000387,2439541,17,2,1985 +13,F,33.0,10012,-109.08261299999641,31.937028000000442,2439521,17,2,1985 +9,F,36.0,10013,-109.08090299999638,31.93785900000039,2439541,17,2,1985 +1,M,46.0,10014,-109.08282899999641,31.938851000000387,2439541,17,2,1985 +4,F,36.0,10015,-109.08040899999641,31.93889400000041,2438517,17,2,1985 +5,F,35.0,10016,-109.07960199999636,31.93897000000045,2439541,17,2,1985 +15,F,32.0,10017,-109.08103599999642,31.937059000000463,2439521,17,2,1985 +13,M,33.0,10018,-109.08261299999641,31.937028000000442,2439521,17,2,1985 +2,F,18.0,10019,-109.08197499999642,31.93888700000037,2437981,17,2,1985 +7,F,11.0,10020,-109.08281599999641,31.938113000000413,2437874,17,2,1985 +1,F,34.0,10021,-109.08282899999641,31.938851000000387,2439521,17,2,1985 +2,M,44.0,10022,-109.08197499999642,31.93888700000037,2439521,17,2,1985 +5,F,29.0,10023,-109.07960199999636,31.93897000000045,2438517,17,2,1985 +9,F,10.0,10024,-109.08090299999638,31.93785900000039,2438516,17,2,1985 +1,F,59.0,10025,-109.08282899999641,31.938851000000387,2439541,17,2,1985 +10,F,7.0,10026,-109.08009099999636,31.938017000000425,2437874,17,2,1985 +5,M,49.0,10027,-109.07960199999636,31.93897000000045,2439521,17,2,1985 +8,M,41.0,10028,-109.08167999999641,31.937884000000402,2439521,17,2,1985 +13,M,38.0,10029,-109.08261299999641,31.937028000000442,2439521,17,2,1985 +11,M,33.0,10030,-109.07930699999636,31.938056000000426,2438517,17,2,1985 +9,F,43.0,10031,-109.08090299999638,31.93785900000039,2438517,17,2,1985 +2,F,37.0,10032,-109.08197499999642,31.93888700000037,2439521,17,2,1985 +11,F,32.0,10033,-109.07930699999636,31.938056000000426,2439521,17,2,1985 +12,M,50.0,10034,-109.07851899999636,31.938203000000414,2439541,16,3,1985 +21,F,40.0,10035,-109.07939799999636,31.936448000000453,2439521,16,3,1985 +6,M,43.0,10036,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +6,M,37.0,10037,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +21,F,43.0,10038,-109.07939799999636,31.936448000000453,2439521,16,3,1985 +6,F,41.0,10039,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +6,F,33.0,10040,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +24,M,17.0,10041,-109.07773599999636,31.938560000000447,2437981,16,3,1985 +6,M,46.0,10042,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +14,F,42.0,10043,-109.08182699999641,31.937054000000447,2439521,16,3,1985 +16,F,34.0,10044,-109.08024399999636,31.93709400000041,2438517,16,3,1985 +6,F,,10045,-109.07883599999636,31.939078000000414,2438517,16,3,1985 +6,M,31.0,10046,-109.07883599999636,31.939078000000414,2438517,16,3,1985 +6,M,50.0,10047,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +16,F,35.0,10048,-109.08024399999636,31.93709400000041,2439521,16,3,1985 +18,F,35.0,10049,-109.07863299999636,31.93712600000041,2438517,16,3,1985 +22,F,44.0,10050,-109.07860199999635,31.93644100000042,2438517,16,3,1985 +12,M,47.0,10051,-109.07851899999636,31.938203000000414,2439521,16,3,1985 +12,M,20.0,10052,-109.07851899999636,31.938203000000414,2438516,16,3,1985 +16,M,44.0,10053,-109.08024399999636,31.93709400000041,2439521,16,3,1985 +19,F,14.0,10054,-109.07791199999636,31.937438000000434,2437967,16,3,1985 +22,M,17.0,10055,-109.07860199999635,31.93644100000042,2438516,16,3,1985 +20,M,43.0,10056,-109.08019099999642,31.93633400000045,2439541,16,3,1985 +18,F,34.0,10057,-109.07863299999636,31.93712600000041,2439521,16,3,1985 +12,F,54.0,10058,-109.07851899999636,31.938203000000414,2439541,16,3,1985 +12,M,38.0,10059,-109.07851899999636,31.938203000000414,2438517,16,3,1985 +24,F,39.0,10060,-109.07773599999636,31.938560000000447,2439521,16,3,1985 +12,M,43.0,10061,-109.07851899999636,31.938203000000414,2439521,16,3,1985 +18,M,43.0,10062,-109.07863299999636,31.93712600000041,2439521,16,3,1985 +12,F,38.0,10063,-109.07851899999636,31.938203000000414,2439521,16,3,1985 +24,M,40.0,10064,-109.07773599999636,31.938560000000447,2439521,16,3,1985 +6,F,42.0,10065,-109.07883599999636,31.939078000000414,2439541,16,3,1985 +12,F,40.0,10066,-109.07851899999636,31.938203000000414,2439521,16,3,1985 +24,,,10067,-109.07773599999636,31.938560000000447,2439521,16,3,1985 +19,M,16.0,10068,-109.07791199999636,31.937438000000434,2437874,16,3,1985 +14,F,34.0,10069,-109.08182699999641,31.937054000000447,2438517,16,3,1985 +21,M,43.0,10070,-109.07939799999636,31.936448000000453,2439521,16,3,1985 +6,M,47.0,10071,-109.07883599999636,31.939078000000414,2439541,16,3,1985 +22,M,22.0,10072,-109.07860199999635,31.93644100000042,2438516,16,3,1985 +6,F,45.0,10073,-109.07883599999636,31.939078000000414,2439541,16,3,1985 +14,M,47.0,10074,-109.08182699999641,31.937054000000447,2439521,16,3,1985 +16,M,21.0,10075,-109.08024399999636,31.93709400000041,2438516,16,3,1985 +18,F,21.0,10076,-109.07863299999636,31.93712600000041,2437967,16,3,1985 +17,M,20.0,10077,-109.07941499999636,31.937117000000445,2439541,16,3,1985 +6,M,46.0,10078,-109.07883599999636,31.939078000000414,2439541,16,3,1985 +24,,,10079,-109.07773599999636,31.938560000000447,2437300,16,3,1985 +21,M,5.0,10080,-109.07939799999636,31.936448000000453,2437874,16,3,1985 +6,M,45.0,10081,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +6,F,33.0,10082,-109.07883599999636,31.939078000000414,2439521,16,3,1985 +6,M,15.0,10083,-109.07883599999636,31.939078000000414,2437981,16,3,1985 +17,F,42.0,10084,-109.07941499999636,31.937117000000445,2439521,16,3,1985 +23,,,10085,-109.07783799999636,31.93676300000042,,16,3,1985 +3,F,153.0,10086,-109.08120799999641,31.938896000000387,,17,3,1985 +4,M,40.0,10087,-109.08040899999641,31.93889400000041,2439541,17,3,1985 +3,F,26.0,10088,-109.08120799999641,31.938896000000387,2437981,17,3,1985 +9,F,125.0,10089,-109.08090299999638,31.93785900000039,2439531,17,3,1985 +8,M,48.0,10090,-109.08167999999641,31.937884000000402,2439541,17,3,1985 +15,M,16.0,10091,-109.08103599999642,31.937059000000463,2437967,17,3,1985 +2,M,32.0,10092,-109.08197499999642,31.93888700000037,2438517,17,3,1985 +2,F,38.0,10093,-109.08197499999642,31.93888700000037,2439521,17,3,1985 +5,M,49.0,10094,-109.07960199999636,31.93897000000045,2439521,17,3,1985 +2,F,12.0,10095,-109.08197499999642,31.93888700000037,2439541,17,3,1985 +3,M,48.0,10096,-109.08120799999641,31.938896000000387,2439521,17,3,1985 +5,M,42.0,10097,-109.07960199999636,31.93897000000045,2439521,17,3,1985 +3,M,18.0,10098,-109.08120799999641,31.938896000000387,2437981,17,3,1985 +5,F,15.0,10099,-109.07960199999636,31.93897000000045,2438517,17,3,1985 +8,M,154.0,10100,-109.08167999999641,31.937884000000402,2439531,17,3,1985 +4,F,33.0,10101,-109.08040899999641,31.93889400000041,2439521,17,3,1985 +3,M,11.0,10102,-109.08120799999641,31.938896000000387,2437967,17,3,1985 +2,F,41.0,10103,-109.08197499999642,31.93888700000037,2439541,17,3,1985 +4,F,45.0,10104,-109.08040899999641,31.93889400000041,2439541,17,3,1985 +8,F,37.0,10105,-109.08167999999641,31.937884000000402,2439541,17,3,1985 +9,M,96.0,10106,-109.08090299999638,31.93785900000039,2439531,17,3,1985 +1,F,104.0,10107,-109.08282899999641,31.938851000000387,2439531,17,3,1985 +13,M,39.0,10108,-109.08261299999641,31.937028000000442,2439521,17,3,1985 +2,F,33.0,10109,-109.08197499999642,31.93888700000037,2438517,17,3,1985 +2,F,43.0,10110,-109.08197499999642,31.93888700000037,2439521,17,3,1985 +5,F,41.0,10111,-109.07960199999636,31.93897000000045,2439521,17,3,1985 +15,F,43.0,10112,-109.08103599999642,31.937059000000463,2439521,17,3,1985 +13,F,40.0,10113,-109.08261299999641,31.937028000000442,2439521,17,3,1985 +11,F,5.0,10114,-109.07930699999636,31.938056000000426,2437874,17,3,1985 +2,F,39.0,10115,-109.08197499999642,31.93888700000037,2439521,17,3,1985 +4,F,40.0,10116,-109.08040899999641,31.93889400000041,2439521,17,3,1985 +9,F,43.0,10117,-109.08090299999638,31.93785900000039,2439521,17,3,1985 +9,F,42.0,10118,-109.08090299999638,31.93785900000039,2439521,17,3,1985 +5,M,27.0,10119,-109.07960199999636,31.93897000000045,2438517,17,3,1985 +10,M,4.0,10120,-109.08009099999636,31.938017000000425,2437874,17,3,1985 +1,F,49.0,10121,-109.08282899999641,31.938851000000387,2439541,17,3,1985 +9,M,40.0,10122,-109.08090299999638,31.93785900000039,2439521,17,3,1985 +8,F,50.0,10123,-109.08167999999641,31.937884000000402,2439521,17,3,1985 +2,M,46.0,10124,-109.08197499999642,31.93888700000037,2439541,17,3,1985 +1,F,37.0,10125,-109.08282899999641,31.938851000000387,2439521,17,3,1985 +4,F,39.0,10126,-109.08040899999641,31.93889400000041,2439521,17,3,1985 +11,M,24.0,10127,-109.07930699999636,31.938056000000426,2438517,17,3,1985 +1,M,37.0,10128,-109.08282899999641,31.938851000000387,2439541,17,3,1985 +8,M,43.0,10129,-109.08167999999641,31.937884000000402,2439521,17,3,1985 +1,M,37.0,10130,-109.08282899999641,31.938851000000387,2439541,17,3,1985 +11,M,43.0,10131,-109.07930699999636,31.938056000000426,2439521,17,3,1985 +1,M,41.0,10132,-109.08282899999641,31.938851000000387,2439521,17,3,1985 +5,F,28.0,10133,-109.07960199999636,31.93897000000045,2438517,17,3,1985 +7,F,9.0,10134,-109.08281599999641,31.938113000000413,2437874,17,3,1985 +1,M,40.0,10135,-109.08282899999641,31.938851000000387,2439521,17,3,1985 +4,F,26.0,10136,-109.08040899999641,31.93889400000041,2438517,17,3,1985 +14,M,52.0,10137,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +17,M,47.0,10138,-109.07941499999636,31.937117000000445,2439521,20,4,1985 +18,M,51.0,10139,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +6,F,50.0,10140,-109.07883599999636,31.939078000000414,2439541,20,4,1985 +12,M,53.0,10141,-109.07851899999636,31.938203000000414,2439541,20,4,1985 +20,M,145.0,10142,-109.08019099999642,31.93633400000045,2439531,20,4,1985 +14,M,48.0,10143,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +16,M,46.0,10144,-109.08024399999636,31.93709400000041,2439541,20,4,1985 +6,F,47.0,10145,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +20,F,30.0,10146,-109.08019099999642,31.93633400000045,2438517,20,4,1985 +14,M,48.0,10147,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +6,M,46.0,10148,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +12,F,63.0,10149,-109.07851899999636,31.938203000000414,2439541,20,4,1985 +14,F,47.0,10150,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +18,F,36.0,10151,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +6,F,25.0,10152,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +18,F,51.0,10153,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +24,,,10154,-109.07773599999636,31.938560000000447,2437568,20,4,1985 +21,F,35.0,10155,-109.07939799999636,31.936448000000453,2439521,20,4,1985 +20,M,46.0,10156,-109.08019099999642,31.93633400000045,2439541,20,4,1985 +14,,,10157,-109.08182699999641,31.937054000000447,2437300,20,4,1985 +22,F,50.0,10158,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +20,F,127.0,10159,-109.08019099999642,31.93633400000045,2439531,20,4,1985 +14,M,52.0,10160,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +12,M,55.0,10161,-109.07851899999636,31.938203000000414,2439541,20,4,1985 +18,F,45.0,10162,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +6,F,41.0,10163,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +22,M,14.0,10164,-109.07860199999635,31.93644100000042,2439591,20,4,1985 +20,M,38.0,10165,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +12,F,48.0,10166,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +18,M,49.0,10167,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +6,M,128.0,10168,-109.07883599999636,31.939078000000414,2439531,20,4,1985 +22,M,45.0,10169,-109.07860199999635,31.93644100000042,2439541,20,4,1985 +22,F,37.0,10170,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +6,M,43.0,10171,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +20,M,39.0,10172,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +12,M,44.0,10173,-109.07851899999636,31.938203000000414,2439541,20,4,1985 +24,M,138.0,10174,-109.07773599999636,31.938560000000447,,20,4,1985 +12,F,43.0,10175,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +14,F,39.0,10176,-109.08182699999641,31.937054000000447,2438517,20,4,1985 +6,F,16.0,10177,-109.07883599999636,31.939078000000414,2439591,20,4,1985 +22,F,51.0,10178,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +14,M,47.0,10179,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +24,M,43.0,10180,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +6,M,49.0,10181,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +17,M,16.0,10182,-109.07941499999636,31.937117000000445,2437967,20,4,1985 +24,M,21.0,10183,-109.07773599999636,31.938560000000447,2437967,20,4,1985 +20,F,48.0,10184,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +24,F,33.0,10185,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +6,F,31.0,10186,-109.07883599999636,31.939078000000414,2439541,20,4,1985 +24,M,21.0,10187,-109.07773599999636,31.938560000000447,2437981,20,4,1985 +14,M,24.0,10188,-109.08182699999641,31.937054000000447,2437967,20,4,1985 +19,M,50.0,10189,-109.07791199999636,31.937438000000434,2439521,20,4,1985 +18,F,35.0,10190,-109.07863299999636,31.93712600000041,2438517,20,4,1985 +12,M,46.0,10191,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +22,M,,10192,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +24,M,46.0,10193,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +12,M,49.0,10194,-109.07851899999636,31.938203000000414,2439541,20,4,1985 +22,M,29.0,10195,-109.07860199999635,31.93644100000042,2438516,20,4,1985 +18,F,46.0,10196,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +22,F,50.0,10197,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +17,M,42.0,10198,-109.07941499999636,31.937117000000445,2439521,20,4,1985 +6,M,134.0,10199,-109.07883599999636,31.939078000000414,2439531,20,4,1985 +12,M,20.0,10200,-109.07851899999636,31.938203000000414,2438516,20,4,1985 +18,F,43.0,10201,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +22,M,48.0,10202,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +18,M,47.0,10203,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +24,M,45.0,10204,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +22,M,47.0,10205,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +18,M,60.0,10206,-109.07863299999636,31.93712600000041,2439541,20,4,1985 +19,M,47.0,10207,-109.07791199999636,31.937438000000434,2439521,20,4,1985 +18,M,29.0,10208,-109.07863299999636,31.93712600000041,2438517,20,4,1985 +24,F,51.0,10209,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +6,M,55.0,10210,-109.07883599999636,31.939078000000414,2439541,20,4,1985 +14,F,49.0,10211,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +18,F,31.0,10212,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +12,F,59.0,10213,-109.07851899999636,31.938203000000414,2439541,20,4,1985 +20,M,46.0,10214,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +6,M,53.0,10215,-109.07883599999636,31.939078000000414,2439541,20,4,1985 +12,M,41.0,10216,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +22,M,15.0,10217,-109.07860199999635,31.93644100000042,2437981,20,4,1985 +20,F,52.0,10218,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +14,F,54.0,10219,-109.08182699999641,31.937054000000447,2439541,20,4,1985 +6,F,37.0,10220,-109.07883599999636,31.939078000000414,2438517,20,4,1985 +21,F,27.0,10221,-109.07939799999636,31.936448000000453,2437967,20,4,1985 +24,F,44.0,10222,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +22,M,42.0,10223,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +20,F,48.0,10224,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +14,F,47.0,10225,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +17,F,38.0,10226,-109.07941499999636,31.937117000000445,2439541,20,4,1985 +18,M,45.0,10227,-109.07863299999636,31.93712600000041,2439521,20,4,1985 +6,M,60.0,10228,-109.07883599999636,31.939078000000414,2439541,20,4,1985 +20,M,39.0,10229,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +14,M,28.0,10230,-109.08182699999641,31.937054000000447,2438517,20,4,1985 +24,M,43.0,10231,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +6,,,10232,-109.07883599999636,31.939078000000414,2437300,20,4,1985 +12,M,24.0,10233,-109.07851899999636,31.938203000000414,2438517,20,4,1985 +22,M,39.0,10234,-109.07860199999635,31.93644100000042,2439521,20,4,1985 +20,M,50.0,10235,-109.08019099999642,31.93633400000045,2439521,20,4,1985 +16,M,5.0,10236,-109.08024399999636,31.93709400000041,2437874,20,4,1985 +24,,,10237,-109.07773599999636,31.938560000000447,2437300,20,4,1985 +6,M,46.0,10238,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +12,M,50.0,10239,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +17,M,46.0,10240,-109.07941499999636,31.937117000000445,2439541,20,4,1985 +12,M,49.0,10241,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +14,M,27.0,10242,-109.08182699999641,31.937054000000447,2438517,20,4,1985 +17,F,6.0,10243,-109.07941499999636,31.937117000000445,2437874,20,4,1985 +24,M,45.0,10244,-109.07773599999636,31.938560000000447,2439521,20,4,1985 +12,F,53.0,10245,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +20,F,56.0,10246,-109.08019099999642,31.93633400000045,2439531,20,4,1985 +19,F,46.0,10247,-109.07791199999636,31.937438000000434,2439521,20,4,1985 +6,F,44.0,10248,-109.07883599999636,31.939078000000414,2439521,20,4,1985 +14,M,51.0,10249,-109.08182699999641,31.937054000000447,2439521,20,4,1985 +18,F,63.0,10250,-109.07863299999636,31.93712600000041,2439541,20,4,1985 +6,M,19.0,10251,-109.07883599999636,31.939078000000414,2437981,20,4,1985 +12,F,44.0,10252,-109.07851899999636,31.938203000000414,2439521,20,4,1985 +20,M,142.0,10253,-109.08019099999642,31.93633400000045,2439531,20,4,1985 +23,,,10254,-109.07783799999636,31.93676300000042,,20,4,1985 +2,M,27.0,10255,-109.08197499999642,31.93888700000037,2439521,21,4,1985 +3,F,32.0,10256,-109.08120799999641,31.938896000000387,2438517,21,4,1985 +13,M,40.0,10257,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +8,F,35.0,10258,-109.08167999999641,31.937884000000402,2438517,21,4,1985 +1,F,49.0,10259,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +3,M,21.0,10260,-109.08120799999641,31.938896000000387,2439591,21,4,1985 +4,M,51.0,10261,-109.08040899999641,31.93889400000041,2439541,21,4,1985 +11,M,54.0,10262,-109.07930699999636,31.938056000000426,2439541,21,4,1985 +13,F,53.0,10263,-109.08261299999641,31.937028000000442,2439541,21,4,1985 +9,F,50.0,10264,-109.08090299999638,31.93785900000039,2439541,21,4,1985 +1,F,67.0,10265,-109.08282899999641,31.938851000000387,2439541,21,4,1985 +4,F,47.0,10266,-109.08040899999641,31.93889400000041,2439521,21,4,1985 +13,M,54.0,10267,-109.08261299999641,31.937028000000442,2439541,21,4,1985 +7,F,12.0,10268,-109.08281599999641,31.938113000000413,2437874,21,4,1985 +8,M,147.0,10269,-109.08167999999641,31.937884000000402,2439531,21,4,1985 +8,M,52.0,10270,-109.08167999999641,31.937884000000402,2439541,21,4,1985 +13,F,54.0,10271,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +8,F,133.0,10272,-109.08167999999641,31.937884000000402,2439531,21,4,1985 +11,M,25.0,10273,-109.07930699999636,31.938056000000426,2438517,21,4,1985 +9,F,10.0,10274,-109.08090299999638,31.93785900000039,2439591,21,4,1985 +1,M,47.0,10275,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +4,M,21.0,10276,-109.08040899999641,31.93889400000041,2439521,21,4,1985 +1,F,44.0,10277,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +2,F,44.0,10278,-109.08197499999642,31.93888700000037,2439521,21,4,1985 +13,M,46.0,10279,-109.08261299999641,31.937028000000442,2439541,21,4,1985 +8,F,53.0,10280,-109.08167999999641,31.937884000000402,2439541,21,4,1985 +11,F,62.0,10281,-109.07930699999636,31.938056000000426,2439541,21,4,1985 +13,M,41.0,10282,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +3,M,103.0,10283,-109.08120799999641,31.938896000000387,,21,4,1985 +15,F,19.0,10284,-109.08103599999642,31.937059000000463,2437967,21,4,1985 +13,M,40.0,10285,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +1,M,39.0,10286,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +11,F,37.0,10287,-109.07930699999636,31.938056000000426,2438517,21,4,1985 +8,F,44.0,10288,-109.08167999999641,31.937884000000402,2439541,21,4,1985 +1,M,40.0,10289,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +1,F,41.0,10290,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +2,F,44.0,10291,-109.08197499999642,31.93888700000037,2439521,21,4,1985 +9,M,29.0,10292,-109.08090299999638,31.93785900000039,2439521,21,4,1985 +1,M,29.0,10293,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +1,F,48.0,10294,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +2,M,139.0,10295,-109.08197499999642,31.93888700000037,2439531,21,4,1985 +5,M,25.0,10296,-109.07960199999636,31.93897000000045,2438517,21,4,1985 +11,F,8.0,10297,-109.07930699999636,31.938056000000426,2439591,21,4,1985 +4,F,30.0,10298,-109.08040899999641,31.93889400000041,2438517,21,4,1985 +9,M,106.0,10299,-109.08090299999638,31.93785900000039,2439531,21,4,1985 +8,F,135.0,10300,-109.08167999999641,31.937884000000402,2439531,21,4,1985 +1,F,48.0,10301,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +1,F,67.0,10302,-109.08282899999641,31.938851000000387,2439541,21,4,1985 +9,M,43.0,10303,-109.08090299999638,31.93785900000039,2439521,21,4,1985 +1,M,42.0,10304,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +13,F,48.0,10305,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +1,M,57.0,10306,-109.08282899999641,31.938851000000387,2439541,21,4,1985 +3,M,21.0,10307,-109.08120799999641,31.938896000000387,2437967,21,4,1985 +11,M,33.0,10308,-109.07930699999636,31.938056000000426,2438517,21,4,1985 +2,M,41.0,10309,-109.08197499999642,31.93888700000037,2439541,21,4,1985 +11,F,39.0,10310,-109.07930699999636,31.938056000000426,2439541,21,4,1985 +13,F,55.0,10311,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +1,M,44.0,10312,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +5,M,46.0,10313,-109.07960199999636,31.93897000000045,2439521,21,4,1985 +13,F,37.0,10314,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +1,M,100.0,10315,-109.08282899999641,31.938851000000387,2439531,21,4,1985 +3,F,12.0,10316,-109.08120799999641,31.938896000000387,2439591,21,4,1985 +1,M,157.0,10317,-109.08282899999641,31.938851000000387,2439531,21,4,1985 +1,F,36.0,10318,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +2,F,43.0,10319,-109.08197499999642,31.93888700000037,2439521,21,4,1985 +1,F,43.0,10320,-109.08282899999641,31.938851000000387,2439541,21,4,1985 +5,F,40.0,10321,-109.07960199999636,31.93897000000045,2439521,21,4,1985 +1,F,102.0,10322,-109.08282899999641,31.938851000000387,2439531,21,4,1985 +8,F,22.0,10323,-109.08167999999641,31.937884000000402,2439521,21,4,1985 +1,M,46.0,10324,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +11,M,52.0,10325,-109.07930699999636,31.938056000000426,2439541,21,4,1985 +1,F,46.0,10326,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +11,M,43.0,10327,-109.07930699999636,31.938056000000426,2439521,21,4,1985 +13,M,43.0,10328,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +5,F,73.0,10329,-109.07960199999636,31.93897000000045,2439541,21,4,1985 +13,F,19.0,10330,-109.08261299999641,31.937028000000442,2438516,21,4,1985 +11,M,38.0,10331,-109.07930699999636,31.938056000000426,2439521,21,4,1985 +15,M,20.0,10332,-109.08103599999642,31.937059000000463,2438516,21,4,1985 +8,M,39.0,10333,-109.08167999999641,31.937884000000402,2439521,21,4,1985 +1,F,52.0,10334,-109.08282899999641,31.938851000000387,2439541,21,4,1985 +10,F,7.0,10335,-109.08009099999636,31.938017000000425,2437874,21,4,1985 +8,F,52.0,10336,-109.08167999999641,31.937884000000402,2439521,21,4,1985 +1,F,68.0,10337,-109.08282899999641,31.938851000000387,2439541,21,4,1985 +5,M,51.0,10338,-109.07960199999636,31.93897000000045,2439521,21,4,1985 +8,F,50.0,10339,-109.08167999999641,31.937884000000402,2439521,21,4,1985 +1,M,47.0,10340,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +4,F,46.0,10341,-109.08040899999641,31.93889400000041,2439521,21,4,1985 +5,F,50.0,10342,-109.07960199999636,31.93897000000045,2439541,21,4,1985 +13,M,46.0,10343,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +9,M,46.0,10344,-109.08090299999638,31.93785900000039,2439521,21,4,1985 +8,M,46.0,10345,-109.08167999999641,31.937884000000402,2439521,21,4,1985 +4,M,47.0,10346,-109.08040899999641,31.93889400000041,2439521,21,4,1985 +13,M,20.0,10347,-109.08261299999641,31.937028000000442,2438516,21,4,1985 +13,F,53.0,10348,-109.08261299999641,31.937028000000442,2439521,21,4,1985 +1,F,44.0,10349,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +11,F,53.0,10350,-109.07930699999636,31.938056000000426,2439521,21,4,1985 +1,M,43.0,10351,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +3,F,43.0,10352,-109.08120799999641,31.938896000000387,2439521,21,4,1985 +13,M,27.0,10353,-109.08261299999641,31.937028000000442,2438516,21,4,1985 +1,M,59.0,10354,-109.08282899999641,31.938851000000387,2439541,21,4,1985 +2,F,39.0,10355,-109.08197499999642,31.93888700000037,2439521,21,4,1985 +9,F,47.0,10356,-109.08090299999638,31.93785900000039,2439521,21,4,1985 +3,M,44.0,10357,-109.08120799999641,31.938896000000387,2439521,21,4,1985 +2,M,52.0,10358,-109.08197499999642,31.93888700000037,2439541,21,4,1985 +1,F,120.0,10359,-109.08282899999641,31.938851000000387,2439531,21,4,1985 +11,M,40.0,10360,-109.07930699999636,31.938056000000426,2439521,21,4,1985 +8,M,45.0,10361,-109.08167999999641,31.937884000000402,2439521,21,4,1985 +9,F,40.0,10362,-109.08090299999638,31.93785900000039,2439521,21,4,1985 +1,M,45.0,10363,-109.08282899999641,31.938851000000387,2439521,21,4,1985 +2,F,43.0,10364,-109.08197499999642,31.93888700000037,2439521,21,4,1985 +11,F,27.0,10365,-109.07930699999636,31.938056000000426,2437981,21,4,1985 +9,M,39.0,10366,-109.08090299999638,31.93785900000039,2439521,21,4,1985 +2,M,46.0,10367,-109.08197499999642,31.93888700000037,2439521,21,4,1985 +4,M,17.0,10368,-109.08040899999641,31.93889400000041,2439521,21,4,1985 +8,M,52.0,10369,-109.08167999999641,31.937884000000402,2439521,21,4,1985 +9,F,51.0,10370,-109.08090299999638,31.93785900000039,2439521,21,4,1985 +17,M,40.0,10371,-109.07941499999636,31.937117000000445,2439521,23,5,1985 +6,F,60.0,10372,-109.07883599999636,31.939078000000414,2439541,23,5,1985 +14,F,35.0,10373,-109.08182699999641,31.937054000000447,2438517,23,5,1985 +17,M,42.0,10374,-109.07941499999636,31.937117000000445,2439521,23,5,1985 +24,F,116.0,10375,-109.07773599999636,31.938560000000447,,23,5,1985 +21,M,44.0,10376,-109.07939799999636,31.936448000000453,2439521,23,5,1985 +18,F,44.0,10377,-109.07863299999636,31.93712600000041,2439521,23,5,1985 +6,,,10378,-109.07883599999636,31.939078000000414,2437300,23,5,1985 +19,M,12.0,10379,-109.07791199999636,31.937438000000434,2437981,23,5,1985 +24,F,17.0,10380,-109.07773599999636,31.938560000000447,2438516,23,5,1985 +21,M,6.0,10381,-109.07939799999636,31.936448000000453,2437874,23,5,1985 +12,F,58.0,10382,-109.07851899999636,31.938203000000414,2439541,23,5,1985 +24,M,190.0,10383,-109.07773599999636,31.938560000000447,,23,5,1985 +12,F,34.0,10384,-109.07851899999636,31.938203000000414,2438517,23,5,1985 +12,F,40.0,10385,-109.07851899999636,31.938203000000414,2439521,23,5,1985 +18,M,14.0,10386,-109.07863299999636,31.93712600000041,2437981,23,5,1985 +16,M,44.0,10387,-109.08024399999636,31.93709400000041,2439541,23,5,1985 +19,F,24.0,10388,-109.07791199999636,31.937438000000434,2437967,23,5,1985 +24,M,43.0,10389,-109.07773599999636,31.938560000000447,2439521,23,5,1985 +14,M,49.0,10390,-109.08182699999641,31.937054000000447,2439521,23,5,1985 +21,F,43.0,10391,-109.07939799999636,31.936448000000453,2439521,23,5,1985 +18,M,46.0,10392,-109.07863299999636,31.93712600000041,2439521,23,5,1985 +6,M,51.0,10393,-109.07883599999636,31.939078000000414,2439541,23,5,1985 +21,F,6.0,10394,-109.07939799999636,31.936448000000453,2437874,23,5,1985 +24,M,45.0,10395,-109.07773599999636,31.938560000000447,2439521,23,5,1985 +22,F,35.0,10396,-109.07860199999635,31.93644100000042,2439521,23,5,1985 +17,M,45.0,10397,-109.07941499999636,31.937117000000445,2439541,23,5,1985 +6,F,29.0,10398,-109.07883599999636,31.939078000000414,2439541,23,5,1985 +12,F,13.0,10399,-109.07851899999636,31.938203000000414,2439591,23,5,1985 +14,F,19.0,10400,-109.08182699999641,31.937054000000447,2438516,23,5,1985 +12,M,46.0,10401,-109.07851899999636,31.938203000000414,2439521,23,5,1985 +17,M,50.0,10402,-109.07941499999636,31.937117000000445,2439541,23,5,1985 +18,M,136.0,10403,-109.07863299999636,31.93712600000041,,23,5,1985 +12,F,34.0,10404,-109.07851899999636,31.938203000000414,2439521,23,5,1985 +22,M,44.0,10405,-109.07860199999635,31.93644100000042,2439521,23,5,1985 +24,M,36.0,10406,-109.07773599999636,31.938560000000447,2439521,23,5,1985 +12,F,33.0,10407,-109.07851899999636,31.938203000000414,2439521,23,5,1985 +14,M,34.0,10408,-109.08182699999641,31.937054000000447,2439521,23,5,1985 +23,,,10409,-109.07783799999636,31.93676300000042,,23,5,1985 +15,,,10410,-109.08103599999642,31.937059000000463,,23,5,1985 +20,,,10411,-109.08019099999642,31.93633400000045,,23,5,1985 +2,M,33.0,10412,-109.08197499999642,31.93888700000037,2439521,24,5,1985 +3,M,12.0,10413,-109.08120799999641,31.938896000000387,2439591,24,5,1985 +4,M,47.0,10414,-109.08040899999641,31.93889400000041,2439541,24,5,1985 +4,,,10415,-109.08040899999641,31.93889400000041,2437300,24,5,1985 +2,F,40.0,10416,-109.08197499999642,31.93888700000037,2439521,24,5,1985 +5,M,29.0,10417,-109.07960199999636,31.93897000000045,2438517,24,5,1985 +8,M,46.0,10418,-109.08167999999641,31.937884000000402,2439541,24,5,1985 +2,,,10419,-109.08197499999642,31.93888700000037,2437300,24,5,1985 +3,F,5.0,10420,-109.08120799999641,31.938896000000387,2437874,24,5,1985 +13,M,46.0,10421,-109.08261299999641,31.937028000000442,2439521,24,5,1985 +2,F,39.0,10422,-109.08197499999642,31.93888700000037,2439521,24,5,1985 +10,F,11.0,10423,-109.08009099999636,31.938017000000425,2437874,24,5,1985 +9,M,118.0,10424,-109.08090299999638,31.93785900000039,2439531,24,5,1985 +4,M,27.0,10425,-109.08040899999641,31.93889400000041,2439521,24,5,1985 +9,M,33.0,10426,-109.08090299999638,31.93785900000039,2439521,24,5,1985 +8,F,131.0,10427,-109.08167999999641,31.937884000000402,2439531,24,5,1985 +7,,,10428,-109.08281599999641,31.938113000000413,2437300,24,5,1985 +8,M,86.0,10429,-109.08167999999641,31.937884000000402,2439531,24,5,1985 +8,F,44.0,10430,-109.08167999999641,31.937884000000402,2439541,24,5,1985 +2,F,17.0,10431,-109.08197499999642,31.93888700000037,2439521,24,5,1985 +5,F,39.0,10432,-109.07960199999636,31.93897000000045,2439521,24,5,1985 +1,F,107.0,10433,-109.08282899999641,31.938851000000387,2439531,24,5,1985 +3,F,14.0,10434,-109.08120799999641,31.938896000000387,2439591,24,5,1985 +5,M,48.0,10435,-109.07960199999636,31.93897000000045,2439521,24,5,1985 +5,M,29.0,10436,-109.07960199999636,31.93897000000045,2438517,24,5,1985 +11,M,41.0,10437,-109.07930699999636,31.938056000000426,2439521,24,5,1985 +3,F,42.0,10438,-109.08120799999641,31.938896000000387,2439521,24,5,1985 +3,M,22.0,10439,-109.08120799999641,31.938896000000387,2438516,24,5,1985 +7,M,4.0,10440,-109.08281599999641,31.938113000000413,2437874,24,5,1985 +1,M,157.0,10441,-109.08282899999641,31.938851000000387,2439531,24,5,1985 +2,F,111.0,10442,-109.08197499999642,31.93888700000037,2439531,24,5,1985 +5,F,17.0,10443,-109.07960199999636,31.93897000000045,2439591,24,5,1985 +4,F,40.0,10444,-109.08040899999641,31.93889400000041,2439521,24,5,1985 +13,F,139.0,10445,-109.08261299999641,31.937028000000442,2439531,24,5,1985 +2,M,47.0,10446,-109.08197499999642,31.93888700000037,2439541,24,5,1985 +11,F,43.0,10447,-109.07930699999636,31.938056000000426,2439521,24,5,1985 +2,F,38.0,10448,-109.08197499999642,31.93888700000037,2439521,24,5,1985 +7,F,12.0,10449,-109.08281599999641,31.938113000000413,2437874,24,5,1985 +13,F,37.0,10450,-109.08261299999641,31.937028000000442,2439521,24,5,1985 +19,,,10451,-109.07791199999636,31.937438000000434,2437568,15,6,1985 +18,F,40.0,10452,-109.07863299999636,31.93712600000041,2439521,15,6,1985 +22,F,28.0,10453,-109.07860199999635,31.93644100000042,2437981,15,6,1985 +21,F,8.0,10454,-109.07939799999636,31.936448000000453,2437874,15,6,1985 +12,M,166.0,10455,-109.07851899999636,31.938203000000414,,15,6,1985 +19,M,10.0,10456,-109.07791199999636,31.937438000000434,2437874,15,6,1985 +6,F,50.0,10457,-109.07883599999636,31.939078000000414,2439541,15,6,1985 +17,M,41.0,10458,-109.07941499999636,31.937117000000445,2439521,15,6,1985 +12,M,41.0,10459,-109.07851899999636,31.938203000000414,2439541,15,6,1985 +21,F,29.0,10460,-109.07939799999636,31.936448000000453,2439521,15,6,1985 +12,M,46.0,10461,-109.07851899999636,31.938203000000414,2439521,15,6,1985 +21,,,10462,-109.07939799999636,31.936448000000453,2436910,15,6,1985 +20,M,45.0,10463,-109.08019099999642,31.93633400000045,2439521,15,6,1985 +12,F,53.0,10464,-109.07851899999636,31.938203000000414,2439521,15,6,1985 +14,M,51.0,10465,-109.08182699999641,31.937054000000447,2439521,15,6,1985 +12,M,183.0,10466,-109.07851899999636,31.938203000000414,,15,6,1985 +22,,,10467,-109.07860199999635,31.93644100000042,5231474,15,6,1985 +24,F,36.0,10468,-109.07773599999636,31.938560000000447,2439521,15,6,1985 +21,M,9.0,10469,-109.07939799999636,31.936448000000453,2437874,15,6,1985 +12,M,42.0,10470,-109.07851899999636,31.938203000000414,2439521,15,6,1985 +18,M,47.0,10471,-109.07863299999636,31.93712600000041,2439521,15,6,1985 +12,F,32.0,10472,-109.07851899999636,31.938203000000414,2439521,15,6,1985 +22,F,34.0,10473,-109.07860199999635,31.93644100000042,2439521,15,6,1985 +6,F,40.0,10474,-109.07883599999636,31.939078000000414,2439541,15,6,1985 +22,,,10475,-109.07860199999635,31.93644100000042,2491757,15,6,1985 +14,M,42.0,10476,-109.08182699999641,31.937054000000447,2439521,15,6,1985 +17,M,51.0,10477,-109.07941499999636,31.937117000000445,2439541,15,6,1985 +6,M,51.0,10478,-109.07883599999636,31.939078000000414,2439541,15,6,1985 +6,F,46.0,10479,-109.07883599999636,31.939078000000414,2439521,15,6,1985 +12,F,27.0,10480,-109.07851899999636,31.938203000000414,2439521,15,6,1985 +24,M,41.0,10481,-109.07773599999636,31.938560000000447,2439521,15,6,1985 +17,,,10482,-109.07941499999636,31.937117000000445,2439521,15,6,1985 +12,F,36.0,10483,-109.07851899999636,31.938203000000414,2439521,15,6,1985 +22,M,48.0,10484,-109.07860199999635,31.93644100000042,2439521,15,6,1985 +20,F,85.0,10485,-109.08019099999642,31.93633400000045,2439531,15,6,1985 +17,F,,10486,-109.07941499999636,31.937117000000445,2439541,15,6,1985 +16,,,10487,-109.08024399999636,31.93709400000041,,15,6,1985 +23,,,10488,-109.07783799999636,31.93676300000042,,15,6,1985 +5,M,49.0,10489,-109.07960199999636,31.93897000000045,2439521,16,6,1985 +1,M,44.0,10490,-109.08282899999641,31.938851000000387,2439541,16,6,1985 +4,F,43.0,10491,-109.08040899999641,31.93889400000041,2439521,16,6,1985 +4,,,10492,-109.08040899999641,31.93889400000041,2439531,16,6,1985 +8,M,95.0,10493,-109.08167999999641,31.937884000000402,2439531,16,6,1985 +13,M,44.0,10494,-109.08261299999641,31.937028000000442,2439521,16,6,1985 +7,,,10495,-109.08281599999641,31.938113000000413,2437874,16,6,1985 +3,M,19.0,10496,-109.08120799999641,31.938896000000387,2439591,16,6,1985 +9,M,39.0,10497,-109.08090299999638,31.93785900000039,2439521,16,6,1985 +8,M,30.0,10498,-109.08167999999641,31.937884000000402,2439541,16,6,1985 +3,,,10499,-109.08120799999641,31.938896000000387,2437568,16,6,1985 +5,M,33.0,10500,-109.07960199999636,31.93897000000045,2438517,16,6,1985 +2,F,42.0,10501,-109.08197499999642,31.93888700000037,2439521,16,6,1985 +7,F,6.0,10502,-109.08281599999641,31.938113000000413,2437874,16,6,1985 +4,M,37.0,10503,-109.08040899999641,31.93889400000041,2439521,16,6,1985 +2,F,84.0,10504,-109.08197499999642,31.93888700000037,2439531,16,6,1985 +11,M,47.0,10505,-109.07930699999636,31.938056000000426,2439521,16,6,1985 +10,F,12.0,10506,-109.08009099999636,31.938017000000425,2437874,16,6,1985 +11,F,40.0,10507,-109.07930699999636,31.938056000000426,2439521,16,6,1985 +9,M,115.0,10508,-109.08090299999638,31.93785900000039,2439531,16,6,1985 +4,F,40.0,10509,-109.08040899999641,31.93889400000041,2438517,16,6,1985 +15,,,10510,-109.08103599999642,31.937059000000463,2437568,16,6,1985 +3,F,19.0,10511,-109.08120799999641,31.938896000000387,2439591,16,6,1985 +7,F,14.0,10512,-109.08281599999641,31.938113000000413,2437874,16,6,1985 +3,M,19.0,10513,-109.08120799999641,31.938896000000387,2439591,16,6,1985 +5,F,27.0,10514,-109.07960199999636,31.93897000000045,2439521,16,6,1985 +8,F,128.0,10515,-109.08167999999641,31.937884000000402,2439531,16,6,1985 +2,F,54.0,10516,-109.08197499999642,31.93888700000037,2439541,16,6,1985 +1,M,76.0,10517,-109.08282899999641,31.938851000000387,2439531,16,6,1985 +2,F,15.0,10518,-109.08197499999642,31.93888700000037,2439521,16,6,1985 +2,F,40.0,10519,-109.08197499999642,31.93888700000037,2439521,16,6,1985 +8,F,53.0,10520,-109.08167999999641,31.937884000000402,2439541,16,6,1985 +1,F,120.0,10521,-109.08282899999641,31.938851000000387,2439531,16,6,1985 +5,F,43.0,10522,-109.07960199999636,31.93897000000045,2439521,16,6,1985 +1,F,123.0,10523,-109.08282899999641,31.938851000000387,2439531,16,6,1985 +3,F,47.0,10524,-109.08120799999641,31.938896000000387,2439521,16,6,1985 +4,F,40.0,10525,-109.08040899999641,31.93889400000041,2439521,16,6,1985 +10,M,10.0,10526,-109.08009099999636,31.938017000000425,2437874,16,6,1985 +4,F,69.0,10527,-109.08040899999641,31.93889400000041,2439531,16,6,1985 +11,M,47.0,10528,-109.07930699999636,31.938056000000426,2439521,16,6,1985 +2,M,52.0,10529,-109.08197499999642,31.93888700000037,2439541,16,6,1985 +1,M,157.0,10530,-109.08282899999641,31.938851000000387,2439531,16,6,1985 +13,F,126.0,10531,-109.08261299999641,31.937028000000442,2439531,16,6,1985 +1,F,50.0,10532,-109.08282899999641,31.938851000000387,2439541,16,6,1985 +2,F,30.0,10533,-109.08197499999642,31.93888700000037,2439521,16,6,1985 +5,F,52.0,10534,-109.07960199999636,31.93897000000045,2439541,16,6,1985 +11,F,40.0,10535,-109.07930699999636,31.938056000000426,2439521,16,6,1985 +9,M,44.0,10536,-109.08090299999638,31.93785900000039,2439521,16,6,1985 +6,M,,10537,-109.07883599999636,31.939078000000414,2439541,23,7,1985 +20,F,111.0,10538,-109.08019099999642,31.93633400000045,,23,7,1985 +17,M,123.0,10539,-109.07941499999636,31.937117000000445,,23,7,1985 +12,M,45.0,10540,-109.07851899999636,31.938203000000414,2439541,23,7,1985 +23,M,11.0,10541,-109.07783799999636,31.93676300000042,2437874,23,7,1985 +14,M,49.0,10542,-109.08182699999641,31.937054000000447,2439521,23,7,1985 +20,F,40.0,10543,-109.08019099999642,31.93633400000045,2439521,23,7,1985 +14,F,56.0,10544,-109.08182699999641,31.937054000000447,2438517,23,7,1985 +21,F,40.0,10545,-109.07939799999636,31.936448000000453,2439521,23,7,1985 +17,M,44.0,10546,-109.07941499999636,31.937117000000445,2439521,23,7,1985 +19,F,24.0,10547,-109.07791199999636,31.937438000000434,2437967,23,7,1985 +24,F,24.0,10548,-109.07773599999636,31.938560000000447,2438516,23,7,1985 +20,M,37.0,10549,-109.08019099999642,31.93633400000045,2439521,23,7,1985 +6,F,54.0,10550,-109.07883599999636,31.939078000000414,2439541,23,7,1985 +17,F,31.0,10551,-109.07941499999636,31.937117000000445,2439521,23,7,1985 +12,M,50.0,10552,-109.07851899999636,31.938203000000414,2439521,23,7,1985 +20,M,20.0,10553,-109.08019099999642,31.93633400000045,2437981,23,7,1985 +24,F,38.0,10554,-109.07773599999636,31.938560000000447,2439521,23,7,1985 +14,M,50.0,10555,-109.08182699999641,31.937054000000447,2439521,23,7,1985 +16,M,12.0,10556,-109.08024399999636,31.93709400000041,2437874,23,7,1985 +17,M,51.0,10557,-109.07941499999636,31.937117000000445,2439541,23,7,1985 +19,M,22.0,10558,-109.07791199999636,31.937438000000434,2438516,23,7,1985 +12,F,47.0,10559,-109.07851899999636,31.938203000000414,2439521,23,7,1985 +17,M,20.0,10560,-109.07941499999636,31.937117000000445,2438516,23,7,1985 +18,M,50.0,10561,-109.07863299999636,31.93712600000041,2439521,23,7,1985 +6,F,44.0,10562,-109.07883599999636,31.939078000000414,2439541,23,7,1985 +12,F,44.0,10563,-109.07851899999636,31.938203000000414,2439521,23,7,1985 +16,F,40.0,10564,-109.08024399999636,31.93709400000041,2438517,23,7,1985 +18,,45.0,10565,-109.07863299999636,31.93712600000041,2439521,23,7,1985 +14,M,43.0,10566,-109.08182699999641,31.937054000000447,2439521,23,7,1985 +24,M,43.0,10567,-109.07773599999636,31.938560000000447,2439521,23,7,1985 +12,M,26.0,10568,-109.07851899999636,31.938203000000414,2439521,23,7,1985 +18,F,34.0,10569,-109.07863299999636,31.93712600000041,2439521,23,7,1985 +17,M,50.0,10570,-109.07941499999636,31.937117000000445,2439541,23,7,1985 +17,F,18.0,10571,-109.07941499999636,31.937117000000445,2438517,23,7,1985 +12,F,40.0,10572,-109.07851899999636,31.938203000000414,2439521,23,7,1985 +17,F,177.0,10573,-109.07941499999636,31.937117000000445,,23,7,1985 +19,M,11.0,10574,-109.07791199999636,31.937438000000434,2437874,23,7,1985 +12,,,10575,-109.07851899999636,31.938203000000414,,23,7,1985 +7,,,10576,-109.08281599999641,31.938113000000413,,23,7,1985 +15,,,10577,-109.08103599999642,31.937059000000463,,23,7,1985 +22,,,10578,-109.07860199999635,31.93644100000042,,23,7,1985 +3,M,24.0,10579,-109.08120799999641,31.938896000000387,2439521,24,7,1985 +1,M,39.0,10580,-109.08282899999641,31.938851000000387,2439521,24,7,1985 +3,F,14.0,10581,-109.08120799999641,31.938896000000387,2439591,24,7,1985 +9,M,137.0,10582,-109.08090299999638,31.93785900000039,2439531,24,7,1985 +1,M,45.0,10583,-109.08282899999641,31.938851000000387,2439541,24,7,1985 +8,M,34.0,10584,-109.08167999999641,31.937884000000402,2439541,24,7,1985 +3,F,38.0,10585,-109.08120799999641,31.938896000000387,2439521,24,7,1985 +4,M,119.0,10586,-109.08040899999641,31.93889400000041,2439531,24,7,1985 +5,F,44.0,10587,-109.07960199999636,31.93897000000045,2439521,24,7,1985 +11,F,23.0,10588,-109.07930699999636,31.938056000000426,2437981,24,7,1985 +10,,,10589,-109.08009099999636,31.938017000000425,2436910,24,7,1985 +13,M,125.0,10590,-109.08261299999641,31.937028000000442,,24,7,1985 +4,M,,10591,-109.08040899999641,31.93889400000041,2439541,24,7,1985 +3,F,15.0,10592,-109.08120799999641,31.938896000000387,2439591,24,7,1985 +4,M,43.0,10593,-109.08040899999641,31.93889400000041,2439521,24,7,1985 +8,F,132.0,10594,-109.08167999999641,31.937884000000402,2439531,24,7,1985 +4,M,45.0,10595,-109.08040899999641,31.93889400000041,2439521,24,7,1985 +2,F,41.0,10596,-109.08197499999642,31.93888700000037,2439521,24,7,1985 +1,F,,10597,-109.08282899999641,31.938851000000387,2439531,24,7,1985 +13,M,46.0,10598,-109.08261299999641,31.937028000000442,2439521,24,7,1985 +1,F,40.0,10599,-109.08282899999641,31.938851000000387,2439521,24,7,1985 +2,F,47.0,10600,-109.08197499999642,31.93888700000037,2439541,24,7,1985 +2,F,17.0,10601,-109.08197499999642,31.93888700000037,2439521,24,7,1985 +5,M,54.0,10602,-109.07960199999636,31.93897000000045,2439521,24,7,1985 +1,F,113.0,10603,-109.08282899999641,31.938851000000387,2439531,24,7,1985 +2,F,37.0,10604,-109.08197499999642,31.93888700000037,2439521,24,7,1985 +2,F,106.0,10605,-109.08197499999642,31.93888700000037,2439531,24,7,1985 +1,F,138.0,10606,-109.08282899999641,31.938851000000387,2439531,24,7,1985 +2,F,91.0,10607,-109.08197499999642,31.93888700000037,,24,7,1985 +8,F,44.0,10608,-109.08167999999641,31.937884000000402,2439521,24,7,1985 +11,F,40.0,10609,-109.07930699999636,31.938056000000426,2439521,24,7,1985 +10,,,10610,-109.08009099999636,31.938017000000425,2491757,24,7,1985 +2,F,32.0,10611,-109.08197499999642,31.93888700000037,2439521,24,7,1985 +1,,,10612,-109.08282899999641,31.938851000000387,2437300,24,7,1985 +9,M,42.0,10613,-109.08090299999638,31.93785900000039,2439521,24,7,1985 +8,M,44.0,10614,-109.08167999999641,31.937884000000402,2439521,24,7,1985 +13,M,46.0,10615,-109.08261299999641,31.937028000000442,2439541,24,7,1985 +2,M,56.0,10616,-109.08197499999642,31.93888700000037,2439541,24,7,1985 +3,M,16.0,10617,-109.08120799999641,31.938896000000387,2439591,24,7,1985 +2,M,186.0,10618,-109.08197499999642,31.93888700000037,,24,7,1985 +4,F,46.0,10619,-109.08040899999641,31.93889400000041,2439521,24,7,1985 +13,F,140.0,10620,-109.08261299999641,31.937028000000442,2439531,24,7,1985 +1,M,166.0,10621,-109.08282899999641,31.938851000000387,2439531,24,7,1985 +2,F,36.0,10622,-109.08197499999642,31.93888700000037,2439521,24,7,1985 +1,M,40.0,10623,-109.08282899999641,31.938851000000387,2439521,24,7,1985 +2,F,33.0,10624,-109.08197499999642,31.93888700000037,2439521,24,7,1985 +3,F,21.0,10625,-109.08120799999641,31.938896000000387,2439521,24,7,1985 +5,M,31.0,10626,-109.07960199999636,31.93897000000045,2439541,24,7,1985 +4,F,94.0,10627,-109.08040899999641,31.93889400000041,2439531,24,7,1985 +2,F,174.0,10628,-109.08197499999642,31.93888700000037,,24,7,1985 +5,F,30.0,10629,-109.07960199999636,31.93897000000045,2439521,24,7,1985 +9,M,124.0,10630,-109.08090299999638,31.93785900000039,,24,7,1985 +8,F,42.0,10631,-109.08167999999641,31.937884000000402,2439521,24,7,1985 +11,M,11.0,10632,-109.07930699999636,31.938056000000426,2438516,24,7,1985 +11,M,42.0,10633,-109.07930699999636,31.938056000000426,2439521,24,7,1985 +14,M,50.0,10634,-109.08182699999641,31.937054000000447,2439521,19,8,1985 +18,F,44.0,10635,-109.07863299999636,31.93712600000041,2439521,19,8,1985 +20,M,40.0,10636,-109.08019099999642,31.93633400000045,2439521,19,8,1985 +19,M,25.0,10637,-109.07791199999636,31.937438000000434,2438516,19,8,1985 +14,M,52.0,10638,-109.08182699999641,31.937054000000447,2439521,19,8,1985 +17,F,38.0,10639,-109.07941499999636,31.937117000000445,2439521,19,8,1985 +18,F,50.0,10640,-109.07863299999636,31.93712600000041,2439521,19,8,1985 +14,M,49.0,10641,-109.08182699999641,31.937054000000447,2439521,19,8,1985 +23,F,14.0,10642,-109.07783799999636,31.93676300000042,2437874,19,8,1985 +18,F,28.0,10643,-109.07863299999636,31.93712600000041,2438517,19,8,1985 +12,M,50.0,10644,-109.07851899999636,31.938203000000414,2439521,19,8,1985 +18,M,46.0,10645,-109.07863299999636,31.93712600000041,2439521,19,8,1985 +24,F,48.0,10646,-109.07773599999636,31.938560000000447,2439521,19,8,1985 +12,M,181.0,10647,-109.07851899999636,31.938203000000414,,19,8,1985 +22,F,16.0,10648,-109.07860199999635,31.93644100000042,2439591,19,8,1985 +14,F,35.0,10649,-109.08182699999641,31.937054000000447,2438517,19,8,1985 +17,F,34.0,10650,-109.07941499999636,31.937117000000445,2439521,19,8,1985 +18,F,25.0,10651,-109.07863299999636,31.93712600000041,2439521,19,8,1985 +14,M,35.0,10652,-109.08182699999641,31.937054000000447,2438517,19,8,1985 +6,M,56.0,10653,-109.07883599999636,31.939078000000414,2439541,19,8,1985 +12,M,46.0,10654,-109.07851899999636,31.938203000000414,2439541,19,8,1985 +20,M,55.0,10655,-109.08019099999642,31.93633400000045,2439541,19,8,1985 +14,F,101.0,10656,-109.08182699999641,31.937054000000447,,19,8,1985 +18,M,,10657,-109.07863299999636,31.93712600000041,,19,8,1985 +22,F,43.0,10658,-109.07860199999635,31.93644100000042,2439521,19,8,1985 +17,M,50.0,10659,-109.07941499999636,31.937117000000445,2439541,19,8,1985 +22,M,48.0,10660,-109.07860199999635,31.93644100000042,2439521,19,8,1985 +20,F,139.0,10661,-109.08019099999642,31.93633400000045,,19,8,1985 +12,F,34.0,10662,-109.07851899999636,31.938203000000414,2439521,19,8,1985 +18,F,46.0,10663,-109.07863299999636,31.93712600000041,2439521,19,8,1985 +20,F,52.0,10664,-109.08019099999642,31.93633400000045,2439541,19,8,1985 +12,F,46.0,10665,-109.07851899999636,31.938203000000414,2439521,19,8,1985 +22,M,20.0,10666,-109.07860199999635,31.93644100000042,2439591,19,8,1985 +12,F,42.0,10667,-109.07851899999636,31.938203000000414,2439521,19,8,1985 +14,M,46.0,10668,-109.08182699999641,31.937054000000447,2439521,19,8,1985 +22,M,113.0,10669,-109.07860199999635,31.93644100000042,,19,8,1985 +24,F,28.0,10670,-109.07773599999636,31.938560000000447,2438516,19,8,1985 +16,,,10671,-109.08024399999636,31.93709400000041,2437300,19,8,1985 +20,,,10672,-109.08019099999642,31.93633400000045,,19,8,1985 +17,M,51.0,10673,-109.07941499999636,31.937117000000445,2439541,19,8,1985 +17,F,165.0,10674,-109.07941499999636,31.937117000000445,,19,8,1985 +18,F,62.0,10675,-109.07863299999636,31.93712600000041,2439541,19,8,1985 +6,M,,10676,-109.07883599999636,31.939078000000414,2439541,19,8,1985 +24,F,33.0,10677,-109.07773599999636,31.938560000000447,2439521,19,8,1985 +20,M,131.0,10678,-109.08019099999642,31.93633400000045,,19,8,1985 +7,,,10679,-109.08281599999641,31.938113000000413,,19,8,1985 +10,,,10680,-109.08009099999636,31.938017000000425,,19,8,1985 +21,,,10681,-109.07939799999636,31.936448000000453,,19,8,1985 +3,F,14.0,10682,-109.08120799999641,31.938896000000387,2439591,20,8,1985 +4,M,51.0,10683,-109.08040899999641,31.93889400000041,2439541,20,8,1985 +11,F,44.0,10684,-109.07930699999636,31.938056000000426,2439521,20,8,1985 +1,M,48.0,10685,-109.08282899999641,31.938851000000387,2439541,20,8,1985 +13,M,44.0,10686,-109.08261299999641,31.937028000000442,2439521,20,8,1985 +2,F,48.0,10687,-109.08197499999642,31.93888700000037,2439521,20,8,1985 +5,M,53.0,10688,-109.07960199999636,31.93897000000045,2439521,20,8,1985 +13,M,47.0,10689,-109.08261299999641,31.937028000000442,2439541,20,8,1985 +5,F,18.0,10690,-109.07960199999636,31.93897000000045,2439591,20,8,1985 +3,M,25.0,10691,-109.08120799999641,31.938896000000387,2438516,20,8,1985 +3,M,157.0,10692,-109.08120799999641,31.938896000000387,,20,8,1985 +5,F,44.0,10693,-109.07960199999636,31.93897000000045,2439521,20,8,1985 +2,F,24.0,10694,-109.08197499999642,31.93888700000037,2439521,20,8,1985 +15,,,10695,-109.08103599999642,31.937059000000463,2437568,20,8,1985 +2,F,33.0,10696,-109.08197499999642,31.93888700000037,2439541,20,8,1985 +5,F,45.0,10697,-109.07960199999636,31.93897000000045,2439521,20,8,1985 +8,M,42.0,10698,-109.08167999999641,31.937884000000402,2439541,20,8,1985 +1,F,129.0,10699,-109.08282899999641,31.938851000000387,2439531,20,8,1985 +13,F,130.0,10700,-109.08261299999641,31.937028000000442,2439531,20,8,1985 +1,F,150.0,10701,-109.08282899999641,31.938851000000387,2439531,20,8,1985 +1,F,140.0,10702,-109.08282899999641,31.938851000000387,2439531,20,8,1985 +11,M,49.0,10703,-109.07930699999636,31.938056000000426,2439521,20,8,1985 +9,M,43.0,10704,-109.08090299999638,31.93785900000039,2439521,20,8,1985 +4,M,49.0,10705,-109.08040899999641,31.93889400000041,2439521,20,8,1985 +5,F,54.0,10706,-109.07960199999636,31.93897000000045,2439541,20,8,1985 +2,F,50.0,10707,-109.08197499999642,31.93888700000037,2439541,20,8,1985 +4,M,18.0,10708,-109.08040899999641,31.93889400000041,2439521,20,8,1985 +1,F,54.0,10709,-109.08282899999641,31.938851000000387,2439541,20,8,1985 +3,F,49.0,10710,-109.08120799999641,31.938896000000387,2439521,20,8,1985 +5,F,42.0,10711,-109.07960199999636,31.93897000000045,2439521,20,8,1985 +4,F,45.0,10712,-109.08040899999641,31.93889400000041,2439521,20,8,1985 +3,M,28.0,10713,-109.08120799999641,31.938896000000387,2439591,20,8,1985 +1,M,44.0,10714,-109.08282899999641,31.938851000000387,2439541,20,8,1985 +4,F,15.0,10715,-109.08040899999641,31.93889400000041,2439591,20,8,1985 +4,F,121.0,10716,-109.08040899999641,31.93889400000041,2439531,20,8,1985 +2,F,38.0,10717,-109.08197499999642,31.93888700000037,2439521,20,8,1985 +4,F,98.0,10718,-109.08040899999641,31.93889400000041,2439531,20,8,1985 +11,M,29.0,10719,-109.07930699999636,31.938056000000426,2438516,20,8,1985 +13,F,39.0,10720,-109.08261299999641,31.937028000000442,2439521,20,8,1985 +2,F,106.0,10721,-109.08197499999642,31.93888700000037,,20,8,1985 +11,F,46.0,10722,-109.07930699999636,31.938056000000426,2439521,20,8,1985 +9,M,47.0,10723,-109.08090299999638,31.93785900000039,2439521,20,8,1985 +8,F,46.0,10724,-109.08167999999641,31.937884000000402,2439521,20,8,1985 +5,M,22.0,10725,-109.07960199999636,31.93897000000045,2438516,20,8,1985 +8,M,49.0,10726,-109.08167999999641,31.937884000000402,2439521,20,8,1985 +3,M,17.0,10727,-109.08120799999641,31.938896000000387,2439591,20,8,1985 +9,F,41.0,10728,-109.08090299999638,31.93785900000039,2439521,20,8,1985 +13,M,46.0,10729,-109.08261299999641,31.937028000000442,2439521,20,8,1985 +14,M,32.0,10730,-109.08182699999641,31.937054000000447,2438517,21,9,1985 +18,F,39.0,10731,-109.07863299999636,31.93712600000041,2439521,21,9,1985 +6,M,,10732,-109.07883599999636,31.939078000000414,2439541,21,9,1985 +17,M,50.0,10733,-109.07941499999636,31.937117000000445,2439521,21,9,1985 +21,F,44.0,10734,-109.07939799999636,31.936448000000453,2439521,21,9,1985 +22,F,16.0,10735,-109.07860199999635,31.93644100000042,2439591,21,9,1985 +14,M,56.0,10736,-109.08182699999641,31.937054000000447,2439521,21,9,1985 +6,F,17.0,10737,-109.07883599999636,31.939078000000414,2439591,21,9,1985 +14,F,38.0,10738,-109.08182699999641,31.937054000000447,2438517,21,9,1985 +6,M,57.0,10739,-109.07883599999636,31.939078000000414,2439541,21,9,1985 +18,M,54.0,10740,-109.07863299999636,31.93712600000041,2439521,21,9,1985 +12,M,155.0,10741,-109.07851899999636,31.938203000000414,,21,9,1985 +20,M,46.0,10742,-109.08019099999642,31.93633400000045,2439521,21,9,1985 +18,F,40.0,10743,-109.07863299999636,31.93712600000041,2439521,21,9,1985 +14,M,50.0,10744,-109.08182699999641,31.937054000000447,2439521,21,9,1985 +17,F,41.0,10745,-109.07941499999636,31.937117000000445,2439521,21,9,1985 +12,M,24.0,10746,-109.07851899999636,31.938203000000414,2438516,21,9,1985 +12,M,51.0,10747,-109.07851899999636,31.938203000000414,2439541,21,9,1985 +24,F,36.0,10748,-109.07773599999636,31.938560000000447,2439521,21,9,1985 +24,F,20.0,10749,-109.07773599999636,31.938560000000447,2439521,21,9,1985 +12,F,26.0,10750,-109.07851899999636,31.938203000000414,2438516,21,9,1985 +17,F,38.0,10751,-109.07941499999636,31.937117000000445,2439521,21,9,1985 +12,F,43.0,10752,-109.07851899999636,31.938203000000414,2439521,21,9,1985 +12,M,48.0,10753,-109.07851899999636,31.938203000000414,2439521,21,9,1985 +19,M,17.0,10754,-109.07791199999636,31.937438000000434,2439591,21,9,1985 +12,F,40.0,10755,-109.07851899999636,31.938203000000414,2439521,21,9,1985 +24,M,22.0,10756,-109.07773599999636,31.938560000000447,2439521,21,9,1985 +12,M,53.0,10757,-109.07851899999636,31.938203000000414,2439521,21,9,1985 +21,M,30.0,10758,-109.07939799999636,31.936448000000453,2439584,21,9,1985 +22,F,44.0,10759,-109.07860199999635,31.93644100000042,2439521,21,9,1985 +6,,,10760,-109.07883599999636,31.939078000000414,2439521,21,9,1985 +20,F,162.0,10761,-109.08019099999642,31.93633400000045,,21,9,1985 +14,M,,10762,-109.08182699999641,31.937054000000447,2439521,21,9,1985 +17,M,59.0,10763,-109.07941499999636,31.937117000000445,2439541,21,9,1985 +12,M,38.0,10764,-109.07851899999636,31.938203000000414,2439521,21,9,1985 +12,,,10765,-109.07851899999636,31.938203000000414,2436910,21,9,1985 +19,,,10766,-109.07791199999636,31.937438000000434,2491757,21,9,1985 +19,M,34.0,10767,-109.07791199999636,31.937438000000434,2439521,21,9,1985 +17,M,54.0,10768,-109.07941499999636,31.937117000000445,2439541,21,9,1985 +24,M,46.0,10769,-109.07773599999636,31.938560000000447,2439521,21,9,1985 +16,M,34.0,10770,-109.08024399999636,31.93709400000041,2438517,21,9,1985 +22,M,20.0,10771,-109.07860199999635,31.93644100000042,2439591,21,9,1985 +14,M,48.0,10772,-109.08182699999641,31.937054000000447,2439521,21,9,1985 +6,,,10773,-109.07883599999636,31.939078000000414,2437300,21,9,1985 +22,F,126.0,10774,-109.07860199999635,31.93644100000042,2439531,21,9,1985 +23,M,11.0,10775,-109.07783799999636,31.93676300000042,2437874,21,9,1985 +17,F,168.0,10776,-109.07941499999636,31.937117000000445,,21,9,1985 +6,M,22.0,10777,-109.07883599999636,31.939078000000414,2437981,21,9,1985 +10,,,10778,-109.08009099999636,31.938017000000425,,21,9,1985 +15,,,10779,-109.08103599999642,31.937059000000463,,21,9,1985 +3,F,46.0,10780,-109.08120799999641,31.938896000000387,2439521,22,9,1985 +3,,,10781,-109.08120799999641,31.938896000000387,,22,9,1985 +5,M,53.0,10782,-109.07960199999636,31.93897000000045,2439521,22,9,1985 +13,F,44.0,10783,-109.08261299999641,31.937028000000442,2439541,22,9,1985 +8,M,49.0,10784,-109.08167999999641,31.937884000000402,2439541,22,9,1985 +2,F,46.0,10785,-109.08197499999642,31.93888700000037,2439521,22,9,1985 +11,F,36.0,10786,-109.07930699999636,31.938056000000426,2439521,22,9,1985 +4,M,,10787,-109.08040899999641,31.93889400000041,2439541,22,9,1985 +5,M,37.0,10788,-109.07960199999636,31.93897000000045,2438517,22,9,1985 +9,M,136.0,10789,-109.08090299999638,31.93785900000039,2439531,22,9,1985 +7,M,18.0,10790,-109.08281599999641,31.938113000000413,2437981,22,9,1985 +11,M,16.0,10791,-109.07930699999636,31.938056000000426,2439591,22,9,1985 +8,M,15.0,10792,-109.08167999999641,31.937884000000402,2439591,22,9,1985 +5,F,28.0,10793,-109.07960199999636,31.93897000000045,2438516,22,9,1985 +8,F,37.0,10794,-109.08167999999641,31.937884000000402,2439541,22,9,1985 +8,F,130.0,10795,-109.08167999999641,31.937884000000402,2439531,22,9,1985 +1,M,40.0,10796,-109.08282899999641,31.938851000000387,2439521,22,9,1985 +8,M,24.0,10797,-109.08167999999641,31.937884000000402,2438516,22,9,1985 +8,M,39.0,10798,-109.08167999999641,31.937884000000402,2439521,22,9,1985 +11,F,50.0,10799,-109.07930699999636,31.938056000000426,2439541,22,9,1985 +9,M,43.0,10800,-109.08090299999638,31.93785900000039,2439521,22,9,1985 +7,F,28.0,10801,-109.08281599999641,31.938113000000413,2437981,22,9,1985 +5,F,42.0,10802,-109.07960199999636,31.93897000000045,2439521,22,9,1985 +2,F,59.0,10803,-109.08197499999642,31.93888700000037,2439521,22,9,1985 +1,F,135.0,10804,-109.08282899999641,31.938851000000387,2439531,22,9,1985 +2,F,41.0,10805,-109.08197499999642,31.93888700000037,2439521,22,9,1985 +5,F,48.0,10806,-109.07960199999636,31.93897000000045,2439521,22,9,1985 +11,M,53.0,10807,-109.07930699999636,31.938056000000426,2439521,22,9,1985 +8,M,48.0,10808,-109.08167999999641,31.937884000000402,2439521,22,9,1985 +13,M,46.0,10809,-109.08261299999641,31.937028000000442,2439521,22,9,1985 +11,F,38.0,10810,-109.07930699999636,31.938056000000426,2437981,22,9,1985 +5,F,54.0,10811,-109.07960199999636,31.93897000000045,2439541,22,9,1985 +1,F,,10812,-109.08282899999641,31.938851000000387,2439531,22,9,1985 +4,M,42.0,10813,-109.08040899999641,31.93889400000041,2439521,22,9,1985 +11,F,43.0,10814,-109.07930699999636,31.938056000000426,2439521,22,9,1985 +8,M,52.0,10815,-109.08167999999641,31.937884000000402,2439521,22,9,1985 +5,M,47.0,10816,-109.07960199999636,31.93897000000045,2439541,22,9,1985 +8,M,52.0,10817,-109.08167999999641,31.937884000000402,2439521,22,9,1985 +4,M,52.0,10818,-109.08040899999641,31.93889400000041,2439521,22,9,1985 +4,F,117.0,10819,-109.08040899999641,31.93889400000041,2439531,22,9,1985 +11,F,10.0,10820,-109.07930699999636,31.938056000000426,2437874,22,9,1985 +9,F,43.0,10821,-109.08090299999638,31.93785900000039,2439521,22,9,1985 +13,M,49.0,10822,-109.08261299999641,31.937028000000442,2439521,22,9,1985 +3,F,,10823,-109.08120799999641,31.938896000000387,2439591,22,9,1985 +8,M,25.0,10824,-109.08167999999641,31.937884000000402,2438516,22,9,1985 +4,M,28.0,10825,-109.08040899999641,31.93889400000041,2438517,22,9,1985 +11,M,40.0,10826,-109.07930699999636,31.938056000000426,2439541,22,9,1985 +1,M,50.0,10827,-109.08282899999641,31.938851000000387,2439521,22,9,1985 +2,M,22.0,10828,-109.08197499999642,31.93888700000037,2438516,22,9,1985 +3,F,16.0,10829,-109.08120799999641,31.938896000000387,2439591,22,9,1985 +8,F,125.0,10830,-109.08167999999641,31.937884000000402,2439531,22,9,1985 +8,F,44.0,10831,-109.08167999999641,31.937884000000402,2439521,22,9,1985 +1,M,152.0,10832,-109.08282899999641,31.938851000000387,2439531,22,9,1985 +9,M,46.0,10833,-109.08090299999638,31.93785900000039,2439521,22,9,1985 +11,F,40.0,10834,-109.07930699999636,31.938056000000426,2439521,22,9,1985 +8,F,50.0,10835,-109.08167999999641,31.937884000000402,2439521,22,9,1985 +7,M,20.0,10836,-109.08281599999641,31.938113000000413,2437981,22,9,1985 +6,M,36.0,10837,-109.07883599999636,31.939078000000414,2438517,12,10,1985 +12,M,23.0,10838,-109.07851899999636,31.938203000000414,2438516,12,10,1985 +21,M,49.0,10839,-109.07939799999636,31.936448000000453,2439521,12,10,1985 +24,F,49.0,10840,-109.07773599999636,31.938560000000447,2439541,12,10,1985 +12,M,19.0,10841,-109.07851899999636,31.938203000000414,2437981,12,10,1985 +24,F,24.0,10842,-109.07773599999636,31.938560000000447,2437981,12,10,1985 +14,M,51.0,10843,-109.08182699999641,31.937054000000447,2439521,12,10,1985 +12,M,46.0,10844,-109.07851899999636,31.938203000000414,2439521,12,10,1985 +12,M,178.0,10845,-109.07851899999636,31.938203000000414,,12,10,1985 +12,M,50.0,10846,-109.07851899999636,31.938203000000414,2439541,12,10,1985 +22,M,9.0,10847,-109.07860199999635,31.93644100000042,2439591,12,10,1985 +18,M,42.0,10848,-109.07863299999636,31.93712600000041,2439521,12,10,1985 +17,F,44.0,10849,-109.07941499999636,31.937117000000445,2439521,12,10,1985 +22,F,15.0,10850,-109.07860199999635,31.93644100000042,2439591,12,10,1985 +24,F,40.0,10851,-109.07773599999636,31.938560000000447,2439521,12,10,1985 +14,M,,10852,-109.08182699999641,31.937054000000447,2439521,12,10,1985 +17,F,36.0,10853,-109.07941499999636,31.937117000000445,2439521,12,10,1985 +24,M,29.0,10854,-109.07773599999636,31.938560000000447,2438517,12,10,1985 +14,F,42.0,10855,-109.08182699999641,31.937054000000447,2438517,12,10,1985 +6,M,39.0,10856,-109.07883599999636,31.939078000000414,2439541,12,10,1985 +19,M,21.0,10857,-109.07791199999636,31.937438000000434,2437967,12,10,1985 +23,F,13.0,10858,-109.07783799999636,31.93676300000042,2437874,12,10,1985 +22,F,40.0,10859,-109.07860199999635,31.93644100000042,2439521,12,10,1985 +14,M,22.0,10860,-109.08182699999641,31.937054000000447,2438516,12,10,1985 +17,F,40.0,10861,-109.07941499999636,31.937117000000445,2439521,12,10,1985 +12,F,26.0,10862,-109.07851899999636,31.938203000000414,2438516,12,10,1985 +21,F,40.0,10863,-109.07939799999636,31.936448000000453,2439521,12,10,1985 +14,F,119.0,10864,-109.08182699999641,31.937054000000447,,12,10,1985 +17,M,55.0,10865,-109.07941499999636,31.937117000000445,2439541,12,10,1985 +12,F,23.0,10866,-109.07851899999636,31.938203000000414,2439521,12,10,1985 +18,M,48.0,10867,-109.07863299999636,31.93712600000041,2439521,12,10,1985 +20,M,42.0,10868,-109.08019099999642,31.93633400000045,2439521,12,10,1985 +18,M,46.0,10869,-109.07863299999636,31.93712600000041,2439521,12,10,1985 +12,F,23.0,10870,-109.07851899999636,31.938203000000414,2438516,12,10,1985 +12,F,42.0,10871,-109.07851899999636,31.938203000000414,2439521,12,10,1985 +14,M,37.0,10872,-109.08182699999641,31.937054000000447,2438517,12,10,1985 +12,F,37.0,10873,-109.07851899999636,31.938203000000414,2439521,12,10,1985 +17,M,50.0,10874,-109.07941499999636,31.937117000000445,2439541,12,10,1985 +21,M,28.0,10875,-109.07939799999636,31.936448000000453,2438517,12,10,1985 +6,M,20.0,10876,-109.07883599999636,31.939078000000414,2438517,12,10,1985 +14,M,47.0,10877,-109.08182699999641,31.937054000000447,2439521,12,10,1985 +23,M,11.0,10878,-109.07783799999636,31.93676300000042,2437874,12,10,1985 +12,F,41.0,10879,-109.07851899999636,31.938203000000414,2439521,12,10,1985 +24,M,39.0,10880,-109.07773599999636,31.938560000000447,2439521,12,10,1985 +6,M,,10881,-109.07883599999636,31.939078000000414,2439541,12,10,1985 +12,M,49.0,10882,-109.07851899999636,31.938203000000414,2439521,12,10,1985 +22,F,122.0,10883,-109.07860199999635,31.93644100000042,2439531,12,10,1985 +17,F,162.0,10884,-109.07941499999636,31.937117000000445,,12,10,1985 +6,M,18.0,10885,-109.07883599999636,31.939078000000414,2437981,12,10,1985 +16,,,10886,-109.08024399999636,31.93709400000041,,12,10,1985 +15,,,10887,-109.08103599999642,31.937059000000463,,12,10,1985 +11,F,102.0,10888,-109.07930699999636,31.938056000000426,2439531,13,10,1985 +8,F,45.0,10889,-109.08167999999641,31.937884000000402,2439541,13,10,1985 +1,M,39.0,10890,-109.08282899999641,31.938851000000387,2439521,13,10,1985 +10,F,13.0,10891,-109.08009099999636,31.938017000000425,2437874,13,10,1985 +9,M,,10892,-109.08090299999638,31.93785900000039,2439521,13,10,1985 +5,M,57.0,10893,-109.07960199999636,31.93897000000045,2439521,13,10,1985 +9,M,36.0,10894,-109.08090299999638,31.93785900000039,2439521,13,10,1985 +8,M,48.0,10895,-109.08167999999641,31.937884000000402,2439541,13,10,1985 +3,F,47.0,10896,-109.08120799999641,31.938896000000387,2439521,13,10,1985 +11,M,18.0,10897,-109.07930699999636,31.938056000000426,2437981,13,10,1985 +11,F,58.0,10898,-109.07930699999636,31.938056000000426,2439541,13,10,1985 +11,M,59.0,10899,-109.07930699999636,31.938056000000426,2439541,13,10,1985 +2,M,42.0,10900,-109.08197499999642,31.93888700000037,2439521,13,10,1985 +9,M,44.0,10901,-109.08090299999638,31.93785900000039,2439521,13,10,1985 +4,F,123.0,10902,-109.08040899999641,31.93889400000041,2439531,13,10,1985 +5,,,10903,-109.07960199999636,31.93897000000045,2439521,13,10,1985 +11,F,49.0,10904,-109.07930699999636,31.938056000000426,2439541,13,10,1985 +8,M,38.0,10905,-109.08167999999641,31.937884000000402,2439521,13,10,1985 +3,,32.0,10906,-109.08120799999641,31.938896000000387,2439521,13,10,1985 +9,F,46.0,10907,-109.08090299999638,31.93785900000039,2439541,13,10,1985 +7,M,19.0,10908,-109.08281599999641,31.938113000000413,2437981,13,10,1985 +4,M,,10909,-109.08040899999641,31.93889400000041,2439541,13,10,1985 +2,F,48.0,10910,-109.08197499999642,31.93888700000037,2439521,13,10,1985 +4,M,45.0,10911,-109.08040899999641,31.93889400000041,2439521,13,10,1985 +2,F,25.0,10912,-109.08197499999642,31.93888700000037,2438517,13,10,1985 +11,M,18.0,10913,-109.07930699999636,31.938056000000426,2437981,13,10,1985 +8,F,136.0,10914,-109.08167999999641,31.937884000000402,2439531,13,10,1985 +5,F,,10915,-109.07960199999636,31.93897000000045,2439541,13,10,1985 +13,F,42.0,10916,-109.08261299999641,31.937028000000442,2439541,13,10,1985 +5,F,41.0,10917,-109.07960199999636,31.93897000000045,2439521,13,10,1985 +9,M,119.0,10918,-109.08090299999638,31.93785900000039,2439531,13,10,1985 +8,F,26.0,10919,-109.08167999999641,31.937884000000402,2438516,13,10,1985 +1,F,145.0,10920,-109.08282899999641,31.938851000000387,2439531,13,10,1985 +2,F,40.0,10921,-109.08197499999642,31.93888700000037,2439521,13,10,1985 +8,M,48.0,10922,-109.08167999999641,31.937884000000402,2439521,13,10,1985 +1,F,138.0,10923,-109.08282899999641,31.938851000000387,2439531,13,10,1985 +2,F,136.0,10924,-109.08197499999642,31.93888700000037,,13,10,1985 +5,M,51.0,10925,-109.07960199999636,31.93897000000045,2439541,13,10,1985 +11,M,50.0,10926,-109.07930699999636,31.938056000000426,2439521,13,10,1985 +7,F,25.0,10927,-109.08281599999641,31.938113000000413,2437981,13,10,1985 +4,M,37.0,10928,-109.08040899999641,31.93889400000041,2438517,13,10,1985 +8,F,125.0,10929,-109.08167999999641,31.937884000000402,2439531,13,10,1985 +8,F,44.0,10930,-109.08167999999641,31.937884000000402,2439521,13,10,1985 +11,F,42.0,10931,-109.07930699999636,31.938056000000426,2439521,13,10,1985 +4,M,30.0,10932,-109.08040899999641,31.93889400000041,2438516,13,10,1985 +1,M,152.0,10933,-109.08282899999641,31.938851000000387,2439531,13,10,1985 +5,F,26.0,10934,-109.07960199999636,31.93897000000045,2438517,13,10,1985 +13,M,45.0,10935,-109.08261299999641,31.937028000000442,2439521,13,10,1985 +8,,,10936,-109.08167999999641,31.937884000000402,2437300,13,10,1985 +3,F,28.0,10937,-109.08120799999641,31.938896000000387,2438517,13,10,1985 +13,F,44.0,10938,-109.08261299999641,31.937028000000442,2439521,13,10,1985 +9,F,40.0,10939,-109.08090299999638,31.93785900000039,2439521,13,10,1985 +13,M,128.0,10940,-109.08261299999641,31.937028000000442,2439531,13,10,1985 +11,M,,10941,-109.07930699999636,31.938056000000426,2439541,13,10,1985 +8,M,35.0,10942,-109.08167999999641,31.937884000000402,2438517,13,10,1985 +13,M,45.0,10943,-109.08261299999641,31.937028000000442,2439521,13,10,1985 +1,M,47.0,10944,-109.08282899999641,31.938851000000387,2439521,13,10,1985 +8,F,41.0,10945,-109.08167999999641,31.937884000000402,2439521,13,10,1985 +2,M,35.0,10946,-109.08197499999642,31.93888700000037,2438517,13,10,1985 +2,M,28.0,10947,-109.08197499999642,31.93888700000037,2438516,13,10,1985 +4,F,123.0,10948,-109.08040899999641,31.93889400000041,2439531,13,10,1985 +8,M,51.0,10949,-109.08167999999641,31.937884000000402,2439521,13,10,1985 +2,F,148.0,10950,-109.08197499999642,31.93888700000037,,13,10,1985 +8,F,42.0,10951,-109.08167999999641,31.937884000000402,2439521,13,10,1985 +2,F,52.0,10952,-109.08197499999642,31.93888700000037,2439541,13,10,1985 +3,M,32.0,10953,-109.08120799999641,31.938896000000387,2439521,13,10,1985 +2,F,20.0,10954,-109.08197499999642,31.93888700000037,2438516,13,10,1985 +4,M,41.0,10955,-109.08040899999641,31.93889400000041,2439521,13,10,1985 +5,M,35.0,10956,-109.07960199999636,31.93897000000045,2438517,13,10,1985 +2,F,26.0,10957,-109.08197499999642,31.93888700000037,2438516,13,10,1985 +11,F,42.0,10958,-109.07930699999636,31.938056000000426,2439521,13,10,1985 +7,M,21.0,10959,-109.08281599999641,31.938113000000413,2437981,13,10,1985 +24,M,19.0,10960,-109.07773599999636,31.938560000000447,2437981,16,11,1985 +12,M,122.0,10961,-109.07851899999636,31.938203000000414,2439531,16,11,1985 +14,M,52.0,10962,-109.08182699999641,31.937054000000447,2439521,16,11,1985 +12,M,192.0,10963,-109.07851899999636,31.938203000000414,,16,11,1985 +12,,,10964,-109.07851899999636,31.938203000000414,2491757,16,11,1985 +14,M,17.0,10965,-109.08182699999641,31.937054000000447,2438516,16,11,1985 +20,M,19.0,10966,-109.08019099999642,31.93633400000045,2437981,16,11,1985 +17,M,48.0,10967,-109.07941499999636,31.937117000000445,2439521,16,11,1985 +21,M,9.0,10968,-109.07939799999636,31.936448000000453,2437874,16,11,1985 +12,M,46.0,10969,-109.07851899999636,31.938203000000414,2439541,16,11,1985 +21,M,41.0,10970,-109.07939799999636,31.936448000000453,2439521,16,11,1985 +12,,,10971,-109.07851899999636,31.938203000000414,2491757,16,11,1985 +17,F,38.0,10972,-109.07941499999636,31.937117000000445,2439521,16,11,1985 +12,F,43.0,10973,-109.07851899999636,31.938203000000414,2439521,16,11,1985 +6,M,,10974,-109.07883599999636,31.939078000000414,2439541,16,11,1985 +12,F,36.0,10975,-109.07851899999636,31.938203000000414,2439521,16,11,1985 +24,,,10976,-109.07773599999636,31.938560000000447,2491757,16,11,1985 +22,M,30.0,10977,-109.07860199999635,31.93644100000042,2438517,16,11,1985 +20,M,43.0,10978,-109.08019099999642,31.93633400000045,2439521,16,11,1985 +17,F,39.0,10979,-109.07941499999636,31.937117000000445,2439521,16,11,1985 +21,,,10980,-109.07939799999636,31.936448000000453,2437300,16,11,1985 +23,,,10981,-109.07783799999636,31.93676300000042,2439521,16,11,1985 +18,F,14.0,10982,-109.07863299999636,31.93712600000041,2437874,16,11,1985 +12,F,25.0,10983,-109.07851899999636,31.938203000000414,2438516,16,11,1985 +12,M,46.0,10984,-109.07851899999636,31.938203000000414,2439521,16,11,1985 +18,M,46.0,10985,-109.07863299999636,31.93712600000041,2439521,16,11,1985 +22,F,39.0,10986,-109.07860199999635,31.93644100000042,2439521,16,11,1985 +24,F,39.0,10987,-109.07773599999636,31.938560000000447,2439521,16,11,1985 +12,,,10988,-109.07851899999636,31.938203000000414,2439521,16,11,1985 +17,M,,10989,-109.07941499999636,31.937117000000445,2439541,16,11,1985 +24,M,48.0,10990,-109.07773599999636,31.938560000000447,2439521,16,11,1985 +23,F,21.0,10991,-109.07783799999636,31.93676300000042,2438516,16,11,1985 +14,F,37.0,10992,-109.08182699999641,31.937054000000447,2439521,16,11,1985 +17,M,50.0,10993,-109.07941499999636,31.937117000000445,2439541,16,11,1985 +14,F,129.0,10994,-109.08182699999641,31.937054000000447,,16,11,1985 +18,F,39.0,10995,-109.07863299999636,31.93712600000041,2439521,16,11,1985 +21,F,42.0,10996,-109.07939799999636,31.936448000000453,2439521,16,11,1985 +6,M,51.0,10997,-109.07883599999636,31.939078000000414,2439541,16,11,1985 +12,F,38.0,10998,-109.07851899999636,31.938203000000414,2439521,16,11,1985 +14,M,52.0,10999,-109.08182699999641,31.937054000000447,2439521,16,11,1985 +22,F,118.0,11000,-109.07860199999635,31.93644100000042,2439531,16,11,1985 +12,F,40.0,11001,-109.07851899999636,31.938203000000414,2439521,16,11,1985 +6,M,50.0,11002,-109.07883599999636,31.939078000000414,2439541,16,11,1985 +22,F,38.0,11003,-109.07860199999635,31.93644100000042,2439521,16,11,1985 +24,M,41.0,11004,-109.07773599999636,31.938560000000447,2439521,16,11,1985 +14,M,40.0,11005,-109.08182699999641,31.937054000000447,2439521,16,11,1985 +21,M,34.0,11006,-109.07939799999636,31.936448000000453,2439584,16,11,1985 +12,,,11007,-109.07851899999636,31.938203000000414,2437300,16,11,1985 +17,F,168.0,11008,-109.07941499999636,31.937117000000445,,16,11,1985 +6,F,50.0,11009,-109.07883599999636,31.939078000000414,2439541,16,11,1985 +14,M,16.0,11010,-109.08182699999641,31.937054000000447,2438516,16,11,1985 +16,,,11011,-109.08024399999636,31.93709400000041,,16,11,1985 +19,,,11012,-109.07791199999636,31.937438000000434,,16,11,1985 +1,F,43.0,11013,-109.08282899999641,31.938851000000387,2439521,17,11,1985 +2,M,43.0,11014,-109.08197499999642,31.93888700000037,2439521,17,11,1985 +3,F,146.0,11015,-109.08120799999641,31.938896000000387,,17,11,1985 +2,M,46.0,11016,-109.08197499999642,31.93888700000037,2439521,17,11,1985 +3,F,12.0,11017,-109.08120799999641,31.938896000000387,2439591,17,11,1985 +9,M,37.0,11018,-109.08090299999638,31.93785900000039,2439521,17,11,1985 +5,F,43.0,11019,-109.07960199999636,31.93897000000045,2439521,17,11,1985 +4,M,41.0,11020,-109.08040899999641,31.93889400000041,2439521,17,11,1985 +11,M,19.0,11021,-109.07930699999636,31.938056000000426,2437981,17,11,1985 +8,M,37.0,11022,-109.08167999999641,31.937884000000402,2439521,17,11,1985 +13,M,34.0,11023,-109.08261299999641,31.937028000000442,2438517,17,11,1985 +5,M,44.0,11024,-109.07960199999636,31.93897000000045,2439521,17,11,1985 +11,F,20.0,11025,-109.07930699999636,31.938056000000426,2437981,17,11,1985 +11,,,11026,-109.07930699999636,31.938056000000426,2439521,17,11,1985 +5,M,53.0,11027,-109.07960199999636,31.93897000000045,2439521,17,11,1985 +8,M,46.0,11028,-109.08167999999641,31.937884000000402,2439541,17,11,1985 +11,M,25.0,11029,-109.07930699999636,31.938056000000426,2438516,17,11,1985 +4,M,48.0,11030,-109.08040899999641,31.93889400000041,2439541,17,11,1985 +1,M,41.0,11031,-109.08282899999641,31.938851000000387,2439521,17,11,1985 +11,M,53.0,11032,-109.07930699999636,31.938056000000426,2439541,17,11,1985 +8,M,142.0,11033,-109.08167999999641,31.937884000000402,2439531,17,11,1985 +13,M,42.0,11034,-109.08261299999641,31.937028000000442,2439521,17,11,1985 +13,F,22.0,11035,-109.08261299999641,31.937028000000442,2438516,17,11,1985 +9,M,47.0,11036,-109.08090299999638,31.93785900000039,2439521,17,11,1985 +11,F,51.0,11037,-109.07930699999636,31.938056000000426,2439541,17,11,1985 +11,F,108.0,11038,-109.07930699999636,31.938056000000426,2439531,17,11,1985 +9,F,132.0,11039,-109.08090299999638,31.93785900000039,2439531,17,11,1985 +5,M,54.0,11040,-109.07960199999636,31.93897000000045,2439541,17,11,1985 +15,,,11041,-109.08103599999642,31.937059000000463,2437568,17,11,1985 +9,M,43.0,11042,-109.08090299999638,31.93785900000039,2439521,17,11,1985 +3,F,10.0,11043,-109.08120799999641,31.938896000000387,2437874,17,11,1985 +9,M,42.0,11044,-109.08090299999638,31.93785900000039,2439521,17,11,1985 +13,M,132.0,11045,-109.08261299999641,31.937028000000442,2439531,17,11,1985 +11,M,41.0,11046,-109.07930699999636,31.938056000000426,2439521,17,11,1985 +11,M,43.0,11047,-109.07930699999636,31.938056000000426,2439521,17,11,1985 +9,M,42.0,11048,-109.08090299999638,31.93785900000039,2439521,17,11,1985 +4,F,120.0,11049,-109.08040899999641,31.93889400000041,2439531,17,11,1985 +5,F,30.0,11050,-109.07960199999636,31.93897000000045,2438517,17,11,1985 +13,M,43.0,11051,-109.08261299999641,31.937028000000442,2439521,17,11,1985 +1,M,40.0,11052,-109.08282899999641,31.938851000000387,2439521,17,11,1985 +11,M,46.0,11053,-109.07930699999636,31.938056000000426,2439521,17,11,1985 +5,F,39.0,11054,-109.07960199999636,31.93897000000045,2439521,17,11,1985 +8,F,126.0,11055,-109.08167999999641,31.937884000000402,2439531,17,11,1985 +5,F,43.0,11056,-109.07960199999636,31.93897000000045,2439521,17,11,1985 +10,F,11.0,11057,-109.08009099999636,31.938017000000425,2437874,17,11,1985 +5,M,59.0,11058,-109.07960199999636,31.93897000000045,2439541,17,11,1985 +8,M,43.0,11059,-109.08167999999641,31.937884000000402,2439521,17,11,1985 +7,M,19.0,11060,-109.08281599999641,31.938113000000413,2437981,17,11,1985 +11,F,9.0,11061,-109.07930699999636,31.938056000000426,2437874,17,11,1985 +1,F,44.0,11062,-109.08282899999641,31.938851000000387,2439521,17,11,1985 +8,F,41.0,11063,-109.08167999999641,31.937884000000402,2439521,17,11,1985 +2,F,46.0,11064,-109.08197499999642,31.93888700000037,2439521,17,11,1985 +11,M,45.0,11065,-109.07930699999636,31.938056000000426,2439541,17,11,1985 +3,F,11.0,11066,-109.08120799999641,31.938896000000387,2437874,17,11,1985 +4,M,30.0,11067,-109.08040899999641,31.93889400000041,2438517,17,11,1985 +9,F,41.0,11068,-109.08090299999638,31.93785900000039,2439521,17,11,1985 +5,M,50.0,11069,-109.07960199999636,31.93897000000045,2439541,17,11,1985 +11,F,,11070,-109.07930699999636,31.938056000000426,2439521,17,11,1985 +4,M,130.0,11071,-109.08040899999641,31.93889400000041,2439531,17,11,1985 +11,F,40.0,11072,-109.07930699999636,31.938056000000426,2439521,17,11,1985 +7,M,17.0,11073,-109.08281599999641,31.938113000000413,2437981,17,11,1985 +1,M,125.0,11074,-109.08282899999641,31.938851000000387,2439531,17,11,1985 +2,M,46.0,11075,-109.08197499999642,31.93888700000037,2439521,17,11,1985 +3,F,29.0,11076,-109.08120799999641,31.938896000000387,2438517,17,11,1985 +1,M,47.0,11077,-109.08282899999641,31.938851000000387,2439521,17,11,1985 +15,M,8.0,11078,-109.08103599999642,31.937059000000463,2437874,17,11,1985 +3,M,32.0,11079,-109.08120799999641,31.938896000000387,2438517,17,11,1985 +11,F,21.0,11080,-109.07930699999636,31.938056000000426,2438516,17,11,1985 +4,F,120.0,11081,-109.08040899999641,31.93889400000041,2439531,17,11,1985 +1,F,21.0,11082,-109.08282899999641,31.938851000000387,2438516,17,11,1985 +8,F,40.0,11083,-109.08167999999641,31.937884000000402,2439521,17,11,1985 +2,M,20.0,11084,-109.08197499999642,31.93888700000037,2437981,17,11,1985 +2,F,22.0,11085,-109.08197499999642,31.93888700000037,2437981,17,11,1985 +11,F,38.0,11086,-109.07930699999636,31.938056000000426,2439521,17,11,1985 +4,M,38.0,11087,-109.08040899999641,31.93889400000041,2439521,17,11,1985 +5,M,,11088,-109.07960199999636,31.93897000000045,2439541,17,11,1985 +5,F,55.0,11089,-109.07960199999636,31.93897000000045,2439541,17,11,1985 +13,M,44.0,11090,-109.08261299999641,31.937028000000442,2439521,17,11,1985 +11,F,20.0,11091,-109.07930699999636,31.938056000000426,2437981,17,11,1985 +2,M,37.0,11092,-109.08197499999642,31.93888700000037,2438517,17,11,1985 +2,F,39.0,11093,-109.08197499999642,31.93888700000037,2439521,17,11,1985 +12,M,126.0,11094,-109.07851899999636,31.938203000000414,2439531,7,12,1985 +24,M,48.0,11095,-109.07773599999636,31.938560000000447,2439521,7,12,1985 +12,,,11096,-109.07851899999636,31.938203000000414,2491757,7,12,1985 +24,M,19.0,11097,-109.07773599999636,31.938560000000447,2437981,7,12,1985 +18,F,36.0,11098,-109.07863299999636,31.93712600000041,2439521,7,12,1985 +17,M,37.0,11099,-109.07941499999636,31.937117000000445,2439521,7,12,1985 +14,M,47.0,11100,-109.08182699999641,31.937054000000447,2439521,7,12,1985 +21,F,42.0,11101,-109.07939799999636,31.936448000000453,2439521,7,12,1985 +14,,,11102,-109.08182699999641,31.937054000000447,2437568,7,12,1985 +21,M,30.0,11103,-109.07939799999636,31.936448000000453,2438517,7,12,1985 +21,F,40.0,11104,-109.07939799999636,31.936448000000453,2439521,7,12,1985 +21,M,46.0,11105,-109.07939799999636,31.936448000000453,2439521,7,12,1985 +21,F,10.0,11106,-109.07939799999636,31.936448000000453,2437874,7,12,1985 +19,F,13.0,11107,-109.07791199999636,31.937438000000434,2437874,7,12,1985 +12,M,23.0,11108,-109.07851899999636,31.938203000000414,2438516,7,12,1985 +24,F,39.0,11109,-109.07773599999636,31.938560000000447,2439521,7,12,1985 +20,M,45.0,11110,-109.08019099999642,31.93633400000045,2439521,7,12,1985 +17,M,46.0,11111,-109.07941499999636,31.937117000000445,2439521,7,12,1985 +14,F,38.0,11112,-109.08182699999641,31.937054000000447,2439521,7,12,1985 +21,F,7.0,11113,-109.07939799999636,31.936448000000453,2437874,7,12,1985 +6,M,,11114,-109.07883599999636,31.939078000000414,2439541,7,12,1985 +18,M,23.0,11115,-109.07863299999636,31.93712600000041,2438516,7,12,1985 +21,M,19.0,11116,-109.07939799999636,31.936448000000453,2437981,7,12,1985 +23,F,19.0,11117,-109.07783799999636,31.93676300000042,2438516,7,12,1985 +18,M,48.0,11118,-109.07863299999636,31.93712600000041,2439521,7,12,1985 +6,M,,11119,-109.07883599999636,31.939078000000414,2439541,7,12,1985 +12,M,46.0,11120,-109.07851899999636,31.938203000000414,2439521,7,12,1985 +14,F,26.0,11121,-109.08182699999641,31.937054000000447,2438516,7,12,1985 +14,F,39.0,11122,-109.08182699999641,31.937054000000447,2439521,7,12,1985 +17,M,51.0,11123,-109.07941499999636,31.937117000000445,2439541,7,12,1985 +17,F,9.0,11124,-109.07941499999636,31.937117000000445,2437874,7,12,1985 +22,M,45.0,11125,-109.07860199999635,31.93644100000042,2439521,7,12,1985 +14,M,34.0,11126,-109.08182699999641,31.937054000000447,2438517,7,12,1985 +24,M,42.0,11127,-109.07773599999636,31.938560000000447,2439521,7,12,1985 +14,M,18.0,11128,-109.08182699999641,31.937054000000447,2438516,7,12,1985 +12,F,38.0,11129,-109.07851899999636,31.938203000000414,2439521,7,12,1985 +14,M,52.0,11130,-109.08182699999641,31.937054000000447,2439521,7,12,1985 +17,,,11131,-109.07941499999636,31.937117000000445,2491757,7,12,1985 +17,M,51.0,11132,-109.07941499999636,31.937117000000445,2439541,7,12,1985 +22,F,38.0,11133,-109.07860199999635,31.93644100000042,2439521,7,12,1985 +20,F,13.0,11134,-109.08019099999642,31.93633400000045,2437981,7,12,1985 +6,M,53.0,11135,-109.07883599999636,31.939078000000414,2439541,7,12,1985 +17,F,174.0,11136,-109.07941499999636,31.937117000000445,,7,12,1985 +23,F,22.0,11137,-109.07783799999636,31.93676300000042,2438516,7,12,1985 +16,M,10.0,11138,-109.08024399999636,31.93709400000041,2437874,7,12,1985 +16,F,9.0,11139,-109.08024399999636,31.93709400000041,2437874,7,12,1985 +14,M,20.0,11140,-109.08182699999641,31.937054000000447,2438517,7,12,1985 +22,M,51.0,11141,-109.07860199999635,31.93644100000042,2439521,7,12,1985 +21,M,34.0,11142,-109.07939799999636,31.936448000000453,2439584,7,12,1985 +24,F,9.0,11143,-109.07773599999636,31.938560000000447,2437874,7,12,1985 +12,F,40.0,11144,-109.07851899999636,31.938203000000414,2439521,7,12,1985 +22,F,43.0,11145,-109.07860199999635,31.93644100000042,2439521,7,12,1985 +24,M,8.0,11146,-109.07773599999636,31.938560000000447,2437874,7,12,1985 +12,F,24.0,11147,-109.07851899999636,31.938203000000414,2438516,7,12,1985 +1,M,43.0,11148,-109.08282899999641,31.938851000000387,2439521,8,12,1985 +2,M,44.0,11149,-109.08197499999642,31.93888700000037,2439521,8,12,1985 +5,F,32.0,11150,-109.07960199999636,31.93897000000045,2438517,8,12,1985 +2,M,47.0,11151,-109.08197499999642,31.93888700000037,2439521,8,12,1985 +3,F,150.0,11152,-109.08120799999641,31.938896000000387,,8,12,1985 +5,M,51.0,11153,-109.07960199999636,31.93897000000045,2439521,8,12,1985 +5,F,44.0,11154,-109.07960199999636,31.93897000000045,2439521,8,12,1985 +4,F,126.0,11155,-109.08040899999641,31.93889400000041,2439531,8,12,1985 +9,M,37.0,11156,-109.08090299999638,31.93785900000039,2439521,8,12,1985 +1,F,44.0,11157,-109.08282899999641,31.938851000000387,2439521,8,12,1985 +2,,,11158,-109.08197499999642,31.93888700000037,2437568,8,12,1985 +8,M,37.0,11159,-109.08167999999641,31.937884000000402,2439521,8,12,1985 +7,F,11.0,11160,-109.08281599999641,31.938113000000413,2437874,8,12,1985 +9,M,25.0,11161,-109.08090299999638,31.93785900000039,2438516,8,12,1985 +2,F,39.0,11162,-109.08197499999642,31.93888700000037,2439521,8,12,1985 +9,M,42.0,11163,-109.08090299999638,31.93785900000039,2439521,8,12,1985 +8,M,47.0,11164,-109.08167999999641,31.937884000000402,2439541,8,12,1985 +3,F,26.0,11165,-109.08120799999641,31.938896000000387,2437981,8,12,1985 +4,M,54.0,11166,-109.08040899999641,31.93889400000041,2439541,8,12,1985 +9,M,41.0,11167,-109.08090299999638,31.93785900000039,2439521,8,12,1985 +7,F,9.0,11168,-109.08281599999641,31.938113000000413,2437874,8,12,1985 +5,F,42.0,11169,-109.07960199999636,31.93897000000045,2439521,8,12,1985 +8,M,148.0,11170,-109.08167999999641,31.937884000000402,2439531,8,12,1985 +4,M,45.0,11171,-109.08040899999641,31.93889400000041,2439521,8,12,1985 +11,F,47.0,11172,-109.07930699999636,31.938056000000426,2439541,8,12,1985 +10,F,10.0,11173,-109.08009099999636,31.938017000000425,2437874,8,12,1985 +9,M,40.0,11174,-109.08090299999638,31.93785900000039,2439521,8,12,1985 +3,M,225.0,11175,-109.08120799999641,31.938896000000387,,8,12,1985 +11,M,43.0,11176,-109.07930699999636,31.938056000000426,2439521,8,12,1985 +11,M,9.0,11177,-109.07930699999636,31.938056000000426,2437874,8,12,1985 +9,F,130.0,11178,-109.08090299999638,31.93785900000039,2439531,8,12,1985 +1,M,155.0,11179,-109.08282899999641,31.938851000000387,2439531,8,12,1985 +11,M,,11180,-109.07930699999636,31.938056000000426,2439541,8,12,1985 +11,F,6.0,11181,-109.07930699999636,31.938056000000426,2437874,8,12,1985 +13,M,153.0,11182,-109.08261299999641,31.937028000000442,2439531,8,12,1985 +5,M,55.0,11183,-109.07960199999636,31.93897000000045,2439541,8,12,1985 +11,M,42.0,11184,-109.07930699999636,31.938056000000426,2439521,8,12,1985 +13,M,43.0,11185,-109.08261299999641,31.937028000000442,2439521,8,12,1985 +5,F,40.0,11186,-109.07960199999636,31.93897000000045,2439521,8,12,1985 +2,M,42.0,11187,-109.08197499999642,31.93888700000037,2439521,8,12,1985 +2,M,48.0,11188,-109.08197499999642,31.93888700000037,2439521,8,12,1985 +5,F,,11189,-109.07960199999636,31.93897000000045,2439541,8,12,1985 +8,M,45.0,11190,-109.08167999999641,31.937884000000402,2439521,8,12,1985 +5,M,50.0,11191,-109.07960199999636,31.93897000000045,2439541,8,12,1985 +9,M,50.0,11192,-109.08090299999638,31.93785900000039,2439521,8,12,1985 +5,F,48.0,11193,-109.07960199999636,31.93897000000045,2439541,8,12,1985 +11,F,22.0,11194,-109.07930699999636,31.938056000000426,2437981,8,12,1985 +11,F,38.0,11195,-109.07930699999636,31.938056000000426,2439521,8,12,1985 +1,M,39.0,11196,-109.08282899999641,31.938851000000387,2439521,8,12,1985 +13,M,30.0,11197,-109.08261299999641,31.937028000000442,2438517,8,12,1985 +2,F,44.0,11198,-109.08197499999642,31.93888700000037,2439521,8,12,1985 +4,M,129.0,11199,-109.08040899999641,31.93889400000041,2439531,8,12,1985 +8,F,42.0,11200,-109.08167999999641,31.937884000000402,2439521,8,12,1985 +7,,,11201,-109.08281599999641,31.938113000000413,2491757,8,12,1985 +5,M,29.0,11202,-109.07960199999636,31.93897000000045,2438517,8,12,1985 +9,F,39.0,11203,-109.08090299999638,31.93785900000039,2439521,8,12,1985 +7,F,19.0,11204,-109.08281599999641,31.938113000000413,2437981,8,12,1985 +3,F,16.0,11205,-109.08120799999641,31.938896000000387,2439591,8,12,1985 +5,M,56.0,11206,-109.07960199999636,31.93897000000045,2439541,8,12,1985 +11,F,38.0,11207,-109.07930699999636,31.938056000000426,2439521,8,12,1985 +2,M,19.0,11208,-109.08197499999642,31.93888700000037,2437981,8,12,1985 +8,F,120.0,11209,-109.08167999999641,31.937884000000402,2439531,8,12,1985 +2,F,52.0,11210,-109.08197499999642,31.93888700000037,2439541,8,12,1985 +2,F,40.0,11211,-109.08197499999642,31.93888700000037,2439521,8,12,1985 +13,M,45.0,11212,-109.08261299999641,31.937028000000442,2439521,8,12,1985 +4,,121.0,11213,-109.08040899999641,31.93889400000041,2439531,8,12,1985 +13,,,11214,-109.08261299999641,31.937028000000442,2437568,8,12,1985 +1,F,44.0,11215,-109.08282899999641,31.938851000000387,2439521,8,12,1985 +2,F,160.0,11216,-109.08197499999642,31.93888700000037,,8,12,1985 +3,M,9.0,11217,-109.08120799999641,31.938896000000387,2437874,8,12,1985 +4,M,34.0,11218,-109.08040899999641,31.93889400000041,2438517,8,12,1985 +9,F,39.0,11219,-109.08090299999638,31.93785900000039,2439521,8,12,1985 +8,F,41.0,11220,-109.08167999999641,31.937884000000402,2439521,8,12,1985 +5,F,56.0,11221,-109.07960199999636,31.93897000000045,2439541,8,12,1985 +13,,,11222,-109.08261299999641,31.937028000000442,2437568,8,12,1985 +7,,,11223,-109.08281599999641,31.938113000000413,2491757,8,12,1985 +4,M,40.0,11224,-109.08040899999641,31.93889400000041,2439521,8,12,1985 +11,M,49.0,11225,-109.07930699999636,31.938056000000426,2439521,8,12,1985 +7,M,18.0,11226,-109.08281599999641,31.938113000000413,2437981,8,12,1985 +1,M,47.0,11227,-109.08282899999641,31.938851000000387,2439521,8,12,1985 +15,,,11228,-109.08103599999642,31.937059000000463,,8,12,1985 +12,M,119.0,11229,-109.07851899999636,31.938203000000414,2439531,8,3,1986 +23,F,56.0,11230,-109.07783799999636,31.93676300000042,2439541,8,3,1986 +21,F,11.0,11231,-109.07939799999636,31.936448000000453,2437874,8,3,1986 +16,M,9.0,11232,-109.08024399999636,31.93709400000041,2437874,8,3,1986 +12,F,170.0,11233,-109.07851899999636,31.938203000000414,,8,3,1986 +6,F,52.0,11234,-109.07883599999636,31.939078000000414,2439521,8,3,1986 +24,M,48.0,11235,-109.07773599999636,31.938560000000447,2439521,8,3,1986 +21,F,10.0,11236,-109.07939799999636,31.936448000000453,2437874,8,3,1986 +6,M,46.0,11237,-109.07883599999636,31.939078000000414,2439521,8,3,1986 +16,F,10.0,11238,-109.08024399999636,31.93709400000041,2437874,8,3,1986 +17,F,38.0,11239,-109.07941499999636,31.937117000000445,2439521,8,3,1986 +12,M,26.0,11240,-109.07851899999636,31.938203000000414,2438516,8,3,1986 +6,M,130.0,11241,-109.07883599999636,31.939078000000414,2439531,8,3,1986 +24,F,52.0,11242,-109.07773599999636,31.938560000000447,2439541,8,3,1986 +20,F,48.0,11243,-109.08019099999642,31.93633400000045,2439521,8,3,1986 +12,,,11244,-109.07851899999636,31.938203000000414,2439541,8,3,1986 +14,M,37.0,11245,-109.08182699999641,31.937054000000447,2438517,8,3,1986 +6,F,31.0,11246,-109.07883599999636,31.939078000000414,2438517,8,3,1986 +21,F,25.0,11247,-109.07939799999636,31.936448000000453,2437981,8,3,1986 +14,F,39.0,11248,-109.08182699999641,31.937054000000447,2439521,8,3,1986 +20,M,47.0,11249,-109.08019099999642,31.93633400000045,2439521,8,3,1986 +12,M,,11250,-109.07851899999636,31.938203000000414,2439541,8,3,1986 +17,M,34.0,11251,-109.07941499999636,31.937117000000445,2438517,8,3,1986 +12,M,46.0,11252,-109.07851899999636,31.938203000000414,2439521,8,3,1986 +24,F,41.0,11253,-109.07773599999636,31.938560000000447,2439521,8,3,1986 +22,F,43.0,11254,-109.07860199999635,31.93644100000042,2439521,8,3,1986 +17,M,53.0,11255,-109.07941499999636,31.937117000000445,2439541,8,3,1986 +12,M,49.0,11256,-109.07851899999636,31.938203000000414,2439541,8,3,1986 +22,M,45.0,11257,-109.07860199999635,31.93644100000042,2439521,8,3,1986 +16,,,11258,-109.08024399999636,31.93709400000041,2438517,8,3,1986 +22,M,49.0,11259,-109.07860199999635,31.93644100000042,2439521,8,3,1986 +18,F,39.0,11260,-109.07863299999636,31.93712600000041,2439521,8,3,1986 +12,F,23.0,11261,-109.07851899999636,31.938203000000414,2438516,8,3,1986 +12,F,51.0,11262,-109.07851899999636,31.938203000000414,2439541,8,3,1986 +14,F,27.0,11263,-109.08182699999641,31.937054000000447,2438517,8,3,1986 +6,M,54.0,11264,-109.07883599999636,31.939078000000414,2439541,8,3,1986 +12,M,51.0,11265,-109.07851899999636,31.938203000000414,2439521,8,3,1986 +14,F,188.0,11266,-109.08182699999641,31.937054000000447,,8,3,1986 +14,,,11267,-109.08182699999641,31.937054000000447,2437300,8,3,1986 +14,M,23.0,11268,-109.08182699999641,31.937054000000447,2438516,8,3,1986 +12,M,19.0,11269,-109.07851899999636,31.938203000000414,2437981,8,3,1986 +12,M,52.0,11270,-109.07851899999636,31.938203000000414,2439521,8,3,1986 +12,F,37.0,11271,-109.07851899999636,31.938203000000414,2439521,8,3,1986 +24,M,45.0,11272,-109.07773599999636,31.938560000000447,2439521,8,3,1986 +23,M,9.0,11273,-109.07783799999636,31.93676300000042,2437874,8,3,1986 +22,M,53.0,11274,-109.07860199999635,31.93644100000042,2439521,8,3,1986 +12,F,48.0,11275,-109.07851899999636,31.938203000000414,2439521,8,3,1986 +14,F,37.0,11276,-109.08182699999641,31.937054000000447,2439521,8,3,1986 +23,M,59.0,11277,-109.07783799999636,31.93676300000042,2439541,8,3,1986 +14,M,49.0,11278,-109.08182699999641,31.937054000000447,2439521,8,3,1986 +6,M,55.0,11279,-109.07883599999636,31.939078000000414,2439541,8,3,1986 +6,M,20.0,11280,-109.07883599999636,31.939078000000414,2437981,8,3,1986 +21,M,39.0,11281,-109.07939799999636,31.936448000000453,2439584,8,3,1986 +17,,185.0,11282,-109.07941499999636,31.937117000000445,,8,3,1986 +22,M,12.0,11283,-109.07860199999635,31.93644100000042,2439531,8,3,1986 +19,F,10.0,11284,-109.07791199999636,31.937438000000434,2437874,8,3,1986 +2,M,44.0,11285,-109.08197499999642,31.93888700000037,2439521,9,3,1986 +3,,,11286,-109.08120799999641,31.938896000000387,2439591,9,3,1986 +11,,44.0,11287,-109.07930699999636,31.938056000000426,2439541,9,3,1986 +11,M,126.0,11288,-109.07930699999636,31.938056000000426,2439531,9,3,1986 +9,M,42.0,11289,-109.08090299999638,31.93785900000039,2439521,9,3,1986 +4,M,52.0,11290,-109.08040899999641,31.93889400000041,2439541,9,3,1986 +8,M,,11291,-109.08167999999641,31.937884000000402,2439531,9,3,1986 +2,F,40.0,11292,-109.08197499999642,31.93888700000037,2439521,9,3,1986 +9,M,45.0,11293,-109.08090299999638,31.93785900000039,2439521,9,3,1986 +11,M,15.0,11294,-109.07930699999636,31.938056000000426,2439591,9,3,1986 +9,F,131.0,11295,-109.08090299999638,31.93785900000039,2439531,9,3,1986 +8,M,54.0,11296,-109.08167999999641,31.937884000000402,2439541,9,3,1986 +9,M,48.0,11297,-109.08090299999638,31.93785900000039,2439521,9,3,1986 +13,M,47.0,11298,-109.08261299999641,31.937028000000442,2439521,9,3,1986 +4,M,46.0,11299,-109.08040899999641,31.93889400000041,2439521,9,3,1986 +3,F,7.0,11300,-109.08120799999641,31.938896000000387,2437874,9,3,1986 +4,F,116.0,11301,-109.08040899999641,31.93889400000041,2439531,9,3,1986 +13,,,11302,-109.08261299999641,31.937028000000442,2491757,9,3,1986 +3,F,173.0,11303,-109.08120799999641,31.938896000000387,,9,3,1986 +1,M,156.0,11304,-109.08282899999641,31.938851000000387,2439531,9,3,1986 +2,M,48.0,11305,-109.08197499999642,31.93888700000037,2439521,9,3,1986 +2,F,49.0,11306,-109.08197499999642,31.93888700000037,2439521,9,3,1986 +5,F,44.0,11307,-109.07960199999636,31.93897000000045,2439521,9,3,1986 +11,M,48.0,11308,-109.07930699999636,31.938056000000426,2439521,9,3,1986 +2,F,68.0,11309,-109.08197499999642,31.93888700000037,2439541,9,3,1986 +3,F,11.0,11310,-109.08120799999641,31.938896000000387,2437874,9,3,1986 +10,M,9.0,11311,-109.08009099999636,31.938017000000425,2437874,9,3,1986 +4,M,38.0,11312,-109.08040899999641,31.93889400000041,2438517,9,3,1986 +1,,,11313,-109.08282899999641,31.938851000000387,2439531,9,3,1986 +4,M,130.0,11314,-109.08040899999641,31.93889400000041,2439531,9,3,1986 +11,M,10.0,11315,-109.07930699999636,31.938056000000426,2437874,9,3,1986 +2,M,19.0,11316,-109.08197499999642,31.93888700000037,2437981,9,3,1986 +2,F,38.0,11317,-109.08197499999642,31.93888700000037,2439521,9,3,1986 +5,F,56.0,11318,-109.07960199999636,31.93897000000045,2439541,9,3,1986 +11,M,19.0,11319,-109.07930699999636,31.938056000000426,2437981,9,3,1986 +13,M,46.0,11320,-109.08261299999641,31.937028000000442,2439521,9,3,1986 +4,F,124.0,11321,-109.08040899999641,31.93889400000041,2439531,9,3,1986 +5,F,41.0,11322,-109.07960199999636,31.93897000000045,2439521,9,3,1986 +8,F,131.0,11323,-109.08167999999641,31.937884000000402,2439531,9,3,1986 +11,F,42.0,11324,-109.07930699999636,31.938056000000426,2439521,9,3,1986 +8,M,147.0,11325,-109.08167999999641,31.937884000000402,2439531,9,3,1986 +10,F,10.0,11326,-109.08009099999636,31.938017000000425,2437874,9,3,1986 +9,F,43.0,11327,-109.08090299999638,31.93785900000039,2439521,9,3,1986 +2,M,50.0,11328,-109.08197499999642,31.93888700000037,2439521,9,3,1986 +1,M,51.0,11329,-109.08282899999641,31.938851000000387,2439521,9,3,1986 +2,M,240.0,11330,-109.08197499999642,31.93888700000037,,9,3,1986 +1,M,45.0,11331,-109.08282899999641,31.938851000000387,2439521,9,3,1986 +10,M,10.0,11332,-109.08009099999636,31.938017000000425,2437874,9,3,1986 +1,F,134.0,11333,-109.08282899999641,31.938851000000387,2439531,9,3,1986 +13,,,11334,-109.08261299999641,31.937028000000442,2437300,9,3,1986 +4,M,43.0,11335,-109.08040899999641,31.93889400000041,2439521,9,3,1986 +9,M,47.0,11336,-109.08090299999638,31.93785900000039,2439521,9,3,1986 +7,F,24.0,11337,-109.08281599999641,31.938113000000413,2437981,9,3,1986 +3,F,22.0,11338,-109.08120799999641,31.938896000000387,2437981,9,3,1986 +11,F,40.0,11339,-109.07930699999636,31.938056000000426,2439521,9,3,1986 +7,F,12.0,11340,-109.08281599999641,31.938113000000413,2437874,9,3,1986 +15,,,11341,-109.08103599999642,31.937059000000463,,9,3,1986 +12,M,49.0,11342,-109.07851899999636,31.938203000000414,2439541,12,4,1986 +6,,,11343,-109.07883599999636,31.939078000000414,2491757,12,4,1986 +14,M,52.0,11344,-109.08182699999641,31.937054000000447,2439521,12,4,1986 +17,F,43.0,11345,-109.07941499999636,31.937117000000445,2439521,12,4,1986 +12,F,55.0,11346,-109.07851899999636,31.938203000000414,2439541,12,4,1986 +24,M,18.0,11347,-109.07773599999636,31.938560000000447,2437967,12,4,1986 +14,F,39.0,11348,-109.08182699999641,31.937054000000447,2439521,12,4,1986 +12,M,120.0,11349,-109.07851899999636,31.938203000000414,2439531,12,4,1986 +22,M,45.0,11350,-109.07860199999635,31.93644100000042,2439521,12,4,1986 +14,F,48.0,11351,-109.08182699999641,31.937054000000447,2439521,12,4,1986 +23,M,10.0,11352,-109.07783799999636,31.93676300000042,2437874,12,4,1986 +16,M,10.0,11353,-109.08024399999636,31.93709400000041,2437874,12,4,1986 +24,F,40.0,11354,-109.07773599999636,31.938560000000447,2439521,12,4,1986 +17,F,57.0,11355,-109.07941499999636,31.937117000000445,2439541,12,4,1986 +12,M,52.0,11356,-109.07851899999636,31.938203000000414,2439521,12,4,1986 +14,F,180.0,11357,-109.08182699999641,31.937054000000447,,12,4,1986 +14,M,52.0,11358,-109.08182699999641,31.937054000000447,2439521,12,4,1986 +22,M,21.0,11359,-109.07860199999635,31.93644100000042,2437981,12,4,1986 +16,,,11360,-109.08024399999636,31.93709400000041,2437300,12,4,1986 +22,M,30.0,11361,-109.07860199999635,31.93644100000042,2439521,12,4,1986 +20,M,42.0,11362,-109.08019099999642,31.93633400000045,2439521,12,4,1986 +14,M,38.0,11363,-109.08182699999641,31.937054000000447,2438517,12,4,1986 +22,M,47.0,11364,-109.07860199999635,31.93644100000042,2439521,12,4,1986 +12,M,48.0,11365,-109.07851899999636,31.938203000000414,2439521,12,4,1986 +6,M,53.0,11366,-109.07883599999636,31.939078000000414,2439541,12,4,1986 +14,F,27.0,11367,-109.08182699999641,31.937054000000447,2438517,12,4,1986 +17,F,192.0,11368,-109.07941499999636,31.937117000000445,,12,4,1986 +12,F,43.0,11369,-109.07851899999636,31.938203000000414,2439521,12,4,1986 +17,M,99.0,11370,-109.07941499999636,31.937117000000445,,12,4,1986 +18,M,54.0,11371,-109.07863299999636,31.93712600000041,2439521,12,4,1986 +12,F,46.0,11372,-109.07851899999636,31.938203000000414,2439521,12,4,1986 +12,M,42.0,11373,-109.07851899999636,31.938203000000414,2439521,12,4,1986 +22,F,27.0,11374,-109.07860199999635,31.93644100000042,2437981,12,4,1986 +22,M,125.0,11375,-109.07860199999635,31.93644100000042,2439531,12,4,1986 +19,M,17.0,11376,-109.07791199999636,31.937438000000434,2439591,12,4,1986 +10,,,11377,-109.08009099999636,31.938017000000425,,12,4,1986 +21,,,11378,-109.07939799999636,31.936448000000453,,12,4,1986 +5,M,53.0,11379,-109.07960199999636,31.93897000000045,2439521,13,4,1986 +9,M,47.0,11380,-109.08090299999638,31.93785900000039,2439521,13,4,1986 +11,M,120.0,11381,-109.07930699999636,31.938056000000426,2439531,13,4,1986 +9,F,130.0,11382,-109.08090299999638,31.93785900000039,2439531,13,4,1986 +8,F,57.0,11383,-109.08167999999641,31.937884000000402,2439541,13,4,1986 +5,M,41.0,11384,-109.07960199999636,31.93897000000045,2439521,13,4,1986 +8,M,150.0,11385,-109.08167999999641,31.937884000000402,2439531,13,4,1986 +1,F,26.0,11386,-109.08282899999641,31.938851000000387,2437967,13,4,1986 +5,M,58.0,11387,-109.07960199999636,31.93897000000045,2439541,13,4,1986 +2,M,42.0,11388,-109.08197499999642,31.93888700000037,2439521,13,4,1986 +2,F,42.0,11389,-109.08197499999642,31.93888700000037,2439521,13,4,1986 +15,,,11390,-109.08103599999642,31.937059000000463,2437568,13,4,1986 +7,,,11391,-109.08281599999641,31.938113000000413,2437874,13,4,1986 +2,M,26.0,11392,-109.08197499999642,31.93888700000037,2439521,13,4,1986 +5,F,42.0,11393,-109.07960199999636,31.93897000000045,2439521,13,4,1986 +9,M,39.0,11394,-109.08090299999638,31.93785900000039,2438517,13,4,1986 +4,F,74.0,11395,-109.08040899999641,31.93889400000041,2439531,13,4,1986 +3,F,176.0,11396,-109.08120799999641,31.938896000000387,,13,4,1986 +4,F,34.0,11397,-109.08040899999641,31.93889400000041,2438517,13,4,1986 +4,M,50.0,11398,-109.08040899999641,31.93889400000041,2439541,13,4,1986 +3,,102.0,11399,-109.08120799999641,31.938896000000387,,13,4,1986 +1,M,157.0,11400,-109.08282899999641,31.938851000000387,2439531,13,4,1986 +4,F,125.0,11401,-109.08040899999641,31.93889400000041,2439531,13,4,1986 +5,M,52.0,11402,-109.07960199999636,31.93897000000045,2439521,13,4,1986 +11,M,46.0,11403,-109.07930699999636,31.938056000000426,2439521,13,4,1986 +13,M,48.0,11404,-109.08261299999641,31.937028000000442,2439521,13,4,1986 +1,F,22.0,11405,-109.08282899999641,31.938851000000387,2439521,13,4,1986 +1,M,42.0,11406,-109.08282899999641,31.938851000000387,2439521,13,4,1986 +4,M,41.0,11407,-109.08040899999641,31.93889400000041,2438517,13,4,1986 +5,F,54.0,11408,-109.07960199999636,31.93897000000045,2439541,13,4,1986 +2,F,49.0,11409,-109.08197499999642,31.93888700000037,2439521,13,4,1986 +4,M,49.0,11410,-109.08040899999641,31.93889400000041,2439521,13,4,1986 +1,F,135.0,11411,-109.08282899999641,31.938851000000387,2439531,13,4,1986 +11,M,49.0,11412,-109.07930699999636,31.938056000000426,2439521,13,4,1986 +11,,,11413,-109.07930699999636,31.938056000000426,,13,4,1986 +7,F,,11414,-109.08281599999641,31.938113000000413,2437874,13,4,1986 +1,F,125.0,11415,-109.08282899999641,31.938851000000387,2439531,13,4,1986 +5,F,43.0,11416,-109.07960199999636,31.93897000000045,2439521,13,4,1986 +9,M,45.0,11417,-109.08090299999638,31.93785900000039,2439521,13,4,1986 +1,M,129.0,11418,-109.08282899999641,31.938851000000387,2439531,13,4,1986 +5,M,24.0,11419,-109.07960199999636,31.93897000000045,2439541,13,4,1986 +8,F,124.0,11420,-109.08167999999641,31.937884000000402,2439531,13,4,1986 +13,F,52.0,11421,-109.08261299999641,31.937028000000442,2439521,13,4,1986 +2,M,44.0,11422,-109.08197499999642,31.93888700000037,2439521,13,4,1986 +1,M,52.0,11423,-109.08282899999641,31.938851000000387,2439521,13,4,1986 +3,F,19.0,11424,-109.08120799999641,31.938896000000387,2439591,13,4,1986 +3,M,15.0,11425,-109.08120799999641,31.938896000000387,2438516,13,4,1986 +1,M,51.0,11426,-109.08282899999641,31.938851000000387,2439541,13,4,1986 +4,F,125.0,11427,-109.08040899999641,31.93889400000041,2439531,13,4,1986 +5,F,26.0,11428,-109.07960199999636,31.93897000000045,2439541,13,4,1986 +9,M,45.0,11429,-109.08090299999638,31.93785900000039,2439521,13,4,1986 +9,F,49.0,11430,-109.08090299999638,31.93785900000039,2439521,13,4,1986 +4,M,42.0,11431,-109.08040899999641,31.93889400000041,2439521,13,4,1986 +11,F,40.0,11432,-109.07930699999636,31.938056000000426,2439521,13,4,1986 +9,F,26.0,11433,-109.08090299999638,31.93785900000039,2439521,13,4,1986 +3,M,17.0,11434,-109.08120799999641,31.938896000000387,2439591,13,4,1986 +11,F,45.0,11435,-109.07930699999636,31.938056000000426,2439521,13,4,1986 +13,M,46.0,11436,-109.08261299999641,31.937028000000442,2439521,13,4,1986 +12,F,91.0,11437,-109.07851899999636,31.938203000000414,,10,5,1986 +24,M,45.0,11438,-109.07773599999636,31.938560000000447,2439521,10,5,1986 +24,M,44.0,11439,-109.07773599999636,31.938560000000447,2439521,10,5,1986 +24,F,39.0,11440,-109.07773599999636,31.938560000000447,2439521,10,5,1986 +17,F,29.0,11441,-109.07941499999636,31.937117000000445,2437981,10,5,1986 +12,F,98.0,11442,-109.07851899999636,31.938203000000414,,10,5,1986 +24,F,26.0,11443,-109.07773599999636,31.938560000000447,2437981,10,5,1986 +20,F,44.0,11444,-109.08019099999642,31.93633400000045,2439521,10,5,1986 +14,F,39.0,11445,-109.08182699999641,31.937054000000447,2439521,10,5,1986 +12,M,118.0,11446,-109.07851899999636,31.938203000000414,2439531,10,5,1986 +21,M,10.0,11447,-109.07939799999636,31.936448000000453,2437874,10,5,1986 +12,F,205.0,11448,-109.07851899999636,31.938203000000414,,10,5,1986 +18,M,18.0,11449,-109.07863299999636,31.93712600000041,2437967,10,5,1986 +6,,,11450,-109.07883599999636,31.939078000000414,2491757,10,5,1986 +12,M,48.0,11451,-109.07851899999636,31.938203000000414,2439541,10,5,1986 +14,F,39.0,11452,-109.08182699999641,31.937054000000447,2439521,10,5,1986 +12,F,33.0,11453,-109.07851899999636,31.938203000000414,2438516,10,5,1986 +21,F,21.0,11454,-109.07939799999636,31.936448000000453,2437967,10,5,1986 +18,F,26.0,11455,-109.07863299999636,31.93712600000041,2439521,10,5,1986 +18,M,52.0,11456,-109.07863299999636,31.93712600000041,2439521,10,5,1986 +17,M,50.0,11457,-109.07941499999636,31.937117000000445,2439521,10,5,1986 +17,M,37.0,11458,-109.07941499999636,31.937117000000445,2439521,10,5,1986 +18,F,50.0,11459,-109.07863299999636,31.93712600000041,2439521,10,5,1986 +12,M,11.0,11460,-109.07851899999636,31.938203000000414,2437874,10,5,1986 +6,M,46.0,11461,-109.07883599999636,31.939078000000414,2439541,10,5,1986 +18,F,13.0,11462,-109.07863299999636,31.93712600000041,2437874,10,5,1986 +12,M,26.0,11463,-109.07851899999636,31.938203000000414,2438516,10,5,1986 +22,F,16.0,11464,-109.07860199999635,31.93644100000042,2439591,10,5,1986 +12,M,50.0,11465,-109.07851899999636,31.938203000000414,2439521,10,5,1986 +20,F,22.0,11466,-109.08019099999642,31.93633400000045,2437967,10,5,1986 +21,F,13.0,11467,-109.07939799999636,31.936448000000453,2437874,10,5,1986 +14,F,37.0,11468,-109.08182699999641,31.937054000000447,2439521,10,5,1986 +14,F,29.0,11469,-109.08182699999641,31.937054000000447,2438517,10,5,1986 +17,M,52.0,11470,-109.07941499999636,31.937117000000445,2439541,10,5,1986 +6,M,52.0,11471,-109.07883599999636,31.939078000000414,2439541,10,5,1986 +14,M,50.0,11472,-109.08182699999641,31.937054000000447,2439521,10,5,1986 +6,F,33.0,11473,-109.07883599999636,31.939078000000414,2438517,10,5,1986 +14,F,180.0,11474,-109.08182699999641,31.937054000000447,,10,5,1986 +6,M,53.0,11475,-109.07883599999636,31.939078000000414,2439541,10,5,1986 +23,,,11476,-109.07783799999636,31.93676300000042,2437981,10,5,1986 +20,F,,11477,-109.08019099999642,31.93633400000045,,10,5,1986 +12,F,42.0,11478,-109.07851899999636,31.938203000000414,2439521,10,5,1986 +22,F,45.0,11479,-109.07860199999635,31.93644100000042,2439521,10,5,1986 +20,M,46.0,11480,-109.08019099999642,31.93633400000045,2439521,10,5,1986 +24,M,42.0,11481,-109.07773599999636,31.938560000000447,2439521,10,5,1986 +22,M,21.0,11482,-109.07860199999635,31.93644100000042,2437981,10,5,1986 +16,F,,11483,-109.08024399999636,31.93709400000041,2437874,10,5,1986 +6,M,23.0,11484,-109.07883599999636,31.939078000000414,2437981,10,5,1986 +12,F,43.0,11485,-109.07851899999636,31.938203000000414,2439521,10,5,1986 +23,M,23.0,11486,-109.07783799999636,31.93676300000042,2437981,10,5,1986 +19,F,15.0,11487,-109.07791199999636,31.937438000000434,2437967,10,5,1986 +14,,,11488,-109.08182699999641,31.937054000000447,2491757,10,5,1986 +22,F,114.0,11489,-109.07860199999635,31.93644100000042,2439531,10,5,1986 +2,M,44.0,11490,-109.08197499999642,31.93888700000037,2439521,11,5,1986 +3,M,11.0,11491,-109.08120799999641,31.938896000000387,2437874,11,5,1986 +11,F,50.0,11492,-109.07930699999636,31.938056000000426,2439521,11,5,1986 +11,M,115.0,11493,-109.07930699999636,31.938056000000426,2439531,11,5,1986 +8,M,144.0,11494,-109.08167999999641,31.937884000000402,2439531,11,5,1986 +13,M,123.0,11495,-109.08261299999641,31.937028000000442,,11,5,1986 +7,F,,11496,-109.08281599999641,31.938113000000413,2437874,11,5,1986 +2,F,163.0,11497,-109.08197499999642,31.93888700000037,,11,5,1986 +5,M,59.0,11498,-109.07960199999636,31.93897000000045,2439541,11,5,1986 +2,F,82.0,11499,-109.08197499999642,31.93888700000037,,11,5,1986 +9,F,134.0,11500,-109.08090299999638,31.93785900000039,2439531,11,5,1986 +3,M,138.0,11501,-109.08120799999641,31.938896000000387,,11,5,1986 +1,F,43.0,11502,-109.08282899999641,31.938851000000387,2439521,11,5,1986 +4,M,,11503,-109.08040899999641,31.93889400000041,2439521,11,5,1986 +5,F,45.0,11504,-109.07960199999636,31.93897000000045,2439521,11,5,1986 +9,M,46.0,11505,-109.08090299999638,31.93785900000039,2439521,11,5,1986 +8,F,128.0,11506,-109.08167999999641,31.937884000000402,2439531,11,5,1986 +4,M,50.0,11507,-109.08040899999641,31.93889400000041,2439541,11,5,1986 +15,,,11508,-109.08103599999642,31.937059000000463,2437568,11,5,1986 +4,F,121.0,11509,-109.08040899999641,31.93889400000041,2439531,11,5,1986 +13,M,46.0,11510,-109.08261299999641,31.937028000000442,2439521,11,5,1986 +1,M,52.0,11511,-109.08282899999641,31.938851000000387,2439521,11,5,1986 +1,M,43.0,11512,-109.08282899999641,31.938851000000387,2439521,11,5,1986 +3,F,19.0,11513,-109.08120799999641,31.938896000000387,2439591,11,5,1986 +11,M,20.0,11514,-109.07930699999636,31.938056000000426,2437967,11,5,1986 +2,M,37.0,11515,-109.08197499999642,31.93888700000037,2439521,11,5,1986 +2,F,43.0,11516,-109.08197499999642,31.93888700000037,2439521,11,5,1986 +1,F,84.0,11517,-109.08282899999641,31.938851000000387,2439531,11,5,1986 +1,M,129.0,11518,-109.08282899999641,31.938851000000387,2439531,11,5,1986 +11,M,21.0,11519,-109.07930699999636,31.938056000000426,2437981,11,5,1986 +8,F,103.0,11520,-109.08167999999641,31.937884000000402,2439531,11,5,1986 +5,F,43.0,11521,-109.07960199999636,31.93897000000045,2439521,11,5,1986 +3,M,21.0,11522,-109.08120799999641,31.938896000000387,2438516,11,5,1986 +1,M,152.0,11523,-109.08282899999641,31.938851000000387,2439531,11,5,1986 +5,M,38.0,11524,-109.07960199999636,31.93897000000045,2439541,11,5,1986 +8,M,,11525,-109.08167999999641,31.937884000000402,2439521,11,5,1986 +4,M,44.0,11526,-109.08040899999641,31.93889400000041,2439521,11,5,1986 +13,,,11527,-109.08261299999641,31.937028000000442,2437568,11,5,1986 +4,F,123.0,11528,-109.08040899999641,31.93889400000041,2439531,11,5,1986 +5,F,39.0,11529,-109.07960199999636,31.93897000000045,2439541,11,5,1986 +9,M,198.0,11530,-109.08090299999638,31.93785900000039,,11,5,1986 +9,M,45.0,11531,-109.08090299999638,31.93785900000039,2439521,11,5,1986 +13,,,11532,-109.08261299999641,31.937028000000442,2436910,11,5,1986 +9,F,47.0,11533,-109.08090299999638,31.93785900000039,2439521,11,5,1986 +3,F,9.0,11534,-109.08120799999641,31.938896000000387,2438516,11,5,1986 +11,F,24.0,11535,-109.07930699999636,31.938056000000426,2439521,11,5,1986 +2,M,46.0,11536,-109.08197499999642,31.93888700000037,2439521,11,5,1986 +11,F,,11537,-109.07930699999636,31.938056000000426,2439521,11,5,1986 +7,F,7.0,11538,-109.08281599999641,31.938113000000413,2437874,11,5,1986 +11,M,20.0,11539,-109.07930699999636,31.938056000000426,2437981,11,5,1986 +13,M,47.0,11540,-109.08261299999641,31.937028000000442,2439521,11,5,1986 +10,,,11541,-109.08009099999636,31.938017000000425,,11,5,1986 +15,M,9.0,11542,-109.08103599999642,31.937059000000463,2437874,11,5,1986 +15,F,18.0,11543,-109.08103599999642,31.937059000000463,2437874,11,5,1986 +24,F,138.0,11544,-109.07773599999636,31.938560000000447,,4,6,1986 +14,M,49.0,11545,-109.08182699999641,31.937054000000447,2439521,4,6,1986 +18,F,32.0,11546,-109.07863299999636,31.93712600000041,2439521,4,6,1986 +24,M,50.0,11547,-109.07773599999636,31.938560000000447,2439521,4,6,1986 +19,F,26.0,11548,-109.07791199999636,31.937438000000434,2437967,4,6,1986 +24,F,38.0,11549,-109.07773599999636,31.938560000000447,2439521,4,6,1986 +12,F,185.0,11550,-109.07851899999636,31.938203000000414,,4,6,1986 +12,M,119.0,11551,-109.07851899999636,31.938203000000414,2439531,4,6,1986 +14,F,41.0,11552,-109.08182699999641,31.937054000000447,2439521,4,6,1986 +18,F,42.0,11553,-109.07863299999636,31.93712600000041,2439521,4,6,1986 +23,M,19.0,11554,-109.07783799999636,31.93676300000042,2438516,4,6,1986 +17,M,35.0,11555,-109.07941499999636,31.937117000000445,2439521,4,6,1986 +19,M,19.0,11556,-109.07791199999636,31.937438000000434,2437967,4,6,1986 +12,F,52.0,11557,-109.07851899999636,31.938203000000414,2439541,4,6,1986 +17,F,61.0,11558,-109.07941499999636,31.937117000000445,2439541,4,6,1986 +14,F,40.0,11559,-109.08182699999641,31.937054000000447,2439521,4,6,1986 +24,F,27.0,11560,-109.07773599999636,31.938560000000447,2438516,4,6,1986 +20,F,68.0,11561,-109.08019099999642,31.93633400000045,,4,6,1986 +14,F,36.0,11562,-109.08182699999641,31.937054000000447,2438517,4,6,1986 +24,F,24.0,11563,-109.07773599999636,31.938560000000447,2439521,4,6,1986 +14,M,50.0,11564,-109.08182699999641,31.937054000000447,2439521,4,6,1986 +6,M,55.0,11565,-109.07883599999636,31.939078000000414,2439541,4,6,1986 +12,F,44.0,11566,-109.07851899999636,31.938203000000414,2439521,4,6,1986 +20,F,,11567,-109.08019099999642,31.93633400000045,,4,6,1986 +21,F,98.0,11568,-109.07939799999636,31.936448000000453,,4,6,1986 +23,F,23.0,11569,-109.07783799999636,31.93676300000042,2437981,4,6,1986 +23,F,19.0,11570,-109.07783799999636,31.93676300000042,2438516,4,6,1986 +14,F,36.0,11571,-109.08182699999641,31.937054000000447,2439521,4,6,1986 +19,F,23.0,11572,-109.07791199999636,31.937438000000434,2437967,4,6,1986 +12,M,26.0,11573,-109.07851899999636,31.938203000000414,2439521,4,6,1986 +18,M,52.0,11574,-109.07863299999636,31.93712600000041,2439521,4,6,1986 +12,M,43.0,11575,-109.07851899999636,31.938203000000414,2439521,4,6,1986 +14,F,183.0,11576,-109.08182699999641,31.937054000000447,,4,6,1986 +18,F,24.0,11577,-109.07863299999636,31.93712600000041,2437967,4,6,1986 +24,M,43.0,11578,-109.07773599999636,31.938560000000447,2439521,4,6,1986 +23,F,45.0,11579,-109.07783799999636,31.93676300000042,2439541,4,6,1986 +12,F,41.0,11580,-109.07851899999636,31.938203000000414,2439521,4,6,1986 +20,M,46.0,11581,-109.08019099999642,31.93633400000045,2439521,4,6,1986 +17,F,182.0,11582,-109.07941499999636,31.937117000000445,,4,6,1986 +22,F,40.0,11583,-109.07860199999635,31.93644100000042,2439521,4,6,1986 +16,,,11584,-109.08024399999636,31.93709400000041,,4,6,1986 +2,M,47.0,11585,-109.08197499999642,31.93888700000037,2439521,5,6,1986 +11,F,44.0,11586,-109.07930699999636,31.938056000000426,2439521,5,6,1986 +3,F,174.0,11587,-109.08120799999641,31.938896000000387,,5,6,1986 +3,F,18.0,11588,-109.08120799999641,31.938896000000387,2439591,5,6,1986 +4,M,52.0,11589,-109.08040899999641,31.93889400000041,2439541,5,6,1986 +8,F,58.0,11590,-109.08167999999641,31.937884000000402,2439541,5,6,1986 +3,F,14.0,11591,-109.08120799999641,31.938896000000387,2439591,5,6,1986 +1,M,42.0,11592,-109.08282899999641,31.938851000000387,2439521,5,6,1986 +3,M,123.0,11593,-109.08120799999641,31.938896000000387,,5,6,1986 +9,F,49.0,11594,-109.08090299999638,31.93785900000039,2439541,5,6,1986 +9,F,121.0,11595,-109.08090299999638,31.93785900000039,2439531,5,6,1986 +2,M,47.0,11596,-109.08197499999642,31.93888700000037,2439521,5,6,1986 +4,M,47.0,11597,-109.08040899999641,31.93889400000041,2439521,5,6,1986 +5,M,59.0,11598,-109.07960199999636,31.93897000000045,2439541,5,6,1986 +5,M,50.0,11599,-109.07960199999636,31.93897000000045,2439521,5,6,1986 +7,F,10.0,11600,-109.08281599999641,31.938113000000413,2437874,5,6,1986 +2,M,36.0,11601,-109.08197499999642,31.93888700000037,2439521,5,6,1986 +3,M,16.0,11602,-109.08120799999641,31.938896000000387,2439591,5,6,1986 +9,F,41.0,11603,-109.08090299999638,31.93785900000039,2439521,5,6,1986 +11,F,22.0,11604,-109.07930699999636,31.938056000000426,2439541,5,6,1986 +5,F,45.0,11605,-109.07960199999636,31.93897000000045,2439521,5,6,1986 +7,F,23.0,11606,-109.08281599999641,31.938113000000413,2437981,5,6,1986 +15,,,11607,-109.08103599999642,31.937059000000463,2437568,5,6,1986 +1,M,152.0,11608,-109.08282899999641,31.938851000000387,2439531,5,6,1986 +2,F,53.0,11609,-109.08197499999642,31.93888700000037,2439521,5,6,1986 +11,F,39.0,11610,-109.07930699999636,31.938056000000426,2439521,5,6,1986 +1,M,129.0,11611,-109.08282899999641,31.938851000000387,2439531,5,6,1986 +2,F,110.0,11612,-109.08197499999642,31.93888700000037,,5,6,1986 +4,F,116.0,11613,-109.08040899999641,31.93889400000041,2439531,5,6,1986 +13,M,48.0,11614,-109.08261299999641,31.937028000000442,2439521,5,6,1986 +5,F,42.0,11615,-109.07960199999636,31.93897000000045,2439521,5,6,1986 +3,F,29.0,11616,-109.08120799999641,31.938896000000387,2438517,5,6,1986 +10,M,11.0,11617,-109.08009099999636,31.938017000000425,2437874,5,6,1986 +1,F,32.0,11618,-109.08282899999641,31.938851000000387,2439521,5,6,1986 +13,M,46.0,11619,-109.08261299999641,31.937028000000442,2439521,5,6,1986 +7,M,10.0,11620,-109.08281599999641,31.938113000000413,2437874,5,6,1986 +9,M,46.0,11621,-109.08090299999638,31.93785900000039,2439521,5,6,1986 +13,,,11622,-109.08261299999641,31.937028000000442,2437568,5,6,1986 +2,F,57.0,11623,-109.08197499999642,31.93888700000037,2439541,5,6,1986 +3,F,14.0,11624,-109.08120799999641,31.938896000000387,2439591,5,6,1986 +13,F,45.0,11625,-109.08261299999641,31.937028000000442,2439521,5,6,1986 +3,M,21.0,11626,-109.08120799999641,31.938896000000387,2438516,5,6,1986 +13,,,11627,-109.08261299999641,31.937028000000442,2437568,5,6,1986 +5,M,44.0,11628,-109.07960199999636,31.93897000000045,2439541,5,6,1986 +2,M,227.0,11629,-109.08197499999642,31.93888700000037,,5,6,1986 +8,M,45.0,11630,-109.08167999999641,31.937884000000402,2439521,5,6,1986 +4,M,43.0,11631,-109.08040899999641,31.93889400000041,2439521,5,6,1986 +9,M,48.0,11632,-109.08090299999638,31.93785900000039,2439521,5,6,1986 +13,,,11633,-109.08261299999641,31.937028000000442,2437568,5,6,1986 +22,F,18.0,11634,-109.07860199999635,31.93644100000042,2439591,3,7,1986 +22,M,46.0,11635,-109.07860199999635,31.93644100000042,2439521,3,7,1986 +14,M,50.0,11636,-109.08182699999641,31.937054000000447,2439521,3,7,1986 +6,M,45.0,11637,-109.07883599999636,31.939078000000414,2439541,3,7,1986 +17,M,37.0,11638,-109.07941499999636,31.937117000000445,2439521,3,7,1986 +24,F,39.0,11639,-109.07773599999636,31.938560000000447,2439521,3,7,1986 +20,,,11640,-109.08019099999642,31.93633400000045,2437300,3,7,1986 +16,F,10.0,11641,-109.08024399999636,31.93709400000041,2437874,3,7,1986 +12,M,45.0,11642,-109.07851899999636,31.938203000000414,2439541,3,7,1986 +23,F,11.0,11643,-109.07783799999636,31.93676300000042,2437874,3,7,1986 +12,M,123.0,11644,-109.07851899999636,31.938203000000414,2439531,3,7,1986 +12,M,23.0,11645,-109.07851899999636,31.938203000000414,2437981,3,7,1986 +12,M,42.0,11646,-109.07851899999636,31.938203000000414,2439541,3,7,1986 +19,F,22.0,11647,-109.07791199999636,31.937438000000434,2437967,3,7,1986 +17,F,36.0,11648,-109.07941499999636,31.937117000000445,2439521,3,7,1986 +20,F,42.0,11649,-109.08019099999642,31.93633400000045,2439521,3,7,1986 +12,,,11650,-109.07851899999636,31.938203000000414,2437568,3,7,1986 +14,F,188.0,11651,-109.08182699999641,31.937054000000447,,3,7,1986 +12,F,134.0,11652,-109.07851899999636,31.938203000000414,,3,7,1986 +14,F,44.0,11653,-109.08182699999641,31.937054000000447,2439521,3,7,1986 +24,M,48.0,11654,-109.07773599999636,31.938560000000447,2439521,3,7,1986 +14,M,55.0,11655,-109.08182699999641,31.937054000000447,2439521,3,7,1986 +6,,,11656,-109.07883599999636,31.939078000000414,2437300,3,7,1986 +24,F,34.0,11657,-109.07773599999636,31.938560000000447,2439521,3,7,1986 +12,M,50.0,11658,-109.07851899999636,31.938203000000414,2439521,3,7,1986 +22,M,30.0,11659,-109.07860199999635,31.93644100000042,2439521,3,7,1986 +17,F,54.0,11660,-109.07941499999636,31.937117000000445,2439541,3,7,1986 +21,F,7.0,11661,-109.07939799999636,31.936448000000453,2439566,3,7,1986 +6,M,53.0,11662,-109.07883599999636,31.939078000000414,2439541,3,7,1986 +20,F,214.0,11663,-109.08019099999642,31.93633400000045,,3,7,1986 +14,F,41.0,11664,-109.08182699999641,31.937054000000447,2439521,3,7,1986 +19,M,14.0,11665,-109.07791199999636,31.937438000000434,2438516,3,7,1986 +12,M,35.0,11666,-109.07851899999636,31.938203000000414,2439521,3,7,1986 +19,M,20.0,11667,-109.07791199999636,31.937438000000434,2437967,3,7,1986 +16,M,9.0,11668,-109.08024399999636,31.93709400000041,2437874,3,7,1986 +17,F,70.0,11669,-109.07941499999636,31.937117000000445,,3,7,1986 +24,,,11670,-109.07773599999636,31.938560000000447,2437300,3,7,1986 +20,M,45.0,11671,-109.08019099999642,31.93633400000045,2439521,3,7,1986 +14,F,39.0,11672,-109.08182699999641,31.937054000000447,2439521,3,7,1986 +14,M,,11673,-109.08182699999641,31.937054000000447,2438516,3,7,1986 +6,F,17.0,11674,-109.07883599999636,31.939078000000414,2439591,3,7,1986 +17,M,54.0,11675,-109.07941499999636,31.937117000000445,2439541,3,7,1986 +24,M,43.0,11676,-109.07773599999636,31.938560000000447,2439521,3,7,1986 +12,F,42.0,11677,-109.07851899999636,31.938203000000414,2439521,3,7,1986 +21,F,26.0,11678,-109.07939799999636,31.936448000000453,2437967,3,7,1986 +22,M,64.0,11679,-109.07860199999635,31.93644100000042,2439531,3,7,1986 +19,M,12.0,11680,-109.07791199999636,31.937438000000434,2437967,3,7,1986 +12,F,50.0,11681,-109.07851899999636,31.938203000000414,2439521,3,7,1986 +24,F,24.0,11682,-109.07773599999636,31.938560000000447,2439521,3,7,1986 +22,F,48.0,11683,-109.07860199999635,31.93644100000042,2439521,3,7,1986 +18,,,11684,-109.07863299999636,31.93712600000041,,3,7,1986 +2,M,47.0,11685,-109.08197499999642,31.93888700000037,2439521,4,7,1986 +10,M,12.0,11686,-109.08009099999636,31.938017000000425,2437874,4,7,1986 +9,F,46.0,11687,-109.08090299999638,31.93785900000039,2439541,4,7,1986 +5,M,52.0,11688,-109.07960199999636,31.93897000000045,2439521,4,7,1986 +11,F,29.0,11689,-109.07930699999636,31.938056000000426,2439521,4,7,1986 +8,F,53.0,11690,-109.08167999999641,31.937884000000402,2439541,4,7,1986 +11,F,29.0,11691,-109.07930699999636,31.938056000000426,2439541,4,7,1986 +13,F,182.0,11692,-109.08261299999641,31.937028000000442,,4,7,1986 +1,M,40.0,11693,-109.08282899999641,31.938851000000387,2439521,4,7,1986 +4,M,51.0,11694,-109.08040899999641,31.93889400000041,2439541,4,7,1986 +8,M,157.0,11695,-109.08167999999641,31.937884000000402,2439531,4,7,1986 +2,F,43.0,11696,-109.08197499999642,31.93888700000037,2439521,4,7,1986 +4,M,46.0,11697,-109.08040899999641,31.93889400000041,2439521,4,7,1986 +11,M,24.0,11698,-109.07930699999636,31.938056000000426,2439521,4,7,1986 +7,F,13.0,11699,-109.08281599999641,31.938113000000413,2437874,4,7,1986 +5,F,44.0,11700,-109.07960199999636,31.93897000000045,2439521,4,7,1986 +10,F,8.0,11701,-109.08009099999636,31.938017000000425,2437874,4,7,1986 +10,M,11.0,11702,-109.08009099999636,31.938017000000425,2437874,4,7,1986 +9,M,45.0,11703,-109.08090299999638,31.93785900000039,2439521,4,7,1986 +5,M,58.0,11704,-109.07960199999636,31.93897000000045,2439541,4,7,1986 +11,M,113.0,11705,-109.07930699999636,31.938056000000426,,4,7,1986 +13,F,42.0,11706,-109.08261299999641,31.937028000000442,2438517,4,7,1986 +1,F,45.0,11707,-109.08282899999641,31.938851000000387,2439521,4,7,1986 +13,M,45.0,11708,-109.08261299999641,31.937028000000442,2439521,4,7,1986 +1,M,125.0,11709,-109.08282899999641,31.938851000000387,2439531,4,7,1986 +2,F,184.0,11710,-109.08197499999642,31.93888700000037,,4,7,1986 +11,F,24.0,11711,-109.07930699999636,31.938056000000426,2439521,4,7,1986 +8,F,134.0,11712,-109.08167999999641,31.937884000000402,2439531,4,7,1986 +3,F,16.0,11713,-109.08120799999641,31.938896000000387,2439591,4,7,1986 +4,F,35.0,11714,-109.08040899999641,31.93889400000041,2438517,4,7,1986 +9,F,40.0,11715,-109.08090299999638,31.93785900000039,2439521,4,7,1986 +13,M,49.0,11716,-109.08261299999641,31.937028000000442,2439521,4,7,1986 +4,F,129.0,11717,-109.08040899999641,31.93889400000041,2439531,4,7,1986 +1,F,44.0,11718,-109.08282899999641,31.938851000000387,2439521,4,7,1986 +13,,,11719,-109.08261299999641,31.937028000000442,2437568,4,7,1986 +7,M,17.0,11720,-109.08281599999641,31.938113000000413,2437981,4,7,1986 +4,M,43.0,11721,-109.08040899999641,31.93889400000041,2439521,4,7,1986 +11,F,30.0,11722,-109.07930699999636,31.938056000000426,2439521,4,7,1986 +2,M,36.0,11723,-109.08197499999642,31.93888700000037,2439521,4,7,1986 +7,M,10.0,11724,-109.08281599999641,31.938113000000413,2437874,4,7,1986 +3,M,30.0,11725,-109.08120799999641,31.938896000000387,2438516,4,7,1986 +5,F,41.0,11726,-109.07960199999636,31.93897000000045,2439521,4,7,1986 +11,F,35.0,11727,-109.07930699999636,31.938056000000426,2439521,4,7,1986 +3,F,20.0,11728,-109.08120799999641,31.938896000000387,2439591,4,7,1986 +3,F,16.0,11729,-109.08120799999641,31.938896000000387,2439591,4,7,1986 +9,M,47.0,11730,-109.08090299999638,31.93785900000039,2439521,4,7,1986 +5,M,44.0,11731,-109.07960199999636,31.93897000000045,2439541,4,7,1986 +9,F,30.0,11732,-109.08090299999638,31.93785900000039,2438517,4,7,1986 +15,F,29.0,11733,-109.08103599999642,31.937059000000463,2439521,4,7,1986 +8,M,44.0,11734,-109.08167999999641,31.937884000000402,2439521,4,7,1986 +1,M,156.0,11735,-109.08282899999641,31.938851000000387,2439531,4,7,1986 +16,,,11736,-109.08024399999636,31.93709400000041,2437568,9,8,1986 +17,M,41.0,11737,-109.07941499999636,31.937117000000445,2439521,9,8,1986 +12,M,48.0,11738,-109.07851899999636,31.938203000000414,2439541,9,8,1986 +14,M,50.0,11739,-109.08182699999641,31.937054000000447,2439521,9,8,1986 +12,F,47.0,11740,-109.07851899999636,31.938203000000414,2439521,9,8,1986 +14,F,41.0,11741,-109.08182699999641,31.937054000000447,2439521,9,8,1986 +20,F,10.0,11742,-109.08019099999642,31.93633400000045,2439591,9,8,1986 +12,M,126.0,11743,-109.07851899999636,31.938203000000414,2439531,9,8,1986 +14,F,101.0,11744,-109.08182699999641,31.937054000000447,,9,8,1986 +12,M,180.0,11745,-109.07851899999636,31.938203000000414,,9,8,1986 +16,,,11746,-109.08024399999636,31.93709400000041,5231474,9,8,1986 +6,F,44.0,11747,-109.07883599999636,31.939078000000414,2439541,9,8,1986 +18,M,,11748,-109.07863299999636,31.93712600000041,2437967,9,8,1986 +14,M,49.0,11749,-109.08182699999641,31.937054000000447,2439521,9,8,1986 +18,M,48.0,11750,-109.07863299999636,31.93712600000041,2439521,9,8,1986 +24,F,55.0,11751,-109.07773599999636,31.938560000000447,2439521,9,8,1986 +12,F,43.0,11752,-109.07851899999636,31.938203000000414,2439521,9,8,1986 +20,M,46.0,11753,-109.08019099999642,31.93633400000045,2439521,9,8,1986 +18,M,32.0,11754,-109.07863299999636,31.93712600000041,2439521,9,8,1986 +14,F,184.0,11755,-109.08182699999641,31.937054000000447,,9,8,1986 +14,F,47.0,11756,-109.08182699999641,31.937054000000447,2439521,9,8,1986 +22,M,80.0,11757,-109.07860199999635,31.93644100000042,2439531,9,8,1986 +18,F,44.0,11758,-109.07863299999636,31.93712600000041,2439521,9,8,1986 +24,M,41.0,11759,-109.07773599999636,31.938560000000447,2439521,9,8,1986 +14,M,30.0,11760,-109.08182699999641,31.937054000000447,2438517,9,8,1986 +17,F,60.0,11761,-109.07941499999636,31.937117000000445,2439541,9,8,1986 +14,F,51.0,11762,-109.08182699999641,31.937054000000447,2439521,9,8,1986 +17,M,116.0,11763,-109.07941499999636,31.937117000000445,,9,8,1986 +6,M,56.0,11764,-109.07883599999636,31.939078000000414,2439541,9,8,1986 +24,F,42.0,11765,-109.07773599999636,31.938560000000447,2439521,9,8,1986 +16,,,11766,-109.08024399999636,31.93709400000041,2437568,9,8,1986 +20,,,11767,-109.08019099999642,31.93633400000045,2437568,9,8,1986 +7,,,11768,-109.08281599999641,31.938113000000413,,9,8,1986 +10,,,11769,-109.08009099999636,31.938017000000425,,9,8,1986 +19,,,11770,-109.07791199999636,31.937438000000434,,9,8,1986 +21,,,11771,-109.07939799999636,31.936448000000453,,9,8,1986 +23,,,11772,-109.07783799999636,31.93676300000042,,9,8,1986 +2,M,46.0,11773,-109.08197499999642,31.93888700000037,2439521,10,8,1986 +3,F,,11774,-109.08120799999641,31.938896000000387,2439591,10,8,1986 +9,F,63.0,11775,-109.08090299999638,31.93785900000039,2439541,10,8,1986 +5,M,50.0,11776,-109.07960199999636,31.93897000000045,2439521,10,8,1986 +11,F,34.0,11777,-109.07930699999636,31.938056000000426,2439521,10,8,1986 +8,M,150.0,11778,-109.08167999999641,31.937884000000402,2439531,10,8,1986 +13,M,46.0,11779,-109.08261299999641,31.937028000000442,2439521,10,8,1986 +4,M,94.0,11780,-109.08040899999641,31.93889400000041,2439531,10,8,1986 +3,F,18.0,11781,-109.08120799999641,31.938896000000387,2439591,10,8,1986 +4,M,,11782,-109.08040899999641,31.93889400000041,2439521,10,8,1986 +4,M,28.0,11783,-109.08040899999641,31.93889400000041,2438517,10,8,1986 +8,F,66.0,11784,-109.08167999999641,31.937884000000402,2439521,10,8,1986 +2,M,31.0,11785,-109.08197499999642,31.93888700000037,2439521,10,8,1986 +3,F,18.0,11786,-109.08120799999641,31.938896000000387,2439591,10,8,1986 +8,F,130.0,11787,-109.08167999999641,31.937884000000402,2439531,10,8,1986 +1,F,98.0,11788,-109.08282899999641,31.938851000000387,2439531,10,8,1986 +2,M,40.0,11789,-109.08197499999642,31.93888700000037,2439521,10,8,1986 +15,,,11790,-109.08103599999642,31.937059000000463,2437568,10,8,1986 +5,F,27.0,11791,-109.07960199999636,31.93897000000045,2439521,10,8,1986 +2,M,45.0,11792,-109.08197499999642,31.93888700000037,2439521,10,8,1986 +5,F,42.0,11793,-109.07960199999636,31.93897000000045,2439521,10,8,1986 +4,,,11794,-109.08040899999641,31.93889400000041,2439531,10,8,1986 +9,F,49.0,11795,-109.08090299999638,31.93785900000039,2439521,10,8,1986 +1,F,48.0,11796,-109.08282899999641,31.938851000000387,2439521,10,8,1986 +5,F,45.0,11797,-109.07960199999636,31.93897000000045,2439521,10,8,1986 +11,F,40.0,11798,-109.07930699999636,31.938056000000426,2439521,10,8,1986 +9,M,47.0,11799,-109.08090299999638,31.93785900000039,2439521,10,8,1986 +13,M,45.0,11800,-109.08261299999641,31.937028000000442,2439521,10,8,1986 +11,F,49.0,11801,-109.07930699999636,31.938056000000426,2439521,10,8,1986 +13,,,11802,-109.08261299999641,31.937028000000442,2437568,10,8,1986 +1,M,51.0,11803,-109.08282899999641,31.938851000000387,2439521,10,8,1986 +5,M,50.0,11804,-109.07960199999636,31.93897000000045,2439541,10,8,1986 +11,F,46.0,11805,-109.07930699999636,31.938056000000426,2439521,10,8,1986 +13,F,55.0,11806,-109.08261299999641,31.937028000000442,2439521,10,8,1986 +4,M,44.0,11807,-109.08040899999641,31.93889400000041,2439521,10,8,1986 +14,M,27.0,11808,-109.08182699999641,31.937054000000447,2438517,6,9,1986 +14,M,49.0,11809,-109.08182699999641,31.937054000000447,2439521,6,9,1986 +17,M,44.0,11810,-109.07941499999636,31.937117000000445,2439521,6,9,1986 +6,F,17.0,11811,-109.07883599999636,31.939078000000414,2439591,6,9,1986 +16,M,21.0,11812,-109.08024399999636,31.93709400000041,2438516,6,9,1986 +24,M,25.0,11813,-109.07773599999636,31.938560000000447,2439521,6,9,1986 +22,M,42.0,11814,-109.07860199999635,31.93644100000042,2439521,6,9,1986 +18,F,42.0,11815,-109.07863299999636,31.93712600000041,2439521,6,9,1986 +21,F,9.0,11816,-109.07939799999636,31.936448000000453,2439566,6,9,1986 +24,F,44.0,11817,-109.07773599999636,31.938560000000447,2439521,6,9,1986 +20,F,50.0,11818,-109.08019099999642,31.93633400000045,2439541,6,9,1986 +14,F,46.0,11819,-109.08182699999641,31.937054000000447,2439521,6,9,1986 +14,F,40.0,11820,-109.08182699999641,31.937054000000447,2439521,6,9,1986 +12,M,20.0,11821,-109.07851899999636,31.938203000000414,2438516,6,9,1986 +14,M,53.0,11822,-109.08182699999641,31.937054000000447,2439521,6,9,1986 +12,F,44.0,11823,-109.07851899999636,31.938203000000414,2439521,6,9,1986 +17,F,52.0,11824,-109.07941499999636,31.937117000000445,2439541,6,9,1986 +12,F,26.0,11825,-109.07851899999636,31.938203000000414,2438517,6,9,1986 +6,F,35.0,11826,-109.07883599999636,31.939078000000414,2439541,6,9,1986 +18,F,44.0,11827,-109.07863299999636,31.93712600000041,2439521,6,9,1986 +6,F,20.0,11828,-109.07883599999636,31.939078000000414,2439591,6,9,1986 +20,F,196.0,11829,-109.08019099999642,31.93633400000045,,6,9,1986 +20,M,49.0,11830,-109.08019099999642,31.93633400000045,2439521,6,9,1986 +14,,,11831,-109.08182699999641,31.937054000000447,2437300,6,9,1986 +24,M,23.0,11832,-109.07773599999636,31.938560000000447,2439521,6,9,1986 +12,F,44.0,11833,-109.07851899999636,31.938203000000414,2439521,6,9,1986 +23,,,11834,-109.07783799999636,31.93676300000042,2437568,6,9,1986 +24,M,42.0,11835,-109.07773599999636,31.938560000000447,2439521,6,9,1986 +14,M,20.0,11836,-109.08182699999641,31.937054000000447,2439521,6,9,1986 +6,M,,11837,-109.07883599999636,31.939078000000414,2439541,6,9,1986 +22,M,31.0,11838,-109.07860199999635,31.93644100000042,2439521,6,9,1986 +17,M,131.0,11839,-109.07941499999636,31.937117000000445,,6,9,1986 +10,,,11840,-109.08009099999636,31.938017000000425,,6,9,1986 +19,,,11841,-109.07791199999636,31.937438000000434,,6,9,1986 +2,M,46.0,11842,-109.08197499999642,31.93888700000037,2439521,7,9,1986 +5,M,52.0,11843,-109.07960199999636,31.93897000000045,2439521,7,9,1986 +3,M,30.0,11844,-109.08120799999641,31.938896000000387,2438517,7,9,1986 +11,M,137.0,11845,-109.07930699999636,31.938056000000426,2439531,7,9,1986 +4,M,50.0,11846,-109.08040899999641,31.93889400000041,2439541,7,9,1986 +5,F,46.0,11847,-109.07960199999636,31.93897000000045,2439521,7,9,1986 +13,,,11848,-109.08261299999641,31.937028000000442,5231474,7,9,1986 +3,F,172.0,11849,-109.08120799999641,31.938896000000387,,7,9,1986 +7,,,11850,-109.08281599999641,31.938113000000413,2437568,7,9,1986 +3,F,21.0,11851,-109.08120799999641,31.938896000000387,2439591,7,9,1986 +15,M,22.0,11852,-109.08103599999642,31.937059000000463,2438516,7,9,1986 +11,F,45.0,11853,-109.07930699999636,31.938056000000426,2439521,7,9,1986 +8,M,151.0,11854,-109.08167999999641,31.937884000000402,2439531,7,9,1986 +13,,,11855,-109.08261299999641,31.937028000000442,5231474,7,9,1986 +13,M,46.0,11856,-109.08261299999641,31.937028000000442,2439521,7,9,1986 +5,M,48.0,11857,-109.07960199999636,31.93897000000045,2439521,7,9,1986 +1,F,45.0,11858,-109.08282899999641,31.938851000000387,2439521,7,9,1986 +2,M,128.0,11859,-109.08197499999642,31.93888700000037,2439531,7,9,1986 +11,F,39.0,11860,-109.07930699999636,31.938056000000426,2439521,7,9,1986 +3,F,26.0,11861,-109.08120799999641,31.938896000000387,2438517,7,9,1986 +1,,,11862,-109.08282899999641,31.938851000000387,2437300,7,9,1986 +2,M,45.0,11863,-109.08197499999642,31.93888700000037,2439521,7,9,1986 +3,,,11864,-109.08120799999641,31.938896000000387,2437300,7,9,1986 +4,M,49.0,11865,-109.08040899999641,31.93889400000041,2439521,7,9,1986 +3,F,17.0,11866,-109.08120799999641,31.938896000000387,2439591,7,9,1986 +5,F,41.0,11867,-109.07960199999636,31.93897000000045,2439521,7,9,1986 +1,M,118.0,11868,-109.08282899999641,31.938851000000387,2439531,7,9,1986 +4,F,118.0,11869,-109.08040899999641,31.93889400000041,2439531,7,9,1986 +9,F,45.0,11870,-109.08090299999638,31.93785900000039,2439521,7,9,1986 +8,F,55.0,11871,-109.08167999999641,31.937884000000402,2439541,7,9,1986 +15,,,11872,-109.08103599999642,31.937059000000463,2437568,7,9,1986 +1,M,150.0,11873,-109.08282899999641,31.938851000000387,2439531,7,9,1986 +9,M,46.0,11874,-109.08090299999638,31.93785900000039,2439521,7,9,1986 +11,F,43.0,11875,-109.07930699999636,31.938056000000426,2439521,7,9,1986 +8,F,127.0,11876,-109.08167999999641,31.937884000000402,2439531,7,9,1986 +1,M,54.0,11877,-109.08282899999641,31.938851000000387,2439521,7,9,1986 +2,M,202.0,11878,-109.08197499999642,31.93888700000037,,7,9,1986 +5,M,51.0,11879,-109.07960199999636,31.93897000000045,2439541,7,9,1986 +2,F,135.0,11880,-109.08197499999642,31.93888700000037,,7,9,1986 +9,M,47.0,11881,-109.08090299999638,31.93785900000039,2439521,7,9,1986 +3,F,17.0,11882,-109.08120799999641,31.938896000000387,2439591,7,9,1986 +13,,,11883,-109.08261299999641,31.937028000000442,5231474,7,9,1986 +11,F,20.0,11884,-109.07930699999636,31.938056000000426,2439521,7,9,1986 +4,M,47.0,11885,-109.08040899999641,31.93889400000041,2439521,7,9,1986 +11,F,42.0,11886,-109.07930699999636,31.938056000000426,2439521,7,9,1986 +13,M,46.0,11887,-109.08261299999641,31.937028000000442,2439521,7,9,1986 +2,M,177.0,11888,-109.08197499999642,31.93888700000037,,7,9,1986 +22,M,23.0,11889,-109.07860199999635,31.93644100000042,2438516,4,10,1986 +23,M,21.0,11890,-109.07783799999636,31.93676300000042,2437967,4,10,1986 +22,M,49.0,11891,-109.07860199999635,31.93644100000042,2439521,4,10,1986 +18,,,11892,-109.07863299999636,31.93712600000041,2437300,4,10,1986 +20,F,34.0,11893,-109.08019099999642,31.93633400000045,2439521,4,10,1986 +18,F,43.0,11894,-109.07863299999636,31.93712600000041,2439521,4,10,1986 +24,F,41.0,11895,-109.07773599999636,31.938560000000447,2439521,4,10,1986 +14,M,35.0,11896,-109.08182699999641,31.937054000000447,2438517,4,10,1986 +21,M,55.0,11897,-109.07939799999636,31.936448000000453,2438147,4,10,1986 +14,F,48.0,11898,-109.08182699999641,31.937054000000447,2439521,4,10,1986 +14,F,45.0,11899,-109.08182699999641,31.937054000000447,2439521,4,10,1986 +18,M,,11900,-109.07863299999636,31.93712600000041,2439521,4,10,1986 +17,,,11901,-109.07941499999636,31.937117000000445,2437300,4,10,1986 +19,F,25.0,11902,-109.07791199999636,31.937438000000434,2437967,4,10,1986 +6,M,54.0,11903,-109.07883599999636,31.939078000000414,2439541,4,10,1986 +17,M,46.0,11904,-109.07941499999636,31.937117000000445,2439521,4,10,1986 +17,F,63.0,11905,-109.07941499999636,31.937117000000445,2439541,4,10,1986 +12,,,11906,-109.07851899999636,31.938203000000414,2437300,4,10,1986 +18,F,31.0,11907,-109.07863299999636,31.93712600000041,2439521,4,10,1986 +14,M,54.0,11908,-109.08182699999641,31.937054000000447,2439521,4,10,1986 +20,F,183.0,11909,-109.08019099999642,31.93633400000045,,4,10,1986 +22,F,32.0,11910,-109.07860199999635,31.93644100000042,2439521,4,10,1986 +12,F,47.0,11911,-109.07851899999636,31.938203000000414,2439521,4,10,1986 +20,M,49.0,11912,-109.08019099999642,31.93633400000045,2439521,4,10,1986 +12,M,26.0,11913,-109.07851899999636,31.938203000000414,2439521,4,10,1986 +22,F,46.0,11914,-109.07860199999635,31.93644100000042,2439521,4,10,1986 +17,M,142.0,11915,-109.07941499999636,31.937117000000445,,4,10,1986 +24,M,45.0,11916,-109.07773599999636,31.938560000000447,2439521,4,10,1986 +22,F,21.0,11917,-109.07860199999635,31.93644100000042,2438516,4,10,1986 +17,M,,11918,-109.07941499999636,31.937117000000445,2439541,4,10,1986 +24,F,31.0,11919,-109.07773599999636,31.938560000000447,2439521,4,10,1986 +16,,,11920,-109.08024399999636,31.93709400000041,,4,10,1986 +2,M,53.0,11921,-109.08197499999642,31.93888700000037,2439521,5,10,1986 +8,M,12.0,11922,-109.08167999999641,31.937884000000402,2439591,5,10,1986 +11,F,102.0,11923,-109.07930699999636,31.938056000000426,2439531,5,10,1986 +2,M,134.0,11924,-109.08197499999642,31.93888700000037,2439531,5,10,1986 +5,M,62.0,11925,-109.07960199999636,31.93897000000045,2439541,5,10,1986 +1,F,53.0,11926,-109.08282899999641,31.938851000000387,2439521,5,10,1986 +5,F,27.0,11927,-109.07960199999636,31.93897000000045,2439521,5,10,1986 +11,M,51.0,11928,-109.07930699999636,31.938056000000426,2439541,5,10,1986 +13,F,180.0,11929,-109.08261299999641,31.937028000000442,,5,10,1986 +9,M,40.0,11930,-109.08090299999638,31.93785900000039,2439521,5,10,1986 +1,M,131.0,11931,-109.08282899999641,31.938851000000387,2439531,5,10,1986 +11,M,14.0,11932,-109.07930699999636,31.938056000000426,2438517,5,10,1986 +8,M,148.0,11933,-109.08167999999641,31.937884000000402,2439531,5,10,1986 +5,F,43.0,11934,-109.07960199999636,31.93897000000045,2439521,5,10,1986 +11,F,94.0,11935,-109.07930699999636,31.938056000000426,,5,10,1986 +8,M,20.0,11936,-109.08167999999641,31.937884000000402,2438517,5,10,1986 +4,M,49.0,11937,-109.08040899999641,31.93889400000041,2439521,5,10,1986 +8,F,20.0,11938,-109.08167999999641,31.937884000000402,2438516,5,10,1986 +13,M,46.0,11939,-109.08261299999641,31.937028000000442,2439521,5,10,1986 +11,F,41.0,11940,-109.07930699999636,31.938056000000426,2439521,5,10,1986 +8,F,49.0,11941,-109.08167999999641,31.937884000000402,2439541,5,10,1986 +4,F,124.0,11942,-109.08040899999641,31.93889400000041,2439531,5,10,1986 +11,F,42.0,11943,-109.07930699999636,31.938056000000426,2439521,5,10,1986 +11,F,22.0,11944,-109.07930699999636,31.938056000000426,2437981,5,10,1986 +5,F,42.0,11945,-109.07960199999636,31.93897000000045,2439521,5,10,1986 +9,M,50.0,11946,-109.08090299999638,31.93785900000039,2439521,5,10,1986 +1,F,49.0,11947,-109.08282899999641,31.938851000000387,2439521,5,10,1986 +9,F,37.0,11948,-109.08090299999638,31.93785900000039,2439521,5,10,1986 +2,F,22.0,11949,-109.08197499999642,31.93888700000037,2437981,5,10,1986 +3,F,24.0,11950,-109.08120799999641,31.938896000000387,2438517,5,10,1986 +13,M,176.0,11951,-109.08261299999641,31.937028000000442,,5,10,1986 +1,M,51.0,11952,-109.08282899999641,31.938851000000387,2439521,5,10,1986 +13,M,51.0,11953,-109.08261299999641,31.937028000000442,2439521,5,10,1986 +2,M,221.0,11954,-109.08197499999642,31.93888700000037,,5,10,1986 +8,F,136.0,11955,-109.08167999999641,31.937884000000402,2439531,5,10,1986 +9,M,43.0,11956,-109.08090299999638,31.93785900000039,2439521,5,10,1986 +8,M,48.0,11957,-109.08167999999641,31.937884000000402,2439521,5,10,1986 +4,M,45.0,11958,-109.08040899999641,31.93889400000041,2439521,5,10,1986 +3,M,32.0,11959,-109.08120799999641,31.938896000000387,2438517,5,10,1986 +11,F,43.0,11960,-109.07930699999636,31.938056000000426,2439521,5,10,1986 +10,,,11961,-109.08009099999636,31.938017000000425,,5,10,1986 +15,,,11962,-109.08103599999642,31.937059000000463,,5,10,1986 +7,,,11963,-109.08281599999641,31.938113000000413,,5,10,1986 +20,F,36.0,11964,-109.08019099999642,31.93633400000045,2439521,15,11,1986 +18,F,25.0,11965,-109.07863299999636,31.93712600000041,2438517,15,11,1986 +14,M,49.0,11966,-109.08182699999641,31.937054000000447,2439521,15,11,1986 +17,M,48.0,11967,-109.07941499999636,31.937117000000445,2439521,15,11,1986 +18,F,42.0,11968,-109.07863299999636,31.93712600000041,2439521,15,11,1986 +21,F,27.0,11969,-109.07939799999636,31.936448000000453,2437967,15,11,1986 +18,M,49.0,11970,-109.07863299999636,31.93712600000041,2439521,15,11,1986 +20,F,46.0,11971,-109.08019099999642,31.93633400000045,2439541,15,11,1986 +24,F,41.0,11972,-109.07773599999636,31.938560000000447,2439521,15,11,1986 +12,F,38.0,11973,-109.07851899999636,31.938203000000414,2439541,15,11,1986 +24,M,42.0,11974,-109.07773599999636,31.938560000000447,2439521,15,11,1986 +14,M,26.0,11975,-109.08182699999641,31.937054000000447,2438517,15,11,1986 +12,M,12.0,11976,-109.07851899999636,31.938203000000414,2437874,15,11,1986 +21,M,11.0,11977,-109.07939799999636,31.936448000000453,2437874,15,11,1986 +14,F,36.0,11978,-109.08182699999641,31.937054000000447,2438517,15,11,1986 +6,F,34.0,11979,-109.07883599999636,31.939078000000414,2439541,15,11,1986 +24,M,37.0,11980,-109.07773599999636,31.938560000000447,2439521,15,11,1986 +18,F,21.0,11981,-109.07863299999636,31.93712600000041,2437967,15,11,1986 +6,M,48.0,11982,-109.07883599999636,31.939078000000414,2439521,15,11,1986 +20,F,35.0,11983,-109.08019099999642,31.93633400000045,2439521,15,11,1986 +14,M,51.0,11984,-109.08182699999641,31.937054000000447,2439521,15,11,1986 +17,F,49.0,11985,-109.07941499999636,31.937117000000445,2439521,15,11,1986 +12,F,45.0,11986,-109.07851899999636,31.938203000000414,2439521,15,11,1986 +22,M,51.0,11987,-109.07860199999635,31.93644100000042,2439521,15,11,1986 +12,M,24.0,11988,-109.07851899999636,31.938203000000414,2438516,15,11,1986 +20,M,49.0,11989,-109.08019099999642,31.93633400000045,2439521,15,11,1986 +14,M,52.0,11990,-109.08182699999641,31.937054000000447,2439521,15,11,1986 +18,M,26.0,11991,-109.07863299999636,31.93712600000041,2438517,15,11,1986 +6,F,29.0,11992,-109.07883599999636,31.939078000000414,2439521,15,11,1986 +18,F,44.0,11993,-109.07863299999636,31.93712600000041,2439521,15,11,1986 +6,F,38.0,11994,-109.07883599999636,31.939078000000414,2439541,15,11,1986 +17,M,18.0,11995,-109.07941499999636,31.937117000000445,2439541,15,11,1986 +14,F,43.0,11996,-109.08182699999641,31.937054000000447,2439521,15,11,1986 +12,M,33.0,11997,-109.07851899999636,31.938203000000414,2439521,15,11,1986 +18,M,167.0,11998,-109.07863299999636,31.93712600000041,,15,11,1986 +24,F,40.0,11999,-109.07773599999636,31.938560000000447,2439521,15,11,1986 +23,F,10.0,12000,-109.07783799999636,31.93676300000042,2438516,15,11,1986 +6,M,36.0,12001,-109.07883599999636,31.939078000000414,2438517,15,11,1986 +14,F,44.0,12002,-109.08182699999641,31.937054000000447,2439521,15,11,1986 +17,F,69.0,12003,-109.07941499999636,31.937117000000445,2439541,15,11,1986 +20,F,29.0,12004,-109.08019099999642,31.93633400000045,2438517,15,11,1986 +6,M,54.0,12005,-109.07883599999636,31.939078000000414,2439541,15,11,1986 +22,F,46.0,12006,-109.07860199999635,31.93644100000042,2439521,15,11,1986 +16,M,24.0,12007,-109.08024399999636,31.93709400000041,2437967,15,11,1986 +22,F,37.0,12008,-109.07860199999635,31.93644100000042,2439521,15,11,1986 +12,M,49.0,12009,-109.07851899999636,31.938203000000414,2439521,15,11,1986 +7,,,12010,-109.08281599999641,31.938113000000413,,15,11,1986 +19,,,12011,-109.07791199999636,31.937438000000434,,15,11,1986 +2,F,46.0,12012,-109.08197499999642,31.93888700000037,2439521,16,11,1986 +13,F,,12013,-109.08261299999641,31.937028000000442,2439531,16,11,1986 +9,F,62.0,12014,-109.08090299999638,31.93785900000039,2439541,16,11,1986 +2,M,49.0,12015,-109.08197499999642,31.93888700000037,2439521,16,11,1986 +8,F,22.0,12016,-109.08167999999641,31.937884000000402,2438517,16,11,1986 +13,F,49.0,12017,-109.08261299999641,31.937028000000442,2439541,16,11,1986 +4,M,34.0,12018,-109.08040899999641,31.93889400000041,2438517,16,11,1986 +13,M,48.0,12019,-109.08261299999641,31.937028000000442,2439541,16,11,1986 +8,M,48.0,12020,-109.08167999999641,31.937884000000402,2439541,16,11,1986 +2,M,133.0,12021,-109.08197499999642,31.93888700000037,2439531,16,11,1986 +11,F,117.0,12022,-109.07930699999636,31.938056000000426,2439531,16,11,1986 +4,F,141.0,12023,-109.08040899999641,31.93889400000041,2439531,16,11,1986 +8,M,170.0,12024,-109.08167999999641,31.937884000000402,2439531,16,11,1986 +4,M,48.0,12025,-109.08040899999641,31.93889400000041,2439521,16,11,1986 +9,M,52.0,12026,-109.08090299999638,31.93785900000039,2439521,16,11,1986 +4,F,32.0,12027,-109.08040899999641,31.93889400000041,2438517,16,11,1986 +3,F,18.0,12028,-109.08120799999641,31.938896000000387,2437967,16,11,1986 +15,,,12029,-109.08103599999642,31.937059000000463,2437568,16,11,1986 +1,M,33.0,12030,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +1,M,31.0,12031,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +5,F,47.0,12032,-109.07960199999636,31.93897000000045,2439521,16,11,1986 +1,F,47.0,12033,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +5,M,56.0,12034,-109.07960199999636,31.93897000000045,2439521,16,11,1986 +13,M,42.0,12035,-109.08261299999641,31.937028000000442,2439521,16,11,1986 +3,M,21.0,12036,-109.08120799999641,31.938896000000387,2437967,16,11,1986 +9,M,144.0,12037,-109.08090299999638,31.93785900000039,2439531,16,11,1986 +1,M,37.0,12038,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +11,F,47.0,12039,-109.07930699999636,31.938056000000426,2439521,16,11,1986 +11,M,11.0,12040,-109.07930699999636,31.938056000000426,2437874,16,11,1986 +2,F,18.0,12041,-109.08197499999642,31.93888700000037,2437967,16,11,1986 +1,M,135.0,12042,-109.08282899999641,31.938851000000387,2439531,16,11,1986 +11,M,37.0,12043,-109.07930699999636,31.938056000000426,2439521,16,11,1986 +1,M,32.0,12044,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +2,F,20.0,12045,-109.08197499999642,31.93888700000037,2437967,16,11,1986 +5,F,56.0,12046,-109.07960199999636,31.93897000000045,2439541,16,11,1986 +5,F,31.0,12047,-109.07960199999636,31.93897000000045,2439521,16,11,1986 +8,F,63.0,12048,-109.08167999999641,31.937884000000402,2439541,16,11,1986 +9,M,50.0,12049,-109.08090299999638,31.93785900000039,2439521,16,11,1986 +11,F,14.0,12050,-109.07930699999636,31.938056000000426,2437874,16,11,1986 +11,F,28.0,12051,-109.07930699999636,31.938056000000426,2438517,16,11,1986 +2,F,62.0,12052,-109.08197499999642,31.93888700000037,2439541,16,11,1986 +8,F,130.0,12053,-109.08167999999641,31.937884000000402,2439531,16,11,1986 +1,F,130.0,12054,-109.08282899999641,31.938851000000387,2439531,16,11,1986 +10,F,9.0,12055,-109.08009099999636,31.938017000000425,2437874,16,11,1986 +1,M,53.0,12056,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +2,M,44.0,12057,-109.08197499999642,31.93888700000037,2439521,16,11,1986 +13,M,44.0,12058,-109.08261299999641,31.937028000000442,2439521,16,11,1986 +9,M,144.0,12059,-109.08090299999638,31.93785900000039,,16,11,1986 +5,M,56.0,12060,-109.07960199999636,31.93897000000045,2439541,16,11,1986 +1,F,45.0,12061,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +2,M,20.0,12062,-109.08197499999642,31.93888700000037,2437967,16,11,1986 +13,M,50.0,12063,-109.08261299999641,31.937028000000442,2439541,16,11,1986 +2,M,40.0,12064,-109.08197499999642,31.93888700000037,2439541,16,11,1986 +11,F,40.0,12065,-109.07930699999636,31.938056000000426,2439521,16,11,1986 +1,F,32.0,12066,-109.08282899999641,31.938851000000387,2439521,16,11,1986 +2,M,44.0,12067,-109.08197499999642,31.93888700000037,2439541,16,11,1986 +11,M,25.0,12068,-109.07930699999636,31.938056000000426,2438516,16,11,1986 +9,F,42.0,12069,-109.08090299999638,31.93785900000039,2439521,16,11,1986 +4,M,47.0,12070,-109.08040899999641,31.93889400000041,2439521,16,11,1986 +9,M,36.0,12071,-109.08090299999638,31.93785900000039,2439521,16,11,1986 +17,M,48.0,12072,-109.07941499999636,31.937117000000445,2439521,14,12,1986 +24,F,43.0,12073,-109.07773599999636,31.938560000000447,2439521,14,12,1986 +20,F,49.0,12074,-109.08019099999642,31.93633400000045,2439541,14,12,1986 +14,F,42.0,12075,-109.08182699999641,31.937054000000447,2439521,14,12,1986 +24,F,25.0,12076,-109.07773599999636,31.938560000000447,2437981,14,12,1986 +6,M,43.0,12077,-109.07883599999636,31.939078000000414,2439521,14,12,1986 +21,F,,12078,-109.07939799999636,31.936448000000453,2437874,14,12,1986 +6,F,41.0,12079,-109.07883599999636,31.939078000000414,2439541,14,12,1986 +21,M,12.0,12080,-109.07939799999636,31.936448000000453,2437874,14,12,1986 +14,M,35.0,12081,-109.08182699999641,31.937054000000447,2438517,14,12,1986 +16,,,12082,-109.08024399999636,31.93709400000041,2491757,14,12,1986 +12,M,210.0,12083,-109.07851899999636,31.938203000000414,,14,12,1986 +20,F,41.0,12084,-109.08019099999642,31.93633400000045,2439521,14,12,1986 +14,M,52.0,12085,-109.08182699999641,31.937054000000447,2439521,14,12,1986 +20,M,29.0,12086,-109.08019099999642,31.93633400000045,2439541,14,12,1986 +20,M,54.0,12087,-109.08019099999642,31.93633400000045,2439541,14,12,1986 +17,M,30.0,12088,-109.07941499999636,31.937117000000445,2439541,14,12,1986 +24,M,43.0,12089,-109.07773599999636,31.938560000000447,2439521,14,12,1986 +21,M,25.0,12090,-109.07939799999636,31.936448000000453,2437967,14,12,1986 +14,F,43.0,12091,-109.08182699999641,31.937054000000447,2439521,14,12,1986 +12,M,13.0,12092,-109.07851899999636,31.938203000000414,2437874,14,12,1986 +20,M,55.0,12093,-109.08019099999642,31.93633400000045,2439541,14,12,1986 +12,F,44.0,12094,-109.07851899999636,31.938203000000414,2439521,14,12,1986 +12,M,38.0,12095,-109.07851899999636,31.938203000000414,2439521,14,12,1986 +19,F,24.0,12096,-109.07791199999636,31.937438000000434,2437967,14,12,1986 +22,F,42.0,12097,-109.07860199999635,31.93644100000042,2439521,14,12,1986 +6,F,43.0,12098,-109.07883599999636,31.939078000000414,2439541,14,12,1986 +14,M,51.0,12099,-109.08182699999641,31.937054000000447,2439521,14,12,1986 +17,F,51.0,12100,-109.07941499999636,31.937117000000445,2439541,14,12,1986 +24,M,42.0,12101,-109.07773599999636,31.938560000000447,2439521,14,12,1986 +12,M,24.0,12102,-109.07851899999636,31.938203000000414,2438516,14,12,1986 +14,M,204.0,12103,-109.08182699999641,31.937054000000447,,14,12,1986 +18,M,216.0,12104,-109.07863299999636,31.93712600000041,,14,12,1986 +6,F,37.0,12105,-109.07883599999636,31.939078000000414,2439521,14,12,1986 +12,,,12106,-109.07851899999636,31.938203000000414,2437568,14,12,1986 +12,F,25.0,12107,-109.07851899999636,31.938203000000414,2438517,14,12,1986 +6,M,,12108,-109.07883599999636,31.939078000000414,2439541,14,12,1986 +20,M,50.0,12109,-109.08019099999642,31.93633400000045,2439521,14,12,1986 +18,M,48.0,12110,-109.07863299999636,31.93712600000041,2439521,14,12,1986 +23,F,12.0,12111,-109.07783799999636,31.93676300000042,2437874,14,12,1986 +17,M,42.0,12112,-109.07941499999636,31.937117000000445,2438517,14,12,1986 +6,F,50.0,12113,-109.07883599999636,31.939078000000414,2439541,14,12,1986 +22,M,51.0,12114,-109.07860199999635,31.93644100000042,2439521,14,12,1986 +17,F,30.0,12115,-109.07941499999636,31.937117000000445,2439541,14,12,1986 +17,M,22.0,12116,-109.07941499999636,31.937117000000445,2437967,14,12,1986 +22,F,37.0,12117,-109.07860199999635,31.93644100000042,2439521,14,12,1986 +2,F,44.0,12118,-109.08197499999642,31.93888700000037,2439521,15,12,1986 +3,M,9.0,12119,-109.08120799999641,31.938896000000387,2437874,15,12,1986 +11,M,27.0,12120,-109.07930699999636,31.938056000000426,2439521,15,12,1986 +3,F,177.0,12121,-109.08120799999641,31.938896000000387,,15,12,1986 +3,,25.0,12122,-109.08120799999641,31.938896000000387,2437967,15,12,1986 +7,F,25.0,12123,-109.08281599999641,31.938113000000413,2437981,15,12,1986 +2,M,143.0,12124,-109.08197499999642,31.93888700000037,2439531,15,12,1986 +5,F,39.0,12125,-109.07960199999636,31.93897000000045,2439541,15,12,1986 +9,F,58.0,12126,-109.08090299999638,31.93785900000039,2439541,15,12,1986 +8,M,51.0,12127,-109.08167999999641,31.937884000000402,2439541,15,12,1986 +9,M,165.0,12128,-109.08090299999638,31.93785900000039,2439531,15,12,1986 +11,F,135.0,12129,-109.07930699999636,31.938056000000426,2439531,15,12,1986 +13,M,44.0,12130,-109.08261299999641,31.937028000000442,2439521,15,12,1986 +9,M,54.0,12131,-109.08090299999638,31.93785900000039,2439521,15,12,1986 +8,M,164.0,12132,-109.08167999999641,31.937884000000402,2439531,15,12,1986 +1,M,40.0,12133,-109.08282899999641,31.938851000000387,2439521,15,12,1986 +4,F,138.0,12134,-109.08040899999641,31.93889400000041,2439531,15,12,1986 +5,M,24.0,12135,-109.07960199999636,31.93897000000045,2439521,15,12,1986 +4,M,51.0,12136,-109.08040899999641,31.93889400000041,2439521,15,12,1986 +9,F,159.0,12137,-109.08090299999638,31.93785900000039,2439531,15,12,1986 +2,M,49.0,12138,-109.08197499999642,31.93888700000037,2439521,15,12,1986 +2,F,39.0,12139,-109.08197499999642,31.93888700000037,2439521,15,12,1986 +1,F,45.0,12140,-109.08282899999641,31.938851000000387,2439521,15,12,1986 +5,M,52.0,12141,-109.07960199999636,31.93897000000045,2439521,15,12,1986 +9,M,39.0,12142,-109.08090299999638,31.93785900000039,2439541,15,12,1986 +2,M,25.0,12143,-109.08197499999642,31.93888700000037,2437967,15,12,1986 +1,M,37.0,12144,-109.08282899999641,31.938851000000387,2439521,15,12,1986 +4,M,9.0,12145,-109.08040899999641,31.93889400000041,2437874,15,12,1986 +11,F,14.0,12146,-109.07930699999636,31.938056000000426,2437874,15,12,1986 +2,M,48.0,12147,-109.08197499999642,31.93888700000037,2439541,15,12,1986 +11,M,40.0,12148,-109.07930699999636,31.938056000000426,2439521,15,12,1986 +5,M,54.0,12149,-109.07960199999636,31.93897000000045,2439541,15,12,1986 +1,M,142.0,12150,-109.08282899999641,31.938851000000387,2439531,15,12,1986 +2,M,23.0,12151,-109.08197499999642,31.93888700000037,2437967,15,12,1986 +5,M,56.0,12152,-109.07960199999636,31.93897000000045,2439541,15,12,1986 +9,F,46.0,12153,-109.08090299999638,31.93785900000039,2439521,15,12,1986 +7,F,13.0,12154,-109.08281599999641,31.938113000000413,2437874,15,12,1986 +9,M,38.0,12155,-109.08090299999638,31.93785900000039,2439521,15,12,1986 +15,M,10.0,12156,-109.08103599999642,31.937059000000463,2437874,15,12,1986 +9,F,32.0,12157,-109.08090299999638,31.93785900000039,2439541,15,12,1986 +1,F,145.0,12158,-109.08282899999641,31.938851000000387,2439531,15,12,1986 +11,F,28.0,12159,-109.07930699999636,31.938056000000426,2439521,15,12,1986 +15,M,22.0,12160,-109.08103599999642,31.937059000000463,2437967,15,12,1986 +13,M,47.0,12161,-109.08261299999641,31.937028000000442,2439521,15,12,1986 +2,M,29.0,12162,-109.08197499999642,31.93888700000037,2438517,15,12,1986 +3,F,23.0,12163,-109.08120799999641,31.938896000000387,2437967,15,12,1986 +11,F,44.0,12164,-109.07930699999636,31.938056000000426,2439521,15,12,1986 +7,M,24.0,12165,-109.08281599999641,31.938113000000413,2437981,15,12,1986 +13,M,52.0,12166,-109.08261299999641,31.937028000000442,2439541,15,12,1986 +1,M,58.0,12167,-109.08282899999641,31.938851000000387,2439521,15,12,1986 +3,M,12.0,12168,-109.08120799999641,31.938896000000387,2437874,15,12,1986 +4,M,47.0,12169,-109.08040899999641,31.93889400000041,2439521,15,12,1986 +10,,,12170,-109.08009099999636,31.938017000000425,,15,12,1986 +16,F,11.0,12171,-109.08024399999636,31.93709400000041,2437874,31,1,1987 +24,M,45.0,12172,-109.07773599999636,31.938560000000447,2439521,31,1,1987 +21,,,12173,-109.07939799999636,31.936448000000453,2437967,31,1,1987 +20,M,38.0,12174,-109.08019099999642,31.93633400000045,2438517,31,1,1987 +14,M,49.0,12175,-109.08182699999641,31.937054000000447,2439521,31,1,1987 +18,F,25.0,12176,-109.07863299999636,31.93712600000041,2437981,31,1,1987 +24,M,11.0,12177,-109.07773599999636,31.938560000000447,2437874,31,1,1987 +14,F,41.0,12178,-109.08182699999641,31.937054000000447,2439521,31,1,1987 +16,F,7.0,12179,-109.08024399999636,31.93709400000041,2437874,31,1,1987 +14,M,32.0,12180,-109.08182699999641,31.937054000000447,2438517,31,1,1987 +24,F,38.0,12181,-109.07773599999636,31.938560000000447,2439521,31,1,1987 +6,M,43.0,12182,-109.07883599999636,31.939078000000414,2439521,31,1,1987 +12,M,24.0,12183,-109.07851899999636,31.938203000000414,2438516,31,1,1987 +18,M,10.0,12184,-109.07863299999636,31.93712600000041,2437874,31,1,1987 +12,F,25.0,12185,-109.07851899999636,31.938203000000414,2438517,31,1,1987 +6,F,39.0,12186,-109.07883599999636,31.939078000000414,2439521,31,1,1987 +12,F,164.0,12187,-109.07851899999636,31.938203000000414,,31,1,1987 +18,M,48.0,12188,-109.07863299999636,31.93712600000041,2439521,31,1,1987 +24,M,43.0,12189,-109.07773599999636,31.938560000000447,2439521,31,1,1987 +18,M,27.0,12190,-109.07863299999636,31.93712600000041,2437981,31,1,1987 +21,F,14.0,12191,-109.07939799999636,31.936448000000453,2437874,31,1,1987 +12,M,12.0,12192,-109.07851899999636,31.938203000000414,2437874,31,1,1987 +20,F,9.0,12193,-109.08019099999642,31.93633400000045,2437874,31,1,1987 +24,F,11.0,12194,-109.07773599999636,31.938560000000447,2437874,31,1,1987 +17,F,15.0,12195,-109.07941499999636,31.937117000000445,2437874,31,1,1987 +17,M,9.0,12196,-109.07941499999636,31.937117000000445,2437874,31,1,1987 +24,M,26.0,12197,-109.07773599999636,31.938560000000447,2439521,31,1,1987 +22,F,8.0,12198,-109.07860199999635,31.93644100000042,2437874,31,1,1987 +21,M,26.0,12199,-109.07939799999636,31.936448000000453,2437967,31,1,1987 +20,F,47.0,12200,-109.08019099999642,31.93633400000045,2439541,31,1,1987 +14,F,80.0,12201,-109.08182699999641,31.937054000000447,,31,1,1987 +6,F,36.0,12202,-109.07883599999636,31.939078000000414,2439541,31,1,1987 +12,F,44.0,12203,-109.07851899999636,31.938203000000414,2439521,31,1,1987 +19,F,25.0,12204,-109.07791199999636,31.937438000000434,2437967,31,1,1987 +12,M,39.0,12205,-109.07851899999636,31.938203000000414,2439521,31,1,1987 +20,M,52.0,12206,-109.08019099999642,31.93633400000045,2439541,31,1,1987 +6,F,45.0,12207,-109.07883599999636,31.939078000000414,2439541,31,1,1987 +22,F,35.0,12208,-109.07860199999635,31.93644100000042,2439521,31,1,1987 +20,M,39.0,12209,-109.08019099999642,31.93633400000045,2439521,31,1,1987 +14,M,39.0,12210,-109.08182699999641,31.937054000000447,2438517,31,1,1987 +19,F,6.0,12211,-109.07791199999636,31.937438000000434,2437874,31,1,1987 +23,,,12212,-109.07783799999636,31.93676300000042,2491757,31,1,1987 +14,F,184.0,12213,-109.08182699999641,31.937054000000447,,31,1,1987 +14,F,75.0,12214,-109.08182699999641,31.937054000000447,,31,1,1987 +24,F,39.0,12215,-109.07773599999636,31.938560000000447,2439521,31,1,1987 +6,M,38.0,12216,-109.07883599999636,31.939078000000414,2438517,31,1,1987 +17,M,11.0,12217,-109.07941499999636,31.937117000000445,2437874,31,1,1987 +14,M,51.0,12218,-109.08182699999641,31.937054000000447,2439521,31,1,1987 +19,M,12.0,12219,-109.07791199999636,31.937438000000434,2437874,31,1,1987 +16,F,43.0,12220,-109.08024399999636,31.93709400000041,2439541,31,1,1987 +19,M,18.0,12221,-109.07791199999636,31.937438000000434,2437967,31,1,1987 +16,M,56.0,12222,-109.08024399999636,31.93709400000041,2439541,31,1,1987 +20,M,49.0,12223,-109.08019099999642,31.93633400000045,2439521,31,1,1987 +12,M,57.0,12224,-109.07851899999636,31.938203000000414,2439521,31,1,1987 +17,F,58.0,12225,-109.07941499999636,31.937117000000445,2439541,31,1,1987 +23,M,28.0,12226,-109.07783799999636,31.93676300000042,2437967,31,1,1987 +14,M,12.0,12227,-109.08182699999641,31.937054000000447,2437874,31,1,1987 +17,M,202.0,12228,-109.07941499999636,31.937117000000445,,31,1,1987 +6,M,,12229,-109.07883599999636,31.939078000000414,2439541,31,1,1987 +24,M,43.0,12230,-109.07773599999636,31.938560000000447,2439521,31,1,1987 +22,F,40.0,12231,-109.07860199999635,31.93644100000042,2439521,31,1,1987 +19,F,12.0,12232,-109.07791199999636,31.937438000000434,2437874,31,1,1987 +23,M,10.0,12233,-109.07783799999636,31.93676300000042,2437874,31,1,1987 +20,F,13.0,12234,-109.08019099999642,31.93633400000045,2437874,31,1,1987 +2,M,45.0,12235,-109.08197499999642,31.93888700000037,2439521,1,2,1987 +4,M,51.0,12236,-109.08040899999641,31.93889400000041,2439521,1,2,1987 +5,M,39.0,12237,-109.07960199999636,31.93897000000045,2438517,1,2,1987 +9,M,26.0,12238,-109.08090299999638,31.93785900000039,2438516,1,2,1987 +7,M,11.0,12239,-109.08281599999641,31.938113000000413,2437874,1,2,1987 +9,F,59.0,12240,-109.08090299999638,31.93785900000039,2439541,1,2,1987 +8,M,54.0,12241,-109.08167999999641,31.937884000000402,2439541,1,2,1987 +4,M,50.0,12242,-109.08040899999641,31.93889400000041,2439521,1,2,1987 +13,M,52.0,12243,-109.08261299999641,31.937028000000442,2439541,1,2,1987 +5,F,16.0,12244,-109.07960199999636,31.93897000000045,2438516,1,2,1987 +4,F,43.0,12245,-109.08040899999641,31.93889400000041,2439521,1,2,1987 +5,M,53.0,12246,-109.07960199999636,31.93897000000045,2439521,1,2,1987 +2,,,12247,-109.08197499999642,31.93888700000037,2491757,1,2,1987 +3,F,10.0,12248,-109.08120799999641,31.938896000000387,2437967,1,2,1987 +11,F,24.0,12249,-109.07930699999636,31.938056000000426,2437981,1,2,1987 +2,F,45.0,12250,-109.08197499999642,31.93888700000037,2439521,1,2,1987 +9,M,54.0,12251,-109.08090299999638,31.93785900000039,2439521,1,2,1987 +2,M,136.0,12252,-109.08197499999642,31.93888700000037,2439531,1,2,1987 +5,F,47.0,12253,-109.07960199999636,31.93897000000045,2439521,1,2,1987 +11,,,12254,-109.07930699999636,31.938056000000426,2491276,1,2,1987 +13,,,12255,-109.08261299999641,31.937028000000442,2491757,1,2,1987 +5,M,28.0,12256,-109.07960199999636,31.93897000000045,2438517,1,2,1987 +8,M,148.0,12257,-109.08167999999641,31.937884000000402,2439531,1,2,1987 +13,M,46.0,12258,-109.08261299999641,31.937028000000442,2439521,1,2,1987 +5,F,31.0,12259,-109.07960199999636,31.93897000000045,2438517,1,2,1987 +9,M,43.0,12260,-109.08090299999638,31.93785900000039,2439541,1,2,1987 +15,,,12261,-109.08103599999642,31.937059000000463,2491757,1,2,1987 +15,,,12262,-109.08103599999642,31.937059000000463,2437568,1,2,1987 +7,F,12.0,12263,-109.08281599999641,31.938113000000413,2437874,1,2,1987 +3,F,9.0,12264,-109.08120799999641,31.938896000000387,2437874,1,2,1987 +9,M,50.0,12265,-109.08090299999638,31.93785900000039,2439521,1,2,1987 +10,M,10.0,12266,-109.08009099999636,31.938017000000425,2437874,1,2,1987 +4,M,87.0,12267,-109.08040899999641,31.93889400000041,2439531,1,2,1987 +5,F,,12268,-109.07960199999636,31.93897000000045,2439541,1,2,1987 +3,F,29.0,12269,-109.08120799999641,31.938896000000387,2437967,1,2,1987 +9,M,41.0,12270,-109.08090299999638,31.93785900000039,2439541,1,2,1987 +1,,,12271,-109.08282899999641,31.938851000000387,2437568,1,2,1987 +11,F,117.0,12272,-109.07930699999636,31.938056000000426,2439531,1,2,1987 +1,,,12273,-109.08282899999641,31.938851000000387,2437568,1,2,1987 +11,F,46.0,12274,-109.07930699999636,31.938056000000426,2439521,1,2,1987 +9,F,148.0,12275,-109.08090299999638,31.93785900000039,2439531,1,2,1987 +2,M,51.0,12276,-109.08197499999642,31.93888700000037,2439541,1,2,1987 +1,M,37.0,12277,-109.08282899999641,31.938851000000387,2439521,1,2,1987 +1,,,12278,-109.08282899999641,31.938851000000387,2437568,1,2,1987 +15,,,12279,-109.08103599999642,31.937059000000463,2437568,1,2,1987 +1,M,44.0,12280,-109.08282899999641,31.938851000000387,2439521,1,2,1987 +2,M,23.0,12281,-109.08197499999642,31.93888700000037,2437981,1,2,1987 +11,M,46.0,12282,-109.07930699999636,31.938056000000426,2439521,1,2,1987 +8,F,,12283,-109.08167999999641,31.937884000000402,2439531,1,2,1987 +1,M,126.0,12284,-109.08282899999641,31.938851000000387,2439531,1,2,1987 +4,F,,12285,-109.08040899999641,31.93889400000041,2439531,1,2,1987 +11,M,47.0,12286,-109.07930699999636,31.938056000000426,2439521,1,2,1987 +9,F,37.0,12287,-109.08090299999638,31.93785900000039,2439521,1,2,1987 +8,,,12288,-109.08167999999641,31.937884000000402,5231474,1,2,1987 +2,F,22.0,12289,-109.08197499999642,31.93888700000037,2437981,1,2,1987 +5,F,39.0,12290,-109.07960199999636,31.93897000000045,2439541,1,2,1987 +11,M,48.0,12291,-109.07930699999636,31.938056000000426,2439521,1,2,1987 +9,F,36.0,12292,-109.08090299999638,31.93785900000039,2439541,1,2,1987 +15,F,13.0,12293,-109.08103599999642,31.937059000000463,2437874,1,2,1987 +7,,,12294,-109.08281599999641,31.938113000000413,2491757,1,2,1987 +11,M,48.0,12295,-109.07930699999636,31.938056000000426,2439521,1,2,1987 +13,M,50.0,12296,-109.08261299999641,31.937028000000442,2439521,1,2,1987 +5,M,59.0,12297,-109.07960199999636,31.93897000000045,2439541,1,2,1987 +9,M,152.0,12298,-109.08090299999638,31.93785900000039,,1,2,1987 +11,F,45.0,12299,-109.07930699999636,31.938056000000426,2439521,1,2,1987 +2,M,253.0,12300,-109.08197499999642,31.93888700000037,,1,2,1987 +5,M,59.0,12301,-109.07960199999636,31.93897000000045,2439541,1,2,1987 +9,F,37.0,12302,-109.08090299999638,31.93785900000039,2439541,1,2,1987 +9,M,40.0,12303,-109.08090299999638,31.93785900000039,2439521,1,2,1987 +1,F,136.0,12304,-109.08282899999641,31.938851000000387,2439531,1,2,1987 +3,M,24.0,12305,-109.08120799999641,31.938896000000387,2437967,1,2,1987 +4,F,39.0,12306,-109.08040899999641,31.93889400000041,2439541,1,2,1987 +7,F,21.0,12307,-109.08281599999641,31.938113000000413,2437981,1,2,1987 +1,M,54.0,12308,-109.08282899999641,31.938851000000387,2439521,1,2,1987 +3,F,9.0,12309,-109.08120799999641,31.938896000000387,2437967,1,2,1987 +8,F,46.0,12310,-109.08167999999641,31.937884000000402,2439521,1,2,1987 +7,F,19.0,12311,-109.08281599999641,31.938113000000413,2437981,1,2,1987 +2,M,32.0,12312,-109.08197499999642,31.93888700000037,2438517,1,2,1987 +3,M,19.0,12313,-109.08120799999641,31.938896000000387,2437967,1,2,1987 +11,M,20.0,12314,-109.07930699999636,31.938056000000426,2437981,1,2,1987 +8,M,46.0,12315,-109.08167999999641,31.937884000000402,2439521,1,2,1987 +3,F,8.0,12316,-109.08120799999641,31.938896000000387,2437967,1,2,1987 +6,F,41.0,12317,-109.07883599999636,31.939078000000414,2439521,1,3,1987 +20,M,45.0,12318,-109.08019099999642,31.93633400000045,2439521,1,3,1987 +6,M,41.0,12319,-109.07883599999636,31.939078000000414,2439521,1,3,1987 +16,M,50.0,12320,-109.08024399999636,31.93709400000041,2439541,1,3,1987 +16,M,11.0,12321,-109.08024399999636,31.93709400000041,2437874,1,3,1987 +12,M,29.0,12322,-109.07851899999636,31.938203000000414,2438517,1,3,1987 +20,M,52.0,12323,-109.08019099999642,31.93633400000045,2439541,1,3,1987 +14,M,46.0,12324,-109.08182699999641,31.937054000000447,2439521,1,3,1987 +18,F,12.0,12325,-109.07863299999636,31.93712600000041,2437874,1,3,1987 +24,F,13.0,12326,-109.07773599999636,31.938560000000447,2437874,1,3,1987 +6,M,49.0,12327,-109.07883599999636,31.939078000000414,2439521,1,3,1987 +12,M,11.0,12328,-109.07851899999636,31.938203000000414,2437874,1,3,1987 +23,F,14.0,12329,-109.07783799999636,31.93676300000042,2437874,1,3,1987 +20,F,10.0,12330,-109.08019099999642,31.93633400000045,2437874,1,3,1987 +6,F,42.0,12331,-109.07883599999636,31.939078000000414,2439541,1,3,1987 +23,F,10.0,12332,-109.07783799999636,31.93676300000042,2437874,1,3,1987 +19,F,9.0,12333,-109.07791199999636,31.937438000000434,2437874,1,3,1987 +12,M,28.0,12334,-109.07851899999636,31.938203000000414,2438517,1,3,1987 +21,M,11.0,12335,-109.07939799999636,31.936448000000453,2437874,1,3,1987 +14,F,46.0,12336,-109.08182699999641,31.937054000000447,2439521,1,3,1987 +19,F,30.0,12337,-109.07791199999636,31.937438000000434,2437967,1,3,1987 +12,F,11.0,12338,-109.07851899999636,31.938203000000414,2437874,1,3,1987 +21,M,25.0,12339,-109.07939799999636,31.936448000000453,2437967,1,3,1987 +17,M,31.0,12340,-109.07941499999636,31.937117000000445,2439521,1,3,1987 +21,M,9.0,12341,-109.07939799999636,31.936448000000453,2437874,1,3,1987 +14,F,46.0,12342,-109.08182699999641,31.937054000000447,2439521,1,3,1987 +18,M,26.0,12343,-109.07863299999636,31.93712600000041,2437981,1,3,1987 +20,F,50.0,12344,-109.08019099999642,31.93633400000045,2439541,1,3,1987 +12,F,25.0,12345,-109.07851899999636,31.938203000000414,2438517,1,3,1987 +20,,,12346,-109.08019099999642,31.93633400000045,2491757,1,3,1987 +6,F,31.0,12347,-109.07883599999636,31.939078000000414,2438517,1,3,1987 +24,M,46.0,12348,-109.07773599999636,31.938560000000447,2439521,1,3,1987 +12,M,27.0,12349,-109.07851899999636,31.938203000000414,2438517,1,3,1987 +12,F,54.0,12350,-109.07851899999636,31.938203000000414,2439541,1,3,1987 +20,M,55.0,12351,-109.08019099999642,31.93633400000045,2439541,1,3,1987 +17,M,47.0,12352,-109.07941499999636,31.937117000000445,2439521,1,3,1987 +12,M,57.0,12353,-109.07851899999636,31.938203000000414,2439541,1,3,1987 +6,M,58.0,12354,-109.07883599999636,31.939078000000414,2439541,1,3,1987 +12,,,12355,-109.07851899999636,31.938203000000414,2491757,1,3,1987 +21,M,10.0,12356,-109.07939799999636,31.936448000000453,2437874,1,3,1987 +14,M,46.0,12357,-109.08182699999641,31.937054000000447,2439521,1,3,1987 +22,F,44.0,12358,-109.07860199999635,31.93644100000042,2439521,1,3,1987 +12,F,46.0,12359,-109.07851899999636,31.938203000000414,2439521,1,3,1987 +12,M,42.0,12360,-109.07851899999636,31.938203000000414,2439521,1,3,1987 +20,M,58.0,12361,-109.08019099999642,31.93633400000045,2439541,1,3,1987 +23,M,11.0,12362,-109.07783799999636,31.93676300000042,2437874,1,3,1987 +19,M,9.0,12363,-109.07791199999636,31.937438000000434,2437874,1,3,1987 +24,M,32.0,12364,-109.07773599999636,31.938560000000447,2439521,1,3,1987 +16,F,10.0,12365,-109.08024399999636,31.93709400000041,2437874,1,3,1987 +19,F,14.0,12366,-109.07791199999636,31.937438000000434,2437874,1,3,1987 +24,F,40.0,12367,-109.07773599999636,31.938560000000447,2439521,1,3,1987 +6,F,41.0,12368,-109.07883599999636,31.939078000000414,2439541,1,3,1987 +12,,,12369,-109.07851899999636,31.938203000000414,2491757,1,3,1987 +23,,,12370,-109.07783799999636,31.93676300000042,2437874,1,3,1987 +24,M,48.0,12371,-109.07773599999636,31.938560000000447,2439521,1,3,1987 +18,F,115.0,12372,-109.07863299999636,31.93712600000041,,1,3,1987 +23,F,31.0,12373,-109.07783799999636,31.93676300000042,2437967,1,3,1987 +16,M,52.0,12374,-109.08024399999636,31.93709400000041,2439541,1,3,1987 +20,,,12375,-109.08019099999642,31.93633400000045,2491757,1,3,1987 +16,F,46.0,12376,-109.08024399999636,31.93709400000041,2439541,1,3,1987 +24,M,39.0,12377,-109.07773599999636,31.938560000000447,2439541,1,3,1987 +23,M,27.0,12378,-109.07783799999636,31.93676300000042,2437967,1,3,1987 +12,M,52.0,12379,-109.07851899999636,31.938203000000414,2439521,1,3,1987 +17,F,56.0,12380,-109.07941499999636,31.937117000000445,2439541,1,3,1987 +6,M,54.0,12381,-109.07883599999636,31.939078000000414,2439541,1,3,1987 +18,M,204.0,12382,-109.07863299999636,31.93712600000041,,1,3,1987 +23,,,12383,-109.07783799999636,31.93676300000042,2491757,1,3,1987 +20,M,41.0,12384,-109.08019099999642,31.93633400000045,2439521,1,3,1987 +6,M,53.0,12385,-109.07883599999636,31.939078000000414,2439541,1,3,1987 +24,M,45.0,12386,-109.07773599999636,31.938560000000447,2439521,1,3,1987 +20,M,51.0,12387,-109.08019099999642,31.93633400000045,2439521,1,3,1987 +14,,,12388,-109.08182699999641,31.937054000000447,2491757,1,3,1987 +23,M,9.0,12389,-109.07783799999636,31.93676300000042,2437874,1,3,1987 +2,M,47.0,12390,-109.08197499999642,31.93888700000037,2439521,2,3,1987 +3,F,176.0,12391,-109.08120799999641,31.938896000000387,,2,3,1987 +9,M,52.0,12392,-109.08090299999638,31.93785900000039,2439521,2,3,1987 +7,M,9.0,12393,-109.08281599999641,31.938113000000413,2437874,2,3,1987 +9,M,46.0,12394,-109.08090299999638,31.93785900000039,2439541,2,3,1987 +2,F,38.0,12395,-109.08197499999642,31.93888700000037,2439521,2,3,1987 +4,M,48.0,12396,-109.08040899999641,31.93889400000041,2439521,2,3,1987 +11,F,115.0,12397,-109.07930699999636,31.938056000000426,2439531,2,3,1987 +8,M,57.0,12398,-109.08167999999641,31.937884000000402,2439541,2,3,1987 +1,M,42.0,12399,-109.08282899999641,31.938851000000387,2439521,2,3,1987 +4,M,49.0,12400,-109.08040899999641,31.93889400000041,2439521,2,3,1987 +9,F,57.0,12401,-109.08090299999638,31.93785900000039,2439541,2,3,1987 +7,M,10.0,12402,-109.08281599999641,31.938113000000413,2437874,2,3,1987 +9,M,55.0,12403,-109.08090299999638,31.93785900000039,2439541,2,3,1987 +15,M,10.0,12404,-109.08103599999642,31.937059000000463,2437874,2,3,1987 +2,M,131.0,12405,-109.08197499999642,31.93888700000037,2439531,2,3,1987 +3,,,12406,-109.08120799999641,31.938896000000387,2491757,2,3,1987 +3,F,9.0,12407,-109.08120799999641,31.938896000000387,2437874,2,3,1987 +2,F,42.0,12408,-109.08197499999642,31.93888700000037,2439521,2,3,1987 +3,M,10.0,12409,-109.08120799999641,31.938896000000387,2437874,2,3,1987 +9,F,45.0,12410,-109.08090299999638,31.93785900000039,2439521,2,3,1987 +9,M,129.0,12411,-109.08090299999638,31.93785900000039,2439531,2,3,1987 +8,M,167.0,12412,-109.08167999999641,31.937884000000402,2439531,2,3,1987 +7,F,31.0,12413,-109.08281599999641,31.938113000000413,2437967,2,3,1987 +4,F,62.0,12414,-109.08040899999641,31.93889400000041,2439541,2,3,1987 +5,F,28.0,12415,-109.07960199999636,31.93897000000045,2438517,2,3,1987 +13,M,50.0,12416,-109.08261299999641,31.937028000000442,2439521,2,3,1987 +5,F,48.0,12417,-109.07960199999636,31.93897000000045,2439541,2,3,1987 +11,M,25.0,12418,-109.07930699999636,31.938056000000426,2437981,2,3,1987 +7,,,12419,-109.08281599999641,31.938113000000413,2491757,2,3,1987 +2,M,49.0,12420,-109.08197499999642,31.93888700000037,2439521,2,3,1987 +2,M,33.0,12421,-109.08197499999642,31.93888700000037,2438517,2,3,1987 +4,F,127.0,12422,-109.08040899999641,31.93889400000041,2439531,2,3,1987 +3,M,11.0,12423,-109.08120799999641,31.938896000000387,2437874,2,3,1987 +4,M,39.0,12424,-109.08040899999641,31.93889400000041,2438517,2,3,1987 +11,M,45.0,12425,-109.07930699999636,31.938056000000426,2439521,2,3,1987 +9,M,48.0,12426,-109.08090299999638,31.93785900000039,2439521,2,3,1987 +5,F,48.0,12427,-109.07960199999636,31.93897000000045,2439541,2,3,1987 +9,F,39.0,12428,-109.08090299999638,31.93785900000039,2439541,2,3,1987 +4,M,144.0,12429,-109.08040899999641,31.93889400000041,2439531,2,3,1987 +3,M,24.0,12430,-109.08120799999641,31.938896000000387,2437967,2,3,1987 +9,F,40.0,12431,-109.08090299999638,31.93785900000039,2439521,2,3,1987 +7,M,11.0,12432,-109.08281599999641,31.938113000000413,2437874,2,3,1987 +1,F,178.0,12433,-109.08282899999641,31.938851000000387,2439531,2,3,1987 +2,M,57.0,12434,-109.08197499999642,31.93888700000037,2439541,2,3,1987 +1,M,40.0,12435,-109.08282899999641,31.938851000000387,2439521,2,3,1987 +5,M,49.0,12436,-109.07960199999636,31.93897000000045,2439521,2,3,1987 +3,F,10.0,12437,-109.08120799999641,31.938896000000387,2437874,2,3,1987 +15,,,12438,-109.08103599999642,31.937059000000463,2437568,2,3,1987 +1,M,128.0,12439,-109.08282899999641,31.938851000000387,2439531,2,3,1987 +2,M,40.0,12440,-109.08197499999642,31.93888700000037,2439521,2,3,1987 +10,F,17.0,12441,-109.08009099999636,31.938017000000425,2437874,2,3,1987 +1,F,170.0,12442,-109.08282899999641,31.938851000000387,,2,3,1987 +4,F,46.0,12443,-109.08040899999641,31.93889400000041,2439521,2,3,1987 +5,F,42.0,12444,-109.07960199999636,31.93897000000045,2439521,2,3,1987 +7,,,12445,-109.08281599999641,31.938113000000413,2491757,2,3,1987 +8,F,128.0,12446,-109.08167999999641,31.937884000000402,2439531,2,3,1987 +2,M,52.0,12447,-109.08197499999642,31.93888700000037,2439541,2,3,1987 +2,M,27.0,12448,-109.08197499999642,31.93888700000037,2438517,2,3,1987 +1,F,129.0,12449,-109.08282899999641,31.938851000000387,2439531,2,3,1987 +1,M,55.0,12450,-109.08282899999641,31.938851000000387,2439521,2,3,1987 +15,F,9.0,12451,-109.08103599999642,31.937059000000463,2437874,2,3,1987 +7,F,12.0,12452,-109.08281599999641,31.938113000000413,2437874,2,3,1987 +3,F,27.0,12453,-109.08120799999641,31.938896000000387,2437967,2,3,1987 +7,F,38.0,12454,-109.08281599999641,31.938113000000413,2437981,2,3,1987 +2,M,27.0,12455,-109.08197499999642,31.93888700000037,2437967,2,3,1987 +5,F,51.0,12456,-109.07960199999636,31.93897000000045,2439541,2,3,1987 +13,M,46.0,12457,-109.08261299999641,31.937028000000442,2439521,2,3,1987 +9,M,47.0,12458,-109.08090299999638,31.93785900000039,2439521,2,3,1987 +2,M,259.0,12459,-109.08197499999642,31.93888700000037,,2,3,1987 +2,F,27.0,12460,-109.08197499999642,31.93888700000037,2437981,2,3,1987 +5,M,57.0,12461,-109.07960199999636,31.93897000000045,2439541,2,3,1987 +9,M,43.0,12462,-109.08090299999638,31.93785900000039,2439521,2,3,1987 +10,M,12.0,12463,-109.08009099999636,31.938017000000425,2437874,2,3,1987 +4,F,11.0,12464,-109.08040899999641,31.93889400000041,2437874,2,3,1987 +2,F,30.0,12465,-109.08197499999642,31.93888700000037,2438517,2,3,1987 +10,F,12.0,12466,-109.08009099999636,31.938017000000425,2437874,2,3,1987 +4,F,43.0,12467,-109.08040899999641,31.93889400000041,2439541,2,3,1987 +8,M,46.0,12468,-109.08167999999641,31.937884000000402,2439521,2,3,1987 +11,F,49.0,12469,-109.07930699999636,31.938056000000426,2439521,2,3,1987 +16,F,12.0,12470,-109.08024399999636,31.93709400000041,2437874,4,4,1987 +21,F,11.0,12471,-109.07939799999636,31.936448000000453,2437874,4,4,1987 +19,M,26.0,12472,-109.07791199999636,31.937438000000434,2437967,4,4,1987 +6,M,52.0,12473,-109.07883599999636,31.939078000000414,2439521,4,4,1987 +12,M,28.0,12474,-109.07851899999636,31.938203000000414,2438516,4,4,1987 +17,M,49.0,12475,-109.07941499999636,31.937117000000445,2439521,4,4,1987 +20,F,46.0,12476,-109.08019099999642,31.93633400000045,2439521,4,4,1987 +23,M,27.0,12477,-109.07783799999636,31.93676300000042,2437981,4,4,1987 +12,M,196.0,12478,-109.07851899999636,31.938203000000414,,4,4,1987 +23,,,12479,-109.07783799999636,31.93676300000042,2437967,4,4,1987 +18,F,52.0,12480,-109.07863299999636,31.93712600000041,2439521,4,4,1987 +6,M,58.0,12481,-109.07883599999636,31.939078000000414,2439541,4,4,1987 +14,,,12482,-109.08182699999641,31.937054000000447,2437300,4,4,1987 +6,M,56.0,12483,-109.07883599999636,31.939078000000414,2439541,4,4,1987 +17,F,162.0,12484,-109.07941499999636,31.937117000000445,,4,4,1987 +20,F,66.0,12485,-109.08019099999642,31.93633400000045,2439541,4,4,1987 +20,M,57.0,12486,-109.08019099999642,31.93633400000045,2439541,4,4,1987 +22,F,41.0,12487,-109.07860199999635,31.93644100000042,2439521,4,4,1987 +14,M,12.0,12488,-109.08182699999641,31.937054000000447,2437874,4,4,1987 +24,M,46.0,12489,-109.07773599999636,31.938560000000447,2439521,4,4,1987 +12,F,25.0,12490,-109.07851899999636,31.938203000000414,2438516,4,4,1987 +14,F,46.0,12491,-109.08182699999641,31.937054000000447,2439521,4,4,1987 +16,F,47.0,12492,-109.08024399999636,31.93709400000041,2439541,4,4,1987 +6,F,52.0,12493,-109.07883599999636,31.939078000000414,2439541,4,4,1987 +19,M,11.0,12494,-109.07791199999636,31.937438000000434,2437874,4,4,1987 +18,M,47.0,12495,-109.07863299999636,31.93712600000041,2439521,4,4,1987 +6,F,24.0,12496,-109.07883599999636,31.939078000000414,2437967,4,4,1987 +20,M,47.0,12497,-109.08019099999642,31.93633400000045,2439521,4,4,1987 +14,M,50.0,12498,-109.08182699999641,31.937054000000447,2439521,4,4,1987 +19,F,33.0,12499,-109.07791199999636,31.937438000000434,2437967,4,4,1987 +6,M,57.0,12500,-109.07883599999636,31.939078000000414,2439541,4,4,1987 +12,F,51.0,12501,-109.07851899999636,31.938203000000414,2439521,4,4,1987 +23,F,11.0,12502,-109.07783799999636,31.93676300000042,2437967,4,4,1987 +20,M,46.0,12503,-109.08019099999642,31.93633400000045,2439521,4,4,1987 +17,M,38.0,12504,-109.07941499999636,31.937117000000445,2439541,4,4,1987 +20,F,26.0,12505,-109.08019099999642,31.93633400000045,2439541,4,4,1987 +6,F,11.0,12506,-109.07883599999636,31.939078000000414,2438516,4,4,1987 +14,F,210.0,12507,-109.08182699999641,31.937054000000447,,4,4,1987 +18,,,12508,-109.07863299999636,31.93712600000041,2437568,4,4,1987 +16,M,55.0,12509,-109.08024399999636,31.93709400000041,2439541,4,4,1987 +23,M,11.0,12510,-109.07783799999636,31.93676300000042,2437967,4,4,1987 +20,,,12511,-109.08019099999642,31.93633400000045,2491757,4,4,1987 +19,M,11.0,12512,-109.07791199999636,31.937438000000434,2437874,4,4,1987 +6,F,47.0,12513,-109.07883599999636,31.939078000000414,2439541,4,4,1987 +12,M,49.0,12514,-109.07851899999636,31.938203000000414,2439521,4,4,1987 +18,F,128.0,12515,-109.07863299999636,31.93712600000041,,4,4,1987 +20,M,41.0,12516,-109.08019099999642,31.93633400000045,2439521,4,4,1987 +16,M,55.0,12517,-109.08024399999636,31.93709400000041,2439541,4,4,1987 +23,M,25.0,12518,-109.07783799999636,31.93676300000042,2437981,4,4,1987 +16,F,50.0,12519,-109.08024399999636,31.93709400000041,2439541,4,4,1987 +18,F,47.0,12520,-109.07863299999636,31.93712600000041,2439521,4,4,1987 +21,M,12.0,12521,-109.07939799999636,31.936448000000453,2437874,4,4,1987 +16,M,54.0,12522,-109.08024399999636,31.93709400000041,2439541,4,4,1987 +17,M,37.0,12523,-109.07941499999636,31.937117000000445,2439541,4,4,1987 +19,F,12.0,12524,-109.07791199999636,31.937438000000434,2437874,4,4,1987 +6,F,26.0,12525,-109.07883599999636,31.939078000000414,2437981,4,4,1987 +16,,,12526,-109.08024399999636,31.93709400000041,2491757,4,4,1987 +14,M,24.0,12527,-109.08182699999641,31.937054000000447,2437981,4,4,1987 +22,M,124.0,12528,-109.07860199999635,31.93644100000042,2439531,4,4,1987 +12,F,43.0,12529,-109.07851899999636,31.938203000000414,2439521,4,4,1987 +21,M,10.0,12530,-109.07939799999636,31.936448000000453,2437874,4,4,1987 +16,F,42.0,12531,-109.08024399999636,31.93709400000041,2439541,4,4,1987 +20,M,49.0,12532,-109.08019099999642,31.93633400000045,2439521,4,4,1987 +17,F,62.0,12533,-109.07941499999636,31.937117000000445,2439541,4,4,1987 +2,M,46.0,12534,-109.08197499999642,31.93888700000037,2439521,6,4,1987 +1,M,44.0,12535,-109.08282899999641,31.938851000000387,2439521,6,4,1987 +2,F,42.0,12536,-109.08197499999642,31.93888700000037,2439521,6,4,1987 +4,F,42.0,12537,-109.08040899999641,31.93889400000041,2439521,6,4,1987 +9,,,12538,-109.08090299999638,31.93785900000039,2491757,6,4,1987 +7,M,11.0,12539,-109.08281599999641,31.938113000000413,2437874,6,4,1987 +13,F,135.0,12540,-109.08261299999641,31.937028000000442,2439531,6,4,1987 +10,F,13.0,12541,-109.08009099999636,31.938017000000425,2437874,6,4,1987 +9,M,48.0,12542,-109.08090299999638,31.93785900000039,2439541,6,4,1987 +15,,,12543,-109.08103599999642,31.937059000000463,2491757,6,4,1987 +2,F,56.0,12544,-109.08197499999642,31.93888700000037,2439541,6,4,1987 +13,M,94.0,12545,-109.08261299999641,31.937028000000442,2439531,6,4,1987 +2,M,45.0,12546,-109.08197499999642,31.93888700000037,2439521,6,4,1987 +3,M,13.0,12547,-109.08120799999641,31.938896000000387,2437874,6,4,1987 +4,M,49.0,12548,-109.08040899999641,31.93889400000041,2439521,6,4,1987 +11,M,19.0,12549,-109.07930699999636,31.938056000000426,2439591,6,4,1987 +9,F,36.0,12550,-109.08090299999638,31.93785900000039,2439541,6,4,1987 +3,F,199.0,12551,-109.08120799999641,31.938896000000387,,6,4,1987 +9,M,52.0,12552,-109.08090299999638,31.93785900000039,2439521,6,4,1987 +4,F,9.0,12553,-109.08040899999641,31.93889400000041,2437874,6,4,1987 +9,F,66.0,12554,-109.08090299999638,31.93785900000039,2439541,6,4,1987 +4,M,38.0,12555,-109.08040899999641,31.93889400000041,2438517,6,4,1987 +9,F,144.0,12556,-109.08090299999638,31.93785900000039,2439531,6,4,1987 +4,F,24.0,12557,-109.08040899999641,31.93889400000041,2439521,6,4,1987 +2,M,137.0,12558,-109.08197499999642,31.93888700000037,2439531,6,4,1987 +9,M,49.0,12559,-109.08090299999638,31.93785900000039,2439521,6,4,1987 +15,,,12560,-109.08103599999642,31.937059000000463,2491276,6,4,1987 +4,F,164.0,12561,-109.08040899999641,31.93889400000041,2439531,6,4,1987 +8,M,156.0,12562,-109.08167999999641,31.937884000000402,2439531,6,4,1987 +5,F,46.0,12563,-109.07960199999636,31.93897000000045,2439541,6,4,1987 +11,,,12564,-109.07930699999636,31.938056000000426,2437300,6,4,1987 +9,M,39.0,12565,-109.08090299999638,31.93785900000039,2439541,6,4,1987 +15,M,10.0,12566,-109.08103599999642,31.937059000000463,2437874,6,4,1987 +8,M,57.0,12567,-109.08167999999641,31.937884000000402,2439541,6,4,1987 +4,M,50.0,12568,-109.08040899999641,31.93889400000041,2439521,6,4,1987 +13,M,46.0,12569,-109.08261299999641,31.937028000000442,2439521,6,4,1987 +1,M,42.0,12570,-109.08282899999641,31.938851000000387,2439521,6,4,1987 +11,M,25.0,12571,-109.07930699999636,31.938056000000426,2437981,6,4,1987 +2,M,32.0,12572,-109.08197499999642,31.93888700000037,2438517,6,4,1987 +8,M,48.0,12573,-109.08167999999641,31.937884000000402,2439521,6,4,1987 +5,M,,12574,-109.07960199999636,31.93897000000045,2439541,6,4,1987 +11,M,36.0,12575,-109.07930699999636,31.938056000000426,2438517,6,4,1987 +15,,,12576,-109.08103599999642,31.937059000000463,2491757,6,4,1987 +1,M,131.0,12577,-109.08282899999641,31.938851000000387,2439531,6,4,1987 +2,M,25.0,12578,-109.08197499999642,31.93888700000037,2437967,6,4,1987 +5,F,26.0,12579,-109.07960199999636,31.93897000000045,2437967,6,4,1987 +11,M,41.0,12580,-109.07930699999636,31.938056000000426,2439521,6,4,1987 +1,M,99.0,12581,-109.08282899999641,31.938851000000387,,6,4,1987 +4,M,142.0,12582,-109.08040899999641,31.93889400000041,2439531,6,4,1987 +8,M,73.0,12583,-109.08167999999641,31.937884000000402,2439531,6,4,1987 +8,F,125.0,12584,-109.08167999999641,31.937884000000402,2439531,6,4,1987 +1,F,126.0,12585,-109.08282899999641,31.938851000000387,2439531,6,4,1987 +10,M,16.0,12586,-109.08009099999636,31.938017000000425,2437981,6,4,1987 +8,F,21.0,12587,-109.08167999999641,31.937884000000402,2439521,6,4,1987 +9,M,48.0,12588,-109.08090299999638,31.93785900000039,2439521,6,4,1987 +13,M,21.0,12589,-109.08261299999641,31.937028000000442,2437981,6,4,1987 +2,M,22.0,12590,-109.08197499999642,31.93888700000037,2437981,6,4,1987 +15,M,26.0,12591,-109.08103599999642,31.937059000000463,2437967,6,4,1987 +9,M,42.0,12592,-109.08090299999638,31.93785900000039,2439521,6,4,1987 +7,F,27.0,12593,-109.08281599999641,31.938113000000413,2437981,6,4,1987 +1,,,12594,-109.08282899999641,31.938851000000387,2437568,6,4,1987 +15,,,12595,-109.08103599999642,31.937059000000463,2491757,6,4,1987 +1,M,53.0,12596,-109.08282899999641,31.938851000000387,2439521,6,4,1987 +2,F,32.0,12597,-109.08197499999642,31.93888700000037,2437967,6,4,1987 +4,M,19.0,12598,-109.08040899999641,31.93889400000041,2439591,6,4,1987 +10,,,12599,-109.08009099999636,31.938017000000425,2437300,6,4,1987 +13,M,,12600,-109.08261299999641,31.937028000000442,2439521,6,4,1987 +15,,,12601,-109.08103599999642,31.937059000000463,2491757,6,4,1987 +11,M,50.0,12602,-109.07930699999636,31.938056000000426,2439521,6,4,1987 +2,M,260.0,12603,-109.08197499999642,31.93888700000037,,6,4,1987 +5,M,59.0,12604,-109.07960199999636,31.93897000000045,2439541,6,4,1987 +2,M,25.0,12605,-109.08197499999642,31.93888700000037,2437967,6,4,1987 +9,M,40.0,12606,-109.08090299999638,31.93785900000039,2438517,6,4,1987 +2,M,52.0,12607,-109.08197499999642,31.93888700000037,2439541,6,4,1987 +7,F,31.0,12608,-109.08281599999641,31.938113000000413,2437981,6,4,1987 +8,F,46.0,12609,-109.08167999999641,31.937884000000402,2439521,6,4,1987 +7,M,10.0,12610,-109.08281599999641,31.938113000000413,2437874,6,4,1987 +11,F,29.0,12611,-109.07930699999636,31.938056000000426,2438517,6,4,1987 +6,M,22.0,12612,-109.07883599999636,31.939078000000414,2438517,25,4,1987 +21,M,27.0,12613,-109.07939799999636,31.936448000000453,2437967,25,4,1987 +20,F,44.0,12614,-109.08019099999642,31.93633400000045,2439521,25,4,1987 +16,M,24.0,12615,-109.08024399999636,31.93709400000041,2437967,25,4,1987 +21,F,11.0,12616,-109.07939799999636,31.936448000000453,2437981,25,4,1987 +18,F,148.0,12617,-109.07863299999636,31.93712600000041,,25,4,1987 +24,F,42.0,12618,-109.07773599999636,31.938560000000447,2439521,25,4,1987 +14,F,42.0,12619,-109.08182699999641,31.937054000000447,2438517,25,4,1987 +18,F,22.0,12620,-109.07863299999636,31.93712600000041,2437981,25,4,1987 +6,F,50.0,12621,-109.07883599999636,31.939078000000414,2439541,25,4,1987 +12,F,55.0,12622,-109.07851899999636,31.938203000000414,2439541,25,4,1987 +12,M,234.0,12623,-109.07851899999636,31.938203000000414,,25,4,1987 +21,F,16.0,12624,-109.07939799999636,31.936448000000453,2437874,25,4,1987 +12,M,59.0,12625,-109.07851899999636,31.938203000000414,2439541,25,4,1987 +12,F,17.0,12626,-109.07851899999636,31.938203000000414,2439591,25,4,1987 +17,M,49.0,12627,-109.07941499999636,31.937117000000445,2439521,25,4,1987 +14,F,46.0,12628,-109.08182699999641,31.937054000000447,2439521,25,4,1987 +19,F,15.0,12629,-109.07791199999636,31.937438000000434,2437981,25,4,1987 +14,M,49.0,12630,-109.08182699999641,31.937054000000447,2439521,25,4,1987 +24,M,46.0,12631,-109.07773599999636,31.938560000000447,2439521,25,4,1987 +17,F,13.0,12632,-109.07941499999636,31.937117000000445,2437967,25,4,1987 +19,M,11.0,12633,-109.07791199999636,31.937438000000434,2437874,25,4,1987 +12,F,27.0,12634,-109.07851899999636,31.938203000000414,2438517,25,4,1987 +16,M,57.0,12635,-109.08024399999636,31.93709400000041,2439541,25,4,1987 +19,M,18.0,12636,-109.07791199999636,31.937438000000434,2437981,25,4,1987 +20,M,18.0,12637,-109.08019099999642,31.93633400000045,2437981,25,4,1987 +17,F,15.0,12638,-109.07941499999636,31.937117000000445,2437981,25,4,1987 +6,M,,12639,-109.07883599999636,31.939078000000414,2439541,25,4,1987 +12,,,12640,-109.07851899999636,31.938203000000414,2437300,25,4,1987 +14,F,211.0,12641,-109.08182699999641,31.937054000000447,,25,4,1987 +18,F,45.0,12642,-109.07863299999636,31.93712600000041,2439521,25,4,1987 +16,F,49.0,12643,-109.08024399999636,31.93709400000041,2439541,25,4,1987 +6,M,58.0,12644,-109.07883599999636,31.939078000000414,2439541,25,4,1987 +14,F,45.0,12645,-109.08182699999641,31.937054000000447,2439521,25,4,1987 +17,M,17.0,12646,-109.07941499999636,31.937117000000445,2437981,25,4,1987 +12,M,48.0,12647,-109.07851899999636,31.938203000000414,2439521,25,4,1987 +18,M,48.0,12648,-109.07863299999636,31.93712600000041,2439521,25,4,1987 +12,F,30.0,12649,-109.07851899999636,31.938203000000414,2439521,25,4,1987 +23,,,12650,-109.07783799999636,31.93676300000042,2491276,25,4,1987 +22,M,36.0,12651,-109.07860199999635,31.93644100000042,2439541,25,4,1987 +16,M,53.0,12652,-109.08024399999636,31.93709400000041,2439541,25,4,1987 +12,F,46.0,12653,-109.07851899999636,31.938203000000414,2439521,25,4,1987 +24,M,42.0,12654,-109.07773599999636,31.938560000000447,2439521,25,4,1987 +17,M,44.0,12655,-109.07941499999636,31.937117000000445,2439541,25,4,1987 +24,,,12656,-109.07773599999636,31.938560000000447,2437300,25,4,1987 +6,M,41.0,12657,-109.07883599999636,31.939078000000414,2439541,25,4,1987 +21,M,12.0,12658,-109.07939799999636,31.936448000000453,2437874,25,4,1987 +20,M,50.0,12659,-109.08019099999642,31.93633400000045,2439521,25,4,1987 +16,F,50.0,12660,-109.08024399999636,31.93709400000041,2439541,25,4,1987 +19,M,13.0,12661,-109.07791199999636,31.937438000000434,2437981,25,4,1987 +6,F,50.0,12662,-109.07883599999636,31.939078000000414,2439541,25,4,1987 +16,M,56.0,12663,-109.08024399999636,31.93709400000041,2439541,25,4,1987 +14,M,52.0,12664,-109.08182699999641,31.937054000000447,2439521,25,4,1987 +22,M,126.0,12665,-109.07860199999635,31.93644100000042,2439531,25,4,1987 +6,M,53.0,12666,-109.07883599999636,31.939078000000414,2439541,25,4,1987 +12,F,56.0,12667,-109.07851899999636,31.938203000000414,2439521,25,4,1987 +20,,,12668,-109.08019099999642,31.93633400000045,2437568,25,4,1987 +17,F,171.0,12669,-109.07941499999636,31.937117000000445,,25,4,1987 +24,,,12670,-109.07773599999636,31.938560000000447,2491757,25,4,1987 +6,M,54.0,12671,-109.07883599999636,31.939078000000414,2439541,25,4,1987 +1,M,43.0,12672,-109.08282899999641,31.938851000000387,2439521,26,4,1987 +2,F,24.0,12673,-109.08197499999642,31.93888700000037,2437967,26,4,1987 +3,F,69.0,12674,-109.08120799999641,31.938896000000387,,26,4,1987 +4,F,29.0,12675,-109.08040899999641,31.93889400000041,2438517,26,4,1987 +10,F,30.0,12676,-109.08009099999636,31.938017000000425,2437981,26,4,1987 +2,M,46.0,12677,-109.08197499999642,31.93888700000037,2439521,26,4,1987 +3,M,14.0,12678,-109.08120799999641,31.938896000000387,2437967,26,4,1987 +2,M,79.0,12679,-109.08197499999642,31.93888700000037,,26,4,1987 +4,M,33.0,12680,-109.08040899999641,31.93889400000041,2439521,26,4,1987 +11,M,21.0,12681,-109.07930699999636,31.938056000000426,2439591,26,4,1987 +9,,,12682,-109.08090299999638,31.93785900000039,2437568,26,4,1987 +7,F,31.0,12683,-109.08281599999641,31.938113000000413,2437981,26,4,1987 +9,M,62.0,12684,-109.08090299999638,31.93785900000039,2439531,26,4,1987 +5,M,56.0,12685,-109.07960199999636,31.93897000000045,2439541,26,4,1987 +8,M,157.0,12686,-109.08167999999641,31.937884000000402,2439531,26,4,1987 +13,M,49.0,12687,-109.08261299999641,31.937028000000442,2439521,26,4,1987 +5,F,20.0,12688,-109.07960199999636,31.93897000000045,2439591,26,4,1987 +2,M,134.0,12689,-109.08197499999642,31.93888700000037,2439531,26,4,1987 +9,M,54.0,12690,-109.08090299999638,31.93785900000039,2439521,26,4,1987 +1,F,79.0,12691,-109.08282899999641,31.938851000000387,2439531,26,4,1987 +9,F,117.0,12692,-109.08090299999638,31.93785900000039,,26,4,1987 +1,M,69.0,12693,-109.08282899999641,31.938851000000387,2439531,26,4,1987 +3,F,18.0,12694,-109.08120799999641,31.938896000000387,2439591,26,4,1987 +5,F,49.0,12695,-109.07960199999636,31.93897000000045,2439541,26,4,1987 +4,M,50.0,12696,-109.08040899999641,31.93889400000041,2439521,26,4,1987 +4,,,12697,-109.08040899999641,31.93889400000041,2437300,26,4,1987 +8,M,44.0,12698,-109.08167999999641,31.937884000000402,2439521,26,4,1987 +1,M,46.0,12699,-109.08282899999641,31.938851000000387,2439521,26,4,1987 +4,F,127.0,12700,-109.08040899999641,31.93889400000041,2439531,26,4,1987 +3,F,12.0,12701,-109.08120799999641,31.938896000000387,2437874,26,4,1987 +9,F,150.0,12702,-109.08090299999638,31.93785900000039,2439531,26,4,1987 +2,M,50.0,12703,-109.08197499999642,31.93888700000037,2439541,26,4,1987 +1,F,63.0,12704,-109.08282899999641,31.938851000000387,,26,4,1987 +8,F,136.0,12705,-109.08167999999641,31.937884000000402,2439531,26,4,1987 +9,M,42.0,12706,-109.08090299999638,31.93785900000039,2439541,26,4,1987 +8,M,58.0,12707,-109.08167999999641,31.937884000000402,2439541,26,4,1987 +2,F,53.0,12708,-109.08197499999642,31.93888700000037,2439541,26,4,1987 +2,F,72.0,12709,-109.08197499999642,31.93888700000037,,26,4,1987 +11,M,26.0,12710,-109.07930699999636,31.938056000000426,2437981,26,4,1987 +1,M,137.0,12711,-109.08282899999641,31.938851000000387,2439531,26,4,1987 +3,M,19.0,12712,-109.08120799999641,31.938896000000387,2439591,26,4,1987 +9,F,40.0,12713,-109.08090299999638,31.93785900000039,2439521,26,4,1987 +1,F,152.0,12714,-109.08282899999641,31.938851000000387,2439531,26,4,1987 +3,M,21.0,12715,-109.08120799999641,31.938896000000387,2437967,26,4,1987 +11,F,50.0,12716,-109.07930699999636,31.938056000000426,2439531,26,4,1987 +3,F,17.0,12717,-109.08120799999641,31.938896000000387,2439591,26,4,1987 +3,M,14.0,12718,-109.08120799999641,31.938896000000387,2437967,26,4,1987 +9,M,47.0,12719,-109.08090299999638,31.93785900000039,2439521,26,4,1987 +8,M,102.0,12720,-109.08167999999641,31.937884000000402,2439531,26,4,1987 +13,M,23.0,12721,-109.08261299999641,31.937028000000442,2437981,26,4,1987 +9,M,247.0,12722,-109.08090299999638,31.93785900000039,,26,4,1987 +8,M,18.0,12723,-109.08167999999641,31.937884000000402,2437981,26,4,1987 +5,F,21.0,12724,-109.07960199999636,31.93897000000045,2437967,26,4,1987 +7,F,28.0,12725,-109.08281599999641,31.938113000000413,2437981,26,4,1987 +4,F,47.0,12726,-109.08040899999641,31.93889400000041,2439521,26,4,1987 +9,F,49.0,12727,-109.08090299999638,31.93785900000039,2439521,26,4,1987 +4,M,139.0,12728,-109.08040899999641,31.93889400000041,2439531,26,4,1987 +11,F,48.0,12729,-109.07930699999636,31.938056000000426,2439521,26,4,1987 +2,M,270.0,12730,-109.08197499999642,31.93888700000037,,26,4,1987 +11,F,45.0,12731,-109.07930699999636,31.938056000000426,2439521,26,4,1987 +2,M,21.0,12732,-109.08197499999642,31.93888700000037,2437981,26,4,1987 +11,M,47.0,12733,-109.07930699999636,31.938056000000426,2439521,26,4,1987 +1,M,52.0,12734,-109.08282899999641,31.938851000000387,2439521,26,4,1987 +9,M,44.0,12735,-109.08090299999638,31.93785900000039,2439521,26,4,1987 +15,,,12736,-109.08103599999642,31.937059000000463,,26,4,1987 +18,M,44.0,12737,-109.07863299999636,31.93712600000041,2439521,28,5,1987 +20,M,20.0,12738,-109.08019099999642,31.93633400000045,2437981,28,5,1987 +2,F,30.0,12739,-109.08197499999642,31.93888700000037,2438517,28,5,1987 +3,F,192.0,12740,-109.08120799999641,31.938896000000387,,28,5,1987 +14,F,46.0,12741,-109.08182699999641,31.937054000000447,2439521,28,5,1987 +16,F,18.0,12742,-109.08024399999636,31.93709400000041,2437967,28,5,1987 +3,M,,12743,-109.08120799999641,31.938896000000387,,28,5,1987 +15,M,20.0,12744,-109.08103599999642,31.937059000000463,2437967,28,5,1987 +12,F,51.0,12745,-109.07851899999636,31.938203000000414,2439541,28,5,1987 +23,F,31.0,12746,-109.07783799999636,31.93676300000042,2437967,28,5,1987 +18,F,36.0,12747,-109.07863299999636,31.93712600000041,2439541,28,5,1987 +22,F,,12748,-109.07860199999635,31.93644100000042,2437981,28,5,1987 +11,F,150.0,12749,-109.07930699999636,31.938056000000426,,28,5,1987 +9,M,52.0,12750,-109.08090299999638,31.93785900000039,2439541,28,5,1987 +1,M,44.0,12751,-109.08282899999641,31.938851000000387,2439521,28,5,1987 +3,M,14.0,12752,-109.08120799999641,31.938896000000387,2437967,28,5,1987 +10,M,8.0,12753,-109.08009099999636,31.938017000000425,2437874,28,5,1987 +13,M,115.0,12754,-109.08261299999641,31.937028000000442,,28,5,1987 +17,M,47.0,12755,-109.07941499999636,31.937117000000445,2439521,28,5,1987 +6,M,32.0,12756,-109.07883599999636,31.939078000000414,2439541,28,5,1987 +2,F,99.0,12757,-109.08197499999642,31.93888700000037,,28,5,1987 +15,M,14.0,12758,-109.08103599999642,31.937059000000463,2437967,28,5,1987 +12,M,24.0,12759,-109.07851899999636,31.938203000000414,2438516,28,5,1987 +9,M,45.0,12760,-109.08090299999638,31.93785900000039,2439541,28,5,1987 +7,M,12.0,12761,-109.08281599999641,31.938113000000413,2437874,28,5,1987 +14,,,12762,-109.08182699999641,31.937054000000447,2436910,28,5,1987 +17,M,17.0,12763,-109.07941499999636,31.937117000000445,2437967,28,5,1987 +24,F,153.0,12764,-109.07773599999636,31.938560000000447,,28,5,1987 +2,F,45.0,12765,-109.08197499999642,31.93888700000037,2439521,28,5,1987 +15,F,23.0,12766,-109.08103599999642,31.937059000000463,2437967,28,5,1987 +7,,,12767,-109.08281599999641,31.938113000000413,2437568,28,5,1987 +1,M,44.0,12768,-109.08282899999641,31.938851000000387,2439521,28,5,1987 +16,,,12769,-109.08024399999636,31.93709400000041,2491757,28,5,1987 +11,M,46.0,12770,-109.07930699999636,31.938056000000426,2439521,28,5,1987 +15,F,25.0,12771,-109.08103599999642,31.937059000000463,2437981,28,5,1987 +18,M,47.0,12772,-109.07863299999636,31.93712600000041,2439521,28,5,1987 +24,M,25.0,12773,-109.07773599999636,31.938560000000447,2437967,28,5,1987 +3,F,12.0,12774,-109.08120799999641,31.938896000000387,2437874,28,5,1987 +4,M,35.0,12775,-109.08040899999641,31.93889400000041,2438517,28,5,1987 +9,F,164.0,12776,-109.08090299999638,31.93785900000039,2439531,28,5,1987 +13,M,29.0,12777,-109.08261299999641,31.937028000000442,2438517,28,5,1987 +8,M,159.0,12778,-109.08167999999641,31.937884000000402,2439531,28,5,1987 +15,M,18.0,12779,-109.08103599999642,31.937059000000463,2437981,28,5,1987 +12,M,23.0,12780,-109.07851899999636,31.938203000000414,2437981,28,5,1987 +2,M,44.0,12781,-109.08197499999642,31.93888700000037,2439521,28,5,1987 +14,F,45.0,12782,-109.08182699999641,31.937054000000447,2439521,28,5,1987 +16,F,22.0,12783,-109.08024399999636,31.93709400000041,2437967,28,5,1987 +22,F,54.0,12784,-109.07860199999635,31.93644100000042,2439521,28,5,1987 +23,F,13.0,12785,-109.07783799999636,31.93676300000042,2437874,28,5,1987 +2,F,18.0,12786,-109.08197499999642,31.93888700000037,2437967,28,5,1987 +19,F,11.0,12787,-109.07791199999636,31.937438000000434,2437874,28,5,1987 +12,M,29.0,12788,-109.07851899999636,31.938203000000414,2438517,28,5,1987 +20,F,45.0,12789,-109.08019099999642,31.93633400000045,2439521,28,5,1987 +2,F,55.0,12790,-109.08197499999642,31.93888700000037,2439541,28,5,1987 +2,M,139.0,12791,-109.08197499999642,31.93888700000037,2439531,28,5,1987 +5,M,48.0,12792,-109.07960199999636,31.93897000000045,2439541,28,5,1987 +8,M,59.0,12793,-109.08167999999641,31.937884000000402,2439541,28,5,1987 +14,M,53.0,12794,-109.08182699999641,31.937054000000447,2439521,28,5,1987 +24,,,12795,-109.07773599999636,31.938560000000447,2491757,28,5,1987 +1,F,169.0,12796,-109.08282899999641,31.938851000000387,,28,5,1987 +4,M,51.0,12797,-109.08040899999641,31.93889400000041,2439521,28,5,1987 +11,M,47.0,12798,-109.07930699999636,31.938056000000426,2439521,28,5,1987 +24,F,27.0,12799,-109.07773599999636,31.938560000000447,2437981,28,5,1987 +23,F,20.0,12800,-109.07783799999636,31.93676300000042,2437967,28,5,1987 +4,F,124.0,12801,-109.08040899999641,31.93889400000041,2439531,28,5,1987 +9,M,47.0,12802,-109.08090299999638,31.93785900000039,2439521,28,5,1987 +17,M,42.0,12803,-109.07941499999636,31.937117000000445,2439541,28,5,1987 +23,M,8.0,12804,-109.07783799999636,31.93676300000042,2437874,28,5,1987 +9,M,50.0,12805,-109.08090299999638,31.93785900000039,2439521,28,5,1987 +6,F,45.0,12806,-109.07883599999636,31.939078000000414,2439541,28,5,1987 +1,M,80.0,12807,-109.08282899999641,31.938851000000387,2439531,28,5,1987 +9,M,44.0,12808,-109.08090299999638,31.93785900000039,2439521,28,5,1987 +19,M,22.0,12809,-109.07791199999636,31.937438000000434,2439591,28,5,1987 +15,,,12810,-109.08103599999642,31.937059000000463,2437568,28,5,1987 +1,M,75.0,12811,-109.08282899999641,31.938851000000387,,28,5,1987 +20,F,17.0,12812,-109.08019099999642,31.93633400000045,2437981,28,5,1987 +4,M,30.0,12813,-109.08040899999641,31.93889400000041,2439521,28,5,1987 +13,M,46.0,12814,-109.08261299999641,31.937028000000442,2439521,28,5,1987 +4,F,33.0,12815,-109.08040899999641,31.93889400000041,2438517,28,5,1987 +9,M,47.0,12816,-109.08090299999638,31.93785900000039,2439521,28,5,1987 +15,,,12817,-109.08103599999642,31.937059000000463,2437981,28,5,1987 +12,F,45.0,12818,-109.07851899999636,31.938203000000414,2439521,28,5,1987 +22,F,142.0,12819,-109.07860199999635,31.93644100000042,2439531,28,5,1987 +20,F,220.0,12820,-109.08019099999642,31.93633400000045,,28,5,1987 +8,F,134.0,12821,-109.08167999999641,31.937884000000402,2439531,28,5,1987 +13,F,24.0,12822,-109.08261299999641,31.937028000000442,2437981,28,5,1987 +18,F,41.0,12823,-109.07863299999636,31.93712600000041,2439521,28,5,1987 +23,,,12824,-109.07783799999636,31.93676300000042,2437568,28,5,1987 +20,,,12825,-109.08019099999642,31.93633400000045,2437568,28,5,1987 +1,F,45.0,12826,-109.08282899999641,31.938851000000387,2439521,28,5,1987 +2,F,27.0,12827,-109.08197499999642,31.93888700000037,2437967,28,5,1987 +11,F,30.0,12828,-109.07930699999636,31.938056000000426,2438517,28,5,1987 +9,F,37.0,12829,-109.08090299999638,31.93785900000039,2439521,28,5,1987 +15,,,12830,-109.08103599999642,31.937059000000463,2437568,28,5,1987 +21,F,9.0,12831,-109.07939799999636,31.936448000000453,2437874,28,5,1987 +5,M,58.0,12832,-109.07960199999636,31.93897000000045,2439541,28,5,1987 +15,,,12833,-109.08103599999642,31.937059000000463,2437568,28,5,1987 +17,M,11.0,12834,-109.07941499999636,31.937117000000445,2437874,28,5,1987 +15,,,12835,-109.08103599999642,31.937059000000463,2437568,28,5,1987 +7,F,7.0,12836,-109.08281599999641,31.938113000000413,2437874,28,5,1987 +18,M,48.0,12837,-109.07863299999636,31.93712600000041,2439521,28,5,1987 +12,F,43.0,12838,-109.07851899999636,31.938203000000414,2439521,28,5,1987 +19,F,21.0,12839,-109.07791199999636,31.937438000000434,2437981,28,5,1987 +1,F,13.0,12840,-109.08282899999641,31.938851000000387,2437874,28,5,1987 +3,M,19.0,12841,-109.08120799999641,31.938896000000387,2439591,28,5,1987 +9,F,46.0,12842,-109.08090299999638,31.93785900000039,2439521,28,5,1987 +20,,,12843,-109.08019099999642,31.93633400000045,2437568,28,5,1987 +11,M,20.0,12844,-109.07930699999636,31.938056000000426,2439591,28,5,1987 +8,M,47.0,12845,-109.08167999999641,31.937884000000402,2439521,28,5,1987 +13,F,24.0,12846,-109.08261299999641,31.937028000000442,2439521,28,5,1987 +17,F,179.0,12847,-109.07941499999636,31.937117000000445,,28,5,1987 +24,F,45.0,12848,-109.07773599999636,31.938560000000447,2439521,28,5,1987 +6,M,55.0,12849,-109.07883599999636,31.939078000000414,2439541,28,5,1987 +20,M,47.0,12850,-109.08019099999642,31.93633400000045,2439521,28,5,1987 +14,M,44.0,12851,-109.08182699999641,31.937054000000447,2439541,28,5,1987 +24,M,24.0,12852,-109.07773599999636,31.938560000000447,2437967,28,5,1987 +10,,,12853,-109.08009099999636,31.938017000000425,2437300,28,5,1987 +20,M,18.0,12854,-109.08019099999642,31.93633400000045,2437981,28,5,1987 +2,M,50.0,12855,-109.08197499999642,31.93888700000037,2439541,28,5,1987 +13,M,53.0,12856,-109.08261299999641,31.937028000000442,2439541,28,5,1987 +24,,,12857,-109.07773599999636,31.938560000000447,2439521,28,5,1987 +17,M,40.0,12858,-109.07941499999636,31.937117000000445,2439541,28,5,1987 +6,M,,12859,-109.07883599999636,31.939078000000414,2438517,28,5,1987 +12,F,18.0,12860,-109.07851899999636,31.938203000000414,2437981,28,5,1987 +16,F,8.0,12861,-109.08024399999636,31.93709400000041,2437874,28,5,1987 +19,M,25.0,12862,-109.07791199999636,31.937438000000434,2437967,28,5,1987 +11,F,45.0,12863,-109.07930699999636,31.938056000000426,2439521,28,5,1987 +19,M,19.0,12864,-109.07791199999636,31.937438000000434,2437981,28,5,1987 +12,M,48.0,12865,-109.07851899999636,31.938203000000414,2439521,28,5,1987 +4,F,46.0,12866,-109.08040899999641,31.93889400000041,2439521,28,5,1987 +8,F,47.0,12867,-109.08167999999641,31.937884000000402,2439521,28,5,1987 +16,M,12.0,12868,-109.08024399999636,31.93709400000041,2437967,28,5,1987 +24,M,51.0,12869,-109.07773599999636,31.938560000000447,2439521,28,5,1987 +23,,,12870,-109.07783799999636,31.93676300000042,2437568,28,5,1987 +22,M,143.0,12871,-109.07860199999635,31.93644100000042,2439531,28,5,1987 +2,M,278.0,12872,-109.08197499999642,31.93888700000037,,28,5,1987 +4,M,138.0,12873,-109.08040899999641,31.93889400000041,2439531,28,5,1987 +9,F,177.0,12874,-109.08090299999638,31.93785900000039,,28,5,1987 +7,,,12875,-109.08281599999641,31.938113000000413,2437568,28,5,1987 +23,,,12876,-109.07783799999636,31.93676300000042,2437568,28,5,1987 +22,M,55.0,12877,-109.07860199999635,31.93644100000042,,28,5,1987 +20,,,12878,-109.08019099999642,31.93633400000045,2437568,28,5,1987 +1,F,19.0,12879,-109.08282899999641,31.938851000000387,2437967,28,5,1987 +1,F,125.0,12880,-109.08282899999641,31.938851000000387,2439531,28,5,1987 +22,M,27.0,12881,-109.07860199999635,31.93644100000042,2438517,28,5,1987 +22,,,12882,-109.07860199999635,31.93644100000042,2437568,28,5,1987 +20,M,40.0,12883,-109.08019099999642,31.93633400000045,2439521,28,5,1987 +1,M,54.0,12884,-109.08282899999641,31.938851000000387,2439521,28,5,1987 +8,,,12885,-109.08167999999641,31.937884000000402,2491757,28,5,1987 +7,M,10.0,12886,-109.08281599999641,31.938113000000413,2437874,28,5,1987 +6,M,43.0,12887,-109.07883599999636,31.939078000000414,2439541,30,6,1987 +22,M,25.0,12888,-109.07860199999635,31.93644100000042,2439521,30,6,1987 +20,,,12889,-109.08019099999642,31.93633400000045,2437568,30,6,1987 +16,F,20.0,12890,-109.08024399999636,31.93709400000041,2437967,30,6,1987 +17,F,23.0,12891,-109.07941499999636,31.937117000000445,2437981,30,6,1987 +18,F,33.0,12892,-109.07863299999636,31.93712600000041,2439521,30,6,1987 +14,M,28.0,12893,-109.08182699999641,31.937054000000447,2439521,30,6,1987 +16,F,12.0,12894,-109.08024399999636,31.93709400000041,2437874,30,6,1987 +6,M,25.0,12895,-109.07883599999636,31.939078000000414,2437967,30,6,1987 +19,M,20.0,12896,-109.07791199999636,31.937438000000434,2437981,30,6,1987 +6,M,50.0,12897,-109.07883599999636,31.939078000000414,2439521,30,6,1987 +17,M,36.0,12898,-109.07941499999636,31.937117000000445,2439521,30,6,1987 +12,F,53.0,12899,-109.07851899999636,31.938203000000414,2439541,30,6,1987 +21,F,6.0,12900,-109.07939799999636,31.936448000000453,2437874,30,6,1987 +14,M,31.0,12901,-109.08182699999641,31.937054000000447,2438517,30,6,1987 +6,F,38.0,12902,-109.07883599999636,31.939078000000414,2439541,30,6,1987 +12,F,15.0,12903,-109.07851899999636,31.938203000000414,2439591,30,6,1987 +18,M,44.0,12904,-109.07863299999636,31.93712600000041,2439521,30,6,1987 +18,M,46.0,12905,-109.07863299999636,31.93712600000041,2439521,30,6,1987 +24,M,17.0,12906,-109.07773599999636,31.938560000000447,2437981,30,6,1987 +20,M,43.0,12907,-109.08019099999642,31.93633400000045,2439521,30,6,1987 +18,F,41.0,12908,-109.07863299999636,31.93712600000041,2439521,30,6,1987 +14,M,32.0,12909,-109.08182699999641,31.937054000000447,2439521,30,6,1987 +18,M,23.0,12910,-109.07863299999636,31.93712600000041,2438516,30,6,1987 +23,M,24.0,12911,-109.07783799999636,31.93676300000042,2437981,30,6,1987 +21,F,12.0,12912,-109.07939799999636,31.936448000000453,2437874,30,6,1987 +14,F,43.0,12913,-109.08182699999641,31.937054000000447,2439521,30,6,1987 +6,M,25.0,12914,-109.07883599999636,31.939078000000414,2438516,30,6,1987 +19,F,11.0,12915,-109.07791199999636,31.937438000000434,2437874,30,6,1987 +24,F,51.0,12916,-109.07773599999636,31.938560000000447,2439521,30,6,1987 +12,M,48.0,12917,-109.07851899999636,31.938203000000414,2439521,30,6,1987 +6,M,15.0,12918,-109.07883599999636,31.939078000000414,2437981,30,6,1987 +24,M,45.0,12919,-109.07773599999636,31.938560000000447,2439521,30,6,1987 +6,M,55.0,12920,-109.07883599999636,31.939078000000414,2439541,30,6,1987 +21,M,23.0,12921,-109.07939799999636,31.936448000000453,2437967,30,6,1987 +18,M,49.0,12922,-109.07863299999636,31.93712600000041,2439521,30,6,1987 +22,M,100.0,12923,-109.07860199999635,31.93644100000042,2439531,30,6,1987 +21,F,8.0,12924,-109.07939799999636,31.936448000000453,2437874,30,6,1987 +20,F,80.0,12925,-109.08019099999642,31.93633400000045,,30,6,1987 +22,,,12926,-109.07860199999635,31.93644100000042,2439531,30,6,1987 +14,M,22.0,12927,-109.08182699999641,31.937054000000447,2437967,30,6,1987 +20,F,105.0,12928,-109.08019099999642,31.93633400000045,,30,6,1987 +17,F,8.0,12929,-109.07941499999636,31.937117000000445,2437874,30,6,1987 +18,F,16.0,12930,-109.07863299999636,31.93712600000041,2438516,30,6,1987 +19,M,21.0,12931,-109.07791199999636,31.937438000000434,2439591,30,6,1987 +24,F,44.0,12932,-109.07773599999636,31.938560000000447,2439521,30,6,1987 +18,M,72.0,12933,-109.07863299999636,31.93712600000041,,30,6,1987 +21,F,11.0,12934,-109.07939799999636,31.936448000000453,2437874,30,6,1987 +17,M,51.0,12935,-109.07941499999636,31.937117000000445,2439541,30,6,1987 +12,M,45.0,12936,-109.07851899999636,31.938203000000414,2439521,30,6,1987 +23,M,24.0,12937,-109.07783799999636,31.93676300000042,2437981,30,6,1987 +20,M,47.0,12938,-109.08019099999642,31.93633400000045,2439521,30,6,1987 +20,,,12939,-109.08019099999642,31.93633400000045,2437568,30,6,1987 +17,F,58.0,12940,-109.07941499999636,31.937117000000445,2439541,30,6,1987 +12,F,21.0,12941,-109.07851899999636,31.938203000000414,2437981,30,6,1987 +22,M,39.0,12942,-109.07860199999635,31.93644100000042,2439521,30,6,1987 +20,,,12943,-109.08019099999642,31.93633400000045,2437300,30,6,1987 +14,M,53.0,12944,-109.08182699999641,31.937054000000447,2439521,30,6,1987 +14,F,46.0,12945,-109.08182699999641,31.937054000000447,2439541,30,6,1987 +12,M,21.0,12946,-109.07851899999636,31.938203000000414,2439521,30,6,1987 +23,F,20.0,12947,-109.07783799999636,31.93676300000042,2437981,30,6,1987 +20,M,42.0,12948,-109.08019099999642,31.93633400000045,2439521,30,6,1987 +17,F,190.0,12949,-109.07941499999636,31.937117000000445,,30,6,1987 +24,M,50.0,12950,-109.07773599999636,31.938560000000447,2439521,30,6,1987 +16,M,11.0,12951,-109.08024399999636,31.93709400000041,2437967,30,6,1987 +24,F,,12952,-109.07773599999636,31.938560000000447,2439521,30,6,1987 +21,M,13.0,12953,-109.07939799999636,31.936448000000453,2437874,30,6,1987 +17,M,45.0,12954,-109.07941499999636,31.937117000000445,2439541,30,6,1987 +19,F,26.0,12955,-109.07791199999636,31.937438000000434,2437967,30,6,1987 +12,F,48.0,12956,-109.07851899999636,31.938203000000414,2439521,30,6,1987 +23,,,12957,-109.07783799999636,31.93676300000042,2437568,30,6,1987 +22,M,120.0,12958,-109.07860199999635,31.93644100000042,2439531,30,6,1987 +14,F,42.0,12959,-109.08182699999641,31.937054000000447,2439521,30,6,1987 +23,F,24.0,12960,-109.07783799999636,31.93676300000042,2437967,30,6,1987 +2,M,32.0,12961,-109.08197499999642,31.93888700000037,2438517,1,7,1987 +5,M,12.0,12962,-109.07960199999636,31.93897000000045,2437967,1,7,1987 +9,M,54.0,12963,-109.08090299999638,31.93785900000039,2439541,1,7,1987 +3,F,24.0,12964,-109.08120799999641,31.938896000000387,2439591,1,7,1987 +4,M,52.0,12965,-109.08040899999641,31.93889400000041,2439521,1,7,1987 +15,F,24.0,12966,-109.08103599999642,31.937059000000463,2438516,1,7,1987 +2,M,47.0,12967,-109.08197499999642,31.93888700000037,2439521,1,7,1987 +9,F,29.0,12968,-109.08090299999638,31.93785900000039,2438516,1,7,1987 +5,F,171.0,12969,-109.07960199999636,31.93897000000045,,1,7,1987 +2,F,29.0,12970,-109.08197499999642,31.93888700000037,2438517,1,7,1987 +8,,,12971,-109.08167999999641,31.937884000000402,2437568,1,7,1987 +9,F,150.0,12972,-109.08090299999638,31.93785900000039,2439531,1,7,1987 +2,F,25.0,12973,-109.08197499999642,31.93888700000037,2439521,1,7,1987 +8,M,143.0,12974,-109.08167999999641,31.937884000000402,2439531,1,7,1987 +3,F,23.0,12975,-109.08120799999641,31.938896000000387,2439591,1,7,1987 +11,,,12976,-109.07930699999636,31.938056000000426,2437300,1,7,1987 +1,M,26.0,12977,-109.08282899999641,31.938851000000387,2439521,1,7,1987 +10,F,21.0,12978,-109.08009099999636,31.938017000000425,2437967,1,7,1987 +3,M,6.0,12979,-109.08120799999641,31.938896000000387,2437874,1,7,1987 +4,F,26.0,12980,-109.08040899999641,31.93889400000041,2439521,1,7,1987 +8,M,58.0,12981,-109.08167999999641,31.937884000000402,2439541,1,7,1987 +2,M,130.0,12982,-109.08197499999642,31.93888700000037,2439531,1,7,1987 +8,M,46.0,12983,-109.08167999999641,31.937884000000402,2439521,1,7,1987 +9,M,43.0,12984,-109.08090299999638,31.93785900000039,2439521,1,7,1987 +3,M,10.0,12985,-109.08120799999641,31.938896000000387,2437874,1,7,1987 +4,F,125.0,12986,-109.08040899999641,31.93889400000041,2439531,1,7,1987 +13,M,12.0,12987,-109.08261299999641,31.937028000000442,2437874,1,7,1987 +13,F,5.0,12988,-109.08261299999641,31.937028000000442,2437874,1,7,1987 +4,M,92.0,12989,-109.08040899999641,31.93889400000041,2439531,1,7,1987 +7,F,14.0,12990,-109.08281599999641,31.938113000000413,2437874,1,7,1987 +1,M,100.0,12991,-109.08282899999641,31.938851000000387,,1,7,1987 +3,F,12.0,12992,-109.08120799999641,31.938896000000387,2437874,1,7,1987 +1,M,39.0,12993,-109.08282899999641,31.938851000000387,2439531,1,7,1987 +5,F,44.0,12994,-109.07960199999636,31.93897000000045,2439541,1,7,1987 +13,M,54.0,12995,-109.08261299999641,31.937028000000442,2439521,1,7,1987 +5,M,23.0,12996,-109.07960199999636,31.93897000000045,2437967,1,7,1987 +15,M,21.0,12997,-109.08103599999642,31.937059000000463,2437967,1,7,1987 +2,F,136.0,12998,-109.08197499999642,31.93888700000037,,1,7,1987 +4,F,45.0,12999,-109.08040899999641,31.93889400000041,2439521,1,7,1987 +7,F,12.0,13000,-109.08281599999641,31.938113000000413,2437874,1,7,1987 +5,M,60.0,13001,-109.07960199999636,31.93897000000045,2439541,1,7,1987 +8,F,,13002,-109.08167999999641,31.937884000000402,2439531,1,7,1987 +1,,,13003,-109.08282899999641,31.938851000000387,2439531,1,7,1987 +9,F,,13004,-109.08090299999638,31.93785900000039,2438517,1,7,1987 +1,F,121.0,13005,-109.08282899999641,31.938851000000387,2439531,1,7,1987 +8,F,50.0,13006,-109.08167999999641,31.937884000000402,2439521,1,7,1987 +11,M,44.0,13007,-109.07930699999636,31.938056000000426,2439521,1,7,1987 +2,F,50.0,13008,-109.08197499999642,31.93888700000037,2439541,1,7,1987 +9,M,45.0,13009,-109.08090299999638,31.93785900000039,2439521,1,7,1987 +1,M,43.0,13010,-109.08282899999641,31.938851000000387,2439521,1,7,1987 +2,F,21.0,13011,-109.08197499999642,31.93888700000037,2437981,1,7,1987 +4,F,28.0,13012,-109.08040899999641,31.93889400000041,2439521,1,7,1987 +4,M,141.0,13013,-109.08040899999641,31.93889400000041,2439531,1,7,1987 +11,M,47.0,13014,-109.07930699999636,31.938056000000426,2439521,1,7,1987 +9,M,49.0,13015,-109.08090299999638,31.93785900000039,2439521,1,7,1987 +13,F,37.0,13016,-109.08261299999641,31.937028000000442,2439521,1,7,1987 +9,M,30.0,13017,-109.08090299999638,31.93785900000039,2438517,1,7,1987 +1,F,45.0,13018,-109.08282899999641,31.938851000000387,2439531,1,7,1987 +2,M,52.0,13019,-109.08197499999642,31.93888700000037,2439541,1,7,1987 +11,F,49.0,13020,-109.07930699999636,31.938056000000426,2439521,1,7,1987 +4,M,38.0,13021,-109.08040899999641,31.93889400000041,2439521,1,7,1987 +5,F,25.0,13022,-109.07960199999636,31.93897000000045,2437967,1,7,1987 +9,,,13023,-109.08090299999638,31.93785900000039,2437300,1,7,1987 +1,M,55.0,13024,-109.08282899999641,31.938851000000387,2439521,1,7,1987 +5,M,53.0,13025,-109.07960199999636,31.93897000000045,2439541,1,7,1987 +2,M,260.0,13026,-109.08197499999642,31.93888700000037,,1,7,1987 +3,M,17.0,13027,-109.08120799999641,31.938896000000387,2439591,1,7,1987 +4,F,11.0,13028,-109.08040899999641,31.93889400000041,2437874,1,7,1987 +13,M,52.0,13029,-109.08261299999641,31.937028000000442,2439541,1,7,1987 +7,F,14.0,13030,-109.08281599999641,31.938113000000413,2437874,1,7,1987 +13,F,10.0,13031,-109.08261299999641,31.937028000000442,2437874,1,7,1987 +1,F,118.0,13032,-109.08282899999641,31.938851000000387,,1,7,1987 +8,M,29.0,13033,-109.08167999999641,31.937884000000402,2439521,1,7,1987 +9,F,47.0,13034,-109.08090299999638,31.93785900000039,2439521,1,7,1987 +8,M,48.0,13035,-109.08167999999641,31.937884000000402,2439521,1,7,1987 +13,F,57.0,13036,-109.08261299999641,31.937028000000442,2439541,1,7,1987 +16,F,13.0,13037,-109.08024399999636,31.93709400000041,2437967,25,7,1987 +21,M,,13038,-109.07939799999636,31.936448000000453,2437874,25,7,1987 +19,M,20.0,13039,-109.07791199999636,31.937438000000434,2439591,25,7,1987 +17,,,13040,-109.07941499999636,31.937117000000445,2437300,25,7,1987 +6,F,13.0,13041,-109.07883599999636,31.939078000000414,2439591,25,7,1987 +23,M,11.0,13042,-109.07783799999636,31.93676300000042,2437874,25,7,1987 +20,F,27.0,13043,-109.08019099999642,31.93633400000045,2439521,25,7,1987 +21,M,22.0,13044,-109.07939799999636,31.936448000000453,2437967,25,7,1987 +18,F,35.0,13045,-109.07863299999636,31.93712600000041,2439521,25,7,1987 +14,M,35.0,13046,-109.08182699999641,31.937054000000447,2439521,25,7,1987 +24,F,38.0,13047,-109.07773599999636,31.938560000000447,2439521,25,7,1987 +21,M,10.0,13048,-109.07939799999636,31.936448000000453,2437874,25,7,1987 +19,M,18.0,13049,-109.07791199999636,31.937438000000434,2437967,25,7,1987 +14,F,42.0,13050,-109.08182699999641,31.937054000000447,2439521,25,7,1987 +20,M,44.0,13051,-109.08019099999642,31.93633400000045,2439521,25,7,1987 +23,F,21.0,13052,-109.07783799999636,31.93676300000042,2437981,25,7,1987 +21,M,28.0,13053,-109.07939799999636,31.936448000000453,2438517,25,7,1987 +6,M,44.0,13054,-109.07883599999636,31.939078000000414,2439541,25,7,1987 +12,M,230.0,13055,-109.07851899999636,31.938203000000414,,25,7,1987 +21,F,10.0,13056,-109.07939799999636,31.936448000000453,2437874,25,7,1987 +21,F,8.0,13057,-109.07939799999636,31.936448000000453,2437874,25,7,1987 +19,F,11.0,13058,-109.07791199999636,31.937438000000434,2437874,25,7,1987 +18,F,19.0,13059,-109.07863299999636,31.93712600000041,2438516,25,7,1987 +24,M,13.0,13060,-109.07773599999636,31.938560000000447,2439521,25,7,1987 +22,M,35.0,13061,-109.07860199999635,31.93644100000042,2439521,25,7,1987 +24,M,41.0,13062,-109.07773599999636,31.938560000000447,2439521,25,7,1987 +23,F,13.0,13063,-109.07783799999636,31.93676300000042,2437967,25,7,1987 +17,M,,13064,-109.07941499999636,31.937117000000445,2439541,25,7,1987 +20,F,28.0,13065,-109.08019099999642,31.93633400000045,2439521,25,7,1987 +19,M,9.0,13066,-109.07791199999636,31.937438000000434,2437874,25,7,1987 +12,F,60.0,13067,-109.07851899999636,31.938203000000414,2439541,25,7,1987 +14,F,44.0,13068,-109.08182699999641,31.937054000000447,2439521,25,7,1987 +12,F,41.0,13069,-109.07851899999636,31.938203000000414,2439541,25,7,1987 +14,M,52.0,13070,-109.08182699999641,31.937054000000447,2439521,25,7,1987 +17,F,20.0,13071,-109.07941499999636,31.937117000000445,2439541,25,7,1987 +20,M,49.0,13072,-109.08019099999642,31.93633400000045,2439521,25,7,1987 +22,M,37.0,13073,-109.07860199999635,31.93644100000042,2439521,25,7,1987 +18,M,45.0,13074,-109.07863299999636,31.93712600000041,2439521,25,7,1987 +14,M,36.0,13075,-109.08182699999641,31.937054000000447,2439521,25,7,1987 +18,F,42.0,13076,-109.07863299999636,31.93712600000041,2439521,25,7,1987 +6,F,40.0,13077,-109.07883599999636,31.939078000000414,2439541,25,7,1987 +22,F,130.0,13078,-109.07860199999635,31.93644100000042,2439531,25,7,1987 +6,M,56.0,13079,-109.07883599999636,31.939078000000414,2439541,25,7,1987 +22,F,42.0,13080,-109.07860199999635,31.93644100000042,2439521,25,7,1987 +12,F,39.0,13081,-109.07851899999636,31.938203000000414,2439521,25,7,1987 +18,F,8.0,13082,-109.07863299999636,31.93712600000041,2437874,25,7,1987 +17,M,49.0,13083,-109.07941499999636,31.937117000000445,2439541,25,7,1987 +20,M,41.0,13084,-109.08019099999642,31.93633400000045,2439521,25,7,1987 +24,M,13.0,13085,-109.07773599999636,31.938560000000447,2437981,25,7,1987 +12,M,44.0,13086,-109.07851899999636,31.938203000000414,2439521,25,7,1987 +6,M,24.0,13087,-109.07883599999636,31.939078000000414,2437967,25,7,1987 +20,M,18.0,13088,-109.08019099999642,31.93633400000045,2437981,25,7,1987 +14,F,44.0,13089,-109.08182699999641,31.937054000000447,2439521,25,7,1987 +12,M,30.0,13090,-109.07851899999636,31.938203000000414,2439521,25,7,1987 +23,F,10.0,13091,-109.07783799999636,31.93676300000042,2437874,25,7,1987 +17,M,24.0,13092,-109.07941499999636,31.937117000000445,2439541,25,7,1987 +21,F,26.0,13093,-109.07939799999636,31.936448000000453,2438517,25,7,1987 +17,F,68.0,13094,-109.07941499999636,31.937117000000445,,25,7,1987 +22,F,84.0,13095,-109.07860199999635,31.93644100000042,,25,7,1987 +24,F,37.0,13096,-109.07773599999636,31.938560000000447,2439521,25,7,1987 +18,F,25.0,13097,-109.07863299999636,31.93712600000041,2437981,25,7,1987 +23,F,24.0,13098,-109.07783799999636,31.93676300000042,2437967,25,7,1987 +14,M,9.0,13099,-109.08182699999641,31.937054000000447,2437874,25,7,1987 +19,F,14.0,13100,-109.07791199999636,31.937438000000434,2439591,25,7,1987 +19,F,10.0,13101,-109.07791199999636,31.937438000000434,2437874,25,7,1987 +12,F,20.0,13102,-109.07851899999636,31.938203000000414,2437981,25,7,1987 +24,F,39.0,13103,-109.07773599999636,31.938560000000447,2439521,25,7,1987 +2,F,24.0,13104,-109.08197499999642,31.93888700000037,2437981,26,7,1987 +4,M,27.0,13105,-109.08040899999641,31.93889400000041,2438517,26,7,1987 +8,,,13106,-109.08167999999641,31.937884000000402,2437981,26,7,1987 +1,M,45.0,13107,-109.08282899999641,31.938851000000387,2439521,26,7,1987 +9,F,20.0,13108,-109.08090299999638,31.93785900000039,2437981,26,7,1987 +8,M,134.0,13109,-109.08167999999641,31.937884000000402,,26,7,1987 +9,M,50.0,13110,-109.08090299999638,31.93785900000039,2439541,26,7,1987 +11,M,19.0,13111,-109.07930699999636,31.938056000000426,2439591,26,7,1987 +7,F,25.0,13112,-109.08281599999641,31.938113000000413,2437967,26,7,1987 +2,,,13113,-109.08197499999642,31.93888700000037,2439521,26,7,1987 +15,F,10.0,13114,-109.08103599999642,31.937059000000463,2437874,26,7,1987 +2,M,269.0,13115,-109.08197499999642,31.93888700000037,,26,7,1987 +3,M,20.0,13116,-109.08120799999641,31.938896000000387,2439591,26,7,1987 +4,F,10.0,13117,-109.08040899999641,31.93889400000041,2437874,26,7,1987 +11,M,23.0,13118,-109.07930699999636,31.938056000000426,2437981,26,7,1987 +13,F,11.0,13119,-109.08261299999641,31.937028000000442,2437874,26,7,1987 +8,F,26.0,13120,-109.08167999999641,31.937884000000402,2438517,26,7,1987 +4,M,33.0,13121,-109.08040899999641,31.93889400000041,2438517,26,7,1987 +13,F,38.0,13122,-109.08261299999641,31.937028000000442,2439521,26,7,1987 +5,M,27.0,13123,-109.07960199999636,31.93897000000045,2437967,26,7,1987 +2,M,130.0,13124,-109.08197499999642,31.93888700000037,2439531,26,7,1987 +3,F,18.0,13125,-109.08120799999641,31.938896000000387,2438516,26,7,1987 +10,M,11.0,13126,-109.08009099999636,31.938017000000425,2437874,26,7,1987 +4,F,41.0,13127,-109.08040899999641,31.93889400000041,2439521,26,7,1987 +9,F,22.0,13128,-109.08090299999638,31.93785900000039,2437981,26,7,1987 +11,M,35.0,13129,-109.07930699999636,31.938056000000426,2439521,26,7,1987 +13,,,13130,-109.08261299999641,31.937028000000442,2437300,26,7,1987 +1,M,88.0,13131,-109.08282899999641,31.938851000000387,2439531,26,7,1987 +5,F,15.0,13132,-109.07960199999636,31.93897000000045,2439521,26,7,1987 +9,F,151.0,13133,-109.08090299999638,31.93785900000039,2439531,26,7,1987 +9,F,39.0,13134,-109.08090299999638,31.93785900000039,2439521,26,7,1987 +8,M,153.0,13135,-109.08167999999641,31.937884000000402,2439531,26,7,1987 +8,M,55.0,13136,-109.08167999999641,31.937884000000402,2439541,26,7,1987 +3,F,9.0,13137,-109.08120799999641,31.938896000000387,2437874,26,7,1987 +4,M,51.0,13138,-109.08040899999641,31.93889400000041,2439521,26,7,1987 +11,M,45.0,13139,-109.07930699999636,31.938056000000426,2439521,26,7,1987 +9,M,49.0,13140,-109.08090299999638,31.93785900000039,2439521,26,7,1987 +7,F,14.0,13141,-109.08281599999641,31.938113000000413,2437874,26,7,1987 +4,,,13142,-109.08040899999641,31.93889400000041,2437300,26,7,1987 +2,F,33.0,13143,-109.08197499999642,31.93888700000037,2437967,26,7,1987 +4,F,32.0,13144,-109.08040899999641,31.93889400000041,2439521,26,7,1987 +15,,,13145,-109.08103599999642,31.937059000000463,2437568,26,7,1987 +2,F,40.0,13146,-109.08197499999642,31.93888700000037,2439521,26,7,1987 +3,F,79.0,13147,-109.08120799999641,31.938896000000387,,26,7,1987 +1,M,120.0,13148,-109.08282899999641,31.938851000000387,,26,7,1987 +2,M,17.0,13149,-109.08197499999642,31.93888700000037,2437981,26,7,1987 +13,M,50.0,13150,-109.08261299999641,31.937028000000442,2439521,26,7,1987 +11,,,13151,-109.07930699999636,31.938056000000426,5231474,26,7,1987 +13,M,25.0,13152,-109.08261299999641,31.937028000000442,2437967,26,7,1987 +10,M,10.0,13153,-109.08009099999636,31.938017000000425,2437874,26,7,1987 +4,F,133.0,13154,-109.08040899999641,31.93889400000041,2439531,26,7,1987 +13,M,10.0,13155,-109.08261299999641,31.937028000000442,2437874,26,7,1987 +10,F,25.0,13156,-109.08009099999636,31.938017000000425,2437967,26,7,1987 +11,M,77.0,13157,-109.07930699999636,31.938056000000426,2438147,26,7,1987 +9,M,22.0,13158,-109.08090299999638,31.93785900000039,2437981,26,7,1987 +9,F,20.0,13159,-109.08090299999638,31.93785900000039,2439521,26,7,1987 +15,M,22.0,13160,-109.08103599999642,31.937059000000463,2437967,26,7,1987 +9,M,46.0,13161,-109.08090299999638,31.93785900000039,2439521,26,7,1987 +8,F,48.0,13162,-109.08167999999641,31.937884000000402,2439521,26,7,1987 +1,M,35.0,13163,-109.08282899999641,31.938851000000387,2439521,26,7,1987 +3,F,19.0,13164,-109.08120799999641,31.938896000000387,2439591,26,7,1987 +2,F,50.0,13165,-109.08197499999642,31.93888700000037,2439541,26,7,1987 +5,M,52.0,13166,-109.07960199999636,31.93897000000045,2439541,26,7,1987 +1,M,46.0,13167,-109.08282899999641,31.938851000000387,2439521,26,7,1987 +2,F,32.0,13168,-109.08197499999642,31.93888700000037,2439521,26,7,1987 +8,F,22.0,13169,-109.08167999999641,31.937884000000402,2437981,26,7,1987 +13,M,128.0,13170,-109.08261299999641,31.937028000000442,,26,7,1987 +10,M,24.0,13171,-109.08009099999636,31.938017000000425,2437967,26,7,1987 +2,M,53.0,13172,-109.08197499999642,31.93888700000037,2439541,26,7,1987 +8,M,47.0,13173,-109.08167999999641,31.937884000000402,2439521,26,7,1987 +3,F,11.0,13174,-109.08120799999641,31.938896000000387,2439591,26,7,1987 +4,M,38.0,13175,-109.08040899999641,31.93889400000041,2439521,26,7,1987 +1,F,116.0,13176,-109.08282899999641,31.938851000000387,2439531,26,7,1987 +4,M,187.0,13177,-109.08040899999641,31.93889400000041,,26,7,1987 +7,F,11.0,13178,-109.08281599999641,31.938113000000413,2437874,26,7,1987 +1,M,55.0,13179,-109.08282899999641,31.938851000000387,2439521,26,7,1987 +3,M,11.0,13180,-109.08120799999641,31.938896000000387,2439591,26,7,1987 +3,F,15.0,13181,-109.08120799999641,31.938896000000387,2437967,26,7,1987 +4,M,135.0,13182,-109.08040899999641,31.93889400000041,2439531,26,7,1987 +9,M,108.0,13183,-109.08090299999638,31.93785900000039,,26,7,1987 +7,M,25.0,13184,-109.08281599999641,31.938113000000413,2437967,26,7,1987 +5,M,57.0,13185,-109.07960199999636,31.93897000000045,2439541,26,7,1987 +13,,,13186,-109.08261299999641,31.937028000000442,2437300,26,7,1987 +3,M,30.0,13187,-109.08120799999641,31.938896000000387,2438517,26,7,1987 +5,F,21.0,13188,-109.07960199999636,31.93897000000045,2439591,26,7,1987 +11,F,43.0,13189,-109.07930699999636,31.938056000000426,2439521,26,7,1987 +1,F,139.0,13190,-109.08282899999641,31.938851000000387,,26,7,1987 +1,M,46.0,13191,-109.08282899999641,31.938851000000387,2439521,26,7,1987 +8,M,48.0,13192,-109.08167999999641,31.937884000000402,2439521,26,7,1987 +21,F,10.0,13193,-109.07939799999636,31.936448000000453,2437874,25,8,1987 +20,F,34.0,13194,-109.08019099999642,31.93633400000045,2439521,25,8,1987 +12,F,26.0,13195,-109.07851899999636,31.938203000000414,2438517,25,8,1987 +6,M,48.0,13196,-109.07883599999636,31.939078000000414,2439541,25,8,1987 +12,F,18.0,13197,-109.07851899999636,31.938203000000414,2439591,25,8,1987 +18,,,13198,-109.07863299999636,31.93712600000041,2437568,25,8,1987 +24,F,196.0,13199,-109.07773599999636,31.938560000000447,,25,8,1987 +14,F,49.0,13200,-109.08182699999641,31.937054000000447,2439521,25,8,1987 +17,,,13201,-109.07941499999636,31.937117000000445,2437300,25,8,1987 +16,M,23.0,13202,-109.08024399999636,31.93709400000041,2437981,25,8,1987 +22,M,38.0,13203,-109.07860199999635,31.93644100000042,2439521,25,8,1987 +22,M,46.0,13204,-109.07860199999635,31.93644100000042,2439521,25,8,1987 +18,M,47.0,13205,-109.07863299999636,31.93712600000041,2439521,25,8,1987 +12,F,51.0,13206,-109.07851899999636,31.938203000000414,2439541,25,8,1987 +16,F,24.0,13207,-109.08024399999636,31.93709400000041,2437981,25,8,1987 +14,M,38.0,13208,-109.08182699999641,31.937054000000447,2439521,25,8,1987 +24,M,23.0,13209,-109.07773599999636,31.938560000000447,2438516,25,8,1987 +18,M,,13210,-109.07863299999636,31.93712600000041,2439521,25,8,1987 +14,M,25.0,13211,-109.08182699999641,31.937054000000447,2437967,25,8,1987 +23,F,11.0,13212,-109.07783799999636,31.93676300000042,2437874,25,8,1987 +16,F,25.0,13213,-109.08024399999636,31.93709400000041,2437981,25,8,1987 +20,F,25.0,13214,-109.08019099999642,31.93633400000045,2439521,25,8,1987 +22,M,20.0,13215,-109.07860199999635,31.93644100000042,2438516,25,8,1987 +24,F,30.0,13216,-109.07773599999636,31.938560000000447,2439521,25,8,1987 +24,M,42.0,13217,-109.07773599999636,31.938560000000447,2439521,25,8,1987 +12,F,24.0,13218,-109.07851899999636,31.938203000000414,2439541,25,8,1987 +23,F,15.0,13219,-109.07783799999636,31.93676300000042,2437874,25,8,1987 +24,F,29.0,13220,-109.07773599999636,31.938560000000447,2437981,25,8,1987 +18,F,29.0,13221,-109.07863299999636,31.93712600000041,2437981,25,8,1987 +18,M,34.0,13222,-109.07863299999636,31.93712600000041,2439521,25,8,1987 +18,F,48.0,13223,-109.07863299999636,31.93712600000041,2439521,25,8,1987 +20,F,44.0,13224,-109.08019099999642,31.93633400000045,2439521,25,8,1987 +20,M,40.0,13225,-109.08019099999642,31.93633400000045,2439521,25,8,1987 +22,F,5.0,13226,-109.07860199999635,31.93644100000042,2438516,25,8,1987 +17,F,11.0,13227,-109.07941499999636,31.937117000000445,2437874,25,8,1987 +22,F,136.0,13228,-109.07860199999635,31.93644100000042,2439531,25,8,1987 +6,M,54.0,13229,-109.07883599999636,31.939078000000414,2439541,25,8,1987 +18,M,28.0,13230,-109.07863299999636,31.93712600000041,2438517,25,8,1987 +21,M,22.0,13231,-109.07939799999636,31.936448000000453,2437967,25,8,1987 +14,M,44.0,13232,-109.08182699999641,31.937054000000447,2439521,25,8,1987 +17,M,54.0,13233,-109.07941499999636,31.937117000000445,2439541,25,8,1987 +22,F,110.0,13234,-109.07860199999635,31.93644100000042,,25,8,1987 +19,M,17.0,13235,-109.07791199999636,31.937438000000434,2437967,25,8,1987 +17,F,96.0,13236,-109.07941499999636,31.937117000000445,,25,8,1987 +14,F,34.0,13237,-109.08182699999641,31.937054000000447,2438517,25,8,1987 +18,M,44.0,13238,-109.07863299999636,31.93712600000041,2439521,25,8,1987 +20,M,19.0,13239,-109.08019099999642,31.93633400000045,2437981,25,8,1987 +6,F,15.0,13240,-109.07883599999636,31.939078000000414,2439591,25,8,1987 +12,F,9.0,13241,-109.07851899999636,31.938203000000414,2437874,25,8,1987 +18,M,142.0,13242,-109.07863299999636,31.93712600000041,,25,8,1987 +17,M,54.0,13243,-109.07941499999636,31.937117000000445,2439541,25,8,1987 +14,M,40.0,13244,-109.08182699999641,31.937054000000447,2439521,25,8,1987 +24,F,47.0,13245,-109.07773599999636,31.938560000000447,2439521,25,8,1987 +21,F,150.0,13246,-109.07939799999636,31.936448000000453,,25,8,1987 +6,F,44.0,13247,-109.07883599999636,31.939078000000414,2439541,25,8,1987 +16,M,8.0,13248,-109.08024399999636,31.93709400000041,2437967,25,8,1987 +20,M,48.0,13249,-109.08019099999642,31.93633400000045,2439521,25,8,1987 +12,M,43.0,13250,-109.07851899999636,31.938203000000414,2439521,25,8,1987 +19,F,15.0,13251,-109.07791199999636,31.937438000000434,2439591,25,8,1987 +17,M,52.0,13252,-109.07941499999636,31.937117000000445,2439541,25,8,1987 +20,M,42.0,13253,-109.08019099999642,31.93633400000045,2439521,25,8,1987 +12,F,40.0,13254,-109.07851899999636,31.938203000000414,2439521,25,8,1987 +1,M,16.0,13255,-109.08282899999641,31.938851000000387,2437967,26,8,1987 +3,F,78.0,13256,-109.08120799999641,31.938896000000387,2438147,26,8,1987 +13,,,13257,-109.08261299999641,31.937028000000442,2437300,26,8,1987 +5,F,45.0,13258,-109.07960199999636,31.93897000000045,2439521,26,8,1987 +9,F,156.0,13259,-109.08090299999638,31.93785900000039,2439531,26,8,1987 +8,F,120.0,13260,-109.08167999999641,31.937884000000402,,26,8,1987 +15,F,12.0,13261,-109.08103599999642,31.937059000000463,2437874,26,8,1987 +13,F,186.0,13262,-109.08261299999641,31.937028000000442,,26,8,1987 +15,M,22.0,13263,-109.08103599999642,31.937059000000463,2438516,26,8,1987 +4,F,36.0,13264,-109.08040899999641,31.93889400000041,2438517,26,8,1987 +9,M,50.0,13265,-109.08090299999638,31.93785900000039,2439541,26,8,1987 +5,M,54.0,13266,-109.07960199999636,31.93897000000045,2439541,26,8,1987 +13,,,13267,-109.08261299999641,31.937028000000442,2437568,26,8,1987 +2,F,44.0,13268,-109.08197499999642,31.93888700000037,2439521,26,8,1987 +4,M,31.0,13269,-109.08040899999641,31.93889400000041,2438517,26,8,1987 +13,F,49.0,13270,-109.08261299999641,31.937028000000442,2439541,26,8,1987 +9,F,90.0,13271,-109.08090299999638,31.93785900000039,,26,8,1987 +15,F,25.0,13272,-109.08103599999642,31.937059000000463,2437967,26,8,1987 +3,F,20.0,13273,-109.08120799999641,31.938896000000387,2439591,26,8,1987 +15,F,26.0,13274,-109.08103599999642,31.937059000000463,2438516,26,8,1987 +5,F,45.0,13275,-109.07960199999636,31.93897000000045,2439541,26,8,1987 +2,M,,13276,-109.08197499999642,31.93888700000037,,26,8,1987 +11,M,15.0,13277,-109.07930699999636,31.938056000000426,2437981,26,8,1987 +15,F,11.0,13278,-109.08103599999642,31.937059000000463,2437874,26,8,1987 +7,M,30.0,13279,-109.08281599999641,31.938113000000413,2437967,26,8,1987 +1,M,100.0,13280,-109.08282899999641,31.938851000000387,2439531,26,8,1987 +3,F,14.0,13281,-109.08120799999641,31.938896000000387,2439591,26,8,1987 +4,M,51.0,13282,-109.08040899999641,31.93889400000041,2439521,26,8,1987 +8,M,54.0,13283,-109.08167999999641,31.937884000000402,2439541,26,8,1987 +9,M,45.0,13284,-109.08090299999638,31.93785900000039,2439521,26,8,1987 +1,M,45.0,13285,-109.08282899999641,31.938851000000387,2439521,26,8,1987 +11,M,38.0,13286,-109.07930699999636,31.938056000000426,2439521,26,8,1987 +8,,,13287,-109.08167999999641,31.937884000000402,2437300,26,8,1987 +15,M,19.0,13288,-109.08103599999642,31.937059000000463,2437981,26,8,1987 +4,F,120.0,13289,-109.08040899999641,31.93889400000041,2439531,26,8,1987 +13,F,41.0,13290,-109.08261299999641,31.937028000000442,2439521,26,8,1987 +10,M,28.0,13291,-109.08009099999636,31.938017000000425,2437967,26,8,1987 +2,M,53.0,13292,-109.08197499999642,31.93888700000037,2439541,26,8,1987 +1,F,133.0,13293,-109.08282899999641,31.938851000000387,,26,8,1987 +8,M,24.0,13294,-109.08167999999641,31.937884000000402,2438516,26,8,1987 +4,M,29.0,13295,-109.08040899999641,31.93889400000041,2439521,26,8,1987 +1,M,46.0,13296,-109.08282899999641,31.938851000000387,2439521,26,8,1987 +4,F,35.0,13297,-109.08040899999641,31.93889400000041,2439521,26,8,1987 +5,M,56.0,13298,-109.07960199999636,31.93897000000045,2439541,26,8,1987 +8,F,68.0,13299,-109.08167999999641,31.937884000000402,2439531,26,8,1987 +15,M,12.0,13300,-109.08103599999642,31.937059000000463,2437874,26,8,1987 +13,M,170.0,13301,-109.08261299999641,31.937028000000442,,26,8,1987 +1,M,38.0,13302,-109.08282899999641,31.938851000000387,2439521,26,8,1987 +1,M,22.0,13303,-109.08282899999641,31.938851000000387,2437967,26,8,1987 +11,F,45.0,13304,-109.07930699999636,31.938056000000426,2439521,26,8,1987 +10,M,28.0,13305,-109.08009099999636,31.938017000000425,2437967,26,8,1987 +1,F,54.0,13306,-109.08282899999641,31.938851000000387,2439521,26,8,1987 +3,F,20.0,13307,-109.08120799999641,31.938896000000387,2439591,26,8,1987 +7,F,33.0,13308,-109.08281599999641,31.938113000000413,2437981,26,8,1987 +13,M,46.0,13309,-109.08261299999641,31.937028000000442,2439521,26,8,1987 +2,M,19.0,13310,-109.08197499999642,31.93888700000037,2437981,26,8,1987 +15,F,19.0,13311,-109.08103599999642,31.937059000000463,2437981,26,8,1987 +7,F,29.0,13312,-109.08281599999641,31.938113000000413,2437967,26,8,1987 +9,F,30.0,13313,-109.08090299999638,31.93785900000039,2439521,26,8,1987 +15,,,13314,-109.08103599999642,31.937059000000463,8945077,26,8,1987 +8,M,45.0,13315,-109.08167999999641,31.937884000000402,2439521,26,8,1987 +13,M,11.0,13316,-109.08261299999641,31.937028000000442,2437874,26,8,1987 +2,M,25.0,13317,-109.08197499999642,31.93888700000037,2438517,26,8,1987 +3,F,15.0,13318,-109.08120799999641,31.938896000000387,2439591,26,8,1987 +11,M,44.0,13319,-109.07930699999636,31.938056000000426,2439521,26,8,1987 +4,M,42.0,13320,-109.08040899999641,31.93889400000041,2439521,26,8,1987 +10,F,15.0,13321,-109.08009099999636,31.938017000000425,2437874,26,8,1987 +2,,,13322,-109.08197499999642,31.93888700000037,2491757,26,8,1987 +5,F,44.0,13323,-109.07960199999636,31.93897000000045,2439521,26,8,1987 +7,M,23.0,13324,-109.08281599999641,31.938113000000413,2437981,26,8,1987 +1,M,52.0,13325,-109.08282899999641,31.938851000000387,2439521,26,8,1987 +2,F,39.0,13326,-109.08197499999642,31.93888700000037,2439541,26,8,1987 +2,F,146.0,13327,-109.08197499999642,31.93888700000037,,26,8,1987 +4,M,144.0,13328,-109.08040899999641,31.93889400000041,2439531,26,8,1987 +3,,,13329,-109.08120799999641,31.938896000000387,2491757,26,8,1987 +9,M,44.0,13330,-109.08090299999638,31.93785900000039,2439521,26,8,1987 +13,F,39.0,13331,-109.08261299999641,31.937028000000442,2438517,26,8,1987 +13,,,13332,-109.08261299999641,31.937028000000442,2437300,26,8,1987 +2,F,27.0,13333,-109.08197499999642,31.93888700000037,2437981,26,8,1987 +3,F,12.0,13334,-109.08120799999641,31.938896000000387,2437874,26,8,1987 +4,,,13335,-109.08040899999641,31.93889400000041,2437300,26,8,1987 +1,F,115.0,13336,-109.08282899999641,31.938851000000387,2439531,26,8,1987 +11,F,162.0,13337,-109.07930699999636,31.938056000000426,,26,8,1987 +15,,,13338,-109.08103599999642,31.937059000000463,2491893,26,8,1987 +15,,,13339,-109.08103599999642,31.937059000000463,2437568,26,8,1987 +3,M,16.0,13340,-109.08120799999641,31.938896000000387,2439591,26,8,1987 +4,F,27.0,13341,-109.08040899999641,31.93889400000041,2439521,26,8,1987 +13,M,26.0,13342,-109.08261299999641,31.937028000000442,2437967,26,8,1987 +7,M,13.0,13343,-109.08281599999641,31.938113000000413,2437874,26,8,1987 +14,F,33.0,13344,-109.08182699999641,31.937054000000447,2438517,26,9,1987 +12,F,53.0,13345,-109.07851899999636,31.938203000000414,2439541,26,9,1987 +12,M,57.0,13346,-109.07851899999636,31.938203000000414,2439541,26,9,1987 +20,F,100.0,13347,-109.08019099999642,31.93633400000045,,26,9,1987 +24,M,63.0,13348,-109.07773599999636,31.938560000000447,2439541,26,9,1987 +14,M,39.0,13349,-109.08182699999641,31.937054000000447,2439521,26,9,1987 +12,M,218.0,13350,-109.07851899999636,31.938203000000414,,26,9,1987 +18,,,13351,-109.07863299999636,31.93712600000041,2437568,26,9,1987 +13,F,182.0,13352,-109.08261299999641,31.937028000000442,,26,9,1987 +19,,,13353,-109.07791199999636,31.937438000000434,2439591,26,9,1987 +6,M,51.0,13354,-109.07883599999636,31.939078000000414,2439541,26,9,1987 +19,M,12.0,13355,-109.07791199999636,31.937438000000434,2437874,26,9,1987 +24,M,21.0,13356,-109.07773599999636,31.938560000000447,2438516,26,9,1987 +18,M,48.0,13357,-109.07863299999636,31.93712600000041,2439521,26,9,1987 +23,M,25.0,13358,-109.07783799999636,31.93676300000042,2437967,26,9,1987 +13,M,22.0,13359,-109.08261299999641,31.937028000000442,2438517,26,9,1987 +18,F,43.0,13360,-109.07863299999636,31.93712600000041,2439521,26,9,1987 +18,,,13361,-109.07863299999636,31.93712600000041,2437568,26,9,1987 +20,F,40.0,13362,-109.08019099999642,31.93633400000045,2439521,26,9,1987 +6,M,205.0,13363,-109.07883599999636,31.939078000000414,,26,9,1987 +13,M,23.0,13364,-109.08261299999641,31.937028000000442,2437967,26,9,1987 +17,M,51.0,13365,-109.07941499999636,31.937117000000445,2439541,26,9,1987 +22,M,41.0,13366,-109.07860199999635,31.93644100000042,2439521,26,9,1987 +24,F,40.0,13367,-109.07773599999636,31.938560000000447,2439521,26,9,1987 +13,F,38.0,13368,-109.08261299999641,31.937028000000442,2439521,26,9,1987 +20,F,45.0,13369,-109.08019099999642,31.93633400000045,2439521,26,9,1987 +12,F,27.0,13370,-109.07851899999636,31.938203000000414,2438516,26,9,1987 +14,,,13371,-109.08182699999641,31.937054000000447,2437874,26,9,1987 +13,M,49.0,13372,-109.08261299999641,31.937028000000442,2439521,26,9,1987 +24,F,192.0,13373,-109.07773599999636,31.938560000000447,,26,9,1987 +12,,,13374,-109.07851899999636,31.938203000000414,2437568,26,9,1987 +22,F,47.0,13375,-109.07860199999635,31.93644100000042,2439521,26,9,1987 +18,F,43.0,13376,-109.07863299999636,31.93712600000041,2439521,26,9,1987 +14,F,42.0,13377,-109.08182699999641,31.937054000000447,2439521,26,9,1987 +14,F,204.0,13378,-109.08182699999641,31.937054000000447,,26,9,1987 +17,M,54.0,13379,-109.07941499999636,31.937117000000445,2439541,26,9,1987 +12,M,26.0,13380,-109.07851899999636,31.938203000000414,2438516,26,9,1987 +17,M,22.0,13381,-109.07941499999636,31.937117000000445,2437967,26,9,1987 +20,M,42.0,13382,-109.08019099999642,31.93633400000045,2439521,26,9,1987 +24,M,19.0,13383,-109.07773599999636,31.938560000000447,2437967,26,9,1987 +6,M,49.0,13384,-109.07883599999636,31.939078000000414,2439541,26,9,1987 +13,F,34.0,13385,-109.08261299999641,31.937028000000442,2438517,26,9,1987 +20,M,107.0,13386,-109.08019099999642,31.93633400000045,,26,9,1987 +22,F,130.0,13387,-109.07860199999635,31.93644100000042,2439531,26,9,1987 +13,M,42.0,13388,-109.08261299999641,31.937028000000442,2438517,26,9,1987 +20,M,52.0,13389,-109.08019099999642,31.93633400000045,2439521,26,9,1987 +19,F,16.0,13390,-109.07791199999636,31.937438000000434,2439591,26,9,1987 +17,F,20.0,13391,-109.07941499999636,31.937117000000445,2438516,26,9,1987 +14,M,106.0,13392,-109.08182699999641,31.937054000000447,,26,9,1987 +6,F,15.0,13393,-109.07883599999636,31.939078000000414,2439591,26,9,1987 +18,M,25.0,13394,-109.07863299999636,31.93712600000041,2437981,26,9,1987 +13,M,56.0,13395,-109.08261299999641,31.937028000000442,2439541,26,9,1987 +20,F,23.0,13396,-109.08019099999642,31.93633400000045,2437981,26,9,1987 +6,M,54.0,13397,-109.07883599999636,31.939078000000414,2439541,26,9,1987 +13,F,40.0,13398,-109.08261299999641,31.937028000000442,2439521,26,9,1987 +24,M,45.0,13399,-109.07773599999636,31.938560000000447,2439521,26,9,1987 +12,F,41.0,13400,-109.07851899999636,31.938203000000414,2439521,26,9,1987 +14,M,50.0,13401,-109.08182699999641,31.937054000000447,2439521,26,9,1987 +24,,,13402,-109.07773599999636,31.938560000000447,2437568,26,9,1987 +12,M,49.0,13403,-109.07851899999636,31.938203000000414,2439521,26,9,1987 +20,M,25.0,13404,-109.08019099999642,31.93633400000045,2438516,26,9,1987 +22,M,139.0,13405,-109.07860199999635,31.93644100000042,,26,9,1987 +24,F,40.0,13406,-109.07773599999636,31.938560000000447,2439521,26,9,1987 +12,M,24.0,13407,-109.07851899999636,31.938203000000414,2437967,26,9,1987 +19,M,17.0,13408,-109.07791199999636,31.937438000000434,2437967,26,9,1987 +22,M,47.0,13409,-109.07860199999635,31.93644100000042,2439521,26,9,1987 +19,F,23.0,13410,-109.07791199999636,31.937438000000434,2438516,26,9,1987 +17,M,27.0,13411,-109.07941499999636,31.937117000000445,2438517,26,9,1987 +20,M,48.0,13412,-109.08019099999642,31.93633400000045,2439521,26,9,1987 +24,M,160.0,13413,-109.07773599999636,31.938560000000447,,26,9,1987 +6,F,24.0,13414,-109.07883599999636,31.939078000000414,2437981,26,9,1987 +21,,,13415,-109.07939799999636,31.936448000000453,,26,9,1987 +1,F,38.0,13416,-109.08282899999641,31.938851000000387,2439521,27,9,1987 +3,F,19.0,13417,-109.08120799999641,31.938896000000387,2439591,27,9,1987 +4,F,40.0,13418,-109.08040899999641,31.93889400000041,2439521,27,9,1987 +3,F,23.0,13419,-109.08120799999641,31.938896000000387,2438516,27,9,1987 +11,M,21.0,13420,-109.07930699999636,31.938056000000426,2439591,27,9,1987 +2,M,132.0,13421,-109.08197499999642,31.93888700000037,2439531,27,9,1987 +3,M,21.0,13422,-109.08120799999641,31.938896000000387,2439591,27,9,1987 +8,F,22.0,13423,-109.08167999999641,31.937884000000402,2438516,27,9,1987 +5,F,16.0,13424,-109.07960199999636,31.93897000000045,2439591,27,9,1987 +15,F,179.0,13425,-109.08103599999642,31.937059000000463,,27,9,1987 +8,M,58.0,13426,-109.08167999999641,31.937884000000402,2439541,27,9,1987 +7,M,25.0,13427,-109.08281599999641,31.938113000000413,2437967,27,9,1987 +1,M,47.0,13428,-109.08282899999641,31.938851000000387,2439521,27,9,1987 +16,M,20.0,13429,-109.08024399999636,31.93709400000041,2437981,27,9,1987 +3,M,140.0,13430,-109.08120799999641,31.938896000000387,,27,9,1987 +4,M,50.0,13431,-109.08040899999641,31.93889400000041,2439521,27,9,1987 +2,F,48.0,13432,-109.08197499999642,31.93888700000037,2439541,27,9,1987 +4,F,116.0,13433,-109.08040899999641,31.93889400000041,2439531,27,9,1987 +9,F,149.0,13434,-109.08090299999638,31.93785900000039,2439531,27,9,1987 +2,M,197.0,13435,-109.08197499999642,31.93888700000037,,27,9,1987 +3,M,179.0,13436,-109.08120799999641,31.938896000000387,,27,9,1987 +8,M,25.0,13437,-109.08167999999641,31.937884000000402,2438516,27,9,1987 +1,M,132.0,13438,-109.08282899999641,31.938851000000387,2439531,27,9,1987 +15,,,13439,-109.08103599999642,31.937059000000463,2437568,27,9,1987 +8,M,25.0,13440,-109.08167999999641,31.937884000000402,2438516,27,9,1987 +15,,,13441,-109.08103599999642,31.937059000000463,2437568,27,9,1987 +1,M,46.0,13442,-109.08282899999641,31.938851000000387,2439521,27,9,1987 +7,,,13443,-109.08281599999641,31.938113000000413,2491757,27,9,1987 +15,F,19.0,13444,-109.08103599999642,31.937059000000463,2437981,27,9,1987 +15,,,13445,-109.08103599999642,31.937059000000463,2437568,27,9,1987 +1,,,13446,-109.08282899999641,31.938851000000387,2437300,27,9,1987 +9,M,54.0,13447,-109.08090299999638,31.93785900000039,2439541,27,9,1987 +3,F,25.0,13448,-109.08120799999641,31.938896000000387,2437967,27,9,1987 +16,F,17.0,13449,-109.08024399999636,31.93709400000041,2437981,27,9,1987 +11,M,53.0,13450,-109.07930699999636,31.938056000000426,,27,9,1987 +8,M,16.0,13451,-109.08167999999641,31.937884000000402,2439591,27,9,1987 +7,M,154.0,13452,-109.08281599999641,31.938113000000413,,27,9,1987 +1,M,41.0,13453,-109.08282899999641,31.938851000000387,2439521,27,9,1987 +5,M,57.0,13454,-109.07960199999636,31.93897000000045,2439541,27,9,1987 +1,F,129.0,13455,-109.08282899999641,31.938851000000387,2439531,27,9,1987 +2,M,51.0,13456,-109.08197499999642,31.93888700000037,2439541,27,9,1987 +11,M,44.0,13457,-109.07930699999636,31.938056000000426,2439521,27,9,1987 +9,M,35.0,13458,-109.08090299999638,31.93785900000039,2439521,27,9,1987 +7,,,13459,-109.08281599999641,31.938113000000413,5231474,27,9,1987 +5,M,55.0,13460,-109.07960199999636,31.93897000000045,2439541,27,9,1987 +5,M,39.0,13461,-109.07960199999636,31.93897000000045,2438517,27,9,1987 +7,F,170.0,13462,-109.08281599999641,31.938113000000413,,27,9,1987 +10,M,24.0,13463,-109.08009099999636,31.938017000000425,2437967,27,9,1987 +2,M,20.0,13464,-109.08197499999642,31.93888700000037,2437981,27,9,1987 +8,M,161.0,13465,-109.08167999999641,31.937884000000402,2439531,27,9,1987 +2,F,167.0,13466,-109.08197499999642,31.93888700000037,,27,9,1987 +8,M,52.0,13467,-109.08167999999641,31.937884000000402,2439521,27,9,1987 +5,F,16.0,13468,-109.07960199999636,31.93897000000045,2438516,27,9,1987 +1,M,19.0,13469,-109.08282899999641,31.938851000000387,2437967,27,9,1987 +9,M,191.0,13470,-109.08090299999638,31.93785900000039,,27,9,1987 +8,M,29.0,13471,-109.08167999999641,31.937884000000402,2439521,27,9,1987 +7,,,13472,-109.08281599999641,31.938113000000413,5231474,27,9,1987 +2,M,16.0,13473,-109.08197499999642,31.93888700000037,2439591,27,9,1987 +4,M,133.0,13474,-109.08040899999641,31.93889400000041,2439531,27,9,1987 +9,F,24.0,13475,-109.08090299999638,31.93785900000039,2438516,27,9,1987 +2,F,18.0,13476,-109.08197499999642,31.93888700000037,2439591,27,9,1987 +2,F,146.0,13477,-109.08197499999642,31.93888700000037,,27,9,1987 +8,F,46.0,13478,-109.08167999999641,31.937884000000402,2439521,27,9,1987 +4,M,42.0,13479,-109.08040899999641,31.93889400000041,2439521,27,9,1987 +7,F,15.0,13480,-109.08281599999641,31.938113000000413,2437981,27,9,1987 +1,M,53.0,13481,-109.08282899999641,31.938851000000387,2439521,27,9,1987 +2,M,48.0,13482,-109.08197499999642,31.93888700000037,2439521,27,9,1987 +11,F,44.0,13483,-109.07930699999636,31.938056000000426,2439521,27,9,1987 +7,M,18.0,13484,-109.08281599999641,31.938113000000413,2437981,27,9,1987 +2,M,24.0,13485,-109.08197499999642,31.93888700000037,2438516,27,9,1987 +3,M,16.0,13486,-109.08120799999641,31.938896000000387,2439591,27,9,1987 +20,F,36.0,13487,-109.08019099999642,31.93633400000045,2439521,24,10,1987 +18,M,45.0,13488,-109.07863299999636,31.93712600000041,2439521,24,10,1987 +24,M,19.0,13489,-109.07773599999636,31.938560000000447,2437981,24,10,1987 +24,F,24.0,13490,-109.07773599999636,31.938560000000447,2438517,24,10,1987 +23,F,9.0,13491,-109.07783799999636,31.93676300000042,2437967,24,10,1987 +17,F,104.0,13492,-109.07941499999636,31.937117000000445,2438147,24,10,1987 +12,M,21.0,13493,-109.07851899999636,31.938203000000414,2437981,24,10,1987 +24,F,202.0,13494,-109.07773599999636,31.938560000000447,,24,10,1987 +20,M,169.0,13495,-109.08019099999642,31.93633400000045,,24,10,1987 +22,M,21.0,13496,-109.07860199999635,31.93644100000042,2437981,24,10,1987 +24,M,135.0,13497,-109.07773599999636,31.938560000000447,,24,10,1987 +14,M,25.0,13498,-109.08182699999641,31.937054000000447,2437981,24,10,1987 +18,F,29.0,13499,-109.07863299999636,31.93712600000041,2437981,24,10,1987 +22,F,25.0,13500,-109.07860199999635,31.93644100000042,2438517,24,10,1987 +24,F,35.0,13501,-109.07773599999636,31.938560000000447,2439521,24,10,1987 +14,M,21.0,13502,-109.08182699999641,31.937054000000447,2437981,24,10,1987 +18,M,176.0,13503,-109.07863299999636,31.93712600000041,,24,10,1987 +22,F,46.0,13504,-109.07860199999635,31.93644100000042,2439521,24,10,1987 +23,M,10.0,13505,-109.07783799999636,31.93676300000042,2437967,24,10,1987 +6,M,54.0,13506,-109.07883599999636,31.939078000000414,2439541,24,10,1987 +12,M,24.0,13507,-109.07851899999636,31.938203000000414,2437981,24,10,1987 +14,M,30.0,13508,-109.08182699999641,31.937054000000447,2438517,24,10,1987 +24,M,136.0,13509,-109.07773599999636,31.938560000000447,,24,10,1987 +20,F,24.0,13510,-109.08019099999642,31.93633400000045,2438517,24,10,1987 +14,F,45.0,13511,-109.08182699999641,31.937054000000447,2439521,24,10,1987 +20,F,43.0,13512,-109.08019099999642,31.93633400000045,2439521,24,10,1987 +12,F,51.0,13513,-109.07851899999636,31.938203000000414,2439541,24,10,1987 +18,F,39.0,13514,-109.07863299999636,31.93712600000041,2439521,24,10,1987 +22,M,46.0,13515,-109.07860199999635,31.93644100000042,2439521,24,10,1987 +14,M,,13516,-109.08182699999641,31.937054000000447,2439521,24,10,1987 +16,M,12.0,13517,-109.08024399999636,31.93709400000041,2437874,24,10,1987 +12,M,9.0,13518,-109.07851899999636,31.938203000000414,2437874,24,10,1987 +24,F,24.0,13519,-109.07773599999636,31.938560000000447,2437981,24,10,1987 +24,M,22.0,13520,-109.07773599999636,31.938560000000447,2437981,24,10,1987 +6,F,53.0,13521,-109.07883599999636,31.939078000000414,2439541,24,10,1987 +20,F,190.0,13522,-109.08019099999642,31.93633400000045,,24,10,1987 +22,M,40.0,13523,-109.07860199999635,31.93644100000042,2439521,24,10,1987 +23,F,10.0,13524,-109.07783799999636,31.93676300000042,2437874,24,10,1987 +6,F,31.0,13525,-109.07883599999636,31.939078000000414,2438517,24,10,1987 +23,M,10.0,13526,-109.07783799999636,31.93676300000042,2437967,24,10,1987 +18,F,44.0,13527,-109.07863299999636,31.93712600000041,2439521,24,10,1987 +20,M,25.0,13528,-109.08019099999642,31.93633400000045,2438516,24,10,1987 +18,M,40.0,13529,-109.07863299999636,31.93712600000041,2439521,24,10,1987 +14,M,48.0,13530,-109.08182699999641,31.937054000000447,2439521,24,10,1987 +20,M,13.0,13531,-109.08019099999642,31.93633400000045,2437874,24,10,1987 +18,F,7.0,13532,-109.07863299999636,31.93712600000041,2437874,24,10,1987 +6,F,47.0,13533,-109.07883599999636,31.939078000000414,2439541,24,10,1987 +16,F,25.0,13534,-109.08024399999636,31.93709400000041,2437967,24,10,1987 +20,M,132.0,13535,-109.08019099999642,31.93633400000045,,24,10,1987 +12,M,44.0,13536,-109.07851899999636,31.938203000000414,2439521,24,10,1987 +6,F,46.0,13537,-109.07883599999636,31.939078000000414,2439541,24,10,1987 +22,F,128.0,13538,-109.07860199999635,31.93644100000042,2439531,24,10,1987 +6,M,,13539,-109.07883599999636,31.939078000000414,2439541,24,10,1987 +18,M,16.0,13540,-109.07863299999636,31.93712600000041,2437967,24,10,1987 +19,F,12.0,13541,-109.07791199999636,31.937438000000434,2437874,24,10,1987 +17,M,12.0,13542,-109.07941499999636,31.937117000000445,2437874,24,10,1987 +24,M,40.0,13543,-109.07773599999636,31.938560000000447,2439521,24,10,1987 +22,M,29.0,13544,-109.07860199999635,31.93644100000042,2438517,24,10,1987 +19,F,19.0,13545,-109.07791199999636,31.937438000000434,2437874,24,10,1987 +23,M,10.0,13546,-109.07783799999636,31.93676300000042,2437967,24,10,1987 +16,M,26.0,13547,-109.08024399999636,31.93709400000041,2437967,24,10,1987 +12,M,212.0,13548,-109.07851899999636,31.938203000000414,,24,10,1987 +22,M,146.0,13549,-109.07860199999635,31.93644100000042,,24,10,1987 +16,F,14.0,13550,-109.08024399999636,31.93709400000041,2437874,24,10,1987 +23,F,33.0,13551,-109.07783799999636,31.93676300000042,2437967,24,10,1987 +12,F,15.0,13552,-109.07851899999636,31.938203000000414,2437874,24,10,1987 +17,M,55.0,13553,-109.07941499999636,31.937117000000445,2439541,24,10,1987 +18,M,41.0,13554,-109.07863299999636,31.93712600000041,2439521,24,10,1987 +24,F,42.0,13555,-109.07773599999636,31.938560000000447,2439521,24,10,1987 +18,M,24.0,13556,-109.07863299999636,31.93712600000041,2437967,24,10,1987 +22,M,53.0,13557,-109.07860199999635,31.93644100000042,2439541,24,10,1987 +17,F,142.0,13558,-109.07941499999636,31.937117000000445,,24,10,1987 +12,F,28.0,13559,-109.07851899999636,31.938203000000414,2437967,24,10,1987 +17,M,53.0,13560,-109.07941499999636,31.937117000000445,2439541,24,10,1987 +17,F,21.0,13561,-109.07941499999636,31.937117000000445,2437981,24,10,1987 +6,F,22.0,13562,-109.07883599999636,31.939078000000414,2437981,24,10,1987 +21,,,13563,-109.07939799999636,31.936448000000453,,24,10,1987 +4,F,38.0,13564,-109.08040899999641,31.93889400000041,2439521,25,10,1987 +8,,,13565,-109.08167999999641,31.937884000000402,,25,10,1987 +13,,,13566,-109.08261299999641,31.937028000000442,2491276,25,10,1987 +7,F,17.0,13567,-109.08281599999641,31.938113000000413,2437981,25,10,1987 +3,M,180.0,13568,-109.08120799999641,31.938896000000387,,25,10,1987 +13,F,190.0,13569,-109.08261299999641,31.937028000000442,,25,10,1987 +7,M,22.0,13570,-109.08281599999641,31.938113000000413,2437981,25,10,1987 +1,F,38.0,13571,-109.08282899999641,31.938851000000387,2439521,25,10,1987 +3,M,27.0,13572,-109.08120799999641,31.938896000000387,2438516,25,10,1987 +13,F,40.0,13573,-109.08261299999641,31.937028000000442,2438517,25,10,1987 +11,,,13574,-109.07930699999636,31.938056000000426,,25,10,1987 +9,F,44.0,13575,-109.08090299999638,31.93785900000039,2439521,25,10,1987 +1,F,188.0,13576,-109.08282899999641,31.938851000000387,,25,10,1987 +2,F,19.0,13577,-109.08197499999642,31.93888700000037,2439591,25,10,1987 +3,M,27.0,13578,-109.08120799999641,31.938896000000387,2437967,25,10,1987 +1,M,43.0,13579,-109.08282899999641,31.938851000000387,2439521,25,10,1987 +9,M,56.0,13580,-109.08090299999638,31.93785900000039,2439541,25,10,1987 +7,M,10.0,13581,-109.08281599999641,31.938113000000413,2437874,25,10,1987 +10,M,27.0,13582,-109.08009099999636,31.938017000000425,2437967,25,10,1987 +3,M,20.0,13583,-109.08120799999641,31.938896000000387,2437981,25,10,1987 +7,F,22.0,13584,-109.08281599999641,31.938113000000413,2437981,25,10,1987 +9,F,47.0,13585,-109.08090299999638,31.93785900000039,2439541,25,10,1987 +4,M,,13586,-109.08040899999641,31.93889400000041,2439521,25,10,1987 +15,F,18.0,13587,-109.08103599999642,31.937059000000463,2437981,25,10,1987 +2,M,128.0,13588,-109.08197499999642,31.93888700000037,2439531,25,10,1987 +1,M,27.0,13589,-109.08282899999641,31.938851000000387,2438516,25,10,1987 +2,M,45.0,13590,-109.08197499999642,31.93888700000037,2439521,25,10,1987 +9,M,48.0,13591,-109.08090299999638,31.93785900000039,2439541,25,10,1987 +9,M,160.0,13592,-109.08090299999638,31.93785900000039,2439531,25,10,1987 +3,M,23.0,13593,-109.08120799999641,31.938896000000387,2437981,25,10,1987 +1,F,33.0,13594,-109.08282899999641,31.938851000000387,2437967,25,10,1987 +5,M,8.0,13595,-109.07960199999636,31.93897000000045,2439566,25,10,1987 +11,M,41.0,13596,-109.07930699999636,31.938056000000426,2439521,25,10,1987 +1,M,45.0,13597,-109.08282899999641,31.938851000000387,2439521,25,10,1987 +4,F,51.0,13598,-109.08040899999641,31.93889400000041,2439531,25,10,1987 +9,M,43.0,13599,-109.08090299999638,31.93785900000039,2439521,25,10,1987 +8,M,37.0,13600,-109.08167999999641,31.937884000000402,2439521,25,10,1987 +9,F,148.0,13601,-109.08090299999638,31.93785900000039,2439531,25,10,1987 +4,M,133.0,13602,-109.08040899999641,31.93889400000041,2439531,25,10,1987 +11,F,58.0,13603,-109.07930699999636,31.938056000000426,2438147,25,10,1987 +13,,,13604,-109.08261299999641,31.937028000000442,5231474,25,10,1987 +1,M,128.0,13605,-109.08282899999641,31.938851000000387,2439531,25,10,1987 +3,M,9.0,13606,-109.08120799999641,31.938896000000387,2437874,25,10,1987 +13,M,136.0,13607,-109.08261299999641,31.937028000000442,,25,10,1987 +2,M,23.0,13608,-109.08197499999642,31.93888700000037,2438516,25,10,1987 +5,M,51.0,13609,-109.07960199999636,31.93897000000045,2439541,25,10,1987 +1,M,44.0,13610,-109.08282899999641,31.938851000000387,2439521,25,10,1987 +9,M,42.0,13611,-109.08090299999638,31.93785900000039,2439521,25,10,1987 +2,M,20.0,13612,-109.08197499999642,31.93888700000037,2437981,25,10,1987 +4,F,44.0,13613,-109.08040899999641,31.93889400000041,2439521,25,10,1987 +11,M,23.0,13614,-109.07930699999636,31.938056000000426,2437981,25,10,1987 +13,M,45.0,13615,-109.08261299999641,31.937028000000442,2439521,25,10,1987 +2,M,203.0,13616,-109.08197499999642,31.93888700000037,,25,10,1987 +10,M,29.0,13617,-109.08009099999636,31.938017000000425,2437967,25,10,1987 +2,M,50.0,13618,-109.08197499999642,31.93888700000037,2439541,25,10,1987 +3,F,27.0,13619,-109.08120799999641,31.938896000000387,2437967,25,10,1987 +5,M,54.0,13620,-109.07960199999636,31.93897000000045,2439541,25,10,1987 +13,,,13621,-109.08261299999641,31.937028000000442,2437568,25,10,1987 +5,M,37.0,13622,-109.07960199999636,31.93897000000045,2438517,25,10,1987 +8,F,45.0,13623,-109.08167999999641,31.937884000000402,2439521,25,10,1987 +2,F,46.0,13624,-109.08197499999642,31.93888700000037,2439541,25,10,1987 +13,,,13625,-109.08261299999641,31.937028000000442,2491276,25,10,1987 +7,M,22.0,13626,-109.08281599999641,31.938113000000413,2437981,25,10,1987 +9,M,194.0,13627,-109.08090299999638,31.93785900000039,,25,10,1987 +13,F,38.0,13628,-109.08261299999641,31.937028000000442,2439521,25,10,1987 +15,M,7.0,13629,-109.08103599999642,31.937059000000463,2437874,25,10,1987 +13,M,29.0,13630,-109.08261299999641,31.937028000000442,2438516,25,10,1987 +2,F,176.0,13631,-109.08197499999642,31.93888700000037,,25,10,1987 +11,F,37.0,13632,-109.07930699999636,31.938056000000426,2439521,25,10,1987 +15,M,20.0,13633,-109.08103599999642,31.937059000000463,2437967,25,10,1987 +13,F,39.0,13634,-109.08261299999641,31.937028000000442,2439521,25,10,1987 +8,M,47.0,13635,-109.08167999999641,31.937884000000402,2439521,25,10,1987 +7,F,13.0,13636,-109.08281599999641,31.938113000000413,2437874,25,10,1987 +13,,,13637,-109.08261299999641,31.937028000000442,2491757,25,10,1987 +2,F,24.0,13638,-109.08197499999642,31.93888700000037,2438516,25,10,1987 +4,M,42.0,13639,-109.08040899999641,31.93889400000041,2439521,25,10,1987 +7,F,,13640,-109.08281599999641,31.938113000000413,,25,10,1987 +1,M,53.0,13641,-109.08282899999641,31.938851000000387,2439521,25,10,1987 +3,M,10.0,13642,-109.08120799999641,31.938896000000387,2437874,25,10,1987 +4,F,7.0,13643,-109.08040899999641,31.93889400000041,2439566,25,10,1987 +5,F,33.0,13644,-109.07960199999636,31.93897000000045,2438516,25,10,1987 +2,,,13645,-109.08197499999642,31.93888700000037,,25,10,1987 +8,M,38.0,13646,-109.08167999999641,31.937884000000402,2439521,25,10,1987 +6,F,49.0,13647,-109.07883599999636,31.939078000000414,2439541,21,11,1987 +17,M,17.0,13648,-109.07941499999636,31.937117000000445,2437981,21,11,1987 +21,M,9.0,13649,-109.07939799999636,31.936448000000453,2437874,21,11,1987 +12,F,50.0,13650,-109.07851899999636,31.938203000000414,2439541,21,11,1987 +6,M,51.0,13651,-109.07883599999636,31.939078000000414,2439541,21,11,1987 +16,,,13652,-109.08024399999636,31.93709400000041,2437874,21,11,1987 +20,F,38.0,13653,-109.08019099999642,31.93633400000045,2439521,21,11,1987 +23,,,13654,-109.07783799999636,31.93676300000042,2437874,21,11,1987 +14,F,31.0,13655,-109.08182699999641,31.937054000000447,2438517,21,11,1987 +19,M,11.0,13656,-109.07791199999636,31.937438000000434,2437874,21,11,1987 +23,M,23.0,13657,-109.07783799999636,31.93676300000042,2437967,21,11,1987 +20,F,53.0,13658,-109.08019099999642,31.93633400000045,2439541,21,11,1987 +24,M,19.0,13659,-109.07773599999636,31.938560000000447,2437981,21,11,1987 +6,,,13660,-109.07883599999636,31.939078000000414,2491757,21,11,1987 +24,M,52.0,13661,-109.07773599999636,31.938560000000447,2438147,21,11,1987 +6,M,22.0,13662,-109.07883599999636,31.939078000000414,2437981,21,11,1987 +16,M,7.0,13663,-109.08024399999636,31.93709400000041,2437874,21,11,1987 +21,M,14.0,13664,-109.07939799999636,31.936448000000453,2437874,21,11,1987 +18,M,46.0,13665,-109.07863299999636,31.93712600000041,2439521,21,11,1987 +22,F,41.0,13666,-109.07860199999635,31.93644100000042,2439521,21,11,1987 +18,M,21.0,13667,-109.07863299999636,31.93712600000041,2437981,21,11,1987 +14,F,20.0,13668,-109.08182699999641,31.937054000000447,2437981,21,11,1987 +18,F,41.0,13669,-109.07863299999636,31.93712600000041,2439521,21,11,1987 +24,F,150.0,13670,-109.07773599999636,31.938560000000447,,21,11,1987 +24,F,35.0,13671,-109.07773599999636,31.938560000000447,2439521,21,11,1987 +12,M,239.0,13672,-109.07851899999636,31.938203000000414,,21,11,1987 +24,M,9.0,13673,-109.07773599999636,31.938560000000447,2437874,21,11,1987 +14,F,43.0,13674,-109.08182699999641,31.937054000000447,2439521,21,11,1987 +12,,28.0,13675,-109.07851899999636,31.938203000000414,2438516,21,11,1987 +17,F,10.0,13676,-109.07941499999636,31.937117000000445,2437874,21,11,1987 +14,M,21.0,13677,-109.08182699999641,31.937054000000447,2437981,21,11,1987 +20,F,41.0,13678,-109.08019099999642,31.93633400000045,2439521,21,11,1987 +17,M,,13679,-109.07941499999636,31.937117000000445,2439541,21,11,1987 +23,M,11.0,13680,-109.07783799999636,31.93676300000042,2437874,21,11,1987 +14,M,38.0,13681,-109.08182699999641,31.937054000000447,2439521,21,11,1987 +19,F,25.0,13682,-109.07791199999636,31.937438000000434,2437981,21,11,1987 +20,F,23.0,13683,-109.08019099999642,31.93633400000045,2438517,21,11,1987 +22,M,40.0,13684,-109.07860199999635,31.93644100000042,2439521,21,11,1987 +12,,,13685,-109.07851899999636,31.938203000000414,2491757,21,11,1987 +21,M,8.0,13686,-109.07939799999636,31.936448000000453,2437874,21,11,1987 +19,M,25.0,13687,-109.07791199999636,31.937438000000434,2437967,21,11,1987 +6,M,52.0,13688,-109.07883599999636,31.939078000000414,2439541,21,11,1987 +12,,,13689,-109.07851899999636,31.938203000000414,,21,11,1987 +22,F,19.0,13690,-109.07860199999635,31.93644100000042,2437981,21,11,1987 +6,F,45.0,13691,-109.07883599999636,31.939078000000414,2439541,21,11,1987 +20,F,135.0,13692,-109.08019099999642,31.93633400000045,,21,11,1987 +22,F,114.0,13693,-109.07860199999635,31.93644100000042,2439531,21,11,1987 +12,M,10.0,13694,-109.07851899999636,31.938203000000414,2437874,21,11,1987 +14,M,31.0,13695,-109.08182699999641,31.937054000000447,2438517,21,11,1987 +12,M,43.0,13696,-109.07851899999636,31.938203000000414,2439521,21,11,1987 +17,M,52.0,13697,-109.07941499999636,31.937117000000445,2439541,21,11,1987 +24,F,12.0,13698,-109.07773599999636,31.938560000000447,2437874,21,11,1987 +18,F,42.0,13699,-109.07863299999636,31.93712600000041,2439521,21,11,1987 +19,F,19.0,13700,-109.07791199999636,31.937438000000434,2437967,21,11,1987 +24,M,40.0,13701,-109.07773599999636,31.938560000000447,2439521,21,11,1987 +21,F,12.0,13702,-109.07939799999636,31.936448000000453,2437874,21,11,1987 +6,F,49.0,13703,-109.07883599999636,31.939078000000414,2439541,21,11,1987 +18,M,185.0,13704,-109.07863299999636,31.93712600000041,,21,11,1987 +20,M,14.0,13705,-109.08019099999642,31.93633400000045,2437981,21,11,1987 +12,M,20.0,13706,-109.07851899999636,31.938203000000414,2437981,21,11,1987 +6,M,37.0,13707,-109.07883599999636,31.939078000000414,2438517,21,11,1987 +18,M,18.0,13708,-109.07863299999636,31.93712600000041,2437967,21,11,1987 +14,F,44.0,13709,-109.08182699999641,31.937054000000447,2439521,21,11,1987 +19,M,8.0,13710,-109.07791199999636,31.937438000000434,2437874,21,11,1987 +6,F,21.0,13711,-109.07883599999636,31.939078000000414,2437981,21,11,1987 +21,F,7.0,13712,-109.07939799999636,31.936448000000453,2437874,21,11,1987 +12,F,8.0,13713,-109.07851899999636,31.938203000000414,2437874,21,11,1987 +21,F,12.0,13714,-109.07939799999636,31.936448000000453,2437874,21,11,1987 +19,M,8.0,13715,-109.07791199999636,31.937438000000434,2437874,21,11,1987 +17,F,23.0,13716,-109.07941499999636,31.937117000000445,2438517,21,11,1987 +6,M,26.0,13717,-109.07883599999636,31.939078000000414,2437967,21,11,1987 +18,F,8.0,13718,-109.07863299999636,31.93712600000041,2437874,21,11,1987 +12,F,13.0,13719,-109.07851899999636,31.938203000000414,2437874,21,11,1987 +17,F,23.0,13720,-109.07941499999636,31.937117000000445,2437967,21,11,1987 +22,M,153.0,13721,-109.07860199999635,31.93644100000042,,21,11,1987 +24,F,42.0,13722,-109.07773599999636,31.938560000000447,2439521,21,11,1987 +6,,,13723,-109.07883599999636,31.939078000000414,2439521,21,11,1987 +18,F,40.0,13724,-109.07863299999636,31.93712600000041,2439521,21,11,1987 +20,M,42.0,13725,-109.08019099999642,31.93633400000045,2439521,21,11,1987 +17,M,23.0,13726,-109.07941499999636,31.937117000000445,2438516,21,11,1987 +19,M,20.0,13727,-109.07791199999636,31.937438000000434,2437967,21,11,1987 +17,F,145.0,13728,-109.07941499999636,31.937117000000445,,21,11,1987 +14,F,12.0,13729,-109.08182699999641,31.937054000000447,2437874,21,11,1987 +22,M,45.0,13730,-109.07860199999635,31.93644100000042,2439521,21,11,1987 +19,F,12.0,13731,-109.07791199999636,31.937438000000434,2437874,21,11,1987 +12,F,32.0,13732,-109.07851899999636,31.938203000000414,2439521,21,11,1987 +18,M,38.0,13733,-109.07863299999636,31.93712600000041,2439521,21,11,1987 +17,M,8.0,13734,-109.07941499999636,31.937117000000445,2437874,21,11,1987 +3,F,161.0,13735,-109.08120799999641,31.938896000000387,,22,11,1987 +5,M,53.0,13736,-109.07960199999636,31.93897000000045,2439541,22,11,1987 +11,F,41.0,13737,-109.07930699999636,31.938056000000426,2439541,22,11,1987 +1,F,24.0,13738,-109.08282899999641,31.938851000000387,2438517,22,11,1987 +3,M,9.0,13739,-109.08120799999641,31.938896000000387,2437874,22,11,1987 +4,M,7.0,13740,-109.08040899999641,31.93889400000041,2437874,22,11,1987 +9,F,22.0,13741,-109.08090299999638,31.93785900000039,2437981,22,11,1987 +8,F,44.0,13742,-109.08167999999641,31.937884000000402,2439521,22,11,1987 +4,M,49.0,13743,-109.08040899999641,31.93889400000041,2439521,22,11,1987 +9,M,27.0,13744,-109.08090299999638,31.93785900000039,2438517,22,11,1987 +15,F,17.0,13745,-109.08103599999642,31.937059000000463,2437981,22,11,1987 +1,M,26.0,13746,-109.08282899999641,31.938851000000387,2437967,22,11,1987 +5,F,43.0,13747,-109.07960199999636,31.93897000000045,2439541,22,11,1987 +13,F,35.0,13748,-109.08261299999641,31.937028000000442,2438517,22,11,1987 +2,M,214.0,13749,-109.08197499999642,31.93888700000037,,22,11,1987 +5,F,11.0,13750,-109.07960199999636,31.93897000000045,2437874,22,11,1987 +9,F,59.0,13751,-109.08090299999638,31.93785900000039,2439541,22,11,1987 +3,F,23.0,13752,-109.08120799999641,31.938896000000387,2437981,22,11,1987 +1,M,43.0,13753,-109.08282899999641,31.938851000000387,2439521,22,11,1987 +3,F,24.0,13754,-109.08120799999641,31.938896000000387,2438516,22,11,1987 +13,F,10.0,13755,-109.08261299999641,31.937028000000442,2437874,22,11,1987 +9,M,48.0,13756,-109.08090299999638,31.93785900000039,2439541,22,11,1987 +15,,,13757,-109.08103599999642,31.937059000000463,2437568,22,11,1987 +2,M,44.0,13758,-109.08197499999642,31.93888700000037,2439521,22,11,1987 +7,F,27.0,13759,-109.08281599999641,31.938113000000413,2437967,22,11,1987 +10,M,28.0,13760,-109.08009099999636,31.938017000000425,2437967,22,11,1987 +1,F,43.0,13761,-109.08282899999641,31.938851000000387,2439521,22,11,1987 +3,M,11.0,13762,-109.08120799999641,31.938896000000387,2437874,22,11,1987 +8,M,159.0,13763,-109.08167999999641,31.937884000000402,2439531,22,11,1987 +13,M,42.0,13764,-109.08261299999641,31.937028000000442,2439521,22,11,1987 +7,M,23.0,13765,-109.08281599999641,31.938113000000413,2437981,22,11,1987 +3,F,24.0,13766,-109.08120799999641,31.938896000000387,2437967,22,11,1987 +8,F,39.0,13767,-109.08167999999641,31.937884000000402,2439521,22,11,1987 +1,M,43.0,13768,-109.08282899999641,31.938851000000387,2439521,22,11,1987 +2,M,50.0,13769,-109.08197499999642,31.93888700000037,2439541,22,11,1987 +3,M,186.0,13770,-109.08120799999641,31.938896000000387,,22,11,1987 +10,F,18.0,13771,-109.08009099999636,31.938017000000425,2437981,22,11,1987 +3,F,41.0,13772,-109.08120799999641,31.938896000000387,2439521,22,11,1987 +9,M,44.0,13773,-109.08090299999638,31.93785900000039,2439521,22,11,1987 +5,M,8.0,13774,-109.07960199999636,31.93897000000045,2439566,22,11,1987 +11,M,7.0,13775,-109.07930699999636,31.938056000000426,2437874,22,11,1987 +7,,,13776,-109.08281599999641,31.938113000000413,2491757,22,11,1987 +10,F,13.0,13777,-109.08009099999636,31.938017000000425,2437874,22,11,1987 +1,M,45.0,13778,-109.08282899999641,31.938851000000387,2439521,22,11,1987 +11,F,18.0,13779,-109.07930699999636,31.938056000000426,2437981,22,11,1987 +9,M,47.0,13780,-109.08090299999638,31.93785900000039,2439521,22,11,1987 +2,M,22.0,13781,-109.08197499999642,31.93888700000037,2437981,22,11,1987 +11,M,18.0,13782,-109.07930699999636,31.938056000000426,2437981,22,11,1987 +7,F,169.0,13783,-109.08281599999641,31.938113000000413,,22,11,1987 +10,F,25.0,13784,-109.08009099999636,31.938017000000425,2437967,22,11,1987 +9,F,145.0,13785,-109.08090299999638,31.93785900000039,2439531,22,11,1987 +13,M,25.0,13786,-109.08261299999641,31.937028000000442,2437967,22,11,1987 +8,M,57.0,13787,-109.08167999999641,31.937884000000402,2439541,22,11,1987 +2,M,19.0,13788,-109.08197499999642,31.93888700000037,2437981,22,11,1987 +11,F,36.0,13789,-109.07930699999636,31.938056000000426,2439521,22,11,1987 +8,M,47.0,13790,-109.08167999999641,31.937884000000402,2439521,22,11,1987 +7,,,13791,-109.08281599999641,31.938113000000413,2491757,22,11,1987 +2,M,20.0,13792,-109.08197499999642,31.93888700000037,2437981,22,11,1987 +5,M,48.0,13793,-109.07960199999636,31.93897000000045,2439521,22,11,1987 +11,F,23.0,13794,-109.07930699999636,31.938056000000426,2437981,22,11,1987 +4,F,44.0,13795,-109.08040899999641,31.93889400000041,2439521,22,11,1987 +11,F,168.0,13796,-109.07930699999636,31.938056000000426,,22,11,1987 +5,M,7.0,13797,-109.07960199999636,31.93897000000045,2437874,22,11,1987 +13,M,150.0,13798,-109.08261299999641,31.937028000000442,,22,11,1987 +7,M,18.0,13799,-109.08281599999641,31.938113000000413,2437981,22,11,1987 +2,F,10.0,13800,-109.08197499999642,31.93888700000037,2437874,22,11,1987 +11,F,35.0,13801,-109.07930699999636,31.938056000000426,2439521,22,11,1987 +4,M,28.0,13802,-109.08040899999641,31.93889400000041,2438517,22,11,1987 +5,M,53.0,13803,-109.07960199999636,31.93897000000045,2439541,22,11,1987 +8,F,45.0,13804,-109.08167999999641,31.937884000000402,2439521,22,11,1987 +7,M,8.0,13805,-109.08281599999641,31.938113000000413,2437874,22,11,1987 +1,M,128.0,13806,-109.08282899999641,31.938851000000387,2439531,22,11,1987 +11,M,42.0,13807,-109.07930699999636,31.938056000000426,2439521,22,11,1987 +1,M,43.0,13808,-109.08282899999641,31.938851000000387,2439521,22,11,1987 +3,F,11.0,13809,-109.08120799999641,31.938896000000387,2437874,22,11,1987 +4,F,7.0,13810,-109.08040899999641,31.93889400000041,2439566,22,11,1987 +2,F,46.0,13811,-109.08197499999642,31.93888700000037,2439541,22,11,1987 +10,M,9.0,13812,-109.08009099999636,31.938017000000425,2437874,22,11,1987 +1,F,41.0,13813,-109.08282899999641,31.938851000000387,2439521,22,11,1987 +7,F,7.0,13814,-109.08281599999641,31.938113000000413,2437874,22,11,1987 +1,M,27.0,13815,-109.08282899999641,31.938851000000387,2438517,22,11,1987 +15,F,190.0,13816,-109.08103599999642,31.937059000000463,,22,11,1987 +13,F,,13817,-109.08261299999641,31.937028000000442,2439521,22,11,1987 +3,M,23.0,13818,-109.08120799999641,31.938896000000387,2437981,22,11,1987 +4,F,29.0,13819,-109.08040899999641,31.93889400000041,2438517,22,11,1987 +15,M,20.0,13820,-109.08103599999642,31.937059000000463,2437981,22,11,1987 +2,M,45.0,13821,-109.08197499999642,31.93888700000037,2439521,22,11,1987 +15,M,12.0,13822,-109.08103599999642,31.937059000000463,2437874,22,11,1987 +2,M,38.0,13823,-109.08197499999642,31.93888700000037,2439521,22,11,1987 +11,M,27.0,13824,-109.07930699999636,31.938056000000426,2439521,22,11,1987 +4,M,35.0,13825,-109.08040899999641,31.93889400000041,2439521,22,11,1987 +11,M,24.0,13826,-109.07930699999636,31.938056000000426,2437981,22,11,1987 +10,,,13827,-109.08009099999636,31.938017000000425,2437568,22,11,1987 +9,M,204.0,13828,-109.08090299999638,31.93785900000039,,22,11,1987 +2,,,13829,-109.08197499999642,31.93888700000037,,22,11,1987 +13,,,13830,-109.08261299999641,31.937028000000442,2491757,22,11,1987 +1,M,40.0,13831,-109.08282899999641,31.938851000000387,2439541,22,11,1987 +2,F,27.0,13832,-109.08197499999642,31.93888700000037,2437981,22,11,1987 +15,,,13833,-109.08103599999642,31.937059000000463,2491757,22,11,1987 +4,M,43.0,13834,-109.08040899999641,31.93889400000041,2439521,22,11,1987 +3,M,22.0,13835,-109.08120799999641,31.938896000000387,2437981,22,11,1987 +4,M,134.0,13836,-109.08040899999641,31.93889400000041,2439531,22,11,1987 +5,M,27.0,13837,-109.07960199999636,31.93897000000045,2437967,22,11,1987 +11,F,40.0,13838,-109.07930699999636,31.938056000000426,2439521,22,11,1987 +1,M,52.0,13839,-109.08282899999641,31.938851000000387,2439521,22,11,1987 +8,M,35.0,13840,-109.08167999999641,31.937884000000402,2439521,22,11,1987 +13,F,38.0,13841,-109.08261299999641,31.937028000000442,2439521,22,11,1987 +22,M,45.0,13842,-109.07860199999635,31.93644100000042,2439521,23,1,1988 +19,M,11.0,13843,-109.07791199999636,31.937438000000434,2437874,23,1,1988 +12,M,57.0,13844,-109.07851899999636,31.938203000000414,2439541,23,1,1988 +20,F,39.0,13845,-109.08019099999642,31.93633400000045,2439521,23,1,1988 +20,M,8.0,13846,-109.08019099999642,31.93633400000045,2437874,23,1,1988 +22,F,9.0,13847,-109.07860199999635,31.93644100000042,2437874,23,1,1988 +18,F,38.0,13848,-109.07863299999636,31.93712600000041,2439521,23,1,1988 +12,F,24.0,13849,-109.07851899999636,31.938203000000414,2437981,23,1,1988 +18,F,25.0,13850,-109.07863299999636,31.93712600000041,2438516,23,1,1988 +24,F,60.0,13851,-109.07773599999636,31.938560000000447,2438147,23,1,1988 +6,M,45.0,13852,-109.07883599999636,31.939078000000414,2439521,23,1,1988 +16,M,28.0,13853,-109.08024399999636,31.93709400000041,2437967,23,1,1988 +20,F,10.0,13854,-109.08019099999642,31.93633400000045,2437874,23,1,1988 +12,F,54.0,13855,-109.07851899999636,31.938203000000414,2439541,23,1,1988 +21,M,9.0,13856,-109.07939799999636,31.936448000000453,2437874,23,1,1988 +21,,,13857,-109.07939799999636,31.936448000000453,2491757,23,1,1988 +24,F,11.0,13858,-109.07773599999636,31.938560000000447,2437874,23,1,1988 +21,M,9.0,13859,-109.07939799999636,31.936448000000453,2437874,23,1,1988 +12,F,46.0,13860,-109.07851899999636,31.938203000000414,2439541,23,1,1988 +20,F,48.0,13861,-109.08019099999642,31.93633400000045,2439541,23,1,1988 +6,M,48.0,13862,-109.07883599999636,31.939078000000414,2439541,23,1,1988 +21,M,12.0,13863,-109.07939799999636,31.936448000000453,2437874,23,1,1988 +12,M,9.0,13864,-109.07851899999636,31.938203000000414,2437874,23,1,1988 +24,F,34.0,13865,-109.07773599999636,31.938560000000447,2439521,23,1,1988 +18,M,45.0,13866,-109.07863299999636,31.93712600000041,2439521,23,1,1988 +21,M,9.0,13867,-109.07939799999636,31.936448000000453,2437874,23,1,1988 +12,F,9.0,13868,-109.07851899999636,31.938203000000414,2437874,23,1,1988 +14,F,11.0,13869,-109.08182699999641,31.937054000000447,2437874,23,1,1988 +14,M,43.0,13870,-109.08182699999641,31.937054000000447,2439521,23,1,1988 +6,M,24.0,13871,-109.07883599999636,31.939078000000414,2437981,23,1,1988 +17,F,10.0,13872,-109.07941499999636,31.937117000000445,2437874,23,1,1988 +22,M,46.0,13873,-109.07860199999635,31.93644100000042,2439521,23,1,1988 +6,M,53.0,13874,-109.07883599999636,31.939078000000414,2439541,23,1,1988 +18,F,41.0,13875,-109.07863299999636,31.93712600000041,2439521,23,1,1988 +12,M,,13876,-109.07851899999636,31.938203000000414,2439521,23,1,1988 +24,M,42.0,13877,-109.07773599999636,31.938560000000447,2439521,23,1,1988 +22,M,46.0,13878,-109.07860199999635,31.93644100000042,2439521,23,1,1988 +19,M,11.0,13879,-109.07791199999636,31.937438000000434,2437874,23,1,1988 +16,M,10.0,13880,-109.08024399999636,31.93709400000041,2437874,23,1,1988 +16,M,10.0,13881,-109.08024399999636,31.93709400000041,2437874,23,1,1988 +6,M,49.0,13882,-109.07883599999636,31.939078000000414,2439541,23,1,1988 +18,M,40.0,13883,-109.07863299999636,31.93712600000041,2439521,23,1,1988 +19,F,13.0,13884,-109.07791199999636,31.937438000000434,2437874,23,1,1988 +20,F,43.0,13885,-109.08019099999642,31.93633400000045,2439521,23,1,1988 +22,F,144.0,13886,-109.07860199999635,31.93644100000042,2439531,23,1,1988 +17,,,13887,-109.07941499999636,31.937117000000445,2437568,23,1,1988 +21,F,9.0,13888,-109.07939799999636,31.936448000000453,2437874,23,1,1988 +21,F,10.0,13889,-109.07939799999636,31.936448000000453,2437874,23,1,1988 +16,M,10.0,13890,-109.08024399999636,31.93709400000041,2437874,23,1,1988 +6,F,50.0,13891,-109.07883599999636,31.939078000000414,2439541,23,1,1988 +18,M,38.0,13892,-109.07863299999636,31.93712600000041,2439521,23,1,1988 +23,M,24.0,13893,-109.07783799999636,31.93676300000042,2437967,23,1,1988 +18,M,9.0,13894,-109.07863299999636,31.93712600000041,2437874,23,1,1988 +19,M,8.0,13895,-109.07791199999636,31.937438000000434,2437874,23,1,1988 +6,M,18.0,13896,-109.07883599999636,31.939078000000414,2437981,23,1,1988 +17,M,49.0,13897,-109.07941499999636,31.937117000000445,2439541,23,1,1988 +24,,,13898,-109.07773599999636,31.938560000000447,2491757,23,1,1988 +17,,,13899,-109.07941499999636,31.937117000000445,2437568,23,1,1988 +17,F,161.0,13900,-109.07941499999636,31.937117000000445,,23,1,1988 +22,M,190.0,13901,-109.07860199999635,31.93644100000042,,23,1,1988 +17,,,13902,-109.07941499999636,31.937117000000445,2491757,23,1,1988 +22,F,24.0,13903,-109.07860199999635,31.93644100000042,2437981,23,1,1988 +19,M,23.0,13904,-109.07791199999636,31.937438000000434,2437967,23,1,1988 +20,M,43.0,13905,-109.08019099999642,31.93633400000045,2439521,23,1,1988 +17,M,58.0,13906,-109.07941499999636,31.937117000000445,2439541,23,1,1988 +21,M,8.0,13907,-109.07939799999636,31.936448000000453,2437874,23,1,1988 +19,F,15.0,13908,-109.07791199999636,31.937438000000434,2437967,23,1,1988 +6,F,26.0,13909,-109.07883599999636,31.939078000000414,2437981,23,1,1988 +17,M,27.0,13910,-109.07941499999636,31.937117000000445,2438516,23,1,1988 +23,F,8.0,13911,-109.07783799999636,31.93676300000042,2437874,23,1,1988 +19,F,8.0,13912,-109.07791199999636,31.937438000000434,2437874,23,1,1988 +6,M,20.0,13913,-109.07883599999636,31.939078000000414,2437967,23,1,1988 +12,F,35.0,13914,-109.07851899999636,31.938203000000414,2439521,23,1,1988 +17,M,22.0,13915,-109.07941499999636,31.937117000000445,2437981,23,1,1988 +24,F,148.0,13916,-109.07773599999636,31.938560000000447,,23,1,1988 +18,M,50.0,13917,-109.07863299999636,31.93712600000041,2439541,23,1,1988 +2,,,13918,-109.08197499999642,31.93888700000037,2437568,24,1,1988 +3,F,22.0,13919,-109.08120799999641,31.938896000000387,2437981,24,1,1988 +7,F,21.0,13920,-109.08281599999641,31.938113000000413,2437981,24,1,1988 +2,M,38.0,13921,-109.08197499999642,31.93888700000037,2439521,24,1,1988 +9,F,47.0,13922,-109.08090299999638,31.93785900000039,2439541,24,1,1988 +2,F,41.0,13923,-109.08197499999642,31.93888700000037,2439521,24,1,1988 +13,,,13924,-109.08261299999641,31.937028000000442,2491757,24,1,1988 +7,M,25.0,13925,-109.08281599999641,31.938113000000413,2437981,24,1,1988 +10,F,10.0,13926,-109.08009099999636,31.938017000000425,2437874,24,1,1988 +9,M,9.0,13927,-109.08090299999638,31.93785900000039,2437874,24,1,1988 +5,F,45.0,13928,-109.07960199999636,31.93897000000045,2439541,24,1,1988 +2,,,13929,-109.08197499999642,31.93888700000037,2437568,24,1,1988 +3,,10.0,13930,-109.08120799999641,31.938896000000387,2437874,24,1,1988 +11,M,19.0,13931,-109.07930699999636,31.938056000000426,2437967,24,1,1988 +5,M,55.0,13932,-109.07960199999636,31.93897000000045,2439541,24,1,1988 +1,M,43.0,13933,-109.08282899999641,31.938851000000387,2439521,24,1,1988 +8,M,53.0,13934,-109.08167999999641,31.937884000000402,2439541,24,1,1988 +3,M,22.0,13935,-109.08120799999641,31.938896000000387,2437981,24,1,1988 +2,M,47.0,13936,-109.08197499999642,31.93888700000037,2439521,24,1,1988 +9,M,50.0,13937,-109.08090299999638,31.93785900000039,2439541,24,1,1988 +8,M,155.0,13938,-109.08167999999641,31.937884000000402,2439531,24,1,1988 +5,M,55.0,13939,-109.07960199999636,31.93897000000045,2439541,24,1,1988 +11,F,51.0,13940,-109.07930699999636,31.938056000000426,2438147,24,1,1988 +3,M,209.0,13941,-109.08120799999641,31.938896000000387,,24,1,1988 +10,F,20.0,13942,-109.08009099999636,31.938017000000425,2437967,24,1,1988 +7,M,10.0,13943,-109.08281599999641,31.938113000000413,2437874,24,1,1988 +4,F,38.0,13944,-109.08040899999641,31.93889400000041,2439521,24,1,1988 +15,F,198.0,13945,-109.08103599999642,31.937059000000463,,24,1,1988 +4,M,50.0,13946,-109.08040899999641,31.93889400000041,2439521,24,1,1988 +3,F,13.0,13947,-109.08120799999641,31.938896000000387,2437874,24,1,1988 +11,,,13948,-109.07930699999636,31.938056000000426,,24,1,1988 +1,M,41.0,13949,-109.08282899999641,31.938851000000387,2439521,24,1,1988 +11,M,45.0,13950,-109.07930699999636,31.938056000000426,2439521,24,1,1988 +15,M,9.0,13951,-109.08103599999642,31.937059000000463,2437874,24,1,1988 +1,M,44.0,13952,-109.08282899999641,31.938851000000387,2439521,24,1,1988 +11,F,39.0,13953,-109.07930699999636,31.938056000000426,2439521,24,1,1988 +5,M,56.0,13954,-109.07960199999636,31.93897000000045,2439541,24,1,1988 +11,F,43.0,13955,-109.07930699999636,31.938056000000426,2439541,24,1,1988 +4,F,8.0,13956,-109.08040899999641,31.93889400000041,2437874,24,1,1988 +8,M,47.0,13957,-109.08167999999641,31.937884000000402,2439521,24,1,1988 +1,M,148.0,13958,-109.08282899999641,31.938851000000387,2439531,24,1,1988 +1,M,44.0,13959,-109.08282899999641,31.938851000000387,2439541,24,1,1988 +9,F,155.0,13960,-109.08090299999638,31.93785900000039,2439531,24,1,1988 +2,M,22.0,13961,-109.08197499999642,31.93888700000037,2437981,24,1,1988 +5,F,11.0,13962,-109.07960199999636,31.93897000000045,2437874,24,1,1988 +2,M,34.0,13963,-109.08197499999642,31.93888700000037,2438517,24,1,1988 +2,M,22.0,13964,-109.08197499999642,31.93888700000037,2437981,24,1,1988 +7,M,24.0,13965,-109.08281599999641,31.938113000000413,2437967,24,1,1988 +11,F,26.0,13966,-109.07930699999636,31.938056000000426,2437981,24,1,1988 +8,M,50.0,13967,-109.08167999999641,31.937884000000402,2439521,24,1,1988 +5,M,9.0,13968,-109.07960199999636,31.93897000000045,2437874,24,1,1988 +2,F,11.0,13969,-109.08197499999642,31.93888700000037,2437874,24,1,1988 +3,M,11.0,13970,-109.08120799999641,31.938896000000387,2437874,24,1,1988 +13,,,13971,-109.08261299999641,31.937028000000442,5231474,24,1,1988 +9,M,43.0,13972,-109.08090299999638,31.93785900000039,2439521,24,1,1988 +8,M,38.0,13973,-109.08167999999641,31.937884000000402,2439521,24,1,1988 +13,M,45.0,13974,-109.08261299999641,31.937028000000442,2439521,24,1,1988 +8,F,56.0,13975,-109.08167999999641,31.937884000000402,2439541,24,1,1988 +13,M,162.0,13976,-109.08261299999641,31.937028000000442,,24,1,1988 +3,F,40.0,13977,-109.08120799999641,31.938896000000387,2439521,24,1,1988 +2,F,161.0,13978,-109.08197499999642,31.93888700000037,,24,1,1988 +9,M,44.0,13979,-109.08090299999638,31.93785900000039,2439521,24,1,1988 +13,,,13980,-109.08261299999641,31.937028000000442,2491757,24,1,1988 +5,M,8.0,13981,-109.07960199999636,31.93897000000045,2437874,24,1,1988 +4,M,44.0,13982,-109.08040899999641,31.93889400000041,2439521,24,1,1988 +10,M,9.0,13983,-109.08009099999636,31.938017000000425,2437874,24,1,1988 +5,F,27.0,13984,-109.07960199999636,31.93897000000045,2437967,24,1,1988 +2,F,33.0,13985,-109.08197499999642,31.93888700000037,2438517,24,1,1988 +13,F,40.0,13986,-109.08261299999641,31.937028000000442,2439521,24,1,1988 +2,F,25.0,13987,-109.08197499999642,31.93888700000037,2437981,24,1,1988 +4,M,43.0,13988,-109.08040899999641,31.93889400000041,2439521,24,1,1988 +11,F,35.0,13989,-109.07930699999636,31.938056000000426,2439521,24,1,1988 +13,F,39.0,13990,-109.08261299999641,31.937028000000442,2439521,24,1,1988 +5,F,44.0,13991,-109.07960199999636,31.93897000000045,2439541,24,1,1988 +4,M,136.0,13992,-109.08040899999641,31.93889400000041,2439531,24,1,1988 +2,M,24.0,13993,-109.08197499999642,31.93888700000037,2437981,24,1,1988 +3,M,24.0,13994,-109.08120799999641,31.938896000000387,2438516,24,1,1988 +7,F,9.0,13995,-109.08281599999641,31.938113000000413,2437874,24,1,1988 +5,M,26.0,13996,-109.07960199999636,31.93897000000045,2437967,24,1,1988 +4,M,36.0,13997,-109.08040899999641,31.93889400000041,2439521,24,1,1988 +2,M,50.0,13998,-109.08197499999642,31.93888700000037,2439541,24,1,1988 +11,F,43.0,13999,-109.07930699999636,31.938056000000426,2439521,24,1,1988 +10,F,17.0,14000,-109.08009099999636,31.938017000000425,2437967,24,1,1988 +2,F,43.0,14001,-109.08197499999642,31.93888700000037,2439541,24,1,1988 +11,F,35.0,14002,-109.07930699999636,31.938056000000426,2439521,24,1,1988 +15,F,9.0,14003,-109.08103599999642,31.937059000000463,2437874,24,1,1988 +10,M,8.0,14004,-109.08009099999636,31.938017000000425,2437874,24,1,1988 +10,F,11.0,14005,-109.08009099999636,31.938017000000425,2437874,24,1,1988 +21,F,10.0,14006,-109.07939799999636,31.936448000000453,2437874,21,2,1988 +21,M,9.0,14007,-109.07939799999636,31.936448000000453,2437874,21,2,1988 +22,M,44.0,14008,-109.07860199999635,31.93644100000042,2439521,21,2,1988 +12,,,14009,-109.07851899999636,31.938203000000414,2491757,21,2,1988 +20,M,23.0,14010,-109.08019099999642,31.93633400000045,2437981,21,2,1988 +24,,,14011,-109.07773599999636,31.938560000000447,2491757,21,2,1988 +17,M,57.0,14012,-109.07941499999636,31.937117000000445,2439541,21,2,1988 +16,M,27.0,14013,-109.08024399999636,31.93709400000041,2437967,21,2,1988 +20,,,14014,-109.08019099999642,31.93633400000045,2437874,21,2,1988 +12,F,56.0,14015,-109.07851899999636,31.938203000000414,2439541,21,2,1988 +18,,,14016,-109.07863299999636,31.93712600000041,2437568,21,2,1988 +21,,,14017,-109.07939799999636,31.936448000000453,2491757,21,2,1988 +19,,,14018,-109.07791199999636,31.937438000000434,2491757,21,2,1988 +6,M,20.0,14019,-109.07883599999636,31.939078000000414,2437981,21,2,1988 +22,M,9.0,14020,-109.07860199999635,31.93644100000042,2437874,21,2,1988 +12,M,21.0,14021,-109.07851899999636,31.938203000000414,2438516,21,2,1988 +21,F,8.0,14022,-109.07939799999636,31.936448000000453,2437874,21,2,1988 +24,,,14023,-109.07773599999636,31.938560000000447,2437568,21,2,1988 +16,M,11.0,14024,-109.08024399999636,31.93709400000041,2437874,21,2,1988 +6,M,20.0,14025,-109.07883599999636,31.939078000000414,2437967,21,2,1988 +12,M,33.0,14026,-109.07851899999636,31.938203000000414,2439521,21,2,1988 +12,M,49.0,14027,-109.07851899999636,31.938203000000414,2439541,21,2,1988 +24,F,11.0,14028,-109.07773599999636,31.938560000000447,2437874,21,2,1988 +12,F,50.0,14029,-109.07851899999636,31.938203000000414,2439541,21,2,1988 +23,M,11.0,14030,-109.07783799999636,31.93676300000042,2437874,21,2,1988 +19,M,9.0,14031,-109.07791199999636,31.937438000000434,2437874,21,2,1988 +6,M,48.0,14032,-109.07883599999636,31.939078000000414,2439521,21,2,1988 +12,F,32.0,14033,-109.07851899999636,31.938203000000414,2438517,21,2,1988 +21,M,12.0,14034,-109.07939799999636,31.936448000000453,2437874,21,2,1988 +23,,,14035,-109.07783799999636,31.93676300000042,2491757,21,2,1988 +6,M,33.0,14036,-109.07883599999636,31.939078000000414,2438517,21,2,1988 +12,M,9.0,14037,-109.07851899999636,31.938203000000414,2437874,21,2,1988 +20,M,49.0,14038,-109.08019099999642,31.93633400000045,2439541,21,2,1988 +19,M,24.0,14039,-109.07791199999636,31.937438000000434,2437967,21,2,1988 +22,,,14040,-109.07860199999635,31.93644100000042,2491757,21,2,1988 +23,M,10.0,14041,-109.07783799999636,31.93676300000042,2437874,21,2,1988 +6,M,23.0,14042,-109.07883599999636,31.939078000000414,2437981,21,2,1988 +24,F,24.0,14043,-109.07773599999636,31.938560000000447,2437981,21,2,1988 +12,M,58.0,14044,-109.07851899999636,31.938203000000414,2439541,21,2,1988 +1,M,136.0,14045,-109.08282899999641,31.938851000000387,2439531,21,2,1988 +12,M,21.0,14046,-109.07851899999636,31.938203000000414,2437981,21,2,1988 +18,F,40.0,14047,-109.07863299999636,31.93712600000041,2439521,21,2,1988 +20,F,53.0,14048,-109.08019099999642,31.93633400000045,2439541,21,2,1988 +20,M,45.0,14049,-109.08019099999642,31.93633400000045,2439521,21,2,1988 +22,M,48.0,14050,-109.07860199999635,31.93644100000042,2439521,21,2,1988 +1,M,44.0,14051,-109.08282899999641,31.938851000000387,2439521,21,2,1988 +16,M,10.0,14052,-109.08024399999636,31.93709400000041,2437874,21,2,1988 +20,F,135.0,14053,-109.08019099999642,31.93633400000045,,21,2,1988 +22,M,186.0,14054,-109.07860199999635,31.93644100000042,,21,2,1988 +23,,,14055,-109.07783799999636,31.93676300000042,2491757,21,2,1988 +23,,,14056,-109.07783799999636,31.93676300000042,2491757,21,2,1988 +19,M,8.0,14057,-109.07791199999636,31.937438000000434,2437874,21,2,1988 +12,M,44.0,14058,-109.07851899999636,31.938203000000414,2439521,21,2,1988 +1,M,44.0,14059,-109.08282899999641,31.938851000000387,2439541,21,2,1988 +22,F,140.0,14060,-109.07860199999635,31.93644100000042,2439531,21,2,1988 +12,,,14061,-109.07851899999636,31.938203000000414,2491757,21,2,1988 +6,F,51.0,14062,-109.07883599999636,31.939078000000414,2439541,21,2,1988 +19,F,11.0,14063,-109.07791199999636,31.937438000000434,2437864,21,2,1988 +6,M,50.0,14064,-109.07883599999636,31.939078000000414,2439541,21,2,1988 +17,M,9.0,14065,-109.07941499999636,31.937117000000445,2437874,21,2,1988 +1,M,41.0,14066,-109.08282899999641,31.938851000000387,2439521,21,2,1988 +17,F,10.0,14067,-109.07941499999636,31.937117000000445,2437874,21,2,1988 +1,F,20.0,14068,-109.08282899999641,31.938851000000387,2437981,21,2,1988 +1,M,25.0,14069,-109.08282899999641,31.938851000000387,2437967,21,2,1988 +23,,,14070,-109.07783799999636,31.93676300000042,2437568,21,2,1988 +1,M,34.0,14071,-109.08282899999641,31.938851000000387,2438517,21,2,1988 +16,,,14072,-109.08024399999636,31.93709400000041,2491728,21,2,1988 +23,,,14073,-109.07783799999636,31.93676300000042,2491757,21,2,1988 +1,,,14074,-109.08282899999641,31.938851000000387,2491757,21,2,1988 +16,F,9.0,14075,-109.08024399999636,31.93709400000041,2437874,21,2,1988 +23,,,14076,-109.07783799999636,31.93676300000042,,21,2,1988 +19,F,20.0,14077,-109.07791199999636,31.937438000000434,2437967,21,2,1988 +12,,,14078,-109.07851899999636,31.938203000000414,2491757,21,2,1988 +1,,,14079,-109.08282899999641,31.938851000000387,2491757,21,2,1988 +19,F,8.0,14080,-109.07791199999636,31.937438000000434,2437874,21,2,1988 +6,M,48.0,14081,-109.07883599999636,31.939078000000414,2439541,21,2,1988 +12,F,34.0,14082,-109.07851899999636,31.938203000000414,2439521,21,2,1988 +17,F,23.0,14083,-109.07941499999636,31.937117000000445,2437981,21,2,1988 +12,,,14084,-109.07851899999636,31.938203000000414,2491757,21,2,1988 +16,M,11.0,14085,-109.08024399999636,31.93709400000041,2437874,21,2,1988 +23,,,14086,-109.07783799999636,31.93676300000042,,21,2,1988 +24,F,39.0,14087,-109.07773599999636,31.938560000000447,2439521,21,2,1988 +1,,,14088,-109.08282899999641,31.938851000000387,2491757,21,2,1988 +6,M,27.0,14089,-109.07883599999636,31.939078000000414,2437967,21,2,1988 +17,M,27.0,14090,-109.07941499999636,31.937117000000445,2438516,21,2,1988 +6,,,14091,-109.07883599999636,31.939078000000414,2491757,21,2,1988 +17,F,26.0,14092,-109.07941499999636,31.937117000000445,2438516,21,2,1988 +17,M,55.0,14093,-109.07941499999636,31.937117000000445,2439541,21,2,1988 +24,M,9.0,14094,-109.07773599999636,31.938560000000447,2437874,21,2,1988 +19,F,39.0,14095,-109.07791199999636,31.937438000000434,2438147,21,2,1988 +6,F,24.0,14096,-109.07883599999636,31.939078000000414,2437981,21,2,1988 +13,F,18.0,14097,-109.08261299999641,31.937028000000442,2437981,22,2,1988 +3,F,57.0,14098,-109.08120799999641,31.938896000000387,2438147,22,2,1988 +2,F,40.0,14099,-109.08197499999642,31.93888700000037,2439521,22,2,1988 +8,F,42.0,14100,-109.08167999999641,31.937884000000402,2439521,22,2,1988 +9,F,50.0,14101,-109.08090299999638,31.93785900000039,2439541,22,2,1988 +2,,,14102,-109.08197499999642,31.93888700000037,2437568,22,2,1988 +7,M,9.0,14103,-109.08281599999641,31.938113000000413,2437874,22,2,1988 +3,M,27.0,14104,-109.08120799999641,31.938896000000387,2438516,22,2,1988 +2,M,45.0,14105,-109.08197499999642,31.93888700000037,2439521,22,2,1988 +7,F,9.0,14106,-109.08281599999641,31.938113000000413,2437874,22,2,1988 +14,,,14107,-109.08182699999641,31.937054000000447,2491757,22,2,1988 +8,M,40.0,14108,-109.08167999999641,31.937884000000402,2439521,22,2,1988 +9,F,138.0,14109,-109.08090299999638,31.93785900000039,2439531,22,2,1988 +11,F,145.0,14110,-109.07930699999636,31.938056000000426,,22,2,1988 +4,M,40.0,14111,-109.08040899999641,31.93889400000041,2439521,22,2,1988 +7,F,9.0,14112,-109.08281599999641,31.938113000000413,2437874,22,2,1988 +15,F,186.0,14113,-109.08103599999642,31.937059000000463,,22,2,1988 +9,M,48.0,14114,-109.08090299999638,31.93785900000039,2439541,22,2,1988 +9,M,54.0,14115,-109.08090299999638,31.93785900000039,2439541,22,2,1988 +11,M,23.0,14116,-109.07930699999636,31.938056000000426,2437981,22,2,1988 +9,F,24.0,14117,-109.08090299999638,31.93785900000039,2438516,22,2,1988 +5,M,8.0,14118,-109.07960199999636,31.93897000000045,2437874,22,2,1988 +11,M,44.0,14119,-109.07930699999636,31.938056000000426,2439521,22,2,1988 +2,M,38.0,14120,-109.08197499999642,31.93888700000037,2439521,22,2,1988 +7,F,21.0,14121,-109.08281599999641,31.938113000000413,2437981,22,2,1988 +8,F,53.0,14122,-109.08167999999641,31.937884000000402,2439541,22,2,1988 +3,,,14123,-109.08120799999641,31.938896000000387,2491757,22,2,1988 +2,F,42.0,14124,-109.08197499999642,31.93888700000037,2439521,22,2,1988 +3,M,21.0,14125,-109.08120799999641,31.938896000000387,2437981,22,2,1988 +15,M,24.0,14126,-109.08103599999642,31.937059000000463,2437981,22,2,1988 +8,M,160.0,14127,-109.08167999999641,31.937884000000402,2439531,22,2,1988 +4,M,50.0,14128,-109.08040899999641,31.93889400000041,2439521,22,2,1988 +11,F,51.0,14129,-109.07930699999636,31.938056000000426,2438147,22,2,1988 +3,M,11.0,14130,-109.08120799999641,31.938896000000387,2437874,22,2,1988 +9,F,25.0,14131,-109.08090299999638,31.93785900000039,2437981,22,2,1988 +4,M,136.0,14132,-109.08040899999641,31.93889400000041,2439531,22,2,1988 +13,M,25.0,14133,-109.08261299999641,31.937028000000442,2437981,22,2,1988 +10,F,24.0,14134,-109.08009099999636,31.938017000000425,2437967,22,2,1988 +2,M,48.0,14135,-109.08197499999642,31.93888700000037,2439521,22,2,1988 +13,,190.0,14136,-109.08261299999641,31.937028000000442,,22,2,1988 +8,F,44.0,14137,-109.08167999999641,31.937884000000402,2439541,22,2,1988 +9,M,200.0,14138,-109.08090299999638,31.93785900000039,,22,2,1988 +4,F,42.0,14139,-109.08040899999641,31.93889400000041,2439521,22,2,1988 +9,F,8.0,14140,-109.08090299999638,31.93785900000039,2437874,22,2,1988 +3,M,10.0,14141,-109.08120799999641,31.938896000000387,2437874,22,2,1988 +3,F,21.0,14142,-109.08120799999641,31.938896000000387,2437981,22,2,1988 +5,F,10.0,14143,-109.07960199999636,31.93897000000045,2437874,22,2,1988 +9,F,60.0,14144,-109.08090299999638,31.93785900000039,2439541,22,2,1988 +5,F,9.0,14145,-109.07960199999636,31.93897000000045,2437874,22,2,1988 +8,M,55.0,14146,-109.08167999999641,31.937884000000402,2439521,22,2,1988 +10,F,8.0,14147,-109.08009099999636,31.938017000000425,2437874,22,2,1988 +11,F,35.0,14148,-109.07930699999636,31.938056000000426,2439521,22,2,1988 +13,M,9.0,14149,-109.08261299999641,31.937028000000442,2437874,22,2,1988 +10,F,21.0,14150,-109.08009099999636,31.938017000000425,2437967,22,2,1988 +3,F,10.0,14151,-109.08120799999641,31.938896000000387,2437874,22,2,1988 +3,F,10.0,14152,-109.08120799999641,31.938896000000387,2437874,22,2,1988 +5,F,45.0,14153,-109.07960199999636,31.93897000000045,2439541,22,2,1988 +11,M,44.0,14154,-109.07930699999636,31.938056000000426,2439521,22,2,1988 +4,M,40.0,14155,-109.08040899999641,31.93889400000041,2439521,22,2,1988 +2,F,44.0,14156,-109.08197499999642,31.93888700000037,2439541,22,2,1988 +10,,,14157,-109.08009099999636,31.938017000000425,2491757,22,2,1988 +8,,,14158,-109.08167999999641,31.937884000000402,,22,2,1988 +2,,,14159,-109.08197499999642,31.93888700000037,2491757,22,2,1988 +7,M,27.0,14160,-109.08281599999641,31.938113000000413,2437981,22,2,1988 +2,M,51.0,14161,-109.08197499999642,31.93888700000037,2439541,22,2,1988 +9,M,45.0,14162,-109.08090299999638,31.93785900000039,2439521,22,2,1988 +10,F,10.0,14163,-109.08009099999636,31.938017000000425,2437874,22,2,1988 +2,F,34.0,14164,-109.08197499999642,31.93888700000037,2438517,22,2,1988 +9,M,46.0,14165,-109.08090299999638,31.93785900000039,2439521,22,2,1988 +5,F,190.0,14166,-109.07960199999636,31.93897000000045,,22,2,1988 +15,F,9.0,14167,-109.08103599999642,31.937059000000463,2437874,22,2,1988 +8,M,50.0,14168,-109.08167999999641,31.937884000000402,2439521,22,2,1988 +7,M,25.0,14169,-109.08281599999641,31.938113000000413,2437967,22,2,1988 +5,M,57.0,14170,-109.07960199999636,31.93897000000045,2439541,22,2,1988 +11,F,30.0,14171,-109.07930699999636,31.938056000000426,2438517,22,2,1988 +3,F,39.0,14172,-109.08120799999641,31.938896000000387,2439521,22,2,1988 +14,M,44.0,14173,-109.08182699999641,31.937054000000447,2439521,22,2,1988 +11,M,42.0,14174,-109.07930699999636,31.938056000000426,2439521,22,2,1988 +4,F,43.0,14175,-109.08040899999641,31.93889400000041,2439521,22,2,1988 +3,M,27.0,14176,-109.08120799999641,31.938896000000387,2437967,22,2,1988 +15,F,8.0,14177,-109.08103599999642,31.937059000000463,2437874,22,2,1988 +9,M,227.0,14178,-109.08090299999638,31.93785900000039,,22,2,1988 +10,F,9.0,14179,-109.08009099999636,31.938017000000425,2437874,22,2,1988 +11,F,34.0,14180,-109.07930699999636,31.938056000000426,2439521,22,2,1988 +5,M,54.0,14181,-109.07960199999636,31.93897000000045,2439541,22,2,1988 +13,M,48.0,14182,-109.08261299999641,31.937028000000442,2439521,22,2,1988 +9,,,14183,-109.08090299999638,31.93785900000039,2491757,22,2,1988 +2,F,22.0,14184,-109.08197499999642,31.93888700000037,2437981,22,2,1988 +11,M,33.0,14185,-109.07930699999636,31.938056000000426,2439521,22,2,1988 +15,M,11.0,14186,-109.08103599999642,31.937059000000463,2437874,22,2,1988 +4,,,14187,-109.08040899999641,31.93889400000041,2437300,22,2,1988 +11,F,42.0,14188,-109.07930699999636,31.938056000000426,2439521,22,2,1988 +8,F,48.0,14189,-109.08167999999641,31.937884000000402,2439521,22,2,1988 +3,F,27.0,14190,-109.08120799999641,31.938896000000387,2437967,22,2,1988 +2,M,61.0,14191,-109.08197499999642,31.93888700000037,2439541,22,2,1988 +12,M,52.0,14192,-109.07851899999636,31.938203000000414,2439541,20,3,1988 +22,M,47.0,14193,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +19,M,10.0,14194,-109.07791199999636,31.937438000000434,2437874,20,3,1988 +12,M,33.0,14195,-109.07851899999636,31.938203000000414,2439541,20,3,1988 +12,F,48.0,14196,-109.07851899999636,31.938203000000414,2439541,20,3,1988 +24,,,14197,-109.07773599999636,31.938560000000447,2491757,20,3,1988 +18,,,14198,-109.07863299999636,31.93712600000041,2437568,20,3,1988 +12,M,10.0,14199,-109.07851899999636,31.938203000000414,2437874,20,3,1988 +22,F,49.0,14200,-109.07860199999635,31.93644100000042,2439541,20,3,1988 +12,F,52.0,14201,-109.07851899999636,31.938203000000414,2439541,20,3,1988 +17,F,9.0,14202,-109.07941499999636,31.937117000000445,2437874,20,3,1988 +24,F,23.0,14203,-109.07773599999636,31.938560000000447,2437981,20,3,1988 +14,M,10.0,14204,-109.08182699999641,31.937054000000447,2437874,20,3,1988 +20,M,9.0,14205,-109.08019099999642,31.93633400000045,2437874,20,3,1988 +22,F,45.0,14206,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +12,M,32.0,14207,-109.07851899999636,31.938203000000414,2439541,20,3,1988 +21,F,60.0,14208,-109.07939799999636,31.936448000000453,2438147,20,3,1988 +12,M,37.0,14209,-109.07851899999636,31.938203000000414,2439521,20,3,1988 +23,M,8.0,14210,-109.07783799999636,31.93676300000042,2437874,20,3,1988 +24,F,10.0,14211,-109.07773599999636,31.938560000000447,2437874,20,3,1988 +22,M,50.0,14212,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +20,M,23.0,14213,-109.08019099999642,31.93633400000045,2437981,20,3,1988 +12,,,14214,-109.07851899999636,31.938203000000414,2491757,20,3,1988 +1,M,10.0,14215,-109.08282899999641,31.938851000000387,2437874,20,3,1988 +14,M,56.0,14216,-109.08182699999641,31.937054000000447,2439521,20,3,1988 +21,M,13.0,14217,-109.07939799999636,31.936448000000453,2437874,20,3,1988 +12,F,50.0,14218,-109.07851899999636,31.938203000000414,2439541,20,3,1988 +12,M,232.0,14219,-109.07851899999636,31.938203000000414,,20,3,1988 +1,M,44.0,14220,-109.08282899999641,31.938851000000387,2439521,20,3,1988 +21,F,9.0,14221,-109.07939799999636,31.936448000000453,2437874,20,3,1988 +22,F,48.0,14222,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +12,F,35.0,14223,-109.07851899999636,31.938203000000414,2438517,20,3,1988 +18,,,14224,-109.07863299999636,31.93712600000041,2491757,20,3,1988 +19,,,14225,-109.07791199999636,31.937438000000434,2491757,20,3,1988 +22,M,48.0,14226,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +6,M,9.0,14227,-109.07883599999636,31.939078000000414,2437874,20,3,1988 +1,M,50.0,14228,-109.08282899999641,31.938851000000387,2439541,20,3,1988 +14,M,11.0,14229,-109.08182699999641,31.937054000000447,2437874,20,3,1988 +22,F,145.0,14230,-109.07860199999635,31.93644100000042,2439531,20,3,1988 +6,F,39.0,14231,-109.07883599999636,31.939078000000414,2438517,20,3,1988 +17,M,59.0,14232,-109.07941499999636,31.937117000000445,2439541,20,3,1988 +22,M,44.0,14233,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +18,,,14234,-109.07863299999636,31.93712600000041,2491757,20,3,1988 +6,M,24.0,14235,-109.07883599999636,31.939078000000414,2437981,20,3,1988 +17,M,9.0,14236,-109.07941499999636,31.937117000000445,2437874,20,3,1988 +12,M,45.0,14237,-109.07851899999636,31.938203000000414,2439521,20,3,1988 +17,F,144.0,14238,-109.07941499999636,31.937117000000445,,20,3,1988 +23,M,23.0,14239,-109.07783799999636,31.93676300000042,2437967,20,3,1988 +22,M,176.0,14240,-109.07860199999635,31.93644100000042,,20,3,1988 +6,F,26.0,14241,-109.07883599999636,31.939078000000414,2437981,20,3,1988 +24,M,48.0,14242,-109.07773599999636,31.938560000000447,2439521,20,3,1988 +14,F,53.0,14243,-109.08182699999641,31.937054000000447,2439541,20,3,1988 +22,M,44.0,14244,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +14,M,45.0,14245,-109.08182699999641,31.937054000000447,2439521,20,3,1988 +17,M,,14246,-109.07941499999636,31.937117000000445,2439541,20,3,1988 +24,F,43.0,14247,-109.07773599999636,31.938560000000447,2439521,20,3,1988 +22,M,37.0,14248,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +24,M,10.0,14249,-109.07773599999636,31.938560000000447,2437874,20,3,1988 +6,F,8.0,14250,-109.07883599999636,31.939078000000414,2437874,20,3,1988 +18,,,14251,-109.07863299999636,31.93712600000041,5231132,20,3,1988 +23,,,14252,-109.07783799999636,31.93676300000042,2437568,20,3,1988 +1,M,46.0,14253,-109.08282899999641,31.938851000000387,2439521,20,3,1988 +19,F,30.0,14254,-109.07791199999636,31.937438000000434,2438516,20,3,1988 +17,F,30.0,14255,-109.07941499999636,31.937117000000445,2437981,20,3,1988 +23,M,10.0,14256,-109.07783799999636,31.93676300000042,2437874,20,3,1988 +22,F,45.0,14257,-109.07860199999635,31.93644100000042,2439521,20,3,1988 +19,F,12.0,14258,-109.07791199999636,31.937438000000434,2437864,20,3,1988 +2,M,43.0,14259,-109.08197499999642,31.93888700000037,2439521,21,3,1988 +4,M,35.0,14260,-109.08040899999641,31.93889400000041,2438517,21,3,1988 +9,F,50.0,14261,-109.08090299999638,31.93785900000039,2439541,21,3,1988 +16,M,9.0,14262,-109.08024399999636,31.93709400000041,2437874,21,3,1988 +7,M,26.0,14263,-109.08281599999641,31.938113000000413,2437967,21,3,1988 +3,F,70.0,14264,-109.08120799999641,31.938896000000387,2438147,21,3,1988 +3,M,25.0,14265,-109.08120799999641,31.938896000000387,2437967,21,3,1988 +4,M,50.0,14266,-109.08040899999641,31.93889400000041,2439521,21,3,1988 +16,M,9.0,14267,-109.08024399999636,31.93709400000041,2437874,21,3,1988 +3,M,20.0,14268,-109.08120799999641,31.938896000000387,2439591,21,3,1988 +9,F,135.0,14269,-109.08090299999638,31.93785900000039,2439531,21,3,1988 +3,F,39.0,14270,-109.08120799999641,31.938896000000387,2439521,21,3,1988 +10,M,16.0,14271,-109.08009099999636,31.938017000000425,2437967,21,3,1988 +11,M,18.0,14272,-109.07930699999636,31.938056000000426,2439591,21,3,1988 +8,F,46.0,14273,-109.08167999999641,31.937884000000402,2439521,21,3,1988 +5,F,45.0,14274,-109.07960199999636,31.93897000000045,2439541,21,3,1988 +7,F,26.0,14275,-109.08281599999641,31.938113000000413,2437981,21,3,1988 +4,F,43.0,14276,-109.08040899999641,31.93889400000041,2439521,21,3,1988 +11,M,42.0,14277,-109.07930699999636,31.938056000000426,2439521,21,3,1988 +3,M,12.0,14278,-109.08120799999641,31.938896000000387,2437874,21,3,1988 +8,,,14279,-109.08167999999641,31.937884000000402,2491757,21,3,1988 +2,F,42.0,14280,-109.08197499999642,31.93888700000037,2439521,21,3,1988 +3,F,11.0,14281,-109.08120799999641,31.938896000000387,2437967,21,3,1988 +4,M,142.0,14282,-109.08040899999641,31.93889400000041,2439531,21,3,1988 +11,F,39.0,14283,-109.07930699999636,31.938056000000426,2439521,21,3,1988 +13,,,14284,-109.08261299999641,31.937028000000442,2437568,21,3,1988 +3,M,226.0,14285,-109.08120799999641,31.938896000000387,,21,3,1988 +4,M,50.0,14286,-109.08040899999641,31.93889400000041,2439521,21,3,1988 +3,M,29.0,14287,-109.08120799999641,31.938896000000387,2438516,21,3,1988 +15,F,25.0,14288,-109.08103599999642,31.937059000000463,2437981,21,3,1988 +2,F,26.0,14289,-109.08197499999642,31.93888700000037,2438516,21,3,1988 +4,,,14290,-109.08040899999641,31.93889400000041,2437300,21,3,1988 +11,M,45.0,14291,-109.07930699999636,31.938056000000426,2439521,21,3,1988 +9,M,10.0,14292,-109.08090299999638,31.93785900000039,2437874,21,3,1988 +8,M,153.0,14293,-109.08167999999641,31.937884000000402,2439531,21,3,1988 +16,F,9.0,14294,-109.08024399999636,31.93709400000041,2437874,21,3,1988 +2,F,10.0,14295,-109.08197499999642,31.93888700000037,2437874,21,3,1988 +4,,,14296,-109.08040899999641,31.93889400000041,2437300,21,3,1988 +16,M,12.0,14297,-109.08024399999636,31.93709400000041,2437874,21,3,1988 +7,M,27.0,14298,-109.08281599999641,31.938113000000413,2437981,21,3,1988 +3,,,14299,-109.08120799999641,31.938896000000387,2491757,21,3,1988 +10,M,10.0,14300,-109.08009099999636,31.938017000000425,2437874,21,3,1988 +3,F,42.0,14301,-109.08120799999641,31.938896000000387,2439521,21,3,1988 +2,F,29.0,14302,-109.08197499999642,31.93888700000037,2437981,21,3,1988 +11,,,14303,-109.07930699999636,31.938056000000426,2437300,21,3,1988 +8,M,41.0,14304,-109.08167999999641,31.937884000000402,2439521,21,3,1988 +4,F,50.0,14305,-109.08040899999641,31.93889400000041,2439521,21,3,1988 +5,F,10.0,14306,-109.07960199999636,31.93897000000045,2437874,21,3,1988 +10,M,14.0,14307,-109.08009099999636,31.938017000000425,2437967,21,3,1988 +5,M,23.0,14308,-109.07960199999636,31.93897000000045,2437981,21,3,1988 +7,M,25.0,14309,-109.08281599999641,31.938113000000413,2437981,21,3,1988 +2,M,50.0,14310,-109.08197499999642,31.93888700000037,2439541,21,3,1988 +11,M,48.0,14311,-109.07930699999636,31.938056000000426,2439521,21,3,1988 +4,M,42.0,14312,-109.08040899999641,31.93889400000041,2439521,21,3,1988 +15,F,9.0,14313,-109.08103599999642,31.937059000000463,2437874,21,3,1988 +13,F,192.0,14314,-109.08261299999641,31.937028000000442,,21,3,1988 +7,F,9.0,14315,-109.08281599999641,31.938113000000413,2437874,21,3,1988 +15,F,8.0,14316,-109.08103599999642,31.937059000000463,2437874,21,3,1988 +5,M,57.0,14317,-109.07960199999636,31.93897000000045,2439541,21,3,1988 +10,F,10.0,14318,-109.08009099999636,31.938017000000425,2437874,21,3,1988 +16,F,21.0,14319,-109.08024399999636,31.93709400000041,2437967,21,3,1988 +10,M,14.0,14320,-109.08009099999636,31.938017000000425,2437967,21,3,1988 +11,F,37.0,14321,-109.07930699999636,31.938056000000426,2438517,21,3,1988 +5,M,9.0,14322,-109.07960199999636,31.93897000000045,2437874,21,3,1988 +2,M,48.0,14323,-109.08197499999642,31.93888700000037,2439521,21,3,1988 +10,M,13.0,14324,-109.08009099999636,31.938017000000425,2437967,21,3,1988 +11,F,,14325,-109.07930699999636,31.938056000000426,2439541,21,3,1988 +8,M,51.0,14326,-109.08167999999641,31.937884000000402,2439521,21,3,1988 +3,M,12.0,14327,-109.08120799999641,31.938896000000387,2437967,21,3,1988 +5,M,176.0,14328,-109.07960199999636,31.93897000000045,,21,3,1988 +4,M,44.0,14329,-109.08040899999641,31.93889400000041,2439521,21,3,1988 +11,F,38.0,14330,-109.07930699999636,31.938056000000426,2439521,21,3,1988 +15,M,25.0,14331,-109.08103599999642,31.937059000000463,2437981,21,3,1988 +9,F,44.0,14332,-109.08090299999638,31.93785900000039,2439521,21,3,1988 +13,M,47.0,14333,-109.08261299999641,31.937028000000442,2439521,21,3,1988 +11,F,47.0,14334,-109.07930699999636,31.938056000000426,2439521,21,3,1988 +9,M,45.0,14335,-109.08090299999638,31.93785900000039,2439521,21,3,1988 +10,F,23.0,14336,-109.08009099999636,31.938017000000425,2437967,21,3,1988 +2,F,48.0,14337,-109.08197499999642,31.93888700000037,2439541,21,3,1988 +4,M,45.0,14338,-109.08040899999641,31.93889400000041,2439521,21,3,1988 +15,M,10.0,14339,-109.08103599999642,31.937059000000463,2437874,21,3,1988 +5,M,8.0,14340,-109.07960199999636,31.93897000000045,2439566,21,3,1988 +10,F,11.0,14341,-109.08009099999636,31.938017000000425,2437874,21,3,1988 +3,M,26.0,14342,-109.08120799999641,31.938896000000387,2437967,21,3,1988 +8,F,45.0,14343,-109.08167999999641,31.937884000000402,2439521,21,3,1988 +21,M,8.0,14344,-109.07939799999636,31.936448000000453,2437874,17,4,1988 +22,F,27.0,14345,-109.07860199999635,31.93644100000042,2438516,17,4,1988 +24,F,26.0,14346,-109.07773599999636,31.938560000000447,2437981,17,4,1988 +23,F,28.0,14347,-109.07783799999636,31.93676300000042,2437981,17,4,1988 +19,M,26.0,14348,-109.07791199999636,31.937438000000434,2437967,17,4,1988 +24,M,26.0,14349,-109.07773599999636,31.938560000000447,2437981,17,4,1988 +20,F,166.0,14350,-109.08019099999642,31.93633400000045,,17,4,1988 +22,M,48.0,14351,-109.07860199999635,31.93644100000042,2439521,17,4,1988 +23,,,14352,-109.07783799999636,31.93676300000042,5231132,17,4,1988 +24,M,22.0,14353,-109.07773599999636,31.938560000000447,2437981,17,4,1988 +23,M,10.0,14354,-109.07783799999636,31.93676300000042,2437874,17,4,1988 +22,F,24.0,14355,-109.07860199999635,31.93644100000042,2439521,17,4,1988 +23,M,10.0,14356,-109.07783799999636,31.93676300000042,2437874,17,4,1988 +20,F,31.0,14357,-109.08019099999642,31.93633400000045,2437981,17,4,1988 +22,M,118.0,14358,-109.07860199999635,31.93644100000042,2439531,17,4,1988 +22,F,138.0,14359,-109.07860199999635,31.93644100000042,2439531,17,4,1988 +24,M,10.0,14360,-109.07773599999636,31.938560000000447,2437874,17,4,1988 +23,F,12.0,14361,-109.07783799999636,31.93676300000042,2437874,17,4,1988 +23,F,13.0,14362,-109.07783799999636,31.93676300000042,2437864,17,4,1988 +23,M,22.0,14363,-109.07783799999636,31.93676300000042,2437981,17,4,1988 +22,M,178.0,14364,-109.07860199999635,31.93644100000042,,17,4,1988 +22,M,39.0,14365,-109.07860199999635,31.93644100000042,2439521,17,4,1988 +19,F,10.0,14366,-109.07791199999636,31.937438000000434,2437874,17,4,1988 +19,F,28.0,14367,-109.07791199999636,31.937438000000434,2438516,17,4,1988 +24,F,17.0,14368,-109.07773599999636,31.938560000000447,2437874,17,4,1988 +22,,,14369,-109.07860199999635,31.93644100000042,,17,4,1988 +13,,,14370,-109.08261299999641,31.937028000000442,2437568,18,4,1988 +16,,,14371,-109.08024399999636,31.93709400000041,2437300,18,4,1988 +8,F,54.0,14372,-109.08167999999641,31.937884000000402,2439541,18,4,1988 +7,F,27.0,14373,-109.08281599999641,31.938113000000413,2437981,18,4,1988 +15,M,72.0,14374,-109.08103599999642,31.937059000000463,2438147,18,4,1988 +15,M,11.0,14375,-109.08103599999642,31.937059000000463,2437874,18,4,1988 +17,F,28.0,14376,-109.07941499999636,31.937117000000445,2438516,18,4,1988 +10,F,27.0,14377,-109.08009099999636,31.938017000000425,2437967,18,4,1988 +13,F,24.0,14378,-109.08261299999641,31.937028000000442,2437981,18,4,1988 +8,M,150.0,14379,-109.08167999999641,31.937884000000402,2439531,18,4,1988 +14,M,12.0,14380,-109.08182699999641,31.937054000000447,2437874,18,4,1988 +8,F,95.0,14381,-109.08167999999641,31.937884000000402,2439531,18,4,1988 +7,F,14.0,14382,-109.08281599999641,31.938113000000413,2437874,18,4,1988 +17,,,14383,-109.07941499999636,31.937117000000445,2437568,18,4,1988 +18,M,9.0,14384,-109.07863299999636,31.93712600000041,2438516,18,4,1988 +8,F,60.0,14385,-109.08167999999641,31.937884000000402,,18,4,1988 +10,F,25.0,14386,-109.08009099999636,31.938017000000425,2437967,18,4,1988 +14,M,44.0,14387,-109.08182699999641,31.937054000000447,2439521,18,4,1988 +17,M,30.0,14388,-109.07941499999636,31.937117000000445,2438516,18,4,1988 +7,M,27.0,14389,-109.08281599999641,31.938113000000413,2437981,18,4,1988 +8,F,50.0,14390,-109.08167999999641,31.937884000000402,2439521,18,4,1988 +7,M,10.0,14391,-109.08281599999641,31.938113000000413,2437874,18,4,1988 +9,M,46.0,14392,-109.08090299999638,31.93785900000039,2439521,18,4,1988 +8,M,44.0,14393,-109.08167999999641,31.937884000000402,2439521,18,4,1988 +17,M,54.0,14394,-109.07941499999636,31.937117000000445,2439541,18,4,1988 +8,M,47.0,14395,-109.08167999999641,31.937884000000402,2439521,18,4,1988 +9,M,27.0,14396,-109.08090299999638,31.93785900000039,2439521,18,4,1988 +17,M,58.0,14397,-109.07941499999636,31.937117000000445,2439541,18,4,1988 +17,M,,14398,-109.07941499999636,31.937117000000445,2439541,18,4,1988 +17,F,175.0,14399,-109.07941499999636,31.937117000000445,,18,4,1988 +8,F,44.0,14400,-109.08167999999641,31.937884000000402,2439521,18,4,1988 +14,F,54.0,14401,-109.08182699999641,31.937054000000447,2439541,18,4,1988 +18,F,15.0,14402,-109.07863299999636,31.93712600000041,2438516,18,4,1988 +10,M,,14403,-109.08009099999636,31.938017000000425,2437874,18,4,1988 +18,F,28.0,14404,-109.07863299999636,31.93712600000041,2438516,18,4,1988 +7,M,235.0,14405,-109.08281599999641,31.938113000000413,,18,4,1988 +1,M,43.0,14406,-109.08282899999641,31.938851000000387,2439521,19,4,1988 +3,F,103.0,14407,-109.08120799999641,31.938896000000387,2438147,19,4,1988 +12,M,38.0,14408,-109.07851899999636,31.938203000000414,2439541,19,4,1988 +4,M,53.0,14409,-109.08040899999641,31.93889400000041,2439521,19,4,1988 +2,M,128.0,14410,-109.08197499999642,31.93888700000037,2439531,19,4,1988 +3,F,30.0,14411,-109.08120799999641,31.938896000000387,2437981,19,4,1988 +12,F,53.0,14412,-109.07851899999636,31.938203000000414,2439541,19,4,1988 +3,M,21.0,14413,-109.08120799999641,31.938896000000387,2439591,19,4,1988 +3,M,23.0,14414,-109.08120799999641,31.938896000000387,2437981,19,4,1988 +4,M,25.0,14415,-109.08040899999641,31.93889400000041,2439531,19,4,1988 +1,F,42.0,14416,-109.08282899999641,31.938851000000387,2439521,19,4,1988 +2,F,27.0,14417,-109.08197499999642,31.93888700000037,2438516,19,4,1988 +11,M,46.0,14418,-109.07930699999636,31.938056000000426,2439521,19,4,1988 +12,F,37.0,14419,-109.07851899999636,31.938203000000414,2438517,19,4,1988 +11,F,167.0,14420,-109.07930699999636,31.938056000000426,,19,4,1988 +3,,,14421,-109.08120799999641,31.938896000000387,2437300,19,4,1988 +11,M,68.0,14422,-109.07930699999636,31.938056000000426,2438147,19,4,1988 +4,F,41.0,14423,-109.08040899999641,31.93889400000041,2439521,19,4,1988 +2,F,44.0,14424,-109.08197499999642,31.93888700000037,2439521,19,4,1988 +12,M,41.0,14425,-109.07851899999636,31.938203000000414,2439541,19,4,1988 +1,M,43.0,14426,-109.08282899999641,31.938851000000387,2439521,19,4,1988 +4,F,12.0,14427,-109.08040899999641,31.93889400000041,2438517,19,4,1988 +4,F,39.0,14428,-109.08040899999641,31.93889400000041,2438517,19,4,1988 +2,M,26.0,14429,-109.08197499999642,31.93888700000037,2437981,19,4,1988 +6,,,14430,-109.07883599999636,31.939078000000414,2437300,19,4,1988 +2,F,29.0,14431,-109.08197499999642,31.93888700000037,2437981,19,4,1988 +11,M,21.0,14432,-109.07930699999636,31.938056000000426,2439591,19,4,1988 +12,M,45.0,14433,-109.07851899999636,31.938203000000414,2439521,19,4,1988 +2,M,52.0,14434,-109.08197499999642,31.93888700000037,2439541,19,4,1988 +4,F,8.0,14435,-109.08040899999641,31.93889400000041,2439566,19,4,1988 +1,M,44.0,14436,-109.08282899999641,31.938851000000387,2439521,19,4,1988 +12,M,49.0,14437,-109.07851899999636,31.938203000000414,2439521,19,4,1988 +4,F,12.0,14438,-109.08040899999641,31.93889400000041,2438517,19,4,1988 +1,M,48.0,14439,-109.08282899999641,31.938851000000387,2439541,19,4,1988 +3,M,27.0,14440,-109.08120799999641,31.938896000000387,2437981,19,4,1988 +11,M,38.0,14441,-109.07930699999636,31.938056000000426,2438517,19,4,1988 +2,F,53.0,14442,-109.08197499999642,31.93888700000037,2439541,19,4,1988 +5,M,131.0,14443,-109.07960199999636,31.93897000000045,,19,4,1988 +12,F,43.0,14444,-109.07851899999636,31.938203000000414,2439521,19,4,1988 +11,F,40.0,14445,-109.07930699999636,31.938056000000426,2439521,19,4,1988 +3,M,11.0,14446,-109.08120799999641,31.938896000000387,2437874,19,4,1988 +6,M,21.0,14447,-109.07883599999636,31.939078000000414,2437981,19,4,1988 +3,M,11.0,14448,-109.08120799999641,31.938896000000387,2437874,19,4,1988 +11,F,45.0,14449,-109.07930699999636,31.938056000000426,2439521,19,4,1988 +3,M,22.0,14450,-109.08120799999641,31.938896000000387,2439591,19,4,1988 +6,F,30.0,14451,-109.07883599999636,31.939078000000414,2437981,19,4,1988 +20,M,23.0,14452,-109.08019099999642,31.93633400000045,2437967,14,5,1988 +12,M,14.0,14453,-109.07851899999636,31.938203000000414,2437981,14,5,1988 +20,F,165.0,14454,-109.08019099999642,31.93633400000045,,14,5,1988 +12,F,53.0,14455,-109.07851899999636,31.938203000000414,2439541,14,5,1988 +1,M,45.0,14456,-109.08282899999641,31.938851000000387,2439521,14,5,1988 +21,F,75.0,14457,-109.07939799999636,31.936448000000453,2438147,14,5,1988 +6,F,44.0,14458,-109.07883599999636,31.939078000000414,2439521,14,5,1988 +18,,,14459,-109.07863299999636,31.93712600000041,2437568,14,5,1988 +12,F,55.0,14460,-109.07851899999636,31.938203000000414,2439541,14,5,1988 +12,M,43.0,14461,-109.07851899999636,31.938203000000414,2439541,14,5,1988 +1,F,,14462,-109.08282899999641,31.938851000000387,2439531,14,5,1988 +12,M,45.0,14463,-109.07851899999636,31.938203000000414,2439541,14,5,1988 +22,M,47.0,14464,-109.07860199999635,31.93644100000042,2439521,14,5,1988 +1,M,46.0,14465,-109.08282899999641,31.938851000000387,2439521,14,5,1988 +1,F,116.0,14466,-109.08282899999641,31.938851000000387,2439531,14,5,1988 +17,,,14467,-109.07941499999636,31.937117000000445,,14,5,1988 +17,F,29.0,14468,-109.07941499999636,31.937117000000445,2438516,14,5,1988 +17,M,52.0,14469,-109.07941499999636,31.937117000000445,2439541,14,5,1988 +22,M,118.0,14470,-109.07860199999635,31.93644100000042,2439531,14,5,1988 +12,M,45.0,14471,-109.07851899999636,31.938203000000414,2439521,14,5,1988 +19,F,15.0,14472,-109.07791199999636,31.937438000000434,2439591,14,5,1988 +20,F,14.0,14473,-109.08019099999642,31.93633400000045,2437981,14,5,1988 +1,F,82.0,14474,-109.08282899999641,31.938851000000387,2439531,14,5,1988 +1,M,43.0,14475,-109.08282899999641,31.938851000000387,2439521,14,5,1988 +19,F,27.0,14476,-109.07791199999636,31.937438000000434,2438516,14,5,1988 +17,M,96.0,14477,-109.07941499999636,31.937117000000445,2438147,14,5,1988 +6,M,32.0,14478,-109.07883599999636,31.939078000000414,2439521,14,5,1988 +20,F,27.0,14479,-109.08019099999642,31.93633400000045,2437981,14,5,1988 +17,F,177.0,14480,-109.07941499999636,31.937117000000445,,14,5,1988 +17,M,59.0,14481,-109.07941499999636,31.937117000000445,2439541,14,5,1988 +6,F,22.0,14482,-109.07883599999636,31.939078000000414,2437981,14,5,1988 +10,,,14483,-109.08009099999636,31.938017000000425,,14,5,1988 +16,,,14484,-109.08024399999636,31.93709400000041,,14,5,1988 +23,,,14485,-109.07783799999636,31.93676300000042,,14,5,1988 +24,,,14486,-109.07773599999636,31.938560000000447,,14,5,1988 +4,F,42.0,14487,-109.08040899999641,31.93889400000041,2439521,15,5,1988 +11,M,20.0,14488,-109.07930699999636,31.938056000000426,2439591,15,5,1988 +3,F,108.0,14489,-109.08120799999641,31.938896000000387,2438147,15,5,1988 +8,,,14490,-109.08167999999641,31.937884000000402,2437300,15,5,1988 +3,M,22.0,14491,-109.08120799999641,31.938896000000387,2439591,15,5,1988 +2,F,48.0,14492,-109.08197499999642,31.93888700000037,2439521,15,5,1988 +4,M,50.0,14493,-109.08040899999641,31.93889400000041,2439521,15,5,1988 +15,M,105.0,14494,-109.08103599999642,31.937059000000463,,15,5,1988 +4,F,32.0,14495,-109.08040899999641,31.93889400000041,2439521,15,5,1988 +9,F,112.0,14496,-109.08090299999638,31.93785900000039,,15,5,1988 +9,F,43.0,14497,-109.08090299999638,31.93785900000039,2439521,15,5,1988 +11,M,26.0,14498,-109.07930699999636,31.938056000000426,2439521,15,5,1988 +15,F,12.0,14499,-109.08103599999642,31.937059000000463,2437981,15,5,1988 +9,M,52.0,14500,-109.08090299999638,31.93785900000039,2439541,15,5,1988 +11,F,39.0,14501,-109.07930699999636,31.938056000000426,2439521,15,5,1988 +11,F,190.0,14502,-109.07930699999636,31.938056000000426,,15,5,1988 +8,F,35.0,14503,-109.08167999999641,31.937884000000402,2439541,15,5,1988 +8,F,50.0,14504,-109.08167999999641,31.937884000000402,2439541,15,5,1988 +11,M,47.0,14505,-109.07930699999636,31.938056000000426,2439521,15,5,1988 +8,M,155.0,14506,-109.08167999999641,31.937884000000402,2439531,15,5,1988 +5,M,,14507,-109.07960199999636,31.93897000000045,2438517,15,5,1988 +14,M,45.0,14508,-109.08182699999641,31.937054000000447,2439521,15,5,1988 +3,F,14.0,14509,-109.08120799999641,31.938896000000387,2437874,15,5,1988 +4,M,135.0,14510,-109.08040899999641,31.93889400000041,2439531,15,5,1988 +8,M,44.0,14511,-109.08167999999641,31.937884000000402,2439521,15,5,1988 +3,F,24.0,14512,-109.08120799999641,31.938896000000387,2439591,15,5,1988 +15,,,14513,-109.08103599999642,31.937059000000463,2437568,15,5,1988 +2,M,51.0,14514,-109.08197499999642,31.93888700000037,2439541,15,5,1988 +11,M,25.0,14515,-109.07930699999636,31.938056000000426,2439521,15,5,1988 +2,F,54.0,14516,-109.08197499999642,31.93888700000037,2439541,15,5,1988 +2,F,25.0,14517,-109.08197499999642,31.93888700000037,2437981,15,5,1988 +8,F,44.0,14518,-109.08167999999641,31.937884000000402,2439521,15,5,1988 +8,M,50.0,14519,-109.08167999999641,31.937884000000402,2439521,15,5,1988 +9,F,21.0,14520,-109.08090299999638,31.93785900000039,2437967,15,5,1988 +8,M,14.0,14521,-109.08167999999641,31.937884000000402,2437981,15,5,1988 +2,F,30.0,14522,-109.08197499999642,31.93888700000037,2438516,15,5,1988 +9,F,29.0,14523,-109.08090299999638,31.93785900000039,2437981,15,5,1988 +7,M,11.0,14524,-109.08281599999641,31.938113000000413,2437874,15,5,1988 +8,F,178.0,14525,-109.08167999999641,31.937884000000402,,15,5,1988 +14,F,55.0,14526,-109.08182699999641,31.937054000000447,2439521,15,5,1988 +3,M,19.0,14527,-109.08120799999641,31.938896000000387,2439591,15,5,1988 +4,F,105.0,14528,-109.08040899999641,31.93889400000041,2439531,15,5,1988 +2,,,14529,-109.08197499999642,31.93888700000037,2437568,15,5,1988 +13,,,14530,-109.08261299999641,31.937028000000442,2437568,15,5,1988 +11,F,42.0,14531,-109.07930699999636,31.938056000000426,2439521,15,5,1988 +4,M,45.0,14532,-109.08040899999641,31.93889400000041,2439521,15,5,1988 +7,M,,14533,-109.08281599999641,31.938113000000413,,15,5,1988 +15,M,25.0,14534,-109.08103599999642,31.937059000000463,2438516,15,5,1988 +9,M,47.0,14535,-109.08090299999638,31.93785900000039,2439521,15,5,1988 +8,F,50.0,14536,-109.08167999999641,31.937884000000402,2439521,15,5,1988 +14,F,56.0,14537,-109.08182699999641,31.937054000000447,2439541,15,5,1988 +5,M,17.0,14538,-109.07960199999636,31.93897000000045,2437981,15,5,1988 +13,M,21.0,14539,-109.08261299999641,31.937028000000442,2437981,15,5,1988 +7,M,133.0,14540,-109.08281599999641,31.938113000000413,,15,5,1988 +2,M,48.0,14541,-109.08197499999642,31.93888700000037,2439521,15,5,1988 +6,M,13.0,14542,-109.07883599999636,31.939078000000414,2437981,11,6,1988 +12,M,44.0,14543,-109.07851899999636,31.938203000000414,2439541,11,6,1988 +1,M,174.0,14544,-109.08282899999641,31.938851000000387,,11,6,1988 +19,M,23.0,14545,-109.07791199999636,31.937438000000434,2438516,11,6,1988 +23,F,27.0,14546,-109.07783799999636,31.93676300000042,2437981,11,6,1988 +17,M,24.0,14547,-109.07941499999636,31.937117000000445,2439541,11,6,1988 +24,F,220.0,14548,-109.07773599999636,31.938560000000447,,11,6,1988 +18,M,15.0,14549,-109.07863299999636,31.93712600000041,2438516,11,6,1988 +20,M,126.0,14550,-109.08019099999642,31.93633400000045,,11,6,1988 +16,M,12.0,14551,-109.08024399999636,31.93709400000041,2437874,11,6,1988 +21,F,32.0,14552,-109.07939799999636,31.936448000000453,,11,6,1988 +23,M,9.0,14553,-109.07783799999636,31.93676300000042,2437874,11,6,1988 +1,M,47.0,14554,-109.08282899999641,31.938851000000387,2439521,11,6,1988 +19,F,,14555,-109.07791199999636,31.937438000000434,2438516,11,6,1988 +24,M,22.0,14556,-109.07773599999636,31.938560000000447,2437981,11,6,1988 +1,M,88.0,14557,-109.08282899999641,31.938851000000387,2439531,11,6,1988 +12,M,46.0,14558,-109.07851899999636,31.938203000000414,2439541,11,6,1988 +12,F,49.0,14559,-109.07851899999636,31.938203000000414,2439541,11,6,1988 +17,M,,14560,-109.07941499999636,31.937117000000445,2439541,11,6,1988 +20,M,21.0,14561,-109.08019099999642,31.93633400000045,2437981,11,6,1988 +12,M,19.0,14562,-109.07851899999636,31.938203000000414,2437981,11,6,1988 +22,M,46.0,14563,-109.07860199999635,31.93644100000042,2439521,11,6,1988 +12,M,45.0,14564,-109.07851899999636,31.938203000000414,2439521,11,6,1988 +18,F,26.0,14565,-109.07863299999636,31.93712600000041,2437967,11,6,1988 +22,F,97.0,14566,-109.07860199999635,31.93644100000042,2439531,11,6,1988 +16,F,11.0,14567,-109.08024399999636,31.93709400000041,2437874,11,6,1988 +20,F,191.0,14568,-109.08019099999642,31.93633400000045,,11,6,1988 +21,F,9.0,14569,-109.07939799999636,31.936448000000453,2437874,11,6,1988 +20,F,30.0,14570,-109.08019099999642,31.93633400000045,2437981,11,6,1988 +23,F,10.0,14571,-109.07783799999636,31.93676300000042,2437874,11,6,1988 +17,M,59.0,14572,-109.07941499999636,31.937117000000445,2439541,11,6,1988 +22,F,19.0,14573,-109.07860199999635,31.93644100000042,2437981,11,6,1988 +16,F,20.0,14574,-109.08024399999636,31.93709400000041,2437981,11,6,1988 +6,M,,14575,-109.07883599999636,31.939078000000414,2437981,11,6,1988 +1,F,115.0,14576,-109.08282899999641,31.938851000000387,2439531,11,6,1988 +1,M,45.0,14577,-109.08282899999641,31.938851000000387,2439521,11,6,1988 +20,F,28.0,14578,-109.08019099999642,31.93633400000045,2438516,11,6,1988 +12,M,48.0,14579,-109.07851899999636,31.938203000000414,2439521,11,6,1988 +22,M,42.0,14580,-109.07860199999635,31.93644100000042,2439521,11,6,1988 +19,F,20.0,14581,-109.07791199999636,31.937438000000434,2439591,11,6,1988 +24,F,36.0,14582,-109.07773599999636,31.938560000000447,2437981,11,6,1988 +6,M,14.0,14583,-109.07883599999636,31.939078000000414,2437981,11,6,1988 +12,F,54.0,14584,-109.07851899999636,31.938203000000414,2439541,11,6,1988 +21,F,98.0,14585,-109.07939799999636,31.936448000000453,2438147,11,6,1988 +6,M,22.0,14586,-109.07883599999636,31.939078000000414,2439591,11,6,1988 +22,M,20.0,14587,-109.07860199999635,31.93644100000042,2438516,11,6,1988 +10,,,14588,-109.08009099999636,31.938017000000425,,11,6,1988 +14,M,52.0,14589,-109.08182699999641,31.937054000000447,2439521,12,6,1988 +9,M,,14590,-109.08090299999638,31.93785900000039,2439541,12,6,1988 +3,M,20.0,14591,-109.08120799999641,31.938896000000387,2438516,12,6,1988 +4,,,14592,-109.08040899999641,31.93889400000041,2437300,12,6,1988 +2,,,14593,-109.08197499999642,31.93888700000037,2437568,12,6,1988 +11,F,26.0,14594,-109.07930699999636,31.938056000000426,2437981,12,6,1988 +11,M,43.0,14595,-109.07930699999636,31.938056000000426,2439521,12,6,1988 +8,F,172.0,14596,-109.08167999999641,31.937884000000402,,12,6,1988 +3,F,25.0,14597,-109.08120799999641,31.938896000000387,2437981,12,6,1988 +4,M,37.0,14598,-109.08040899999641,31.93889400000041,2438517,12,6,1988 +4,M,49.0,14599,-109.08040899999641,31.93889400000041,2439521,12,6,1988 +5,,,14600,-109.07960199999636,31.93897000000045,2437300,12,6,1988 +8,M,141.0,14601,-109.08167999999641,31.937884000000402,2439531,12,6,1988 +3,F,23.0,14602,-109.08120799999641,31.938896000000387,2439591,12,6,1988 +11,F,35.0,14603,-109.07930699999636,31.938056000000426,2438517,12,6,1988 +2,F,41.0,14604,-109.08197499999642,31.93888700000037,2439521,12,6,1988 +3,M,22.0,14605,-109.08120799999641,31.938896000000387,2439591,12,6,1988 +4,M,135.0,14606,-109.08040899999641,31.93889400000041,2439531,12,6,1988 +14,M,100.0,14607,-109.08182699999641,31.937054000000447,,12,6,1988 +4,F,32.0,14608,-109.08040899999641,31.93889400000041,2438517,12,6,1988 +3,F,10.0,14609,-109.08120799999641,31.938896000000387,2437874,12,6,1988 +5,M,22.0,14610,-109.07960199999636,31.93897000000045,2439591,12,6,1988 +3,F,15.0,14611,-109.08120799999641,31.938896000000387,2437864,12,6,1988 +8,F,45.0,14612,-109.08167999999641,31.937884000000402,2439521,12,6,1988 +3,M,11.0,14613,-109.08120799999641,31.938896000000387,2437874,12,6,1988 +11,M,34.0,14614,-109.07930699999636,31.938056000000426,2439521,12,6,1988 +8,M,43.0,14615,-109.08167999999641,31.937884000000402,2439521,12,6,1988 +8,F,40.0,14616,-109.08167999999641,31.937884000000402,2439541,12,6,1988 +14,F,49.0,14617,-109.08182699999641,31.937054000000447,2439521,12,6,1988 +7,M,10.0,14618,-109.08281599999641,31.938113000000413,2437874,12,6,1988 +5,M,16.0,14619,-109.07960199999636,31.93897000000045,2437981,12,6,1988 +11,M,99.0,14620,-109.07930699999636,31.938056000000426,2438147,12,6,1988 +9,M,51.0,14621,-109.08090299999638,31.93785900000039,2439521,12,6,1988 +11,F,19.0,14622,-109.07930699999636,31.938056000000426,2439591,12,6,1988 +14,,,14623,-109.08182699999641,31.937054000000447,2436910,12,6,1988 +14,M,45.0,14624,-109.08182699999641,31.937054000000447,2439521,12,6,1988 +2,M,14.0,14625,-109.08197499999642,31.93888700000037,2437981,12,6,1988 +14,F,195.0,14626,-109.08182699999641,31.937054000000447,,12,6,1988 +9,M,50.0,14627,-109.08090299999638,31.93785900000039,2439521,12,6,1988 +7,F,15.0,14628,-109.08281599999641,31.938113000000413,2437874,12,6,1988 +5,F,24.0,14629,-109.07960199999636,31.93897000000045,2439591,12,6,1988 +5,F,24.0,14630,-109.07960199999636,31.93897000000045,2438516,12,6,1988 +2,M,18.0,14631,-109.08197499999642,31.93888700000037,2437981,12,6,1988 +8,F,54.0,14632,-109.08167999999641,31.937884000000402,2439521,12,6,1988 +14,M,,14633,-109.08182699999641,31.937054000000447,2438517,12,6,1988 +13,F,30.0,14634,-109.08261299999641,31.937028000000442,2437981,12,6,1988 +8,F,100.0,14635,-109.08167999999641,31.937884000000402,,12,6,1988 +8,M,30.0,14636,-109.08167999999641,31.937884000000402,2439521,12,6,1988 +2,M,51.0,14637,-109.08197499999642,31.93888700000037,2439541,12,6,1988 +9,M,48.0,14638,-109.08090299999638,31.93785900000039,2439521,12,6,1988 +4,M,46.0,14639,-109.08040899999641,31.93889400000041,2439521,12,6,1988 +9,F,56.0,14640,-109.08090299999638,31.93785900000039,2439521,12,6,1988 +15,M,148.0,14641,-109.08103599999642,31.937059000000463,,12,6,1988 +13,M,22.0,14642,-109.08261299999641,31.937028000000442,2437981,12,6,1988 +8,M,49.0,14643,-109.08167999999641,31.937884000000402,2439521,12,6,1988 +4,F,110.0,14644,-109.08040899999641,31.93889400000041,2439531,12,6,1988 +11,F,38.0,14645,-109.07930699999636,31.938056000000426,2439521,12,6,1988 +9,F,41.0,14646,-109.08090299999638,31.93785900000039,2439521,12,6,1988 +2,F,148.0,14647,-109.08197499999642,31.93888700000037,,12,6,1988 +11,F,52.0,14648,-109.07930699999636,31.938056000000426,2439521,12,6,1988 +5,F,16.0,14649,-109.07960199999636,31.93897000000045,2437981,12,6,1988 +8,F,46.0,14650,-109.08167999999641,31.937884000000402,2439521,12,6,1988 +3,F,13.0,14651,-109.08120799999641,31.938896000000387,2439591,12,6,1988 +11,F,28.0,14652,-109.07930699999636,31.938056000000426,2439521,12,6,1988 +22,M,45.0,14653,-109.07860199999635,31.93644100000042,2439521,14,7,1988 +24,F,24.0,14654,-109.07773599999636,31.938560000000447,2437981,14,7,1988 +23,M,11.0,14655,-109.07783799999636,31.93676300000042,2437874,14,7,1988 +24,F,176.0,14656,-109.07773599999636,31.938560000000447,,14,7,1988 +18,F,28.0,14657,-109.07863299999636,31.93712600000041,2438516,14,7,1988 +17,M,32.0,14658,-109.07941499999636,31.937117000000445,2439521,14,7,1988 +24,M,230.0,14659,-109.07773599999636,31.938560000000447,,14,7,1988 +12,F,133.0,14660,-109.07851899999636,31.938203000000414,,14,7,1988 +12,M,49.0,14661,-109.07851899999636,31.938203000000414,2439541,14,7,1988 +12,M,11.0,14662,-109.07851899999636,31.938203000000414,2437874,14,7,1988 +12,F,49.0,14663,-109.07851899999636,31.938203000000414,2439541,14,7,1988 +24,M,145.0,14664,-109.07773599999636,31.938560000000447,,14,7,1988 +17,M,60.0,14665,-109.07941499999636,31.937117000000445,2439541,14,7,1988 +24,F,33.0,14666,-109.07773599999636,31.938560000000447,2437981,14,7,1988 +6,F,21.0,14667,-109.07883599999636,31.939078000000414,2439591,14,7,1988 +19,M,18.0,14668,-109.07791199999636,31.937438000000434,2437967,14,7,1988 +23,F,34.0,14669,-109.07783799999636,31.93676300000042,2438517,14,7,1988 +1,M,45.0,14670,-109.08282899999641,31.938851000000387,2439521,14,7,1988 +12,M,44.0,14671,-109.07851899999636,31.938203000000414,2439521,14,7,1988 +20,F,173.0,14672,-109.08019099999642,31.93633400000045,,14,7,1988 +21,F,80.0,14673,-109.07939799999636,31.936448000000453,2438147,14,7,1988 +17,M,16.0,14674,-109.07941499999636,31.937117000000445,2437981,14,7,1988 +20,F,33.0,14675,-109.08019099999642,31.93633400000045,2437981,14,7,1988 +1,M,223.0,14676,-109.08282899999641,31.938851000000387,,14,7,1988 +24,M,20.0,14677,-109.07773599999636,31.938560000000447,2437981,14,7,1988 +6,F,21.0,14678,-109.07883599999636,31.939078000000414,2439591,14,7,1988 +22,F,103.0,14679,-109.07860199999635,31.93644100000042,2439531,14,7,1988 +18,F,25.0,14680,-109.07863299999636,31.93712600000041,2437967,14,7,1988 +17,M,22.0,14681,-109.07941499999636,31.937117000000445,2438516,14,7,1988 +20,,,14682,-109.08019099999642,31.93633400000045,5231474,14,7,1988 +1,M,42.0,14683,-109.08282899999641,31.938851000000387,2439521,14,7,1988 +23,M,24.0,14684,-109.07783799999636,31.93676300000042,2438516,14,7,1988 +23,M,17.0,14685,-109.07783799999636,31.93676300000042,2437981,14,7,1988 +20,M,20.0,14686,-109.08019099999642,31.93633400000045,2437981,14,7,1988 +12,F,52.0,14687,-109.07851899999636,31.938203000000414,2439541,14,7,1988 +23,F,21.0,14688,-109.07783799999636,31.93676300000042,2437981,14,7,1988 +1,M,46.0,14689,-109.08282899999641,31.938851000000387,2439521,14,7,1988 +6,M,23.0,14690,-109.07883599999636,31.939078000000414,2439591,14,7,1988 +19,F,,14691,-109.07791199999636,31.937438000000434,2439591,14,7,1988 +17,M,62.0,14692,-109.07941499999636,31.937117000000445,2438147,14,7,1988 +23,F,8.0,14693,-109.07783799999636,31.93676300000042,2437874,14,7,1988 +17,M,59.0,14694,-109.07941499999636,31.937117000000445,2439541,14,7,1988 +16,,,14695,-109.08024399999636,31.93709400000041,,14,7,1988 +14,F,45.0,14696,-109.08182699999641,31.937054000000447,2439521,15,7,1988 +11,F,18.0,14697,-109.07930699999636,31.938056000000426,2439591,15,7,1988 +2,F,42.0,14698,-109.08197499999642,31.93888700000037,2439521,15,7,1988 +15,F,143.0,14699,-109.08103599999642,31.937059000000463,,15,7,1988 +7,M,16.0,14700,-109.08281599999641,31.938113000000413,2437981,15,7,1988 +11,M,37.0,14701,-109.07930699999636,31.938056000000426,2439521,15,7,1988 +15,F,21.0,14702,-109.08103599999642,31.937059000000463,2437981,15,7,1988 +15,M,180.0,14703,-109.08103599999642,31.937059000000463,,15,7,1988 +9,F,61.0,14704,-109.08090299999638,31.93785900000039,2439541,15,7,1988 +4,M,50.0,14705,-109.08040899999641,31.93889400000041,2439521,15,7,1988 +4,F,37.0,14706,-109.08040899999641,31.93889400000041,2439521,15,7,1988 +8,F,48.0,14707,-109.08167999999641,31.937884000000402,2439521,15,7,1988 +4,M,145.0,14708,-109.08040899999641,31.93889400000041,2439531,15,7,1988 +9,M,52.0,14709,-109.08090299999638,31.93785900000039,2439521,15,7,1988 +8,F,55.0,14710,-109.08167999999641,31.937884000000402,2439541,15,7,1988 +9,F,41.0,14711,-109.08090299999638,31.93785900000039,2439521,15,7,1988 +9,,,14712,-109.08090299999638,31.93785900000039,2439541,15,7,1988 +8,M,43.0,14713,-109.08167999999641,31.937884000000402,2439521,15,7,1988 +2,M,50.0,14714,-109.08197499999642,31.93888700000037,2439541,15,7,1988 +14,F,20.0,14715,-109.08182699999641,31.937054000000447,2439521,15,7,1988 +11,M,44.0,14716,-109.07930699999636,31.938056000000426,2439521,15,7,1988 +3,F,22.0,14717,-109.08120799999641,31.938896000000387,2439591,15,7,1988 +5,M,21.0,14718,-109.07960199999636,31.93897000000045,2439591,15,7,1988 +11,F,137.0,14719,-109.07930699999636,31.938056000000426,,15,7,1988 +9,F,37.0,14720,-109.08090299999638,31.93785900000039,2438517,15,7,1988 +14,M,45.0,14721,-109.08182699999641,31.937054000000447,2439521,15,7,1988 +4,M,126.0,14722,-109.08040899999641,31.93889400000041,,15,7,1988 +11,M,22.0,14723,-109.07930699999636,31.938056000000426,2438516,15,7,1988 +8,F,43.0,14724,-109.08167999999641,31.937884000000402,2439521,15,7,1988 +9,F,42.0,14725,-109.08090299999638,31.93785900000039,2439521,15,7,1988 +13,M,30.0,14726,-109.08261299999641,31.937028000000442,2438517,15,7,1988 +4,M,45.0,14727,-109.08040899999641,31.93889400000041,2439521,15,7,1988 +13,M,24.0,14728,-109.08261299999641,31.937028000000442,2437981,15,7,1988 +14,M,90.0,14729,-109.08182699999641,31.937054000000447,,15,7,1988 +8,M,160.0,14730,-109.08167999999641,31.937884000000402,2439531,15,7,1988 +4,F,97.0,14731,-109.08040899999641,31.93889400000041,2439531,15,7,1988 +11,F,45.0,14732,-109.07930699999636,31.938056000000426,2439521,15,7,1988 +3,M,18.0,14733,-109.08120799999641,31.938896000000387,2439591,15,7,1988 +11,M,29.0,14734,-109.07930699999636,31.938056000000426,2438516,15,7,1988 +9,M,46.0,14735,-109.08090299999638,31.93785900000039,2439521,15,7,1988 +8,M,47.0,14736,-109.08167999999641,31.937884000000402,2439521,15,7,1988 +2,F,38.0,14737,-109.08197499999642,31.93888700000037,2438516,15,7,1988 +5,F,21.0,14738,-109.07960199999636,31.93897000000045,2437967,15,7,1988 +8,M,39.0,14739,-109.08167999999641,31.937884000000402,2439521,15,7,1988 +2,F,56.0,14740,-109.08197499999642,31.93888700000037,2439541,15,7,1988 +2,F,,14741,-109.08197499999642,31.93888700000037,,15,7,1988 +10,,,14742,-109.08009099999636,31.938017000000425,,15,7,1988 +12,M,52.0,14743,-109.07851899999636,31.938203000000414,2439541,9,8,1988 +17,M,58.0,14744,-109.07941499999636,31.937117000000445,2439541,9,8,1988 +22,F,18.0,14745,-109.07860199999635,31.93644100000042,2438516,9,8,1988 +20,F,13.0,14746,-109.08019099999642,31.93633400000045,2437874,9,8,1988 +12,F,188.0,14747,-109.07851899999636,31.938203000000414,,9,8,1988 +24,M,21.0,14748,-109.07773599999636,31.938560000000447,2437981,9,8,1988 +23,M,23.0,14749,-109.07783799999636,31.93676300000042,2437981,9,8,1988 +12,F,54.0,14750,-109.07851899999636,31.938203000000414,2439541,9,8,1988 +20,F,206.0,14751,-109.08019099999642,31.93633400000045,,9,8,1988 +6,M,11.0,14752,-109.07883599999636,31.939078000000414,2439591,9,8,1988 +17,M,51.0,14753,-109.07941499999636,31.937117000000445,2439541,9,8,1988 +20,F,33.0,14754,-109.08019099999642,31.93633400000045,2437981,9,8,1988 +16,F,21.0,14755,-109.08024399999636,31.93709400000041,2437981,9,8,1988 +6,M,22.0,14756,-109.07883599999636,31.939078000000414,2438516,9,8,1988 +12,F,58.0,14757,-109.07851899999636,31.938203000000414,2439541,9,8,1988 +12,F,35.0,14758,-109.07851899999636,31.938203000000414,2438517,9,8,1988 +17,M,58.0,14759,-109.07941499999636,31.937117000000445,2439541,9,8,1988 +19,F,15.0,14760,-109.07791199999636,31.937438000000434,2437874,9,8,1988 +20,M,118.0,14761,-109.08019099999642,31.93633400000045,,9,8,1988 +20,F,26.0,14762,-109.08019099999642,31.93633400000045,2438516,9,8,1988 +12,M,56.0,14763,-109.07851899999636,31.938203000000414,2439541,9,8,1988 +12,F,28.0,14764,-109.07851899999636,31.938203000000414,2437981,9,8,1988 +20,M,20.0,14765,-109.08019099999642,31.93633400000045,2437967,9,8,1988 +1,M,40.0,14766,-109.08282899999641,31.938851000000387,2439521,9,8,1988 +1,M,207.0,14767,-109.08282899999641,31.938851000000387,,9,8,1988 +19,,,14768,-109.07791199999636,31.937438000000434,2439591,9,8,1988 +22,F,96.0,14769,-109.07860199999635,31.93644100000042,2439531,9,8,1988 +1,F,109.0,14770,-109.08282899999641,31.938851000000387,,9,8,1988 +6,F,22.0,14771,-109.07883599999636,31.939078000000414,2439591,9,8,1988 +12,M,21.0,14772,-109.07851899999636,31.938203000000414,2437981,9,8,1988 +22,F,48.0,14773,-109.07860199999635,31.93644100000042,2439521,9,8,1988 +6,F,10.0,14774,-109.07883599999636,31.939078000000414,2439591,9,8,1988 +21,,,14775,-109.07939799999636,31.936448000000453,2437568,9,8,1988 +20,F,17.0,14776,-109.08019099999642,31.93633400000045,2439591,9,8,1988 +19,F,18.0,14777,-109.07791199999636,31.937438000000434,2439591,9,8,1988 +17,F,158.0,14778,-109.07941499999636,31.937117000000445,,9,8,1988 +17,F,11.0,14779,-109.07941499999636,31.937117000000445,2437874,9,8,1988 +1,M,42.0,14780,-109.08282899999641,31.938851000000387,2439521,9,8,1988 +23,M,9.0,14781,-109.07783799999636,31.93676300000042,2437874,9,8,1988 +17,M,19.0,14782,-109.07941499999636,31.937117000000445,2437981,9,8,1988 +17,M,22.0,14783,-109.07941499999636,31.937117000000445,2438516,9,8,1988 +6,M,17.0,14784,-109.07883599999636,31.939078000000414,2438516,9,8,1988 +16,M,14.0,14785,-109.08024399999636,31.93709400000041,2437874,9,8,1988 +6,M,20.0,14786,-109.07883599999636,31.939078000000414,2437981,9,8,1988 +18,F,21.0,14787,-109.07863299999636,31.93712600000041,2437967,9,8,1988 +2,M,41.0,14788,-109.08197499999642,31.93888700000037,2439521,9,8,1988 +6,F,11.0,14789,-109.07883599999636,31.939078000000414,2439591,9,8,1988 +19,F,65.0,14790,-109.07791199999636,31.937438000000434,2438147,9,8,1988 +9,M,53.0,14791,-109.08090299999638,31.93785900000039,2439541,10,8,1988 +7,F,24.0,14792,-109.08281599999641,31.938113000000413,2437981,10,8,1988 +3,F,18.0,14793,-109.08120799999641,31.938896000000387,2439591,10,8,1988 +11,F,17.0,14794,-109.07930699999636,31.938056000000426,2439591,10,8,1988 +2,M,24.0,14795,-109.08197499999642,31.93888700000037,2439521,10,8,1988 +15,F,150.0,14796,-109.08103599999642,31.937059000000463,,10,8,1988 +2,M,188.0,14797,-109.08197499999642,31.93888700000037,,10,8,1988 +2,F,40.0,14798,-109.08197499999642,31.93888700000037,2439521,10,8,1988 +14,F,27.0,14799,-109.08182699999641,31.937054000000447,2439521,10,8,1988 +13,F,176.0,14800,-109.08261299999641,31.937028000000442,,10,8,1988 +4,M,50.0,14801,-109.08040899999641,31.93889400000041,2439521,10,8,1988 +14,F,46.0,14802,-109.08182699999641,31.937054000000447,2439521,10,8,1988 +10,M,110.0,14803,-109.08009099999636,31.938017000000425,2438147,10,8,1988 +2,F,62.0,14804,-109.08197499999642,31.93888700000037,2439541,10,8,1988 +2,M,132.0,14805,-109.08197499999642,31.93888700000037,,10,8,1988 +13,,,14806,-109.08261299999641,31.937028000000442,2437300,10,8,1988 +9,F,47.0,14807,-109.08090299999638,31.93785900000039,2439521,10,8,1988 +15,M,188.0,14808,-109.08103599999642,31.937059000000463,,10,8,1988 +3,F,12.0,14809,-109.08120799999641,31.938896000000387,2439591,10,8,1988 +5,F,11.0,14810,-109.07960199999636,31.93897000000045,2437981,10,8,1988 +11,M,40.0,14811,-109.07930699999636,31.938056000000426,2439521,10,8,1988 +8,M,157.0,14812,-109.08167999999641,31.937884000000402,2439531,10,8,1988 +4,M,140.0,14813,-109.08040899999641,31.93889400000041,2439531,10,8,1988 +14,M,44.0,14814,-109.08182699999641,31.937054000000447,2439521,10,8,1988 +5,M,23.0,14815,-109.07960199999636,31.93897000000045,2439591,10,8,1988 +10,F,11.0,14816,-109.08009099999636,31.938017000000425,2437874,10,8,1988 +11,M,45.0,14817,-109.07930699999636,31.938056000000426,2439521,10,8,1988 +13,F,27.0,14818,-109.08261299999641,31.937028000000442,2437981,10,8,1988 +4,F,43.0,14819,-109.08040899999641,31.93889400000041,2439521,10,8,1988 +13,M,27.0,14820,-109.08261299999641,31.937028000000442,2437981,10,8,1988 +2,M,20.0,14821,-109.08197499999642,31.93888700000037,2437981,10,8,1988 +3,F,12.0,14822,-109.08120799999641,31.938896000000387,2439591,10,8,1988 +2,F,29.0,14823,-109.08197499999642,31.93888700000037,2437981,10,8,1988 +13,F,18.0,14824,-109.08261299999641,31.937028000000442,2437981,10,8,1988 +3,M,9.0,14825,-109.08120799999641,31.938896000000387,2439591,10,8,1988 +9,M,51.0,14826,-109.08090299999638,31.93785900000039,2439521,10,8,1988 +8,F,45.0,14827,-109.08167999999641,31.937884000000402,2438517,10,8,1988 +3,,,14828,-109.08120799999641,31.938896000000387,2439591,10,8,1988 +13,M,20.0,14829,-109.08261299999641,31.937028000000442,2437981,10,8,1988 +8,M,42.0,14830,-109.08167999999641,31.937884000000402,2439521,10,8,1988 +9,M,45.0,14831,-109.08090299999638,31.93785900000039,2439521,10,8,1988 +8,F,49.0,14832,-109.08167999999641,31.937884000000402,2439521,10,8,1988 +4,F,114.0,14833,-109.08040899999641,31.93889400000041,2439531,10,8,1988 +8,F,41.0,14834,-109.08167999999641,31.937884000000402,2439521,10,8,1988 +11,F,49.0,14835,-109.07930699999636,31.938056000000426,2439521,10,8,1988 +2,M,52.0,14836,-109.08197499999642,31.93888700000037,2439541,10,8,1988 +14,F,49.0,14837,-109.08182699999641,31.937054000000447,2439521,10,8,1988 +5,F,17.0,14838,-109.07960199999636,31.93897000000045,2439591,10,8,1988 +3,M,21.0,14839,-109.08120799999641,31.938896000000387,2439591,10,8,1988 +14,F,55.0,14840,-109.08182699999641,31.937054000000447,2439541,10,8,1988 +13,,,14841,-109.08261299999641,31.937028000000442,2437568,10,8,1988 +2,M,17.0,14842,-109.08197499999642,31.93888700000037,2437981,10,8,1988 +4,F,14.0,14843,-109.08040899999641,31.93889400000041,2439591,10,8,1988 +9,F,41.0,14844,-109.08090299999638,31.93785900000039,2439521,10,8,1988 +8,M,48.0,14845,-109.08167999999641,31.937884000000402,2439521,10,8,1988 +14,,,14846,-109.08182699999641,31.937054000000447,5231474,10,8,1988 +8,M,39.0,14847,-109.08167999999641,31.937884000000402,2439521,10,8,1988 +5,F,13.0,14848,-109.07960199999636,31.93897000000045,2437874,10,8,1988 +9,M,31.0,14849,-109.08090299999638,31.93785900000039,2439521,10,8,1988 +10,F,92.0,14850,-109.08009099999636,31.938017000000425,2438147,10,8,1988 +3,M,11.0,14851,-109.08120799999641,31.938896000000387,2439591,10,8,1988 +11,F,31.0,14852,-109.07930699999636,31.938056000000426,2439521,10,8,1988 +18,M,20.0,14853,-109.07863299999636,31.93712600000041,2438516,11,9,1988 +6,M,28.0,14854,-109.07883599999636,31.939078000000414,2439591,11,9,1988 +1,M,39.0,14855,-109.08282899999641,31.938851000000387,2439521,11,9,1988 +24,F,174.0,14856,-109.07773599999636,31.938560000000447,,11,9,1988 +20,F,32.0,14857,-109.08019099999642,31.93633400000045,2438516,11,9,1988 +18,M,21.0,14858,-109.07863299999636,31.93712600000041,2438516,11,9,1988 +20,F,190.0,14859,-109.08019099999642,31.93633400000045,,11,9,1988 +6,,,14860,-109.07883599999636,31.939078000000414,2437300,11,9,1988 +1,M,44.0,14861,-109.08282899999641,31.938851000000387,2439521,11,9,1988 +23,F,26.0,14862,-109.07783799999636,31.93676300000042,2437981,11,9,1988 +24,M,20.0,14863,-109.07773599999636,31.938560000000447,2437981,11,9,1988 +6,M,26.0,14864,-109.07883599999636,31.939078000000414,2438516,11,9,1988 +23,F,18.0,14865,-109.07783799999636,31.93676300000042,2437864,11,9,1988 +1,F,45.0,14866,-109.08282899999641,31.938851000000387,2439521,11,9,1988 +6,F,17.0,14867,-109.07883599999636,31.939078000000414,2439591,11,9,1988 +23,M,18.0,14868,-109.07783799999636,31.93676300000042,2437981,11,9,1988 +22,F,103.0,14869,-109.07860199999635,31.93644100000042,2439531,11,9,1988 +1,M,45.0,14870,-109.08282899999641,31.938851000000387,2439521,11,9,1988 +6,M,215.0,14871,-109.07883599999636,31.939078000000414,,11,9,1988 +12,M,51.0,14872,-109.07851899999636,31.938203000000414,2439521,11,9,1988 +6,M,15.0,14873,-109.07883599999636,31.939078000000414,2439591,11,9,1988 +12,F,54.0,14874,-109.07851899999636,31.938203000000414,2439541,11,9,1988 +23,M,112.0,14875,-109.07783799999636,31.93676300000042,,11,9,1988 +18,M,21.0,14876,-109.07863299999636,31.93712600000041,2437967,11,9,1988 +22,M,47.0,14877,-109.07860199999635,31.93644100000042,2439521,11,9,1988 +24,M,17.0,14878,-109.07773599999636,31.938560000000447,2437981,11,9,1988 +17,F,148.0,14879,-109.07941499999636,31.937117000000445,,11,9,1988 +1,M,155.0,14880,-109.08282899999641,31.938851000000387,,11,9,1988 +17,M,79.0,14881,-109.07941499999636,31.937117000000445,2438147,11,9,1988 +17,M,58.0,14882,-109.07941499999636,31.937117000000445,2439541,11,9,1988 +16,,,14883,-109.08024399999636,31.93709400000041,,11,9,1988 +19,,,14884,-109.07791199999636,31.937438000000434,,11,9,1988 +21,,,14885,-109.07939799999636,31.936448000000453,,11,9,1988 +13,,,14886,-109.08261299999641,31.937028000000442,5231474,12,9,1988 +8,M,19.0,14887,-109.08167999999641,31.937884000000402,2438516,12,9,1988 +14,F,45.0,14888,-109.08182699999641,31.937054000000447,2439521,12,9,1988 +3,M,16.0,14889,-109.08120799999641,31.938896000000387,2439591,12,9,1988 +2,M,35.0,14890,-109.08197499999642,31.93888700000037,2439521,12,9,1988 +3,,,14891,-109.08120799999641,31.938896000000387,2437300,12,9,1988 +13,F,19.0,14892,-109.08261299999641,31.937028000000442,2438516,12,9,1988 +3,,,14893,-109.08120799999641,31.938896000000387,2437300,12,9,1988 +13,,,14894,-109.08261299999641,31.937028000000442,5231474,12,9,1988 +4,F,39.0,14895,-109.08040899999641,31.93889400000041,2439521,12,9,1988 +11,F,14.0,14896,-109.07930699999636,31.938056000000426,2437981,12,9,1988 +2,M,161.0,14897,-109.08197499999642,31.93888700000037,,12,9,1988 +3,,,14898,-109.08120799999641,31.938896000000387,2437300,12,9,1988 +5,F,24.0,14899,-109.07960199999636,31.93897000000045,2437981,12,9,1988 +8,F,48.0,14900,-109.08167999999641,31.937884000000402,2439521,12,9,1988 +11,F,16.0,14901,-109.07930699999636,31.938056000000426,2439591,12,9,1988 +2,F,65.0,14902,-109.08197499999642,31.93888700000037,2439541,12,9,1988 +4,M,53.0,14903,-109.08040899999641,31.93889400000041,2439521,12,9,1988 +2,M,21.0,14904,-109.08197499999642,31.93888700000037,2438516,12,9,1988 +5,M,29.0,14905,-109.07960199999636,31.93897000000045,2438516,12,9,1988 +9,F,42.0,14906,-109.08090299999638,31.93785900000039,2439521,12,9,1988 +2,M,55.0,14907,-109.08197499999642,31.93888700000037,2439541,12,9,1988 +11,M,46.0,14908,-109.07930699999636,31.938056000000426,2439521,12,9,1988 +8,M,160.0,14909,-109.08167999999641,31.937884000000402,2439531,12,9,1988 +5,M,22.0,14910,-109.07960199999636,31.93897000000045,2439591,12,9,1988 +15,F,25.0,14911,-109.08103599999642,31.937059000000463,2437981,12,9,1988 +9,M,47.0,14912,-109.08090299999638,31.93785900000039,2439521,12,9,1988 +13,F,21.0,14913,-109.08261299999641,31.937028000000442,2437981,12,9,1988 +4,M,15.0,14914,-109.08040899999641,31.93889400000041,2439591,12,9,1988 +5,M,28.0,14915,-109.07960199999636,31.93897000000045,2438516,12,9,1988 +15,F,27.0,14916,-109.08103599999642,31.937059000000463,2438516,12,9,1988 +13,M,36.0,14917,-109.08261299999641,31.937028000000442,2438517,12,9,1988 +9,F,28.0,14918,-109.08090299999638,31.93785900000039,2438517,12,9,1988 +8,F,48.0,14919,-109.08167999999641,31.937884000000402,2439521,12,9,1988 +14,M,94.0,14920,-109.08182699999641,31.937054000000447,,12,9,1988 +4,F,38.0,14921,-109.08040899999641,31.93889400000041,2439521,12,9,1988 +9,,,14922,-109.08090299999638,31.93785900000039,2437300,12,9,1988 +5,,,14923,-109.07960199999636,31.93897000000045,2437300,12,9,1988 +9,M,43.0,14924,-109.08090299999638,31.93785900000039,2439521,12,9,1988 +15,F,15.0,14925,-109.08103599999642,31.937059000000463,2437874,12,9,1988 +11,F,20.0,14926,-109.07930699999636,31.938056000000426,2438516,12,9,1988 +14,M,47.0,14927,-109.08182699999641,31.937054000000447,2439521,12,9,1988 +13,F,184.0,14928,-109.08261299999641,31.937028000000442,,12,9,1988 +13,M,21.0,14929,-109.08261299999641,31.937028000000442,2437981,12,9,1988 +8,F,60.0,14930,-109.08167999999641,31.937884000000402,2439521,12,9,1988 +3,,,14931,-109.08120799999641,31.938896000000387,2437300,12,9,1988 +4,F,44.0,14932,-109.08040899999641,31.93889400000041,2439521,12,9,1988 +11,F,47.0,14933,-109.07930699999636,31.938056000000426,2439521,12,9,1988 +3,F,26.0,14934,-109.08120799999641,31.938896000000387,2437981,12,9,1988 +14,F,53.0,14935,-109.08182699999641,31.937054000000447,2439521,12,9,1988 +7,F,28.0,14936,-109.08281599999641,31.938113000000413,2437981,12,9,1988 +10,,,14937,-109.08009099999636,31.938017000000425,,12,9,1988 +12,M,22.0,14938,-109.07851899999636,31.938203000000414,2438516,8,10,1988 +24,F,28.0,14939,-109.07773599999636,31.938560000000447,2437981,8,10,1988 +19,M,23.0,14940,-109.07791199999636,31.937438000000434,2438516,8,10,1988 +22,F,14.0,14941,-109.07860199999635,31.93644100000042,2437981,8,10,1988 +1,M,162.0,14942,-109.08282899999641,31.938851000000387,,8,10,1988 +24,M,21.0,14943,-109.07773599999636,31.938560000000447,2437981,8,10,1988 +12,M,54.0,14944,-109.07851899999636,31.938203000000414,2439541,8,10,1988 +16,,,14945,-109.08024399999636,31.93709400000041,2437981,8,10,1988 +6,F,15.0,14946,-109.07883599999636,31.939078000000414,2437981,8,10,1988 +12,M,,14947,-109.07851899999636,31.938203000000414,,8,10,1988 +16,F,31.0,14948,-109.08024399999636,31.93709400000041,2437981,8,10,1988 +21,F,81.0,14949,-109.07939799999636,31.936448000000453,2438147,8,10,1988 +1,M,39.0,14950,-109.08282899999641,31.938851000000387,2439521,8,10,1988 +17,F,49.0,14951,-109.07941499999636,31.937117000000445,2439541,8,10,1988 +21,,,14952,-109.07939799999636,31.936448000000453,2437568,8,10,1988 +21,M,62.0,14953,-109.07939799999636,31.936448000000453,2438147,8,10,1988 +6,F,20.0,14954,-109.07883599999636,31.939078000000414,2438516,8,10,1988 +22,F,21.0,14955,-109.07860199999635,31.93644100000042,2438516,8,10,1988 +1,F,42.0,14956,-109.08282899999641,31.938851000000387,2439521,8,10,1988 +22,M,127.0,14957,-109.07860199999635,31.93644100000042,2439531,8,10,1988 +12,M,51.0,14958,-109.07851899999636,31.938203000000414,2439521,8,10,1988 +20,F,168.0,14959,-109.08019099999642,31.93633400000045,,8,10,1988 +20,F,110.0,14960,-109.08019099999642,31.93633400000045,,8,10,1988 +17,M,59.0,14961,-109.07941499999636,31.937117000000445,2439541,8,10,1988 +20,F,25.0,14962,-109.08019099999642,31.93633400000045,2438516,8,10,1988 +1,M,49.0,14963,-109.08282899999641,31.938851000000387,2439521,8,10,1988 +23,M,21.0,14964,-109.07783799999636,31.93676300000042,2437981,8,10,1988 +23,F,36.0,14965,-109.07783799999636,31.93676300000042,2437981,8,10,1988 +12,,,14966,-109.07851899999636,31.938203000000414,2437568,8,10,1988 +12,F,55.0,14967,-109.07851899999636,31.938203000000414,2439541,8,10,1988 +17,M,27.0,14968,-109.07941499999636,31.937117000000445,2438516,8,10,1988 +6,M,20.0,14969,-109.07883599999636,31.939078000000414,2437981,8,10,1988 +6,F,16.0,14970,-109.07883599999636,31.939078000000414,2439591,8,10,1988 +18,M,18.0,14971,-109.07863299999636,31.93712600000041,2437981,8,10,1988 +18,M,17.0,14972,-109.07863299999636,31.93712600000041,2437967,8,10,1988 +6,M,14.0,14973,-109.07883599999636,31.939078000000414,2437981,8,10,1988 +22,M,49.0,14974,-109.07860199999635,31.93644100000042,2439521,8,10,1988 +18,M,23.0,14975,-109.07863299999636,31.93712600000041,2437967,8,10,1988 +21,F,28.0,14976,-109.07939799999636,31.936448000000453,2438516,8,10,1988 +5,M,25.0,14977,-109.07960199999636,31.93897000000045,2438516,9,10,1988 +4,F,37.0,14978,-109.08040899999641,31.93889400000041,2439521,9,10,1988 +13,M,26.0,14979,-109.08261299999641,31.937028000000442,2438516,9,10,1988 +4,,,14980,-109.08040899999641,31.93889400000041,2439521,9,10,1988 +13,M,128.0,14981,-109.08261299999641,31.937028000000442,,9,10,1988 +7,,,14982,-109.08281599999641,31.938113000000413,,9,10,1988 +3,M,15.0,14983,-109.08120799999641,31.938896000000387,2439591,9,10,1988 +9,,,14984,-109.08090299999638,31.93785900000039,2437300,9,10,1988 +2,M,170.0,14985,-109.08197499999642,31.93888700000037,,9,10,1988 +9,F,45.0,14986,-109.08090299999638,31.93785900000039,2439521,9,10,1988 +4,M,53.0,14987,-109.08040899999641,31.93889400000041,2439521,9,10,1988 +13,M,22.0,14988,-109.08261299999641,31.937028000000442,2437981,9,10,1988 +2,M,43.0,14989,-109.08197499999642,31.93888700000037,2439521,9,10,1988 +14,M,39.0,14990,-109.08182699999641,31.937054000000447,2439521,9,10,1988 +2,F,62.0,14991,-109.08197499999642,31.93888700000037,2439541,9,10,1988 +8,F,47.0,14992,-109.08167999999641,31.937884000000402,2439521,9,10,1988 +10,F,12.0,14993,-109.08009099999636,31.938017000000425,2437874,9,10,1988 +14,M,50.0,14994,-109.08182699999641,31.937054000000447,2439521,9,10,1988 +8,,,14995,-109.08167999999641,31.937884000000402,2439521,9,10,1988 +5,,,14996,-109.07960199999636,31.93897000000045,2437300,9,10,1988 +11,M,48.0,14997,-109.07930699999636,31.938056000000426,2439521,9,10,1988 +11,F,39.0,14998,-109.07930699999636,31.938056000000426,2439521,9,10,1988 +8,M,169.0,14999,-109.08167999999641,31.937884000000402,2439531,9,10,1988 +7,F,161.0,15000,-109.08281599999641,31.938113000000413,,9,10,1988 +9,M,33.0,15001,-109.08090299999638,31.93785900000039,2439521,9,10,1988 +14,M,60.0,15002,-109.08182699999641,31.937054000000447,2439521,9,10,1988 +11,F,40.0,15003,-109.07930699999636,31.938056000000426,2439521,9,10,1988 +15,,,15004,-109.08103599999642,31.937059000000463,2437568,9,10,1988 +8,M,47.0,15005,-109.08167999999641,31.937884000000402,2439521,9,10,1988 +7,M,19.0,15006,-109.08281599999641,31.938113000000413,2437981,9,10,1988 +5,F,24.0,15007,-109.07960199999636,31.93897000000045,2438516,9,10,1988 +14,F,54.0,15008,-109.08182699999641,31.937054000000447,2439521,9,10,1988 +14,F,45.0,15009,-109.08182699999641,31.937054000000447,2439521,9,10,1988 +11,M,35.0,15010,-109.07930699999636,31.938056000000426,2439521,9,10,1988 +5,F,23.0,15011,-109.07960199999636,31.93897000000045,2437981,9,10,1988 +3,M,22.0,15012,-109.08120799999641,31.938896000000387,2438516,9,10,1988 +8,F,47.0,15013,-109.08167999999641,31.937884000000402,2439521,9,10,1988 +4,F,125.0,15014,-109.08040899999641,31.93889400000041,2439531,9,10,1988 +3,F,22.0,15015,-109.08120799999641,31.938896000000387,2438516,9,10,1988 +8,M,54.0,15016,-109.08167999999641,31.937884000000402,2439521,9,10,1988 +13,M,19.0,15017,-109.08261299999641,31.937028000000442,2437967,9,10,1988 +9,M,50.0,15018,-109.08090299999638,31.93785900000039,2439521,9,10,1988 +8,F,25.0,15019,-109.08167999999641,31.937884000000402,2439521,9,10,1988 +13,M,17.0,15020,-109.08261299999641,31.937028000000442,2438516,9,10,1988 +9,F,28.0,15021,-109.08090299999638,31.93785900000039,2438517,9,10,1988 +7,F,19.0,15022,-109.08281599999641,31.938113000000413,2437981,9,10,1988 +11,M,39.0,15023,-109.07930699999636,31.938056000000426,2439521,9,10,1988 +9,M,44.0,15024,-109.08090299999638,31.93785900000039,2439521,9,10,1988 +8,M,27.0,15025,-109.08167999999641,31.937884000000402,2439521,9,10,1988 +3,M,23.0,15026,-109.08120799999641,31.938896000000387,2437981,9,10,1988 +13,M,19.0,15027,-109.08261299999641,31.937028000000442,2438516,9,10,1988 +11,M,50.0,15028,-109.07930699999636,31.938056000000426,2439521,9,10,1988 +10,M,143.0,15029,-109.08009099999636,31.938017000000425,,9,10,1988 +6,M,35.0,15030,-109.07883599999636,31.939078000000414,2438517,5,11,1988 +20,,,15031,-109.08019099999642,31.93633400000045,2491757,5,11,1988 +1,F,12.0,15032,-109.08282899999641,31.938851000000387,2437981,5,11,1988 +16,F,24.0,15033,-109.08024399999636,31.93709400000041,2437981,5,11,1988 +19,M,23.0,15034,-109.07791199999636,31.937438000000434,2438516,5,11,1988 +16,M,10.0,15035,-109.08024399999636,31.93709400000041,2437874,5,11,1988 +20,M,20.0,15036,-109.08019099999642,31.93633400000045,2438516,5,11,1988 +21,M,43.0,15037,-109.07939799999636,31.936448000000453,2438147,5,11,1988 +24,M,182.0,15038,-109.07773599999636,31.938560000000447,,5,11,1988 +20,F,110.0,15039,-109.08019099999642,31.93633400000045,,5,11,1988 +16,M,21.0,15040,-109.08024399999636,31.93709400000041,2437967,5,11,1988 +21,F,71.0,15041,-109.07939799999636,31.936448000000453,2438147,5,11,1988 +1,F,25.0,15042,-109.08282899999641,31.938851000000387,2437981,5,11,1988 +12,F,52.0,15043,-109.07851899999636,31.938203000000414,2439541,5,11,1988 +12,F,24.0,15044,-109.07851899999636,31.938203000000414,2438517,5,11,1988 +17,M,22.0,15045,-109.07941499999636,31.937117000000445,2438516,5,11,1988 +24,F,27.0,15046,-109.07773599999636,31.938560000000447,2437981,5,11,1988 +18,M,18.0,15047,-109.07863299999636,31.93712600000041,2437981,5,11,1988 +18,M,22.0,15048,-109.07863299999636,31.93712600000041,2437981,5,11,1988 +24,M,10.0,15049,-109.07773599999636,31.938560000000447,2437874,5,11,1988 +23,F,12.0,15050,-109.07783799999636,31.93676300000042,2437874,5,11,1988 +19,M,22.0,15051,-109.07791199999636,31.937438000000434,2437981,5,11,1988 +21,,,15052,-109.07939799999636,31.936448000000453,2437568,5,11,1988 +22,F,46.0,15053,-109.07860199999635,31.93644100000042,2439521,5,11,1988 +19,F,65.0,15054,-109.07791199999636,31.937438000000434,2438147,5,11,1988 +23,F,16.0,15055,-109.07783799999636,31.93676300000042,2437874,5,11,1988 +24,,,15056,-109.07773599999636,31.938560000000447,2437981,5,11,1988 +23,M,10.0,15057,-109.07783799999636,31.93676300000042,2437874,5,11,1988 +18,M,16.0,15058,-109.07863299999636,31.93712600000041,2437981,5,11,1988 +12,M,26.0,15059,-109.07851899999636,31.938203000000414,2438516,5,11,1988 +16,M,10.0,15060,-109.08024399999636,31.93709400000041,2437874,5,11,1988 +16,M,13.0,15061,-109.08024399999636,31.93709400000041,2437874,5,11,1988 +22,M,140.0,15062,-109.07860199999635,31.93644100000042,2439531,5,11,1988 +21,F,26.0,15063,-109.07939799999636,31.936448000000453,2438516,5,11,1988 +1,M,40.0,15064,-109.08282899999641,31.938851000000387,2439521,5,11,1988 +20,F,131.0,15065,-109.08019099999642,31.93633400000045,,5,11,1988 +18,F,25.0,15066,-109.07863299999636,31.93712600000041,2437967,5,11,1988 +20,F,12.0,15067,-109.08019099999642,31.93633400000045,2437874,5,11,1988 +1,F,43.0,15068,-109.08282899999641,31.938851000000387,2439521,5,11,1988 +6,M,47.0,15069,-109.07883599999636,31.939078000000414,2439521,5,11,1988 +23,F,26.0,15070,-109.07783799999636,31.93676300000042,2437981,5,11,1988 +1,F,27.0,15071,-109.08282899999641,31.938851000000387,2437981,5,11,1988 +16,F,11.0,15072,-109.08024399999636,31.93709400000041,2437874,5,11,1988 +6,M,21.0,15073,-109.07883599999636,31.939078000000414,2437981,5,11,1988 +12,M,25.0,15074,-109.07851899999636,31.938203000000414,2438517,5,11,1988 +17,M,60.0,15075,-109.07941499999636,31.937117000000445,2439541,5,11,1988 +17,F,31.0,15076,-109.07941499999636,31.937117000000445,2437981,5,11,1988 +20,F,24.0,15077,-109.08019099999642,31.93633400000045,2438516,5,11,1988 +17,F,60.0,15078,-109.07941499999636,31.937117000000445,2438147,5,11,1988 +6,F,20.0,15079,-109.07883599999636,31.939078000000414,2437981,5,11,1988 +17,M,30.0,15080,-109.07941499999636,31.937117000000445,2438516,5,11,1988 +1,M,45.0,15081,-109.08282899999641,31.938851000000387,2439541,5,11,1988 +6,M,17.0,15082,-109.07883599999636,31.939078000000414,2437981,5,11,1988 +16,M,9.0,15083,-109.08024399999636,31.93709400000041,2437874,5,11,1988 +22,F,106.0,15084,-109.07860199999635,31.93644100000042,2439531,5,11,1988 +1,F,30.0,15085,-109.08282899999641,31.938851000000387,2438517,5,11,1988 +17,F,70.0,15086,-109.07941499999636,31.937117000000445,2438147,5,11,1988 +20,F,172.0,15087,-109.08019099999642,31.93633400000045,,5,11,1988 +17,M,128.0,15088,-109.07941499999636,31.937117000000445,,5,11,1988 +3,F,67.0,15089,-109.08120799999641,31.938896000000387,2438147,6,11,1988 +4,M,27.0,15090,-109.08040899999641,31.93889400000041,2439521,6,11,1988 +8,M,21.0,15091,-109.08167999999641,31.937884000000402,2438516,6,11,1988 +14,M,60.0,15092,-109.08182699999641,31.937054000000447,2439521,6,11,1988 +15,F,24.0,15093,-109.08103599999642,31.937059000000463,2437981,6,11,1988 +3,M,10.0,15094,-109.08120799999641,31.938896000000387,2437874,6,11,1988 +4,M,50.0,15095,-109.08040899999641,31.93889400000041,2439521,6,11,1988 +9,F,25.0,15096,-109.08090299999638,31.93785900000039,2438516,6,11,1988 +14,M,51.0,15097,-109.08182699999641,31.937054000000447,2439521,6,11,1988 +14,F,44.0,15098,-109.08182699999641,31.937054000000447,2439521,6,11,1988 +3,F,35.0,15099,-109.08120799999641,31.938896000000387,2438517,6,11,1988 +2,M,23.0,15100,-109.08197499999642,31.93888700000037,2438516,6,11,1988 +4,M,49.0,15101,-109.08040899999641,31.93889400000041,2439521,6,11,1988 +9,F,47.0,15102,-109.08090299999638,31.93785900000039,2439521,6,11,1988 +14,M,40.0,15103,-109.08182699999641,31.937054000000447,2438517,6,11,1988 +11,M,10.0,15104,-109.07930699999636,31.938056000000426,2437874,6,11,1988 +13,M,12.0,15105,-109.08261299999641,31.937028000000442,2437874,6,11,1988 +9,M,49.0,15106,-109.08090299999638,31.93785900000039,2439521,6,11,1988 +2,M,21.0,15107,-109.08197499999642,31.93888700000037,2437981,6,11,1988 +11,M,22.0,15108,-109.07930699999636,31.938056000000426,2437981,6,11,1988 +4,F,27.0,15109,-109.08040899999641,31.93889400000041,2439521,6,11,1988 +9,F,31.0,15110,-109.08090299999638,31.93785900000039,2438517,6,11,1988 +14,F,12.0,15111,-109.08182699999641,31.937054000000447,2437874,6,11,1988 +4,F,39.0,15112,-109.08040899999641,31.93889400000041,2439521,6,11,1988 +9,M,21.0,15113,-109.08090299999638,31.93785900000039,2438517,6,11,1988 +7,M,9.0,15114,-109.08281599999641,31.938113000000413,2437874,6,11,1988 +2,M,36.0,15115,-109.08197499999642,31.93888700000037,2438517,6,11,1988 +14,M,36.0,15116,-109.08182699999641,31.937054000000447,2439521,6,11,1988 +3,F,11.0,15117,-109.08120799999641,31.938896000000387,2437874,6,11,1988 +8,M,45.0,15118,-109.08167999999641,31.937884000000402,2439521,6,11,1988 +5,M,10.0,15119,-109.07960199999636,31.93897000000045,2437874,6,11,1988 +2,M,48.0,15120,-109.08197499999642,31.93888700000037,2439541,6,11,1988 +14,M,44.0,15121,-109.08182699999641,31.937054000000447,2439521,6,11,1988 +11,M,33.0,15122,-109.07930699999636,31.938056000000426,2439584,6,11,1988 +8,M,166.0,15123,-109.08167999999641,31.937884000000402,2439531,6,11,1988 +7,F,15.0,15124,-109.08281599999641,31.938113000000413,2437874,6,11,1988 +4,F,44.0,15125,-109.08040899999641,31.93889400000041,2439521,6,11,1988 +5,M,21.0,15126,-109.07960199999636,31.93897000000045,2437981,6,11,1988 +5,F,22.0,15127,-109.07960199999636,31.93897000000045,2437981,6,11,1988 +7,M,180.0,15128,-109.08281599999641,31.938113000000413,,6,11,1988 +9,M,37.0,15129,-109.08090299999638,31.93785900000039,2439521,6,11,1988 +7,M,20.0,15130,-109.08281599999641,31.938113000000413,2437967,6,11,1988 +2,F,19.0,15131,-109.08197499999642,31.93888700000037,2437981,6,11,1988 +9,F,19.0,15132,-109.08090299999638,31.93785900000039,2438517,6,11,1988 +2,M,21.0,15133,-109.08197499999642,31.93888700000037,2437981,6,11,1988 +11,F,38.0,15134,-109.07930699999636,31.938056000000426,2439521,6,11,1988 +2,F,24.0,15135,-109.08197499999642,31.93888700000037,2438516,6,11,1988 +7,F,26.0,15136,-109.08281599999641,31.938113000000413,2437981,6,11,1988 +2,F,24.0,15137,-109.08197499999642,31.93888700000037,2437981,6,11,1988 +8,M,52.0,15138,-109.08167999999641,31.937884000000402,2439521,6,11,1988 +3,F,16.0,15139,-109.08120799999641,31.938896000000387,2437864,6,11,1988 +3,M,9.0,15140,-109.08120799999641,31.938896000000387,2437874,6,11,1988 +8,M,35.0,15141,-109.08167999999641,31.937884000000402,2439521,6,11,1988 +7,M,21.0,15142,-109.08281599999641,31.938113000000413,2437981,6,11,1988 +2,F,54.0,15143,-109.08197499999642,31.93888700000037,2439541,6,11,1988 +3,F,17.0,15144,-109.08120799999641,31.938896000000387,2438517,6,11,1988 +8,F,45.0,15145,-109.08167999999641,31.937884000000402,2439521,6,11,1988 +5,M,44.0,15146,-109.07960199999636,31.93897000000045,2439541,6,11,1988 +3,F,17.0,15147,-109.08120799999641,31.938896000000387,2438517,6,11,1988 +7,M,174.0,15148,-109.08281599999641,31.938113000000413,,6,11,1988 +3,F,18.0,15149,-109.08120799999641,31.938896000000387,2438517,6,11,1988 +9,M,46.0,15150,-109.08090299999638,31.93785900000039,2439521,6,11,1988 +8,M,41.0,15151,-109.08167999999641,31.937884000000402,2439521,6,11,1988 +14,F,44.0,15152,-109.08182699999641,31.937054000000447,2439521,6,11,1988 +13,M,19.0,15153,-109.08261299999641,31.937028000000442,2437981,6,11,1988 +7,F,26.0,15154,-109.08281599999641,31.938113000000413,2437981,6,11,1988 +9,M,20.0,15155,-109.08090299999638,31.93785900000039,2438517,6,11,1988 +4,F,126.0,15156,-109.08040899999641,31.93889400000041,2439531,6,11,1988 +15,M,20.0,15157,-109.08103599999642,31.937059000000463,2438517,6,11,1988 +8,F,39.0,15158,-109.08167999999641,31.937884000000402,2439521,6,11,1988 +11,F,20.0,15159,-109.07930699999636,31.938056000000426,2437981,6,11,1988 +7,F,156.0,15160,-109.08281599999641,31.938113000000413,,6,11,1988 +5,F,22.0,15161,-109.07960199999636,31.93897000000045,2438516,6,11,1988 +3,M,24.0,15162,-109.08120799999641,31.938896000000387,2438516,6,11,1988 +11,M,43.0,15163,-109.07930699999636,31.938056000000426,2439521,6,11,1988 +10,,,15164,-109.08009099999636,31.938017000000425,,6,11,1988 +18,M,18.0,15165,-109.07863299999636,31.93712600000041,2437967,13,12,1988 +20,F,13.0,15166,-109.08019099999642,31.93633400000045,2437864,13,12,1988 +1,M,48.0,15167,-109.08282899999641,31.938851000000387,2439521,13,12,1988 +22,F,43.0,15168,-109.07860199999635,31.93644100000042,2439521,13,12,1988 +17,M,23.0,15169,-109.07941499999636,31.937117000000445,2438516,13,12,1988 +12,F,177.0,15170,-109.07851899999636,31.938203000000414,,13,12,1988 +1,F,11.0,15171,-109.08282899999641,31.938851000000387,2437874,13,12,1988 +6,F,21.0,15172,-109.07883599999636,31.939078000000414,2437981,13,12,1988 +24,M,22.0,15173,-109.07773599999636,31.938560000000447,2437981,13,12,1988 +1,M,52.0,15174,-109.08282899999641,31.938851000000387,2439541,13,12,1988 +16,F,8.0,15175,-109.08024399999636,31.93709400000041,2437874,13,12,1988 +21,F,10.0,15176,-109.07939799999636,31.936448000000453,2437874,13,12,1988 +20,M,10.0,15177,-109.08019099999642,31.93633400000045,2437874,13,12,1988 +1,F,32.0,15178,-109.08282899999641,31.938851000000387,2438517,13,12,1988 +12,M,52.0,15179,-109.07851899999636,31.938203000000414,2439541,13,12,1988 +20,F,11.0,15180,-109.08019099999642,31.93633400000045,2437874,13,12,1988 +12,M,50.0,15181,-109.07851899999636,31.938203000000414,2439521,13,12,1988 +21,F,141.0,15182,-109.07939799999636,31.936448000000453,,13,12,1988 +17,M,20.0,15183,-109.07941499999636,31.937117000000445,2437981,13,12,1988 +12,F,29.0,15184,-109.07851899999636,31.938203000000414,2438517,13,12,1988 +23,F,15.0,15185,-109.07783799999636,31.93676300000042,2437874,13,12,1988 +17,M,57.0,15186,-109.07941499999636,31.937117000000445,2439541,13,12,1988 +6,M,48.0,15187,-109.07883599999636,31.939078000000414,2439541,13,12,1988 +24,M,9.0,15188,-109.07773599999636,31.938560000000447,2437874,13,12,1988 +12,M,32.0,15189,-109.07851899999636,31.938203000000414,2438517,13,12,1988 +6,M,11.0,15190,-109.07883599999636,31.939078000000414,2437874,13,12,1988 +22,M,134.0,15191,-109.07860199999635,31.93644100000042,2439531,13,12,1988 +17,M,27.0,15192,-109.07941499999636,31.937117000000445,2438516,13,12,1988 +6,M,45.0,15193,-109.07883599999636,31.939078000000414,2439521,13,12,1988 +24,F,29.0,15194,-109.07773599999636,31.938560000000447,2437981,13,12,1988 +16,M,11.0,15195,-109.08024399999636,31.93709400000041,2437874,13,12,1988 +20,,,15196,-109.08019099999642,31.93633400000045,,13,12,1988 +6,M,14.0,15197,-109.07883599999636,31.939078000000414,2437864,13,12,1988 +20,,,15198,-109.08019099999642,31.93633400000045,2437568,13,12,1988 +16,M,13.0,15199,-109.08024399999636,31.93709400000041,2437874,13,12,1988 +19,,,15200,-109.07791199999636,31.937438000000434,2437874,13,12,1988 +21,M,11.0,15201,-109.07939799999636,31.936448000000453,2437874,13,12,1988 +17,F,22.0,15202,-109.07941499999636,31.937117000000445,2437981,13,12,1988 +24,M,10.0,15203,-109.07773599999636,31.938560000000447,2437874,13,12,1988 +19,F,11.0,15204,-109.07791199999636,31.937438000000434,2437874,13,12,1988 +1,F,54.0,15205,-109.08282899999641,31.938851000000387,2439541,13,12,1988 +16,F,14.0,15206,-109.08024399999636,31.93709400000041,2437874,13,12,1988 +1,M,41.0,15207,-109.08282899999641,31.938851000000387,2439521,13,12,1988 +12,F,13.0,15208,-109.07851899999636,31.938203000000414,2437864,13,12,1988 +23,M,10.0,15209,-109.07783799999636,31.93676300000042,2437874,13,12,1988 +1,M,49.0,15210,-109.08282899999641,31.938851000000387,2439521,13,12,1988 +21,F,15.0,15211,-109.07939799999636,31.936448000000453,2437874,13,12,1988 +1,M,54.0,15212,-109.08282899999641,31.938851000000387,2439541,13,12,1988 +22,F,113.0,15213,-109.07860199999635,31.93644100000042,2439531,13,12,1988 +6,F,11.0,15214,-109.07883599999636,31.939078000000414,2437874,13,12,1988 +1,M,48.0,15215,-109.08282899999641,31.938851000000387,2439521,13,12,1988 +22,M,46.0,15216,-109.07860199999635,31.93644100000042,2439521,13,12,1988 +21,M,11.0,15217,-109.07939799999636,31.936448000000453,2437874,13,12,1988 +1,F,42.0,15218,-109.08282899999641,31.938851000000387,2439521,13,12,1988 +12,M,12.0,15219,-109.07851899999636,31.938203000000414,2437874,13,12,1988 +12,,,15220,-109.07851899999636,31.938203000000414,,13,12,1988 +14,F,41.0,15221,-109.08182699999641,31.937054000000447,2439521,14,12,1988 +7,F,26.0,15222,-109.08281599999641,31.938113000000413,2437981,14,12,1988 +3,M,10.0,15223,-109.08120799999641,31.938896000000387,2437874,14,12,1988 +9,F,43.0,15224,-109.08090299999638,31.93785900000039,2439521,14,12,1988 +13,M,9.0,15225,-109.08261299999641,31.937028000000442,2437874,14,12,1988 +7,F,21.0,15226,-109.08281599999641,31.938113000000413,2437981,14,12,1988 +11,M,53.0,15227,-109.07930699999636,31.938056000000426,2439541,14,12,1988 +9,M,11.0,15228,-109.08090299999638,31.93785900000039,2437874,14,12,1988 +4,M,28.0,15229,-109.08040899999641,31.93889400000041,2439521,14,12,1988 +13,,,15230,-109.08261299999641,31.937028000000442,2491757,14,12,1988 +13,F,19.0,15231,-109.08261299999641,31.937028000000442,2437981,14,12,1988 +5,F,21.0,15232,-109.07960199999636,31.93897000000045,2438516,14,12,1988 +11,M,22.0,15233,-109.07930699999636,31.938056000000426,2437981,14,12,1988 +9,F,10.0,15234,-109.08090299999638,31.93785900000039,2437874,14,12,1988 +3,F,85.0,15235,-109.08120799999641,31.938896000000387,2438147,14,12,1988 +4,M,37.0,15236,-109.08040899999641,31.93889400000041,2439521,14,12,1988 +9,M,37.0,15237,-109.08090299999638,31.93785900000039,2439521,14,12,1988 +2,F,11.0,15238,-109.08197499999642,31.93888700000037,2437874,14,12,1988 +8,F,12.0,15239,-109.08167999999641,31.937884000000402,2437874,14,12,1988 +3,M,196.0,15240,-109.08120799999641,31.938896000000387,,14,12,1988 +7,F,14.0,15241,-109.08281599999641,31.938113000000413,2437874,14,12,1988 +4,M,51.0,15242,-109.08040899999641,31.93889400000041,2439521,14,12,1988 +11,M,14.0,15243,-109.07930699999636,31.938056000000426,2437864,14,12,1988 +8,M,163.0,15244,-109.08167999999641,31.937884000000402,2439531,14,12,1988 +14,M,7.0,15245,-109.08182699999641,31.937054000000447,2437874,14,12,1988 +13,,,15246,-109.08261299999641,31.937028000000442,2437568,14,12,1988 +9,F,32.0,15247,-109.08090299999638,31.93785900000039,2438517,14,12,1988 +13,,,15248,-109.08261299999641,31.937028000000442,2491757,14,12,1988 +4,F,38.0,15249,-109.08040899999641,31.93889400000041,2439521,14,12,1988 +11,F,41.0,15250,-109.07930699999636,31.938056000000426,2439521,14,12,1988 +14,M,48.0,15251,-109.08182699999641,31.937054000000447,2439521,14,12,1988 +3,F,22.0,15252,-109.08120799999641,31.938896000000387,2438516,14,12,1988 +14,,,15253,-109.08182699999641,31.937054000000447,5231474,14,12,1988 +7,M,10.0,15254,-109.08281599999641,31.938113000000413,2437874,14,12,1988 +2,M,56.0,15255,-109.08197499999642,31.93888700000037,2439541,14,12,1988 +11,F,12.0,15256,-109.07930699999636,31.938056000000426,2437874,14,12,1988 +10,M,13.0,15257,-109.08009099999636,31.938017000000425,2437864,14,12,1988 +14,F,46.0,15258,-109.08182699999641,31.937054000000447,2439521,14,12,1988 +11,M,58.0,15259,-109.07930699999636,31.938056000000426,2438147,14,12,1988 +5,F,24.0,15260,-109.07960199999636,31.93897000000045,2438516,14,12,1988 +11,M,11.0,15261,-109.07930699999636,31.938056000000426,2437874,14,12,1988 +8,F,44.0,15262,-109.08167999999641,31.937884000000402,2439521,14,12,1988 +7,F,28.0,15263,-109.08281599999641,31.938113000000413,2437981,14,12,1988 +15,,,15264,-109.08103599999642,31.937059000000463,2491757,14,12,1988 +5,M,24.0,15265,-109.07960199999636,31.93897000000045,2438516,14,12,1988 +9,M,23.0,15266,-109.08090299999638,31.93785900000039,2439521,14,12,1988 +13,M,24.0,15267,-109.08261299999641,31.937028000000442,2437967,14,12,1988 +2,M,21.0,15268,-109.08197499999642,31.93888700000037,2437981,14,12,1988 +4,M,145.0,15269,-109.08040899999641,31.93889400000041,2439531,14,12,1988 +8,M,46.0,15270,-109.08167999999641,31.937884000000402,2439521,14,12,1988 +14,M,47.0,15271,-109.08182699999641,31.937054000000447,2439521,14,12,1988 +4,M,48.0,15272,-109.08040899999641,31.93889400000041,2439521,14,12,1988 +10,F,11.0,15273,-109.08009099999636,31.938017000000425,2437874,14,12,1988 +11,F,41.0,15274,-109.07930699999636,31.938056000000426,2439521,14,12,1988 +7,M,24.0,15275,-109.08281599999641,31.938113000000413,2437981,14,12,1988 +2,M,10.0,15276,-109.08197499999642,31.93888700000037,2437874,14,12,1988 +13,,,15277,-109.08261299999641,31.937028000000442,2491757,14,12,1988 +15,,,15278,-109.08103599999642,31.937059000000463,2491757,14,12,1988 +14,M,45.0,15279,-109.08182699999641,31.937054000000447,2439521,14,12,1988 +2,M,52.0,15280,-109.08197499999642,31.93888700000037,2439541,14,12,1988 +9,F,24.0,15281,-109.08090299999638,31.93785900000039,2438517,14,12,1988 +4,F,42.0,15282,-109.08040899999641,31.93889400000041,2439521,14,12,1988 +7,M,24.0,15283,-109.08281599999641,31.938113000000413,2437981,14,12,1988 +5,M,11.0,15284,-109.07960199999636,31.93897000000045,2437874,14,12,1988 +11,M,11.0,15285,-109.07930699999636,31.938056000000426,2437874,14,12,1988 +15,M,23.0,15286,-109.08103599999642,31.937059000000463,2437981,14,12,1988 +3,F,10.0,15287,-109.08120799999641,31.938896000000387,2437874,14,12,1988 +8,M,39.0,15288,-109.08167999999641,31.937884000000402,2439521,14,12,1988 +7,M,8.0,15289,-109.08281599999641,31.938113000000413,2437874,14,12,1988 +4,M,31.0,15290,-109.08040899999641,31.93889400000041,2438517,14,12,1988 +4,F,11.0,15291,-109.08040899999641,31.93889400000041,2437874,14,12,1988 +9,M,49.0,15292,-109.08090299999638,31.93785900000039,2439521,14,12,1988 +10,M,11.0,15293,-109.08009099999636,31.938017000000425,2437874,14,12,1988 +9,M,46.0,15294,-109.08090299999638,31.93785900000039,2439521,14,12,1988 +2,F,61.0,15295,-109.08197499999642,31.93888700000037,2439541,14,12,1988 +5,M,21.0,15296,-109.07960199999636,31.93897000000045,2437981,14,12,1988 +9,M,26.0,15297,-109.08090299999638,31.93785900000039,2438517,14,12,1988 +8,M,8.0,15298,-109.08167999999641,31.937884000000402,2437874,14,12,1988 +15,F,13.0,15299,-109.08103599999642,31.937059000000463,2437874,14,12,1988 +5,M,11.0,15300,-109.07960199999636,31.93897000000045,2437874,14,12,1988 +14,,,15301,-109.08182699999641,31.937054000000447,2491728,14,12,1988 +8,F,41.0,15302,-109.08167999999641,31.937884000000402,2439521,14,12,1988 +2,M,248.0,15303,-109.08197499999642,31.93888700000037,,14,12,1988 +14,M,23.0,15304,-109.08182699999641,31.937054000000447,2437981,14,12,1988 +9,M,45.0,15305,-109.08090299999638,31.93785900000039,2439521,14,12,1988 +5,F,23.0,15306,-109.07960199999636,31.93897000000045,2437981,14,12,1988 +5,F,25.0,15307,-109.07960199999636,31.93897000000045,2438516,14,12,1988 +15,M,11.0,15308,-109.08103599999642,31.937059000000463,2437874,14,12,1988 +11,M,41.0,15309,-109.07930699999636,31.938056000000426,2439521,14,12,1988 +8,M,42.0,15310,-109.08167999999641,31.937884000000402,2439521,14,12,1988 +21,M,24.0,15311,-109.07939799999636,31.936448000000453,2438516,10,1,1989 +18,M,19.0,15312,-109.07863299999636,31.93712600000041,2437967,10,1,1989 +12,,,15313,-109.07851899999636,31.938203000000414,2491757,10,1,1989 +1,M,41.0,15314,-109.08282899999641,31.938851000000387,2439521,10,1,1989 +6,,,15315,-109.07883599999636,31.939078000000414,2491757,10,1,1989 +24,,,15316,-109.07773599999636,31.938560000000447,2491757,10,1,1989 +19,M,10.0,15317,-109.07791199999636,31.937438000000434,2437874,10,1,1989 +22,M,10.0,15318,-109.07860199999635,31.93644100000042,2437874,10,1,1989 +21,F,61.0,15319,-109.07939799999636,31.936448000000453,2438147,10,1,1989 +20,F,16.0,15320,-109.08019099999642,31.93633400000045,2437864,10,1,1989 +21,F,27.0,15321,-109.07939799999636,31.936448000000453,2438516,10,1,1989 +20,M,10.0,15322,-109.08019099999642,31.93633400000045,2437874,10,1,1989 +12,,,15323,-109.07851899999636,31.938203000000414,,10,1,1989 +23,M,12.0,15324,-109.07783799999636,31.93676300000042,2437874,10,1,1989 +21,M,12.0,15325,-109.07939799999636,31.936448000000453,2437874,10,1,1989 +20,M,11.0,15326,-109.08019099999642,31.93633400000045,2437874,10,1,1989 +24,F,42.0,15327,-109.07773599999636,31.938560000000447,2439521,10,1,1989 +6,F,29.0,15328,-109.07883599999636,31.939078000000414,2438516,10,1,1989 +12,F,29.0,15329,-109.07851899999636,31.938203000000414,2438517,10,1,1989 +16,M,13.0,15330,-109.08024399999636,31.93709400000041,2437874,10,1,1989 +12,M,22.0,15331,-109.07851899999636,31.938203000000414,2437981,10,1,1989 +20,,,15332,-109.08019099999642,31.93633400000045,2437568,10,1,1989 +1,,,15333,-109.08282899999641,31.938851000000387,,10,1,1989 +24,M,11.0,15334,-109.07773599999636,31.938560000000447,2437874,10,1,1989 +20,F,10.0,15335,-109.08019099999642,31.93633400000045,2437864,10,1,1989 +17,F,21.0,15336,-109.07941499999636,31.937117000000445,2437981,10,1,1989 +6,M,21.0,15337,-109.07883599999636,31.939078000000414,2437981,10,1,1989 +12,M,41.0,15338,-109.07851899999636,31.938203000000414,2439521,10,1,1989 +23,M,11.0,15339,-109.07783799999636,31.93676300000042,2437874,10,1,1989 +24,M,46.0,15340,-109.07773599999636,31.938560000000447,2439521,10,1,1989 +12,F,26.0,15341,-109.07851899999636,31.938203000000414,2437981,10,1,1989 +22,,,15342,-109.07860199999635,31.93644100000042,2491757,10,1,1989 +1,M,34.0,15343,-109.08282899999641,31.938851000000387,2438517,10,1,1989 +19,F,11.0,15344,-109.07791199999636,31.937438000000434,2437874,10,1,1989 +22,M,23.0,15345,-109.07860199999635,31.93644100000042,2438516,10,1,1989 +1,M,48.0,15346,-109.08282899999641,31.938851000000387,2439521,10,1,1989 +1,F,41.0,15347,-109.08282899999641,31.938851000000387,2439521,10,1,1989 +17,M,19.0,15348,-109.07941499999636,31.937117000000445,2437981,10,1,1989 +1,M,48.0,15349,-109.08282899999641,31.938851000000387,2439521,10,1,1989 +22,M,,15350,-109.07860199999635,31.93644100000042,2439531,10,1,1989 +21,M,8.0,15351,-109.07939799999636,31.936448000000453,2437874,10,1,1989 +16,M,14.0,15352,-109.08024399999636,31.93709400000041,2437874,10,1,1989 +20,F,155.0,15353,-109.08019099999642,31.93633400000045,,10,1,1989 +16,,,15354,-109.08024399999636,31.93709400000041,2491757,10,1,1989 +17,M,57.0,15355,-109.07941499999636,31.937117000000445,2439541,10,1,1989 +19,F,28.0,15356,-109.07791199999636,31.937438000000434,2437967,10,1,1989 +17,,,15357,-109.07941499999636,31.937117000000445,2491757,10,1,1989 +12,F,13.0,15358,-109.07851899999636,31.938203000000414,2437874,10,1,1989 +19,M,10.0,15359,-109.07791199999636,31.937438000000434,2437874,10,1,1989 +1,M,57.0,15360,-109.08282899999641,31.938851000000387,2439541,10,1,1989 +24,M,26.0,15361,-109.07773599999636,31.938560000000447,2438516,10,1,1989 +12,M,46.0,15362,-109.07851899999636,31.938203000000414,2439521,10,1,1989 +21,F,12.0,15363,-109.07939799999636,31.936448000000453,2437874,10,1,1989 +12,M,12.0,15364,-109.07851899999636,31.938203000000414,2437874,10,1,1989 +17,F,177.0,15365,-109.07941499999636,31.937117000000445,,10,1,1989 +1,M,47.0,15366,-109.08282899999641,31.938851000000387,2439541,10,1,1989 +12,F,18.0,15367,-109.07851899999636,31.938203000000414,2437864,10,1,1989 +17,F,66.0,15368,-109.07941499999636,31.937117000000445,2438147,10,1,1989 +17,F,64.0,15369,-109.07941499999636,31.937117000000445,2438147,10,1,1989 +1,F,54.0,15370,-109.08282899999641,31.938851000000387,2439541,10,1,1989 +21,F,24.0,15371,-109.07939799999636,31.936448000000453,2438516,10,1,1989 +1,M,59.0,15372,-109.08282899999641,31.938851000000387,2439541,10,1,1989 +22,M,24.0,15373,-109.07860199999635,31.93644100000042,2438516,10,1,1989 +1,F,50.0,15374,-109.08282899999641,31.938851000000387,2439541,10,1,1989 +22,F,21.0,15375,-109.07860199999635,31.93644100000042,2438516,10,1,1989 +6,M,13.0,15376,-109.07883599999636,31.939078000000414,2437864,10,1,1989 +12,M,9.0,15377,-109.07851899999636,31.938203000000414,2437874,10,1,1989 +16,F,14.0,15378,-109.08024399999636,31.93709400000041,2437874,10,1,1989 +22,M,45.0,15379,-109.07860199999635,31.93644100000042,2439521,10,1,1989 +17,M,23.0,15380,-109.07941499999636,31.937117000000445,2437981,10,1,1989 +1,M,26.0,15381,-109.08282899999641,31.938851000000387,2437967,10,1,1989 +6,F,22.0,15382,-109.07883599999636,31.939078000000414,2437981,10,1,1989 +19,F,11.0,15383,-109.07791199999636,31.937438000000434,2437874,10,1,1989 +18,F,11.0,15384,-109.07863299999636,31.93712600000041,2437874,10,1,1989 +3,F,90.0,15385,-109.08120799999641,31.938896000000387,2438147,11,1,1989 +9,F,26.0,15386,-109.08090299999638,31.93785900000039,2438517,11,1,1989 +14,,,15387,-109.08182699999641,31.937054000000447,2491757,11,1,1989 +11,M,73.0,15388,-109.07930699999636,31.938056000000426,2438147,11,1,1989 +10,M,12.0,15389,-109.08009099999636,31.938017000000425,2437864,11,1,1989 +2,M,42.0,15390,-109.08197499999642,31.93888700000037,2438517,11,1,1989 +4,M,52.0,15391,-109.08040899999641,31.93889400000041,2439521,11,1,1989 +15,F,187.0,15392,-109.08103599999642,31.937059000000463,,11,1,1989 +7,M,25.0,15393,-109.08281599999641,31.938113000000413,2437981,11,1,1989 +5,F,23.0,15394,-109.07960199999636,31.93897000000045,2437981,11,1,1989 +10,M,11.0,15395,-109.08009099999636,31.938017000000425,2437874,11,1,1989 +9,F,10.0,15396,-109.08090299999638,31.93785900000039,2437874,11,1,1989 +7,M,10.0,15397,-109.08281599999641,31.938113000000413,2437874,11,1,1989 +5,M,66.0,15398,-109.07960199999636,31.93897000000045,2438147,11,1,1989 +7,M,12.0,15399,-109.08281599999641,31.938113000000413,2437874,11,1,1989 +3,M,10.0,15400,-109.08120799999641,31.938896000000387,2437874,11,1,1989 +7,M,12.0,15401,-109.08281599999641,31.938113000000413,2437874,11,1,1989 +10,M,10.0,15402,-109.08009099999636,31.938017000000425,2437874,11,1,1989 +4,F,36.0,15403,-109.08040899999641,31.93889400000041,2439521,11,1,1989 +9,F,59.0,15404,-109.08090299999638,31.93785900000039,2439541,11,1,1989 +8,M,159.0,15405,-109.08167999999641,31.937884000000402,2439531,11,1,1989 +13,M,29.0,15406,-109.08261299999641,31.937028000000442,2438517,11,1,1989 +10,F,11.0,15407,-109.08009099999636,31.938017000000425,2437874,11,1,1989 +3,F,25.0,15408,-109.08120799999641,31.938896000000387,2437981,11,1,1989 +7,M,9.0,15409,-109.08281599999641,31.938113000000413,2437874,11,1,1989 +11,F,40.0,15410,-109.07930699999636,31.938056000000426,2439521,11,1,1989 +14,M,43.0,15411,-109.08182699999641,31.937054000000447,2439521,11,1,1989 +13,F,9.0,15412,-109.08261299999641,31.937028000000442,2437874,11,1,1989 +3,M,198.0,15413,-109.08120799999641,31.938896000000387,,11,1,1989 +8,M,26.0,15414,-109.08167999999641,31.937884000000402,2438516,11,1,1989 +13,M,30.0,15415,-109.08261299999641,31.937028000000442,2438517,11,1,1989 +4,M,36.0,15416,-109.08040899999641,31.93889400000041,2439521,11,1,1989 +5,M,11.0,15417,-109.07960199999636,31.93897000000045,2437874,11,1,1989 +3,M,11.0,15418,-109.08120799999641,31.938896000000387,2437874,11,1,1989 +11,F,42.0,15419,-109.07930699999636,31.938056000000426,2439521,11,1,1989 +2,,,15420,-109.08197499999642,31.93888700000037,2437568,11,1,1989 +4,M,141.0,15421,-109.08040899999641,31.93889400000041,2439531,11,1,1989 +14,M,43.0,15422,-109.08182699999641,31.937054000000447,2439521,11,1,1989 +13,F,15.0,15423,-109.08261299999641,31.937028000000442,2437874,11,1,1989 +7,M,22.0,15424,-109.08281599999641,31.938113000000413,2437981,11,1,1989 +3,M,24.0,15425,-109.08120799999641,31.938896000000387,2438516,11,1,1989 +5,F,8.0,15426,-109.07960199999636,31.93897000000045,2437874,11,1,1989 +8,,,15427,-109.08167999999641,31.937884000000402,2491757,11,1,1989 +3,M,10.0,15428,-109.08120799999641,31.938896000000387,2437874,11,1,1989 +8,M,51.0,15429,-109.08167999999641,31.937884000000402,2439521,11,1,1989 +14,,,15430,-109.08182699999641,31.937054000000447,2491757,11,1,1989 +9,M,49.0,15431,-109.08090299999638,31.93785900000039,2439521,11,1,1989 +2,M,22.0,15432,-109.08197499999642,31.93888700000037,2437981,11,1,1989 +7,,,15433,-109.08281599999641,31.938113000000413,2491757,11,1,1989 +8,M,47.0,15434,-109.08167999999641,31.937884000000402,2439521,11,1,1989 +2,F,12.0,15435,-109.08197499999642,31.93888700000037,2437874,11,1,1989 +4,F,43.0,15436,-109.08040899999641,31.93889400000041,2439521,11,1,1989 +7,F,21.0,15437,-109.08281599999641,31.938113000000413,2437981,11,1,1989 +11,M,11.0,15438,-109.07930699999636,31.938056000000426,2437874,11,1,1989 +8,F,12.0,15439,-109.08167999999641,31.937884000000402,2437874,11,1,1989 +14,M,44.0,15440,-109.08182699999641,31.937054000000447,2439521,11,1,1989 +5,M,10.0,15441,-109.07960199999636,31.93897000000045,2437874,11,1,1989 +14,F,37.0,15442,-109.08182699999641,31.937054000000447,2438517,11,1,1989 +3,M,25.0,15443,-109.08120799999641,31.938896000000387,2438516,11,1,1989 +8,F,43.0,15444,-109.08167999999641,31.937884000000402,2439521,11,1,1989 +9,M,55.0,15445,-109.08090299999638,31.93785900000039,2439521,11,1,1989 +8,M,49.0,15446,-109.08167999999641,31.937884000000402,2439521,11,1,1989 +5,M,22.0,15447,-109.07960199999636,31.93897000000045,2438516,11,1,1989 +7,F,28.0,15448,-109.08281599999641,31.938113000000413,2437981,11,1,1989 +2,F,57.0,15449,-109.08197499999642,31.93888700000037,2439541,11,1,1989 +4,M,49.0,15450,-109.08040899999641,31.93889400000041,2439521,11,1,1989 +9,F,31.0,15451,-109.08090299999638,31.93785900000039,2438517,11,1,1989 +4,F,13.0,15452,-109.08040899999641,31.93889400000041,2437874,11,1,1989 +15,F,14.0,15453,-109.08103599999642,31.937059000000463,2437874,11,1,1989 +9,M,36.0,15454,-109.08090299999638,31.93785900000039,2439521,11,1,1989 +14,M,34.0,15455,-109.08182699999641,31.937054000000447,2438517,11,1,1989 +7,M,11.0,15456,-109.08281599999641,31.938113000000413,2437874,11,1,1989 +5,F,13.0,15457,-109.07960199999636,31.93897000000045,2437874,11,1,1989 +13,M,10.0,15458,-109.08261299999641,31.937028000000442,2437874,11,1,1989 +11,M,19.0,15459,-109.07930699999636,31.938056000000426,2437981,11,1,1989 +9,M,275.0,15460,-109.08090299999638,31.93785900000039,,11,1,1989 +13,M,30.0,15461,-109.08261299999641,31.937028000000442,2438516,11,1,1989 +13,,,15462,-109.08261299999641,31.937028000000442,2491757,11,1,1989 +7,F,21.0,15463,-109.08281599999641,31.938113000000413,2437981,11,1,1989 +9,M,50.0,15464,-109.08090299999638,31.93785900000039,2439521,11,1,1989 +11,M,11.0,15465,-109.07930699999636,31.938056000000426,2437874,11,1,1989 +9,M,50.0,15466,-109.08090299999638,31.93785900000039,2439521,11,1,1989 +13,M,24.0,15467,-109.08261299999641,31.937028000000442,2437967,11,1,1989 +3,F,23.0,15468,-109.08120799999641,31.938896000000387,2438516,11,1,1989 +10,F,16.0,15469,-109.08009099999636,31.938017000000425,2437864,11,1,1989 +8,M,39.0,15470,-109.08167999999641,31.937884000000402,2439521,11,1,1989 +11,F,30.0,15471,-109.07930699999636,31.938056000000426,2438517,11,1,1989 +14,F,47.0,15472,-109.08182699999641,31.937054000000447,2439521,11,1,1989 +3,M,10.0,15473,-109.08120799999641,31.938896000000387,2437874,11,1,1989 +9,F,9.0,15474,-109.08090299999638,31.93785900000039,2437874,11,1,1989 +13,,,15475,-109.08261299999641,31.937028000000442,2437568,11,1,1989 +7,,,15476,-109.08281599999641,31.938113000000413,2491757,11,1,1989 +9,F,43.0,15477,-109.08090299999638,31.93785900000039,2439521,11,1,1989 +8,F,43.0,15478,-109.08167999999641,31.937884000000402,2439521,11,1,1989 +3,F,13.0,15479,-109.08120799999641,31.938896000000387,2437874,11,1,1989 +11,M,50.0,15480,-109.07930699999636,31.938056000000426,2439521,11,1,1989 +9,M,48.0,15481,-109.08090299999638,31.93785900000039,2439521,11,1,1989 +13,M,11.0,15482,-109.08261299999641,31.937028000000442,2437874,11,1,1989 +2,M,57.0,15483,-109.08197499999642,31.93888700000037,2439541,11,1,1989 +5,M,22.0,15484,-109.07960199999636,31.93897000000045,2437981,11,1,1989 +8,M,43.0,15485,-109.08167999999641,31.937884000000402,2439521,11,1,1989 +7,F,19.0,15486,-109.08281599999641,31.938113000000413,2437981,11,1,1989 +17,F,9.0,15487,-109.07941499999636,31.937117000000445,2437874,4,2,1989 +17,,,15488,-109.07941499999636,31.937117000000445,2437874,4,2,1989 +20,,,15489,-109.08019099999642,31.93633400000045,2491757,4,2,1989 +12,F,53.0,15490,-109.07851899999636,31.938203000000414,2439541,4,2,1989 +23,M,17.0,15491,-109.07783799999636,31.93676300000042,2437981,4,2,1989 +18,M,19.0,15492,-109.07863299999636,31.93712600000041,2437967,4,2,1989 +20,F,16.0,15493,-109.08019099999642,31.93633400000045,2437864,4,2,1989 +1,M,41.0,15494,-109.08282899999641,31.938851000000387,2438517,4,2,1989 +12,M,24.0,15495,-109.07851899999636,31.938203000000414,2437981,4,2,1989 +21,F,13.0,15496,-109.07939799999636,31.936448000000453,2437874,4,2,1989 +6,F,22.0,15497,-109.07883599999636,31.939078000000414,2437981,4,2,1989 +12,F,27.0,15498,-109.07851899999636,31.938203000000414,2438517,4,2,1989 +21,M,10.0,15499,-109.07939799999636,31.936448000000453,2437874,4,2,1989 +18,M,10.0,15500,-109.07863299999636,31.93712600000041,2437967,4,2,1989 +21,F,64.0,15501,-109.07939799999636,31.936448000000453,2438147,4,2,1989 +20,F,155.0,15502,-109.08019099999642,31.93633400000045,,4,2,1989 +16,F,13.0,15503,-109.08024399999636,31.93709400000041,2437864,4,2,1989 +6,F,12.0,15504,-109.07883599999636,31.939078000000414,2437874,4,2,1989 +1,,,15505,-109.08282899999641,31.938851000000387,,4,2,1989 +19,M,10.0,15506,-109.07791199999636,31.937438000000434,2437874,4,2,1989 +12,F,104.0,15507,-109.07851899999636,31.938203000000414,,4,2,1989 +12,,,15508,-109.07851899999636,31.938203000000414,2437568,4,2,1989 +12,,,15509,-109.07851899999636,31.938203000000414,2437568,4,2,1989 +6,,,15510,-109.07883599999636,31.939078000000414,2437981,4,2,1989 +12,,,15511,-109.07851899999636,31.938203000000414,2437568,4,2,1989 +18,M,10.0,15512,-109.07863299999636,31.93712600000041,2437874,4,2,1989 +20,F,20.0,15513,-109.08019099999642,31.93633400000045,2437981,4,2,1989 +16,M,12.0,15514,-109.08024399999636,31.93709400000041,2437874,4,2,1989 +12,F,53.0,15515,-109.07851899999636,31.938203000000414,2439541,4,2,1989 +18,M,10.0,15516,-109.07863299999636,31.93712600000041,2437967,4,2,1989 +20,F,10.0,15517,-109.08019099999642,31.93633400000045,2437864,4,2,1989 +23,M,9.0,15518,-109.07783799999636,31.93676300000042,2437874,4,2,1989 +20,M,10.0,15519,-109.08019099999642,31.93633400000045,2437874,4,2,1989 +1,M,43.0,15520,-109.08282899999641,31.938851000000387,2439521,4,2,1989 +1,F,44.0,15521,-109.08282899999641,31.938851000000387,2439521,4,2,1989 +1,F,34.0,15522,-109.08282899999641,31.938851000000387,2438517,4,2,1989 +17,M,21.0,15523,-109.07941499999636,31.937117000000445,2437981,4,2,1989 +12,M,50.0,15524,-109.07851899999636,31.938203000000414,2439541,4,2,1989 +23,M,9.0,15525,-109.07783799999636,31.93676300000042,2437874,4,2,1989 +1,M,57.0,15526,-109.08282899999641,31.938851000000387,2439541,4,2,1989 +12,F,17.0,15527,-109.07851899999636,31.938203000000414,2437981,4,2,1989 +12,F,25.0,15528,-109.07851899999636,31.938203000000414,2437981,4,2,1989 +21,F,10.0,15529,-109.07939799999636,31.936448000000453,2437874,4,2,1989 +1,M,50.0,15530,-109.08282899999641,31.938851000000387,2439521,4,2,1989 +19,F,26.0,15531,-109.07791199999636,31.937438000000434,2437967,4,2,1989 +22,F,120.0,15532,-109.07860199999635,31.93644100000042,2439531,4,2,1989 +19,M,24.0,15533,-109.07791199999636,31.937438000000434,2437981,4,2,1989 +19,F,11.0,15534,-109.07791199999636,31.937438000000434,2437874,4,2,1989 +1,M,57.0,15535,-109.08282899999641,31.938851000000387,2439541,4,2,1989 +24,F,36.0,15536,-109.07773599999636,31.938560000000447,2439521,4,2,1989 +6,M,13.0,15537,-109.07883599999636,31.939078000000414,2437864,4,2,1989 +21,M,11.0,15538,-109.07939799999636,31.936448000000453,2437874,4,2,1989 +20,M,9.0,15539,-109.08019099999642,31.93633400000045,2437874,4,2,1989 +21,F,25.0,15540,-109.07939799999636,31.936448000000453,2438516,4,2,1989 +12,M,35.0,15541,-109.07851899999636,31.938203000000414,2438517,4,2,1989 +1,F,52.0,15542,-109.08282899999641,31.938851000000387,2439541,4,2,1989 +12,M,47.0,15543,-109.07851899999636,31.938203000000414,2439521,4,2,1989 +23,M,10.0,15544,-109.07783799999636,31.93676300000042,2437874,4,2,1989 +21,F,22.0,15545,-109.07939799999636,31.936448000000453,2438516,4,2,1989 +17,M,18.0,15546,-109.07941499999636,31.937117000000445,2437981,4,2,1989 +24,M,11.0,15547,-109.07773599999636,31.938560000000447,2437874,4,2,1989 +23,M,20.0,15548,-109.07783799999636,31.93676300000042,2437981,4,2,1989 +12,M,51.0,15549,-109.07851899999636,31.938203000000414,2439541,4,2,1989 +22,M,134.0,15550,-109.07860199999635,31.93644100000042,2439531,4,2,1989 +1,M,49.0,15551,-109.08282899999641,31.938851000000387,2439541,4,2,1989 +17,M,54.0,15552,-109.07941499999636,31.937117000000445,2439541,4,2,1989 +24,M,45.0,15553,-109.07773599999636,31.938560000000447,2439521,4,2,1989 +1,M,48.0,15554,-109.08282899999641,31.938851000000387,2439521,4,2,1989 +22,M,21.0,15555,-109.07860199999635,31.93644100000042,2438516,4,2,1989 +16,F,26.0,15556,-109.08024399999636,31.93709400000041,2437967,4,2,1989 +23,F,9.0,15557,-109.07783799999636,31.93676300000042,2437874,4,2,1989 +12,M,11.0,15558,-109.07851899999636,31.938203000000414,2437874,4,2,1989 +24,F,8.0,15559,-109.07773599999636,31.938560000000447,2437874,4,2,1989 +18,F,10.0,15560,-109.07863299999636,31.93712600000041,2437874,4,2,1989 +17,M,19.0,15561,-109.07941499999636,31.937117000000445,2437981,4,2,1989 +12,F,13.0,15562,-109.07851899999636,31.938203000000414,2437864,4,2,1989 +24,M,9.0,15563,-109.07773599999636,31.938560000000447,2437874,4,2,1989 +21,M,22.0,15564,-109.07939799999636,31.936448000000453,2438516,4,2,1989 +19,F,12.0,15565,-109.07791199999636,31.937438000000434,2437874,4,2,1989 +22,M,44.0,15566,-109.07860199999635,31.93644100000042,2439521,4,2,1989 +17,F,61.0,15567,-109.07941499999636,31.937117000000445,2438147,4,2,1989 +9,M,50.0,15568,-109.08090299999638,31.93785900000039,2439541,5,2,1989 +3,F,80.0,15569,-109.08120799999641,31.938896000000387,2438147,5,2,1989 +4,M,50.0,15570,-109.08040899999641,31.93889400000041,2439521,5,2,1989 +11,F,11.0,15571,-109.07930699999636,31.938056000000426,2437874,5,2,1989 +15,F,10.0,15572,-109.08103599999642,31.937059000000463,2437874,5,2,1989 +14,M,50.0,15573,-109.08182699999641,31.937054000000447,2439521,5,2,1989 +9,M,10.0,15574,-109.08090299999638,31.93785900000039,2437874,5,2,1989 +8,M,23.0,15575,-109.08167999999641,31.937884000000402,2438516,5,2,1989 +10,F,10.0,15576,-109.08009099999636,31.938017000000425,2437874,5,2,1989 +9,M,54.0,15577,-109.08090299999638,31.93785900000039,2439521,5,2,1989 +8,M,46.0,15578,-109.08167999999641,31.937884000000402,2439541,5,2,1989 +11,F,21.0,15579,-109.07930699999636,31.938056000000426,2437981,5,2,1989 +10,M,11.0,15580,-109.08009099999636,31.938017000000425,2437864,5,2,1989 +8,M,47.0,15581,-109.08167999999641,31.937884000000402,2439521,5,2,1989 +14,M,10.0,15582,-109.08182699999641,31.937054000000447,2437874,5,2,1989 +7,F,20.0,15583,-109.08281599999641,31.938113000000413,2437981,5,2,1989 +10,F,13.0,15584,-109.08009099999636,31.938017000000425,2437864,5,2,1989 +13,F,9.0,15585,-109.08261299999641,31.937028000000442,2437874,5,2,1989 +3,M,10.0,15586,-109.08120799999641,31.938896000000387,2437874,5,2,1989 +5,F,11.0,15587,-109.07960199999636,31.93897000000045,2437874,5,2,1989 +9,F,24.0,15588,-109.08090299999638,31.93785900000039,2437981,5,2,1989 +7,,,15589,-109.08281599999641,31.938113000000413,2437568,5,2,1989 +3,M,197.0,15590,-109.08120799999641,31.938896000000387,,5,2,1989 +9,M,23.0,15591,-109.08090299999638,31.93785900000039,2437981,5,2,1989 +15,F,,15592,-109.08103599999642,31.937059000000463,,5,2,1989 +2,M,11.0,15593,-109.08197499999642,31.93888700000037,2437874,5,2,1989 +5,M,240.0,15594,-109.07960199999636,31.93897000000045,,5,2,1989 +8,M,160.0,15595,-109.08167999999641,31.937884000000402,2439531,5,2,1989 +9,M,11.0,15596,-109.08090299999638,31.93785900000039,2437874,5,2,1989 +7,F,12.0,15597,-109.08281599999641,31.938113000000413,2437874,5,2,1989 +13,M,11.0,15598,-109.08261299999641,31.937028000000442,2437874,5,2,1989 +2,F,9.0,15599,-109.08197499999642,31.93888700000037,2437874,5,2,1989 +8,F,10.0,15600,-109.08167999999641,31.937884000000402,2437874,5,2,1989 +4,F,43.0,15601,-109.08040899999641,31.93889400000041,2439521,5,2,1989 +11,M,48.0,15602,-109.07930699999636,31.938056000000426,2439521,5,2,1989 +8,M,11.0,15603,-109.08167999999641,31.937884000000402,2437874,5,2,1989 +5,M,20.0,15604,-109.07960199999636,31.93897000000045,2437981,5,2,1989 +9,F,43.0,15605,-109.08090299999638,31.93785900000039,2439521,5,2,1989 +14,M,9.0,15606,-109.08182699999641,31.937054000000447,2437874,5,2,1989 +3,M,23.0,15607,-109.08120799999641,31.938896000000387,2437981,5,2,1989 +13,,,15608,-109.08261299999641,31.937028000000442,2437874,5,2,1989 +11,M,48.0,15609,-109.07930699999636,31.938056000000426,2439521,5,2,1989 +8,M,47.0,15610,-109.08167999999641,31.937884000000402,2439521,5,2,1989 +13,,,15611,-109.08261299999641,31.937028000000442,2491276,5,2,1989 +4,F,44.0,15612,-109.08040899999641,31.93889400000041,2439521,5,2,1989 +5,M,12.0,15613,-109.07960199999636,31.93897000000045,2437864,5,2,1989 +9,F,11.0,15614,-109.08090299999638,31.93785900000039,2437874,5,2,1989 +5,M,25.0,15615,-109.07960199999636,31.93897000000045,2438517,5,2,1989 +13,M,10.0,15616,-109.08261299999641,31.937028000000442,2437874,5,2,1989 +4,F,13.0,15617,-109.08040899999641,31.93889400000041,2437874,5,2,1989 +5,F,25.0,15618,-109.07960199999636,31.93897000000045,2438516,5,2,1989 +7,F,29.0,15619,-109.08281599999641,31.938113000000413,2437981,5,2,1989 +3,F,26.0,15620,-109.08120799999641,31.938896000000387,2437981,5,2,1989 +4,M,40.0,15621,-109.08040899999641,31.93889400000041,2439521,5,2,1989 +11,M,10.0,15622,-109.07930699999636,31.938056000000426,2437874,5,2,1989 +9,M,9.0,15623,-109.08090299999638,31.93785900000039,2437874,5,2,1989 +8,F,42.0,15624,-109.08167999999641,31.937884000000402,2439521,5,2,1989 +15,,,15625,-109.08103599999642,31.937059000000463,2437568,5,2,1989 +13,F,24.0,15626,-109.08261299999641,31.937028000000442,2437981,5,2,1989 +4,M,31.0,15627,-109.08040899999641,31.93889400000041,2438517,5,2,1989 +13,M,11.0,15628,-109.08261299999641,31.937028000000442,2437874,5,2,1989 +7,M,22.0,15629,-109.08281599999641,31.938113000000413,2437981,5,2,1989 +3,M,10.0,15630,-109.08120799999641,31.938896000000387,2437874,5,2,1989 +11,M,47.0,15631,-109.07930699999636,31.938056000000426,2439521,5,2,1989 +2,F,12.0,15632,-109.08197499999642,31.93888700000037,2437874,5,2,1989 +11,F,46.0,15633,-109.07930699999636,31.938056000000426,2439521,5,2,1989 +11,M,78.0,15634,-109.07930699999636,31.938056000000426,2438147,5,2,1989 +15,F,9.0,15635,-109.08103599999642,31.937059000000463,2437874,5,2,1989 +14,M,47.0,15636,-109.08182699999641,31.937054000000447,2439521,5,2,1989 +11,F,29.0,15637,-109.07930699999636,31.938056000000426,2438517,5,2,1989 +9,F,11.0,15638,-109.08090299999638,31.93785900000039,2437874,5,2,1989 +3,F,26.0,15639,-109.08120799999641,31.938896000000387,2438516,5,2,1989 +4,M,48.0,15640,-109.08040899999641,31.93889400000041,2439521,5,2,1989 +15,M,44.0,15641,-109.08103599999642,31.937059000000463,2439521,5,2,1989 +2,M,56.0,15642,-109.08197499999642,31.93888700000037,2439541,5,2,1989 +4,F,10.0,15643,-109.08040899999641,31.93889400000041,2437874,5,2,1989 +5,F,21.0,15644,-109.07960199999636,31.93897000000045,2437981,5,2,1989 +2,F,54.0,15645,-109.08197499999642,31.93888700000037,2439541,5,2,1989 +4,F,42.0,15646,-109.08040899999641,31.93889400000041,2439521,5,2,1989 +2,M,24.0,15647,-109.08197499999642,31.93888700000037,2438516,5,2,1989 +9,M,49.0,15648,-109.08090299999638,31.93785900000039,2439521,5,2,1989 +8,F,27.0,15649,-109.08167999999641,31.937884000000402,2438517,5,2,1989 +11,M,18.0,15650,-109.07930699999636,31.938056000000426,2437981,5,2,1989 +15,M,33.0,15651,-109.08103599999642,31.937059000000463,2438517,5,2,1989 +5,F,11.0,15652,-109.07960199999636,31.93897000000045,2437874,5,2,1989 +7,M,22.0,15653,-109.08281599999641,31.938113000000413,2437981,5,2,1989 +3,F,9.0,15654,-109.08120799999641,31.938896000000387,2437874,5,2,1989 +11,F,44.0,15655,-109.07930699999636,31.938056000000426,2439521,5,2,1989 +8,F,5.0,15656,-109.08167999999641,31.937884000000402,2437874,5,2,1989 +7,,,15657,-109.08281599999641,31.938113000000413,2437874,5,2,1989 +9,M,47.0,15658,-109.08090299999638,31.93785900000039,2439521,5,2,1989 +4,F,39.0,15659,-109.08040899999641,31.93889400000041,2439521,5,2,1989 +9,M,48.0,15660,-109.08090299999638,31.93785900000039,2439521,5,2,1989 +15,F,33.0,15661,-109.08103599999642,31.937059000000463,2438517,5,2,1989 +7,M,24.0,15662,-109.08281599999641,31.938113000000413,2437981,5,2,1989 +2,M,41.0,15663,-109.08197499999642,31.93888700000037,2438517,5,2,1989 +3,M,23.0,15664,-109.08120799999641,31.938896000000387,2438516,5,2,1989 +11,F,11.0,15665,-109.07930699999636,31.938056000000426,2437874,5,2,1989 +7,M,10.0,15666,-109.08281599999641,31.938113000000413,2437874,5,2,1989 +3,M,11.0,15667,-109.08120799999641,31.938896000000387,2437874,5,2,1989 +5,M,36.0,15668,-109.07960199999636,31.93897000000045,2438517,5,2,1989 +9,M,41.0,15669,-109.08090299999638,31.93785900000039,2439521,5,2,1989 +8,F,30.0,15670,-109.08167999999641,31.937884000000402,2438517,5,2,1989 +15,M,39.0,15671,-109.08103599999642,31.937059000000463,2438517,5,2,1989 +13,M,10.0,15672,-109.08261299999641,31.937028000000442,2437874,5,2,1989 +15,M,20.0,15673,-109.08103599999642,31.937059000000463,2437967,5,2,1989 +7,M,9.0,15674,-109.08281599999641,31.938113000000413,2437874,5,2,1989 +11,M,37.0,15675,-109.07930699999636,31.938056000000426,2439521,5,2,1989 +11,M,45.0,15676,-109.07930699999636,31.938056000000426,2439521,5,2,1989 +8,M,44.0,15677,-109.08167999999641,31.937884000000402,2439521,5,2,1989 +14,M,47.0,15678,-109.08182699999641,31.937054000000447,2439521,11,3,1989 +1,M,10.0,15679,-109.08282899999641,31.938851000000387,2437874,12,3,1989 +24,F,187.0,15680,-109.07773599999636,31.938560000000447,,12,3,1989 +7,F,27.0,15681,-109.08281599999641,31.938113000000413,2437981,12,3,1989 +24,M,27.0,15682,-109.07773599999636,31.938560000000447,2438516,12,3,1989 +7,F,13.0,15683,-109.08281599999641,31.938113000000413,2437874,12,3,1989 +24,F,24.0,15684,-109.07773599999636,31.938560000000447,2438516,12,3,1989 +12,F,123.0,15685,-109.07851899999636,31.938203000000414,,12,3,1989 +1,F,11.0,15686,-109.08282899999641,31.938851000000387,2437874,12,3,1989 +12,M,249.0,15687,-109.07851899999636,31.938203000000414,,12,3,1989 +19,M,27.0,15688,-109.07791199999636,31.937438000000434,2437981,12,3,1989 +23,M,11.0,15689,-109.07783799999636,31.93676300000042,2437874,12,3,1989 +12,M,11.0,15690,-109.07851899999636,31.938203000000414,2437874,12,3,1989 +24,M,11.0,15691,-109.07773599999636,31.938560000000447,2437874,12,3,1989 +24,F,22.0,15692,-109.07773599999636,31.938560000000447,2437981,12,3,1989 +12,F,31.0,15693,-109.07851899999636,31.938203000000414,2438517,12,3,1989 +23,M,10.0,15694,-109.07783799999636,31.93676300000042,2437874,12,3,1989 +24,M,12.0,15695,-109.07773599999636,31.938560000000447,2437874,12,3,1989 +7,M,11.0,15696,-109.08281599999641,31.938113000000413,2437874,12,3,1989 +19,M,21.0,15697,-109.07791199999636,31.937438000000434,2437967,12,3,1989 +12,F,12.0,15698,-109.07851899999636,31.938203000000414,2437874,12,3,1989 +22,F,10.0,15699,-109.07860199999635,31.93644100000042,2437874,12,3,1989 +1,M,51.0,15700,-109.08282899999641,31.938851000000387,2439541,12,3,1989 +22,F,101.0,15701,-109.07860199999635,31.93644100000042,2439531,12,3,1989 +6,F,13.0,15702,-109.07883599999636,31.939078000000414,2437874,12,3,1989 +7,M,23.0,15703,-109.08281599999641,31.938113000000413,2437981,12,3,1989 +6,F,6.0,15704,-109.07883599999636,31.939078000000414,2437874,12,3,1989 +12,M,40.0,15705,-109.07851899999636,31.938203000000414,2438517,12,3,1989 +7,F,24.0,15706,-109.08281599999641,31.938113000000413,2437981,12,3,1989 +6,M,19.0,15707,-109.07883599999636,31.939078000000414,2437967,12,3,1989 +19,F,22.0,15708,-109.07791199999636,31.937438000000434,2437981,12,3,1989 +6,M,22.0,15709,-109.07883599999636,31.939078000000414,2437981,12,3,1989 +12,M,81.0,15710,-109.07851899999636,31.938203000000414,2438147,12,3,1989 +22,M,135.0,15711,-109.07860199999635,31.93644100000042,2439531,12,3,1989 +23,M,10.0,15712,-109.07783799999636,31.93676300000042,2437874,12,3,1989 +22,F,46.0,15713,-109.07860199999635,31.93644100000042,2439521,12,3,1989 +23,F,12.0,15714,-109.07783799999636,31.93676300000042,2437874,12,3,1989 +22,M,11.0,15715,-109.07860199999635,31.93644100000042,2437874,12,3,1989 +7,M,23.0,15716,-109.08281599999641,31.938113000000413,2437981,12,3,1989 +7,M,11.0,15717,-109.08281599999641,31.938113000000413,2437874,12,3,1989 +6,M,23.0,15718,-109.07883599999636,31.939078000000414,2437981,12,3,1989 +19,F,13.0,15719,-109.07791199999636,31.937438000000434,2437874,12,3,1989 +22,F,,15720,-109.07860199999635,31.93644100000042,2439531,12,3,1989 +7,M,24.0,15721,-109.08281599999641,31.938113000000413,2437981,12,3,1989 +12,F,26.0,15722,-109.07851899999636,31.938203000000414,2437981,12,3,1989 +23,M,10.0,15723,-109.07783799999636,31.93676300000042,2437874,12,3,1989 +6,F,16.0,15724,-109.07883599999636,31.939078000000414,2437864,12,3,1989 +24,M,11.0,15725,-109.07773599999636,31.938560000000447,2437874,12,3,1989 +7,F,28.0,15726,-109.08281599999641,31.938113000000413,2437981,12,3,1989 +22,M,49.0,15727,-109.07860199999635,31.93644100000042,2439521,12,3,1989 +1,M,48.0,15728,-109.08282899999641,31.938851000000387,2439521,12,3,1989 +23,F,12.0,15729,-109.07783799999636,31.93676300000042,2437874,12,3,1989 +11,M,90.0,15730,-109.07930699999636,31.938056000000426,2438147,13,3,1989 +20,M,24.0,15731,-109.08019099999642,31.93633400000045,2437981,13,3,1989 +13,M,11.0,15732,-109.08261299999641,31.937028000000442,2437874,13,3,1989 +20,F,14.0,15733,-109.08019099999642,31.93633400000045,2437864,13,3,1989 +2,F,34.0,15734,-109.08197499999642,31.93888700000037,2438517,13,3,1989 +2,F,70.0,15735,-109.08197499999642,31.93888700000037,2439541,13,3,1989 +21,F,14.0,15736,-109.07939799999636,31.936448000000453,2437874,13,3,1989 +18,M,25.0,15737,-109.07863299999636,31.93712600000041,2438516,13,3,1989 +20,M,9.0,15738,-109.08019099999642,31.93633400000045,2437874,13,3,1989 +21,,,15739,-109.07939799999636,31.936448000000453,2491757,13,3,1989 +5,F,13.0,15740,-109.07960199999636,31.93897000000045,2437874,13,3,1989 +20,M,11.0,15741,-109.08019099999642,31.93633400000045,2437874,13,3,1989 +17,F,24.0,15742,-109.07941499999636,31.937117000000445,2437981,13,3,1989 +5,F,13.0,15743,-109.07960199999636,31.93897000000045,2437874,13,3,1989 +11,M,11.0,15744,-109.07930699999636,31.938056000000426,2437874,13,3,1989 +20,M,28.0,15745,-109.08019099999642,31.93633400000045,2438516,13,3,1989 +18,M,13.0,15746,-109.07863299999636,31.93712600000041,2437967,13,3,1989 +2,M,11.0,15747,-109.08197499999642,31.93888700000037,2437874,13,3,1989 +20,M,9.0,15748,-109.08019099999642,31.93633400000045,2437874,13,3,1989 +21,F,84.0,15749,-109.07939799999636,31.936448000000453,2438147,13,3,1989 +5,M,10.0,15750,-109.07960199999636,31.93897000000045,2437874,13,3,1989 +2,M,25.0,15751,-109.08197499999642,31.93888700000037,2437981,13,3,1989 +13,M,10.0,15752,-109.08261299999641,31.937028000000442,2437874,13,3,1989 +18,F,26.0,15753,-109.07863299999636,31.93712600000041,2438516,13,3,1989 +11,M,48.0,15754,-109.07930699999636,31.938056000000426,2439521,13,3,1989 +5,F,31.0,15755,-109.07960199999636,31.93897000000045,2438517,13,3,1989 +2,M,58.0,15756,-109.08197499999642,31.93888700000037,2439541,13,3,1989 +20,M,11.0,15757,-109.08019099999642,31.93633400000045,2437874,13,3,1989 +17,F,11.0,15758,-109.07941499999636,31.937117000000445,2437874,13,3,1989 +21,F,11.0,15759,-109.07939799999636,31.936448000000453,2437874,13,3,1989 +21,M,12.0,15760,-109.07939799999636,31.936448000000453,2437874,13,3,1989 +5,M,89.0,15761,-109.07960199999636,31.93897000000045,2438147,13,3,1989 +2,F,14.0,15762,-109.08197499999642,31.93888700000037,2437874,13,3,1989 +17,F,183.0,15763,-109.07941499999636,31.937117000000445,,13,3,1989 +5,M,30.0,15764,-109.07960199999636,31.93897000000045,2438517,13,3,1989 +2,M,55.0,15765,-109.08197499999642,31.93888700000037,2439541,13,3,1989 +5,M,24.0,15766,-109.07960199999636,31.93897000000045,2439591,13,3,1989 +13,F,27.0,15767,-109.08261299999641,31.937028000000442,2437981,13,3,1989 +18,,,15768,-109.07863299999636,31.93712600000041,2491757,13,3,1989 +20,F,25.0,15769,-109.08019099999642,31.93633400000045,2438516,13,3,1989 +11,M,10.0,15770,-109.07930699999636,31.938056000000426,2437874,13,3,1989 +17,M,60.0,15771,-109.07941499999636,31.937117000000445,2439541,13,3,1989 +11,F,47.0,15772,-109.07930699999636,31.938056000000426,2439521,13,3,1989 +2,F,25.0,15773,-109.08197499999642,31.93888700000037,2437981,13,3,1989 +17,F,75.0,15774,-109.07941499999636,31.937117000000445,2438147,13,3,1989 +5,M,21.0,15775,-109.07960199999636,31.93897000000045,2437981,13,3,1989 +2,M,10.0,15776,-109.08197499999642,31.93888700000037,2437874,13,3,1989 +13,M,22.0,15777,-109.08261299999641,31.937028000000442,2437981,13,3,1989 +21,F,16.0,15778,-109.07939799999636,31.936448000000453,2437864,13,3,1989 +2,M,42.0,15779,-109.08197499999642,31.93888700000037,2438517,13,3,1989 +5,F,23.0,15780,-109.07960199999636,31.93897000000045,2437981,13,3,1989 +2,M,242.0,15781,-109.08197499999642,31.93888700000037,,13,3,1989 +13,M,24.0,15782,-109.08261299999641,31.937028000000442,2437981,13,3,1989 +17,F,12.0,15783,-109.07941499999636,31.937117000000445,2437874,13,3,1989 +17,M,11.0,15784,-109.07941499999636,31.937117000000445,2437874,13,3,1989 +13,,,15785,-109.08261299999641,31.937028000000442,2437568,13,3,1989 +2,F,12.0,15786,-109.08197499999642,31.93888700000037,2437874,13,3,1989 +11,M,48.0,15787,-109.07930699999636,31.938056000000426,2439521,13,3,1989 +3,F,105.0,15788,-109.08120799999641,31.938896000000387,2438147,14,3,1989 +9,M,54.0,15789,-109.08090299999638,31.93785900000039,2439541,14,3,1989 +14,M,49.0,15790,-109.08182699999641,31.937054000000447,2439521,14,3,1989 +3,F,90.0,15791,-109.08120799999641,31.938896000000387,2438147,14,3,1989 +8,F,46.0,15792,-109.08167999999641,31.937884000000402,2439521,14,3,1989 +4,M,49.0,15793,-109.08040899999641,31.93889400000041,2439521,14,3,1989 +4,F,34.0,15794,-109.08040899999641,31.93889400000041,2438517,14,3,1989 +16,M,11.0,15795,-109.08024399999636,31.93709400000041,2437874,14,3,1989 +10,F,14.0,15796,-109.08009099999636,31.938017000000425,2437864,14,3,1989 +4,M,133.0,15797,-109.08040899999641,31.93889400000041,2439531,14,3,1989 +9,F,45.0,15798,-109.08090299999638,31.93785900000039,2439521,14,3,1989 +15,M,10.0,15799,-109.08103599999642,31.937059000000463,2437874,14,3,1989 +15,F,13.0,15800,-109.08103599999642,31.937059000000463,2437874,14,3,1989 +15,F,13.0,15801,-109.08103599999642,31.937059000000463,2437874,14,3,1989 +3,M,28.0,15802,-109.08120799999641,31.938896000000387,2438516,14,3,1989 +3,M,192.0,15803,-109.08120799999641,31.938896000000387,,14,3,1989 +9,,,15804,-109.08090299999638,31.93785900000039,2491757,14,3,1989 +14,M,49.0,15805,-109.08182699999641,31.937054000000447,2439521,14,3,1989 +10,M,12.0,15806,-109.08009099999636,31.938017000000425,2437864,14,3,1989 +8,F,45.0,15807,-109.08167999999641,31.937884000000402,2439521,14,3,1989 +16,F,12.0,15808,-109.08024399999636,31.93709400000041,2437874,14,3,1989 +10,,,15809,-109.08009099999636,31.938017000000425,2437874,14,3,1989 +3,F,28.0,15810,-109.08120799999641,31.938896000000387,2437981,14,3,1989 +3,M,10.0,15811,-109.08120799999641,31.938896000000387,2437874,14,3,1989 +9,M,55.0,15812,-109.08090299999638,31.93785900000039,2439521,14,3,1989 +8,M,93.0,15813,-109.08167999999641,31.937884000000402,2439531,14,3,1989 +14,M,24.0,15814,-109.08182699999641,31.937054000000447,2437981,14,3,1989 +3,M,25.0,15815,-109.08120799999641,31.938896000000387,2437981,14,3,1989 +8,M,45.0,15816,-109.08167999999641,31.937884000000402,2439521,14,3,1989 +4,F,12.0,15817,-109.08040899999641,31.93889400000041,2437874,14,3,1989 +9,,,15818,-109.08090299999638,31.93785900000039,2437300,14,3,1989 +9,M,39.0,15819,-109.08090299999638,31.93785900000039,2439521,14,3,1989 +4,F,41.0,15820,-109.08040899999641,31.93889400000041,2439521,14,3,1989 +14,F,47.0,15821,-109.08182699999641,31.937054000000447,2439521,14,3,1989 +10,F,10.0,15822,-109.08009099999636,31.938017000000425,2437874,14,3,1989 +3,,,15823,-109.08120799999641,31.938896000000387,2437300,14,3,1989 +8,M,47.0,15824,-109.08167999999641,31.937884000000402,2439521,14,3,1989 +10,M,11.0,15825,-109.08009099999636,31.938017000000425,2437874,14,3,1989 +3,M,11.0,15826,-109.08120799999641,31.938896000000387,2437874,14,3,1989 +3,F,12.0,15827,-109.08120799999641,31.938896000000387,2437874,14,3,1989 +3,M,11.0,15828,-109.08120799999641,31.938896000000387,2437874,14,3,1989 +9,M,50.0,15829,-109.08090299999638,31.93785900000039,2439521,14,3,1989 +14,F,19.0,15830,-109.08182699999641,31.937054000000447,2437967,14,3,1989 +9,M,51.0,15831,-109.08090299999638,31.93785900000039,2439521,14,3,1989 +8,M,50.0,15832,-109.08167999999641,31.937884000000402,2439521,14,3,1989 +15,M,10.0,15833,-109.08103599999642,31.937059000000463,2437874,14,3,1989 +16,M,11.0,15834,-109.08024399999636,31.93709400000041,2437874,14,3,1989 +3,M,88.0,15835,-109.08120799999641,31.938896000000387,2438147,14,3,1989 +14,M,22.0,15836,-109.08182699999641,31.937054000000447,2437967,14,3,1989 +1,F,12.0,15837,-109.08282899999641,31.938851000000387,2437874,1,4,1989 +9,M,55.0,15838,-109.08090299999638,31.93785900000039,2439521,1,4,1989 +8,F,49.0,15839,-109.08167999999641,31.937884000000402,2439521,1,4,1989 +3,F,101.0,15840,-109.08120799999641,31.938896000000387,2438147,1,4,1989 +6,M,29.0,15841,-109.07883599999636,31.939078000000414,2438517,1,4,1989 +3,M,18.0,15842,-109.08120799999641,31.938896000000387,2439591,1,4,1989 +3,F,26.0,15843,-109.08120799999641,31.938896000000387,2437981,1,4,1989 +9,F,56.0,15844,-109.08090299999638,31.93785900000039,2439541,1,4,1989 +1,M,25.0,15845,-109.08282899999641,31.938851000000387,2437981,1,4,1989 +3,M,196.0,15846,-109.08120799999641,31.938896000000387,,1,4,1989 +12,F,137.0,15847,-109.07851899999636,31.938203000000414,,1,4,1989 +12,M,82.0,15848,-109.07851899999636,31.938203000000414,2438147,1,4,1989 +9,M,49.0,15849,-109.08090299999638,31.93785900000039,2439521,1,4,1989 +5,F,35.0,15850,-109.07960199999636,31.93897000000045,2438517,1,4,1989 +10,F,9.0,15851,-109.08009099999636,31.938017000000425,2437874,1,4,1989 +8,M,107.0,15852,-109.08167999999641,31.937884000000402,2439531,1,4,1989 +1,F,13.0,15853,-109.08282899999641,31.938851000000387,2437874,1,4,1989 +2,M,21.0,15854,-109.08197499999642,31.93888700000037,2437981,1,4,1989 +11,M,22.0,15855,-109.07930699999636,31.938056000000426,2437981,1,4,1989 +10,M,12.0,15856,-109.08009099999636,31.938017000000425,2437864,1,4,1989 +5,F,93.0,15857,-109.07960199999636,31.93897000000045,2438147,1,4,1989 +8,F,43.0,15858,-109.08167999999641,31.937884000000402,2439521,1,4,1989 +4,M,29.0,15859,-109.08040899999641,31.93889400000041,2439521,1,4,1989 +5,F,13.0,15860,-109.07960199999636,31.93897000000045,2437874,1,4,1989 +4,F,40.0,15861,-109.08040899999641,31.93889400000041,2439521,1,4,1989 +5,M,11.0,15862,-109.07960199999636,31.93897000000045,2437874,1,4,1989 +24,F,30.0,15863,-109.07773599999636,31.938560000000447,2437981,1,4,1989 +12,F,53.0,15864,-109.07851899999636,31.938203000000414,2439541,1,4,1989 +1,,,15865,-109.08282899999641,31.938851000000387,2437300,1,4,1989 +3,M,10.0,15866,-109.08120799999641,31.938896000000387,2437874,1,4,1989 +3,M,22.0,15867,-109.08120799999641,31.938896000000387,2439591,1,4,1989 +8,M,48.0,15868,-109.08167999999641,31.937884000000402,2439521,1,4,1989 +3,M,24.0,15869,-109.08120799999641,31.938896000000387,2439591,1,4,1989 +4,M,46.0,15870,-109.08040899999641,31.93889400000041,2439521,1,4,1989 +4,M,146.0,15871,-109.08040899999641,31.93889400000041,2439531,1,4,1989 +12,F,9.0,15872,-109.07851899999636,31.938203000000414,2437874,1,4,1989 +8,M,46.0,15873,-109.08167999999641,31.937884000000402,2439521,1,4,1989 +2,M,54.0,15874,-109.08197499999642,31.93888700000037,2439541,1,4,1989 +24,M,10.0,15875,-109.07773599999636,31.938560000000447,2437874,1,4,1989 +3,F,11.0,15876,-109.08120799999641,31.938896000000387,2437874,1,4,1989 +11,M,10.0,15877,-109.07930699999636,31.938056000000426,2437874,1,4,1989 +4,F,45.0,15878,-109.08040899999641,31.93889400000041,2439521,1,4,1989 +11,,,15879,-109.07930699999636,31.938056000000426,,1,4,1989 +6,F,27.0,15880,-109.07883599999636,31.939078000000414,2438516,1,4,1989 +11,M,47.0,15881,-109.07930699999636,31.938056000000426,2439521,1,4,1989 +5,,,15882,-109.07960199999636,31.93897000000045,2437981,1,4,1989 +24,M,9.0,15883,-109.07773599999636,31.938560000000447,2437874,1,4,1989 +12,F,38.0,15884,-109.07851899999636,31.938203000000414,2438517,1,4,1989 +4,F,10.0,15885,-109.08040899999641,31.93889400000041,2437874,1,4,1989 +9,F,44.0,15886,-109.08090299999638,31.93785900000039,2439521,1,4,1989 +5,M,31.0,15887,-109.07960199999636,31.93897000000045,2438517,1,4,1989 +12,M,48.0,15888,-109.07851899999636,31.938203000000414,2439521,1,4,1989 +6,M,13.0,15889,-109.07883599999636,31.939078000000414,2437874,1,4,1989 +24,M,11.0,15890,-109.07773599999636,31.938560000000447,2437874,1,4,1989 +12,F,33.0,15891,-109.07851899999636,31.938203000000414,2438517,1,4,1989 +9,M,40.0,15892,-109.08090299999638,31.93785900000039,2439521,1,4,1989 +11,F,14.0,15893,-109.07930699999636,31.938056000000426,2437874,1,4,1989 +10,F,16.0,15894,-109.08009099999636,31.938017000000425,2437864,1,4,1989 +2,M,10.0,15895,-109.08197499999642,31.93888700000037,2437874,1,4,1989 +4,F,40.0,15896,-109.08040899999641,31.93889400000041,2439521,1,4,1989 +5,M,25.0,15897,-109.07960199999636,31.93897000000045,2439591,1,4,1989 +2,M,36.0,15898,-109.08197499999642,31.93888700000037,2438517,1,4,1989 +5,M,22.0,15899,-109.07960199999636,31.93897000000045,2439591,1,4,1989 +12,F,12.0,15900,-109.07851899999636,31.938203000000414,2437864,1,4,1989 +4,M,15.0,15901,-109.08040899999641,31.93889400000041,2439591,1,4,1989 +5,,,15902,-109.07960199999636,31.93897000000045,2436910,1,4,1989 +5,F,48.0,15903,-109.07960199999636,31.93897000000045,2439541,1,4,1989 +6,F,12.0,15904,-109.07883599999636,31.939078000000414,2437874,1,4,1989 +9,M,36.0,15905,-109.08090299999638,31.93785900000039,2438517,1,4,1989 +5,M,11.0,15906,-109.07960199999636,31.93897000000045,2437874,1,4,1989 +6,F,16.0,15907,-109.07883599999636,31.939078000000414,2439591,1,4,1989 +1,M,54.0,15908,-109.08282899999641,31.938851000000387,2439541,1,4,1989 +6,F,12.0,15909,-109.07883599999636,31.939078000000414,2437864,1,4,1989 +12,M,10.0,15910,-109.07851899999636,31.938203000000414,2437874,1,4,1989 +3,M,12.0,15911,-109.08120799999641,31.938896000000387,2437874,1,4,1989 +5,M,21.0,15912,-109.07960199999636,31.93897000000045,2437981,1,4,1989 +3,F,86.0,15913,-109.08120799999641,31.938896000000387,2438147,1,4,1989 +24,M,180.0,15914,-109.07773599999636,31.938560000000447,,1,4,1989 +11,F,46.0,15915,-109.07930699999636,31.938056000000426,2439521,1,4,1989 +8,M,49.0,15916,-109.08167999999641,31.937884000000402,2439521,1,4,1989 +7,F,25.0,15917,-109.08281599999641,31.938113000000413,2437981,2,4,1989 +13,M,10.0,15918,-109.08261299999641,31.937028000000442,2437874,2,4,1989 +16,M,8.0,15919,-109.08024399999636,31.93709400000041,2437874,2,4,1989 +7,M,23.0,15920,-109.08281599999641,31.938113000000413,2437981,2,4,1989 +15,M,10.0,15921,-109.08103599999642,31.937059000000463,2437874,2,4,1989 +20,F,13.0,15922,-109.08019099999642,31.93633400000045,2437864,2,4,1989 +17,F,103.0,15923,-109.07941499999636,31.937117000000445,,2,4,1989 +7,F,15.0,15924,-109.08281599999641,31.938113000000413,2437981,2,4,1989 +17,F,102.0,15925,-109.07941499999636,31.937117000000445,2438147,2,4,1989 +14,M,,15926,-109.08182699999641,31.937054000000447,2439521,2,4,1989 +22,F,9.0,15927,-109.07860199999635,31.93644100000042,2437874,2,4,1989 +21,F,10.0,15928,-109.07939799999636,31.936448000000453,2437874,2,4,1989 +13,M,10.0,15929,-109.08261299999641,31.937028000000442,2437874,2,4,1989 +20,F,11.0,15930,-109.08019099999642,31.93633400000045,2437864,2,4,1989 +18,F,33.0,15931,-109.07863299999636,31.93712600000041,2438516,2,4,1989 +21,F,6.0,15932,-109.07939799999636,31.936448000000453,2437874,2,4,1989 +7,M,12.0,15933,-109.08281599999641,31.938113000000413,2437874,2,4,1989 +7,M,24.0,15934,-109.08281599999641,31.938113000000413,2437981,2,4,1989 +18,F,13.0,15935,-109.07863299999636,31.93712600000041,2437874,2,4,1989 +19,,,15936,-109.07791199999636,31.937438000000434,2436910,2,4,1989 +19,M,9.0,15937,-109.07791199999636,31.937438000000434,2437874,2,4,1989 +21,M,8.0,15938,-109.07939799999636,31.936448000000453,2437874,2,4,1989 +17,F,106.0,15939,-109.07941499999636,31.937117000000445,,2,4,1989 +20,M,9.0,15940,-109.08019099999642,31.93633400000045,2437874,2,4,1989 +17,F,12.0,15941,-109.07941499999636,31.937117000000445,2437874,2,4,1989 +15,M,11.0,15942,-109.08103599999642,31.937059000000463,2437874,2,4,1989 +23,M,11.0,15943,-109.07783799999636,31.93676300000042,2437874,2,4,1989 +22,M,137.0,15944,-109.07860199999635,31.93644100000042,2439531,2,4,1989 +17,F,49.0,15945,-109.07941499999636,31.937117000000445,2439541,2,4,1989 +21,F,98.0,15946,-109.07939799999636,31.936448000000453,2438147,2,4,1989 +7,M,11.0,15947,-109.08281599999641,31.938113000000413,2437864,2,4,1989 +20,F,190.0,15948,-109.08019099999642,31.93633400000045,,2,4,1989 +17,M,,15949,-109.07941499999636,31.937117000000445,2439541,2,4,1989 +22,M,51.0,15950,-109.07860199999635,31.93644100000042,2439521,2,4,1989 +20,,,15951,-109.08019099999642,31.93633400000045,2437568,2,4,1989 +23,F,13.0,15952,-109.07783799999636,31.93676300000042,2437874,2,4,1989 +7,F,27.0,15953,-109.08281599999641,31.938113000000413,2437981,2,4,1989 +19,F,12.0,15954,-109.07791199999636,31.937438000000434,2437874,2,4,1989 +23,M,9.0,15955,-109.07783799999636,31.93676300000042,2437874,2,4,1989 +20,M,9.0,15956,-109.08019099999642,31.93633400000045,2437874,2,4,1989 +17,M,27.0,15957,-109.07941499999636,31.937117000000445,2438516,2,4,1989 +21,M,10.0,15958,-109.07939799999636,31.936448000000453,2437874,2,4,1989 +20,M,10.0,15959,-109.08019099999642,31.93633400000045,2437874,2,4,1989 +21,F,13.0,15960,-109.07939799999636,31.936448000000453,2437874,2,4,1989 +15,F,9.0,15961,-109.08103599999642,31.937059000000463,2437874,2,4,1989 +22,M,48.0,15962,-109.07860199999635,31.93644100000042,2439521,2,4,1989 +18,M,22.0,15963,-109.07863299999636,31.93712600000041,2437967,2,4,1989 +14,F,20.0,15964,-109.08182699999641,31.937054000000447,2437981,2,4,1989 +18,F,12.0,15965,-109.07863299999636,31.93712600000041,2437874,2,4,1989 +14,M,48.0,15966,-109.08182699999641,31.937054000000447,2439521,2,4,1989 +19,M,20.0,15967,-109.07791199999636,31.937438000000434,2439591,2,4,1989 +22,F,115.0,15968,-109.07860199999635,31.93644100000042,2439531,2,4,1989 +7,M,23.0,15969,-109.08281599999641,31.938113000000413,2437981,2,4,1989 +7,M,21.0,15970,-109.08281599999641,31.938113000000413,2437981,2,4,1989 +22,F,53.0,15971,-109.07860199999635,31.93644100000042,2439521,2,4,1989 +20,M,10.0,15972,-109.08019099999642,31.93633400000045,2437874,9,5,1989 +21,F,10.0,15973,-109.07939799999636,31.936448000000453,2437874,9,5,1989 +1,M,13.0,15974,-109.08282899999641,31.938851000000387,2438516,9,5,1989 +24,,,15975,-109.07773599999636,31.938560000000447,2437568,9,5,1989 +1,F,35.0,15976,-109.08282899999641,31.938851000000387,2439521,9,5,1989 +21,F,7.0,15977,-109.07939799999636,31.936448000000453,2437874,9,5,1989 +20,F,177.0,15978,-109.08019099999642,31.93633400000045,,9,5,1989 +7,F,17.0,15979,-109.08281599999641,31.938113000000413,2437981,9,5,1989 +21,M,10.0,15980,-109.07939799999636,31.936448000000453,2437874,9,5,1989 +1,F,12.0,15981,-109.08282899999641,31.938851000000387,2437874,9,5,1989 +21,M,100.0,15982,-109.07939799999636,31.936448000000453,,9,5,1989 +24,F,25.0,15983,-109.07773599999636,31.938560000000447,2437981,9,5,1989 +1,F,43.0,15984,-109.08282899999641,31.938851000000387,2439541,9,5,1989 +24,F,31.0,15985,-109.07773599999636,31.938560000000447,2438516,9,5,1989 +21,F,188.0,15986,-109.07939799999636,31.936448000000453,,9,5,1989 +19,M,22.0,15987,-109.07791199999636,31.937438000000434,2437981,9,5,1989 +21,F,120.0,15988,-109.07939799999636,31.936448000000453,2438147,9,5,1989 +24,F,138.0,15989,-109.07773599999636,31.938560000000447,,9,5,1989 +20,M,22.0,15990,-109.08019099999642,31.93633400000045,2437981,9,5,1989 +22,F,42.0,15991,-109.07860199999635,31.93644100000042,2439521,9,5,1989 +20,F,13.0,15992,-109.08019099999642,31.93633400000045,2437864,9,5,1989 +24,F,48.0,15993,-109.07773599999636,31.938560000000447,2439541,9,5,1989 +1,M,45.0,15994,-109.08282899999641,31.938851000000387,2439521,9,5,1989 +24,M,30.0,15995,-109.07773599999636,31.938560000000447,2438516,9,5,1989 +22,M,134.0,15996,-109.07860199999635,31.93644100000042,2439531,9,5,1989 +20,M,15.0,15997,-109.08019099999642,31.93633400000045,2437981,9,5,1989 +7,F,9.0,15998,-109.08281599999641,31.938113000000413,2437874,9,5,1989 +22,F,47.0,15999,-109.07860199999635,31.93644100000042,2439521,9,5,1989 +20,F,28.0,16000,-109.08019099999642,31.93633400000045,2438516,9,5,1989 +22,F,108.0,16001,-109.07860199999635,31.93644100000042,2439531,9,5,1989 +23,,,16002,-109.07783799999636,31.93676300000042,5231474,9,5,1989 +19,,,16003,-109.07791199999636,31.937438000000434,2451192,9,5,1989 +1,M,22.0,16004,-109.08282899999641,31.938851000000387,2437981,9,5,1989 +1,M,9.0,16005,-109.08282899999641,31.938851000000387,2437874,9,5,1989 +1,F,39.0,16006,-109.08282899999641,31.938851000000387,2439541,9,5,1989 +22,M,48.0,16007,-109.07860199999635,31.93644100000042,2439521,9,5,1989 +19,F,73.0,16008,-109.07791199999636,31.937438000000434,2438147,9,5,1989 +24,M,12.0,16009,-109.07773599999636,31.938560000000447,2437874,9,5,1989 +17,M,10.0,16010,-109.07941499999636,31.937117000000445,2437874,10,5,1989 +12,M,38.0,16011,-109.07851899999636,31.938203000000414,2438517,10,5,1989 +10,M,13.0,16012,-109.08009099999636,31.938017000000425,2437864,10,5,1989 +13,M,30.0,16013,-109.08261299999641,31.937028000000442,2438517,10,5,1989 +18,F,18.0,16014,-109.07863299999636,31.93712600000041,2437967,10,5,1989 +12,,,16015,-109.07851899999636,31.938203000000414,,10,5,1989 +2,F,42.0,16016,-109.08197499999642,31.93888700000037,2439541,10,5,1989 +17,F,34.0,16017,-109.07941499999636,31.937117000000445,2439521,10,5,1989 +18,F,8.0,16018,-109.07863299999636,31.93712600000041,2437874,10,5,1989 +16,F,27.0,16019,-109.08024399999636,31.93709400000041,2437981,10,5,1989 +11,M,48.0,16020,-109.07930699999636,31.938056000000426,2439521,10,5,1989 +17,F,78.0,16021,-109.07941499999636,31.937117000000445,,10,5,1989 +18,M,20.0,16022,-109.07863299999636,31.93712600000041,2437967,10,5,1989 +13,F,24.0,16023,-109.08261299999641,31.937028000000442,2437981,10,5,1989 +2,M,56.0,16024,-109.08197499999642,31.93888700000037,2439541,10,5,1989 +12,M,47.0,16025,-109.07851899999636,31.938203000000414,2439521,10,5,1989 +13,M,21.0,16026,-109.08261299999641,31.937028000000442,2437981,10,5,1989 +17,M,10.0,16027,-109.07941499999636,31.937117000000445,2437874,10,5,1989 +12,M,89.0,16028,-109.07851899999636,31.938203000000414,2438147,10,5,1989 +10,M,8.0,16029,-109.08009099999636,31.938017000000425,2437874,10,5,1989 +17,M,56.0,16030,-109.07941499999636,31.937117000000445,2439541,10,5,1989 +17,F,20.0,16031,-109.07941499999636,31.937117000000445,2437981,10,5,1989 +13,M,10.0,16032,-109.08261299999641,31.937028000000442,2437874,10,5,1989 +12,M,11.0,16033,-109.07851899999636,31.938203000000414,2437874,10,5,1989 +17,F,88.0,16034,-109.07941499999636,31.937117000000445,,10,5,1989 +17,F,34.0,16035,-109.07941499999636,31.937117000000445,2438516,10,5,1989 +13,M,10.0,16036,-109.08261299999641,31.937028000000442,2437874,10,5,1989 +17,M,26.0,16037,-109.07941499999636,31.937117000000445,2438147,10,5,1989 +17,F,47.0,16038,-109.07941499999636,31.937117000000445,2439541,10,5,1989 +12,M,39.0,16039,-109.07851899999636,31.938203000000414,2439521,10,5,1989 +18,F,22.0,16040,-109.07863299999636,31.93712600000041,2437967,10,5,1989 +12,F,56.0,16041,-109.07851899999636,31.938203000000414,2439541,10,5,1989 +18,F,20.0,16042,-109.07863299999636,31.93712600000041,2437967,10,5,1989 +17,F,85.0,16043,-109.07941499999636,31.937117000000445,,10,5,1989 +14,M,39.0,16044,-109.08182699999641,31.937054000000447,2438517,11,5,1989 +6,M,22.0,16045,-109.07883599999636,31.939078000000414,2439591,11,5,1989 +3,F,43.0,16046,-109.08120799999641,31.938896000000387,2438147,11,5,1989 +6,F,19.0,16047,-109.07883599999636,31.939078000000414,2439591,11,5,1989 +3,F,8.0,16048,-109.08120799999641,31.938896000000387,2437874,11,5,1989 +6,M,19.0,16049,-109.07883599999636,31.939078000000414,2439591,11,5,1989 +4,F,41.0,16050,-109.08040899999641,31.93889400000041,2439521,11,5,1989 +3,F,123.0,16051,-109.08120799999641,31.938896000000387,2438147,11,5,1989 +14,M,50.0,16052,-109.08182699999641,31.937054000000447,2439521,11,5,1989 +15,M,21.0,16053,-109.08103599999642,31.937059000000463,2437981,11,5,1989 +3,M,10.0,16054,-109.08120799999641,31.938896000000387,2437874,11,5,1989 +8,F,24.0,16055,-109.08167999999641,31.937884000000402,2439521,11,5,1989 +6,F,10.0,16056,-109.07883599999636,31.939078000000414,2437874,11,5,1989 +8,M,108.0,16057,-109.08167999999641,31.937884000000402,2439531,11,5,1989 +8,F,43.0,16058,-109.08167999999641,31.937884000000402,2439521,11,5,1989 +8,F,55.0,16059,-109.08167999999641,31.937884000000402,2439521,11,5,1989 +4,F,39.0,16060,-109.08040899999641,31.93889400000041,2439521,11,5,1989 +3,M,203.0,16061,-109.08120799999641,31.938896000000387,,11,5,1989 +9,,,16062,-109.08090299999638,31.93785900000039,2437300,11,5,1989 +8,M,26.0,16063,-109.08167999999641,31.937884000000402,2439521,11,5,1989 +3,F,32.0,16064,-109.08120799999641,31.938896000000387,2437981,11,5,1989 +3,F,10.0,16065,-109.08120799999641,31.938896000000387,2437874,11,5,1989 +15,M,11.0,16066,-109.08103599999642,31.937059000000463,2437874,11,5,1989 +15,M,15.0,16067,-109.08103599999642,31.937059000000463,2437981,11,5,1989 +3,M,9.0,16068,-109.08120799999641,31.938896000000387,2437874,11,5,1989 +15,F,25.0,16069,-109.08103599999642,31.937059000000463,2437981,11,5,1989 +5,M,36.0,16070,-109.07960199999636,31.93897000000045,2438517,11,5,1989 +3,F,6.0,16071,-109.08120799999641,31.938896000000387,2437874,11,5,1989 +14,M,29.0,16072,-109.08182699999641,31.937054000000447,2439521,11,5,1989 +5,F,29.0,16073,-109.07960199999636,31.93897000000045,2438516,11,5,1989 +5,M,10.0,16074,-109.07960199999636,31.93897000000045,2437874,11,5,1989 +8,M,45.0,16075,-109.08167999999641,31.937884000000402,2439521,11,5,1989 +14,M,44.0,16076,-109.08182699999641,31.937054000000447,2439521,11,5,1989 +5,F,26.0,16077,-109.07960199999636,31.93897000000045,2437981,11,5,1989 +8,M,47.0,16078,-109.08167999999641,31.937884000000402,2439521,11,5,1989 +9,F,43.0,16079,-109.08090299999638,31.93785900000039,2439521,11,5,1989 +6,F,10.0,16080,-109.07883599999636,31.939078000000414,2437864,11,5,1989 +5,F,11.0,16081,-109.07960199999636,31.93897000000045,2437874,11,5,1989 +15,F,10.0,16082,-109.08103599999642,31.937059000000463,2437874,11,5,1989 +14,F,35.0,16083,-109.08182699999641,31.937054000000447,2439521,11,5,1989 +9,M,16.0,16084,-109.08090299999638,31.93785900000039,2437981,11,5,1989 +4,M,34.0,16085,-109.08040899999641,31.93889400000041,2439521,11,5,1989 +9,M,48.0,16086,-109.08090299999638,31.93785900000039,2439521,11,5,1989 +4,F,40.0,16087,-109.08040899999641,31.93889400000041,2439521,11,5,1989 +8,M,48.0,16088,-109.08167999999641,31.937884000000402,2439521,11,5,1989 +3,F,42.0,16089,-109.08120799999641,31.938896000000387,2438147,11,5,1989 +18,M,11.0,16090,-109.07863299999636,31.93712600000041,2437864,3,6,1989 +21,F,13.0,16091,-109.07939799999636,31.936448000000453,2437874,3,6,1989 +17,F,41.0,16092,-109.07941499999636,31.937117000000445,2439521,3,6,1989 +16,F,8.0,16093,-109.08024399999636,31.93709400000041,2437874,3,6,1989 +22,F,52.0,16094,-109.07860199999635,31.93644100000042,2439521,3,6,1989 +16,F,8.0,16095,-109.08024399999636,31.93709400000041,2437874,3,6,1989 +24,F,26.0,16096,-109.07773599999636,31.938560000000447,2438516,3,6,1989 +21,M,45.0,16097,-109.07939799999636,31.936448000000453,2438147,3,6,1989 +20,M,9.0,16098,-109.08019099999642,31.93633400000045,2437874,3,6,1989 +18,,,16099,-109.07863299999636,31.93712600000041,2437568,3,6,1989 +24,F,148.0,16100,-109.07773599999636,31.938560000000447,,3,6,1989 +20,M,16.0,16101,-109.08019099999642,31.93633400000045,2437981,3,6,1989 +21,,,16102,-109.07939799999636,31.936448000000453,2437874,3,6,1989 +17,F,49.0,16103,-109.07941499999636,31.937117000000445,2439541,3,6,1989 +16,M,21.0,16104,-109.08024399999636,31.93709400000041,2437981,3,6,1989 +18,F,9.0,16105,-109.07863299999636,31.93712600000041,2437874,3,6,1989 +6,M,18.0,16106,-109.07883599999636,31.939078000000414,2437967,3,6,1989 +24,M,21.0,16107,-109.07773599999636,31.938560000000447,2437981,3,6,1989 +19,M,20.0,16108,-109.07791199999636,31.937438000000434,2437967,3,6,1989 +20,M,10.0,16109,-109.08019099999642,31.93633400000045,2437874,3,6,1989 +12,F,57.0,16110,-109.07851899999636,31.938203000000414,,3,6,1989 +16,F,,16111,-109.08024399999636,31.93709400000041,2437981,3,6,1989 +12,F,126.0,16112,-109.07851899999636,31.938203000000414,,3,6,1989 +16,M,8.0,16113,-109.08024399999636,31.93709400000041,2437874,3,6,1989 +1,M,54.0,16114,-109.08282899999641,31.938851000000387,2439521,3,6,1989 +20,M,9.0,16115,-109.08019099999642,31.93633400000045,2437874,3,6,1989 +23,M,8.0,16116,-109.07783799999636,31.93676300000042,2437874,3,6,1989 +21,F,114.0,16117,-109.07939799999636,31.936448000000453,2438147,3,6,1989 +17,F,11.0,16118,-109.07941499999636,31.937117000000445,2437874,3,6,1989 +1,F,43.0,16119,-109.08282899999641,31.938851000000387,2439541,3,6,1989 +16,F,19.0,16120,-109.08024399999636,31.93709400000041,2437874,3,6,1989 +21,M,121.0,16121,-109.07939799999636,31.936448000000453,,3,6,1989 +18,,,16122,-109.07863299999636,31.93712600000041,2437568,3,6,1989 +19,F,18.0,16123,-109.07791199999636,31.937438000000434,2437981,3,6,1989 +22,F,46.0,16124,-109.07860199999635,31.93644100000042,2439521,3,6,1989 +12,F,12.0,16125,-109.07851899999636,31.938203000000414,2437864,3,6,1989 +20,F,178.0,16126,-109.08019099999642,31.93633400000045,,3,6,1989 +1,F,10.0,16127,-109.08282899999641,31.938851000000387,2437874,3,6,1989 +18,F,18.0,16128,-109.07863299999636,31.93712600000041,2437967,3,6,1989 +18,,,16129,-109.07863299999636,31.93712600000041,2437568,3,6,1989 +22,M,130.0,16130,-109.07860199999635,31.93644100000042,2439531,3,6,1989 +17,F,10.0,16131,-109.07941499999636,31.937117000000445,2437874,3,6,1989 +6,F,10.0,16132,-109.07883599999636,31.939078000000414,2437864,3,6,1989 +17,M,58.0,16133,-109.07941499999636,31.937117000000445,2439541,3,6,1989 +17,M,7.0,16134,-109.07941499999636,31.937117000000445,2437874,3,6,1989 +1,F,41.0,16135,-109.08282899999641,31.938851000000387,2439541,3,6,1989 +20,M,26.0,16136,-109.08019099999642,31.93633400000045,2439521,3,6,1989 +18,M,10.0,16137,-109.07863299999636,31.93712600000041,2437874,3,6,1989 +16,M,10.0,16138,-109.08024399999636,31.93709400000041,2437874,3,6,1989 +19,M,22.0,16139,-109.07791199999636,31.937438000000434,2437981,3,6,1989 +17,F,32.0,16140,-109.07941499999636,31.937117000000445,2438147,3,6,1989 +18,F,23.0,16141,-109.07863299999636,31.93712600000041,2437967,3,6,1989 +22,M,23.0,16142,-109.07860199999635,31.93644100000042,2437981,3,6,1989 +21,F,10.0,16143,-109.07939799999636,31.936448000000453,2437874,3,6,1989 +12,M,47.0,16144,-109.07851899999636,31.938203000000414,2439521,3,6,1989 +20,F,8.0,16145,-109.08019099999642,31.93633400000045,2437874,3,6,1989 +24,M,10.0,16146,-109.07773599999636,31.938560000000447,2437874,3,6,1989 +20,M,28.0,16147,-109.08019099999642,31.93633400000045,2438516,3,6,1989 +1,M,18.0,16148,-109.08282899999641,31.938851000000387,2437981,3,6,1989 +22,F,21.0,16149,-109.07860199999635,31.93644100000042,2437981,3,6,1989 +20,F,24.0,16150,-109.08019099999642,31.93633400000045,2438516,3,6,1989 +19,M,21.0,16151,-109.07791199999636,31.937438000000434,2437981,3,6,1989 +24,F,141.0,16152,-109.07773599999636,31.938560000000447,,3,6,1989 +19,F,95.0,16153,-109.07791199999636,31.937438000000434,2438147,3,6,1989 +22,F,113.0,16154,-109.07860199999635,31.93644100000042,2439531,3,6,1989 +20,M,8.0,16155,-109.08019099999642,31.93633400000045,2437874,3,6,1989 +17,M,10.0,16156,-109.07941499999636,31.937117000000445,2437874,3,6,1989 +4,M,46.0,16157,-109.08040899999641,31.93889400000041,2439521,4,6,1989 +7,F,9.0,16158,-109.08281599999641,31.938113000000413,2437874,4,6,1989 +3,M,67.0,16159,-109.08120799999641,31.938896000000387,2438147,4,6,1989 +3,F,8.0,16160,-109.08120799999641,31.938896000000387,2437874,4,6,1989 +4,,,16161,-109.08040899999641,31.93889400000041,2437300,4,6,1989 +8,M,34.0,16162,-109.08167999999641,31.937884000000402,2439521,4,6,1989 +14,M,51.0,16163,-109.08182699999641,31.937054000000447,2439521,4,6,1989 +2,,,16164,-109.08197499999642,31.93888700000037,2437300,4,6,1989 +3,F,111.0,16165,-109.08120799999641,31.938896000000387,2438147,4,6,1989 +13,F,11.0,16166,-109.08261299999641,31.937028000000442,2437864,4,6,1989 +9,M,18.0,16167,-109.08090299999638,31.93785900000039,2437981,4,6,1989 +3,F,60.0,16168,-109.08120799999641,31.938896000000387,2438147,4,6,1989 +2,F,44.0,16169,-109.08197499999642,31.93888700000037,2439541,4,6,1989 +4,F,25.0,16170,-109.08040899999641,31.93889400000041,2439521,4,6,1989 +8,M,113.0,16171,-109.08167999999641,31.937884000000402,2439531,4,6,1989 +10,F,11.0,16172,-109.08009099999636,31.938017000000425,2437874,4,6,1989 +11,M,,16173,-109.07930699999636,31.938056000000426,2439521,4,6,1989 +8,F,41.0,16174,-109.08167999999641,31.937884000000402,2439521,4,6,1989 +15,M,20.0,16175,-109.08103599999642,31.937059000000463,2437981,4,6,1989 +15,,,16176,-109.08103599999642,31.937059000000463,2437568,4,6,1989 +9,M,32.0,16177,-109.08090299999638,31.93785900000039,2438517,4,6,1989 +15,F,14.0,16178,-109.08103599999642,31.937059000000463,2437981,4,6,1989 +3,M,10.0,16179,-109.08120799999641,31.938896000000387,2437874,4,6,1989 +13,M,10.0,16180,-109.08261299999641,31.937028000000442,2437874,4,6,1989 +3,F,8.0,16181,-109.08120799999641,31.938896000000387,2437874,4,6,1989 +4,F,37.0,16182,-109.08040899999641,31.93889400000041,2439521,4,6,1989 +2,M,54.0,16183,-109.08197499999642,31.93888700000037,2439541,4,6,1989 +15,F,18.0,16184,-109.08103599999642,31.937059000000463,2437981,4,6,1989 +15,,,16185,-109.08103599999642,31.937059000000463,2437568,4,6,1989 +7,M,12.0,16186,-109.08281599999641,31.938113000000413,2437874,4,6,1989 +9,F,49.0,16187,-109.08090299999638,31.93785900000039,2439521,4,6,1989 +11,M,10.0,16188,-109.07930699999636,31.938056000000426,2437874,4,6,1989 +9,,,16189,-109.08090299999638,31.93785900000039,2437300,4,6,1989 +5,F,12.0,16190,-109.07960199999636,31.93897000000045,2437874,4,6,1989 +14,M,45.0,16191,-109.08182699999641,31.937054000000447,2439521,4,6,1989 +9,M,44.0,16192,-109.08090299999638,31.93785900000039,2439521,4,6,1989 +14,M,104.0,16193,-109.08182699999641,31.937054000000447,,4,6,1989 +8,M,46.0,16194,-109.08167999999641,31.937884000000402,2439521,4,6,1989 +4,M,36.0,16195,-109.08040899999641,31.93889400000041,2439521,4,6,1989 +9,F,19.0,16196,-109.08090299999638,31.93785900000039,2438517,4,6,1989 +8,M,47.0,16197,-109.08167999999641,31.937884000000402,2439521,4,6,1989 +15,M,12.0,16198,-109.08103599999642,31.937059000000463,2437874,4,6,1989 +5,M,22.0,16199,-109.07960199999636,31.93897000000045,2439591,4,6,1989 +3,M,9.0,16200,-109.08120799999641,31.938896000000387,2437874,4,6,1989 +13,M,14.0,16201,-109.08261299999641,31.937028000000442,2437981,4,6,1989 +8,F,38.0,16202,-109.08167999999641,31.937884000000402,2439521,4,6,1989 +14,M,18.0,16203,-109.08182699999641,31.937054000000447,2437981,4,6,1989 +4,F,42.0,16204,-109.08040899999641,31.93889400000041,2439521,4,6,1989 +14,M,40.0,16205,-109.08182699999641,31.937054000000447,2439521,4,6,1989 +7,M,23.0,16206,-109.08281599999641,31.938113000000413,2437981,4,6,1989 +4,M,37.0,16207,-109.08040899999641,31.93889400000041,2439521,4,6,1989 +5,M,31.0,16208,-109.07960199999636,31.93897000000045,2438517,4,6,1989 +9,M,52.0,16209,-109.08090299999638,31.93785900000039,2439521,4,6,1989 +8,M,44.0,16210,-109.08167999999641,31.937884000000402,2439521,4,6,1989 +15,F,5.0,16211,-109.08103599999642,31.937059000000463,2437874,4,6,1989 +13,F,21.0,16212,-109.08261299999641,31.937028000000442,2437981,4,6,1989 +5,M,21.0,16213,-109.07960199999636,31.93897000000045,2437981,4,6,1989 +11,M,45.0,16214,-109.07930699999636,31.938056000000426,2439521,4,6,1989 +10,M,11.0,16215,-109.08009099999636,31.938017000000425,2437874,4,6,1989 +21,,,16216,-109.07939799999636,31.936448000000453,2437874,3,7,1989 +7,M,10.0,16217,-109.08281599999641,31.938113000000413,2437874,3,7,1989 +7,M,20.0,16218,-109.08281599999641,31.938113000000413,2437981,3,7,1989 +1,,,16219,-109.08282899999641,31.938851000000387,2437300,3,7,1989 +12,M,15.0,16220,-109.07851899999636,31.938203000000414,2437864,3,7,1989 +17,F,47.0,16221,-109.07941499999636,31.937117000000445,2439541,3,7,1989 +21,F,120.0,16222,-109.07939799999636,31.936448000000453,2438147,3,7,1989 +24,F,207.0,16223,-109.07773599999636,31.938560000000447,,3,7,1989 +7,F,10.0,16224,-109.08281599999641,31.938113000000413,2437874,3,7,1989 +12,F,,16225,-109.07851899999636,31.938203000000414,,3,7,1989 +18,F,15.0,16226,-109.07863299999636,31.93712600000041,2437967,3,7,1989 +17,F,11.0,16227,-109.07941499999636,31.937117000000445,2437874,3,7,1989 +17,,,16228,-109.07941499999636,31.937117000000445,2437300,3,7,1989 +21,M,61.0,16229,-109.07939799999636,31.936448000000453,2438147,3,7,1989 +7,F,10.0,16230,-109.08281599999641,31.938113000000413,2437874,3,7,1989 +7,,,16231,-109.08281599999641,31.938113000000413,2437568,3,7,1989 +17,M,84.0,16232,-109.07941499999636,31.937117000000445,,3,7,1989 +21,M,145.0,16233,-109.07939799999636,31.936448000000453,,3,7,1989 +20,F,11.0,16234,-109.08019099999642,31.93633400000045,2437864,3,7,1989 +1,M,42.0,16235,-109.08282899999641,31.938851000000387,2439521,3,7,1989 +12,M,20.0,16236,-109.07851899999636,31.938203000000414,,3,7,1989 +7,,,16237,-109.08281599999641,31.938113000000413,2437874,3,7,1989 +20,M,10.0,16238,-109.08019099999642,31.93633400000045,2437874,3,7,1989 +19,F,80.0,16239,-109.07791199999636,31.937438000000434,2438147,3,7,1989 +17,M,10.0,16240,-109.07941499999636,31.937117000000445,2437874,3,7,1989 +12,,,16241,-109.07851899999636,31.938203000000414,2437568,3,7,1989 +20,M,131.0,16242,-109.08019099999642,31.93633400000045,,3,7,1989 +7,,,16243,-109.08281599999641,31.938113000000413,2437568,3,7,1989 +6,F,9.0,16244,-109.07883599999636,31.939078000000414,2437864,3,7,1989 +12,M,48.0,16245,-109.07851899999636,31.938203000000414,2439521,3,7,1989 +23,F,11.0,16246,-109.07783799999636,31.93676300000042,2437874,3,7,1989 +22,M,,16247,-109.07860199999635,31.93644100000042,2439531,3,7,1989 +21,F,9.0,16248,-109.07939799999636,31.936448000000453,2437874,3,7,1989 +7,F,24.0,16249,-109.08281599999641,31.938113000000413,2437981,3,7,1989 +1,,,16250,-109.08282899999641,31.938851000000387,2437300,3,7,1989 +22,F,44.0,16251,-109.07860199999635,31.93644100000042,2439521,3,7,1989 +23,M,10.0,16252,-109.07783799999636,31.93676300000042,2437874,3,7,1989 +18,F,23.0,16253,-109.07863299999636,31.93712600000041,2437967,3,7,1989 +17,F,73.0,16254,-109.07941499999636,31.937117000000445,,3,7,1989 +1,F,47.0,16255,-109.08282899999641,31.938851000000387,2439541,3,7,1989 +22,F,119.0,16256,-109.07860199999635,31.93644100000042,2439531,3,7,1989 +1,M,36.0,16257,-109.08282899999641,31.938851000000387,2438517,3,7,1989 +1,,,16258,-109.08282899999641,31.938851000000387,2437300,3,7,1989 +17,M,22.0,16259,-109.07941499999636,31.937117000000445,2438516,3,7,1989 +24,M,9.0,16260,-109.07773599999636,31.938560000000447,2437874,3,7,1989 +12,,,16261,-109.07851899999636,31.938203000000414,2437568,3,7,1989 +21,F,160.0,16262,-109.07939799999636,31.936448000000453,,3,7,1989 +24,,,16263,-109.07773599999636,31.938560000000447,2437300,3,7,1989 +23,,,16264,-109.07783799999636,31.93676300000042,2437568,3,7,1989 +12,F,14.0,16265,-109.07851899999636,31.938203000000414,2437864,3,7,1989 +22,F,19.0,16266,-109.07860199999635,31.93644100000042,2437981,3,7,1989 +18,F,10.0,16267,-109.07863299999636,31.93712600000041,2437874,3,7,1989 +20,M,46.0,16268,-109.08019099999642,31.93633400000045,2439521,3,7,1989 +19,M,21.0,16269,-109.07791199999636,31.937438000000434,2437981,3,7,1989 +17,F,51.0,16270,-109.07941499999636,31.937117000000445,2438147,3,7,1989 +24,F,,16271,-109.07773599999636,31.938560000000447,,3,7,1989 +21,F,10.0,16272,-109.07939799999636,31.936448000000453,2437874,3,7,1989 +4,F,43.0,16273,-109.08040899999641,31.93889400000041,2439521,4,7,1989 +11,F,30.0,16274,-109.07930699999636,31.938056000000426,2439521,4,7,1989 +9,M,46.0,16275,-109.08090299999638,31.93785900000039,2439521,4,7,1989 +3,F,105.0,16276,-109.08120799999641,31.938896000000387,2438147,4,7,1989 +11,F,52.0,16277,-109.07930699999636,31.938056000000426,2439541,4,7,1989 +15,M,16.0,16278,-109.08103599999642,31.937059000000463,2437981,4,7,1989 +14,M,44.0,16279,-109.08182699999641,31.937054000000447,2439521,4,7,1989 +3,F,9.0,16280,-109.08120799999641,31.938896000000387,2437874,4,7,1989 +3,M,23.0,16281,-109.08120799999641,31.938896000000387,2438516,4,7,1989 +9,F,9.0,16282,-109.08090299999638,31.93785900000039,2437874,4,7,1989 +16,F,8.0,16283,-109.08024399999636,31.93709400000041,2437874,4,7,1989 +9,M,25.0,16284,-109.08090299999638,31.93785900000039,2438516,4,7,1989 +4,F,23.0,16285,-109.08040899999641,31.93889400000041,2439521,4,7,1989 +16,F,22.0,16286,-109.08024399999636,31.93709400000041,2437981,4,7,1989 +2,F,43.0,16287,-109.08197499999642,31.93888700000037,2439541,4,7,1989 +8,M,102.0,16288,-109.08167999999641,31.937884000000402,2439531,4,7,1989 +15,,,16289,-109.08103599999642,31.937059000000463,2437568,4,7,1989 +8,M,46.0,16290,-109.08167999999641,31.937884000000402,2439521,4,7,1989 +8,F,45.0,16291,-109.08167999999641,31.937884000000402,2439521,4,7,1989 +14,M,41.0,16292,-109.08182699999641,31.937054000000447,2439521,4,7,1989 +2,M,46.0,16293,-109.08197499999642,31.93888700000037,2439521,4,7,1989 +16,M,21.0,16294,-109.08024399999636,31.93709400000041,2437981,4,7,1989 +8,,,16295,-109.08167999999641,31.937884000000402,2437568,4,7,1989 +11,M,16.0,16296,-109.07930699999636,31.938056000000426,2439591,4,7,1989 +9,,,16297,-109.08090299999638,31.93785900000039,2437300,4,7,1989 +14,,,16298,-109.08182699999641,31.937054000000447,2436910,4,7,1989 +2,M,82.0,16299,-109.08197499999642,31.93888700000037,2438147,4,7,1989 +3,,,16300,-109.08120799999641,31.938896000000387,2437300,4,7,1989 +5,F,13.0,16301,-109.07960199999636,31.93897000000045,2437874,4,7,1989 +9,M,52.0,16302,-109.08090299999638,31.93785900000039,2439521,4,7,1989 +9,F,50.0,16303,-109.08090299999638,31.93785900000039,2439521,4,7,1989 +3,M,,16304,-109.08120799999641,31.938896000000387,2439591,4,7,1989 +4,F,42.0,16305,-109.08040899999641,31.93889400000041,2439521,4,7,1989 +5,F,10.0,16306,-109.07960199999636,31.93897000000045,2437874,4,7,1989 +8,F,32.0,16307,-109.08167999999641,31.937884000000402,2439521,4,7,1989 +13,M,10.0,16308,-109.08261299999641,31.937028000000442,2437874,4,7,1989 +3,M,26.0,16309,-109.08120799999641,31.938896000000387,2438147,4,7,1989 +14,M,46.0,16310,-109.08182699999641,31.937054000000447,2439521,4,7,1989 +8,F,18.0,16311,-109.08167999999641,31.937884000000402,2438517,4,7,1989 +2,M,58.0,16312,-109.08197499999642,31.93888700000037,2439541,4,7,1989 +15,F,10.0,16313,-109.08103599999642,31.937059000000463,2437874,4,7,1989 +14,M,116.0,16314,-109.08182699999641,31.937054000000447,,4,7,1989 +13,F,13.0,16315,-109.08261299999641,31.937028000000442,2437864,4,7,1989 +9,,,16316,-109.08090299999638,31.93785900000039,2437300,4,7,1989 +8,M,48.0,16317,-109.08167999999641,31.937884000000402,2439521,4,7,1989 +3,F,9.0,16318,-109.08120799999641,31.938896000000387,2437874,4,7,1989 +3,M,11.0,16319,-109.08120799999641,31.938896000000387,2437874,4,7,1989 +11,M,14.0,16320,-109.07930699999636,31.938056000000426,2438516,4,7,1989 +4,F,51.0,16321,-109.08040899999641,31.93889400000041,2439521,4,7,1989 +5,M,17.0,16322,-109.07960199999636,31.93897000000045,2439591,4,7,1989 +11,M,47.0,16323,-109.07930699999636,31.938056000000426,2439521,4,7,1989 +10,F,8.0,16324,-109.08009099999636,31.938017000000425,2437874,4,7,1989 +8,M,,16325,-109.08167999999641,31.937884000000402,2439521,4,7,1989 +17,M,22.0,16326,-109.07941499999636,31.937117000000445,2438516,29,7,1989 +24,F,19.0,16327,-109.07773599999636,31.938560000000447,2438516,29,7,1989 +12,F,18.0,16328,-109.07851899999636,31.938203000000414,2438516,29,7,1989 +6,F,19.0,16329,-109.07883599999636,31.939078000000414,2439591,29,7,1989 +12,M,22.0,16330,-109.07851899999636,31.938203000000414,2437981,29,7,1989 +17,F,40.0,16331,-109.07941499999636,31.937117000000445,2439521,29,7,1989 +7,,,16332,-109.08281599999641,31.938113000000413,2437981,29,7,1989 +6,M,10.0,16333,-109.07883599999636,31.939078000000414,2439591,29,7,1989 +19,F,30.0,16334,-109.07791199999636,31.937438000000434,2438147,29,7,1989 +12,,,16335,-109.07851899999636,31.938203000000414,2437874,29,7,1989 +20,M,88.0,16336,-109.08019099999642,31.93633400000045,,29,7,1989 +12,M,,16337,-109.07851899999636,31.938203000000414,2438516,29,7,1989 +20,M,26.0,16338,-109.08019099999642,31.93633400000045,2439521,29,7,1989 +24,F,16.0,16339,-109.07773599999636,31.938560000000447,2437874,29,7,1989 +1,F,50.0,16340,-109.08282899999641,31.938851000000387,2439541,29,7,1989 +20,M,132.0,16341,-109.08019099999642,31.93633400000045,,29,7,1989 +22,F,102.0,16342,-109.07860199999635,31.93644100000042,2439531,29,7,1989 +21,F,11.0,16343,-109.07939799999636,31.936448000000453,2437874,29,7,1989 +1,M,46.0,16344,-109.08282899999641,31.938851000000387,2439521,29,7,1989 +20,F,45.0,16345,-109.08019099999642,31.93633400000045,2439521,29,7,1989 +20,F,13.0,16346,-109.08019099999642,31.93633400000045,2437874,29,7,1989 +20,M,,16347,-109.08019099999642,31.93633400000045,2439521,29,7,1989 +12,M,49.0,16348,-109.07851899999636,31.938203000000414,2439521,29,7,1989 +17,M,51.0,16349,-109.07941499999636,31.937117000000445,2439521,29,7,1989 +1,F,47.0,16350,-109.08282899999641,31.938851000000387,2439541,29,7,1989 +21,M,77.0,16351,-109.07939799999636,31.936448000000453,,29,7,1989 +7,M,21.0,16352,-109.08281599999641,31.938113000000413,2437981,29,7,1989 +12,F,52.0,16353,-109.07851899999636,31.938203000000414,2439541,29,7,1989 +1,M,18.0,16354,-109.08282899999641,31.938851000000387,2439591,29,7,1989 +6,M,23.0,16355,-109.07883599999636,31.939078000000414,2437981,29,7,1989 +12,M,14.0,16356,-109.07851899999636,31.938203000000414,2437981,29,7,1989 +18,F,25.0,16357,-109.07863299999636,31.93712600000041,2437967,29,7,1989 +23,,,16358,-109.07783799999636,31.93676300000042,,29,7,1989 +3,M,31.0,16359,-109.08120799999641,31.938896000000387,2438147,30,7,1989 +13,F,19.0,16360,-109.08261299999641,31.937028000000442,2439591,30,7,1989 +10,M,11.0,16361,-109.08009099999636,31.938017000000425,2437874,30,7,1989 +5,M,29.0,16362,-109.07960199999636,31.93897000000045,2438516,30,7,1989 +9,F,38.0,16363,-109.08090299999638,31.93785900000039,2439541,30,7,1989 +15,M,18.0,16364,-109.08103599999642,31.937059000000463,2437981,30,7,1989 +11,F,42.0,16365,-109.07930699999636,31.938056000000426,2439541,30,7,1989 +9,F,44.0,16366,-109.08090299999638,31.93785900000039,2439521,30,7,1989 +10,M,11.0,16367,-109.08009099999636,31.938017000000425,2437874,30,7,1989 +3,M,17.0,16368,-109.08120799999641,31.938896000000387,2439591,30,7,1989 +8,F,51.0,16369,-109.08167999999641,31.937884000000402,2439521,30,7,1989 +8,F,23.0,16370,-109.08167999999641,31.937884000000402,2439521,30,7,1989 +3,F,27.0,16371,-109.08120799999641,31.938896000000387,2438516,30,7,1989 +5,F,14.0,16372,-109.07960199999636,31.93897000000045,2437874,30,7,1989 +11,F,42.0,16373,-109.07930699999636,31.938056000000426,2439541,30,7,1989 +8,M,,16374,-109.08167999999641,31.937884000000402,2439531,30,7,1989 +2,F,48.0,16375,-109.08197499999642,31.93888700000037,2439541,30,7,1989 +9,F,31.0,16376,-109.08090299999638,31.93785900000039,2438517,30,7,1989 +4,M,28.0,16377,-109.08040899999641,31.93889400000041,2439521,30,7,1989 +2,F,51.0,16378,-109.08197499999642,31.93888700000037,2439521,30,7,1989 +14,M,52.0,16379,-109.08182699999641,31.937054000000447,2439521,30,7,1989 +3,M,11.0,16380,-109.08120799999641,31.938896000000387,2437874,30,7,1989 +4,F,44.0,16381,-109.08040899999641,31.93889400000041,2439521,30,7,1989 +14,F,41.0,16382,-109.08182699999641,31.937054000000447,2439521,30,7,1989 +2,F,16.0,16383,-109.08197499999642,31.93888700000037,2437864,30,7,1989 +8,M,46.0,16384,-109.08167999999641,31.937884000000402,2439521,30,7,1989 +2,M,58.0,16385,-109.08197499999642,31.93888700000037,2439541,30,7,1989 +4,F,40.0,16386,-109.08040899999641,31.93889400000041,2439521,30,7,1989 +14,,,16387,-109.08182699999641,31.937054000000447,2437300,30,7,1989 +3,F,12.0,16388,-109.08120799999641,31.938896000000387,2437874,30,7,1989 +3,F,18.0,16389,-109.08120799999641,31.938896000000387,2439591,30,7,1989 +4,M,47.0,16390,-109.08040899999641,31.93889400000041,2439521,30,7,1989 +14,M,43.0,16391,-109.08182699999641,31.937054000000447,2439521,30,7,1989 +13,F,21.0,16392,-109.08261299999641,31.937028000000442,2437981,30,7,1989 +3,M,11.0,16393,-109.08120799999641,31.938896000000387,2437874,30,7,1989 +5,M,17.0,16394,-109.07960199999636,31.93897000000045,2439591,30,7,1989 +4,M,47.0,16395,-109.08040899999641,31.93889400000041,2439521,30,7,1989 +14,M,47.0,16396,-109.08182699999641,31.937054000000447,2439521,30,7,1989 +14,F,47.0,16397,-109.08182699999641,31.937054000000447,2439521,30,7,1989 +5,F,26.0,16398,-109.07960199999636,31.93897000000045,2437981,30,7,1989 +14,M,151.0,16399,-109.08182699999641,31.937054000000447,,30,7,1989 +11,M,49.0,16400,-109.07930699999636,31.938056000000426,2439521,30,7,1989 +2,M,17.0,16401,-109.08197499999642,31.93888700000037,2439591,30,7,1989 +9,M,56.0,16402,-109.08090299999638,31.93785900000039,2439521,30,7,1989 +8,M,48.0,16403,-109.08167999999641,31.937884000000402,2439521,30,7,1989 +14,M,31.0,16404,-109.08182699999641,31.937054000000447,2438516,30,7,1989 +13,,,16405,-109.08261299999641,31.937028000000442,2437568,30,7,1989 +11,F,8.0,16406,-109.07930699999636,31.938056000000426,2437874,30,7,1989 +14,M,50.0,16407,-109.08182699999641,31.937054000000447,2439521,30,7,1989 +2,F,97.0,16408,-109.08197499999642,31.93888700000037,,30,7,1989 +4,M,45.0,16409,-109.08040899999641,31.93889400000041,2439521,30,7,1989 +9,M,52.0,16410,-109.08090299999638,31.93785900000039,2439521,30,7,1989 +16,F,15.0,16411,-109.08024399999636,31.93709400000041,2437874,30,7,1989 +2,M,22.0,16412,-109.08197499999642,31.93888700000037,2438516,30,7,1989 +2,F,43.0,16413,-109.08197499999642,31.93888700000037,2439541,30,7,1989 +4,F,44.0,16414,-109.08040899999641,31.93889400000041,2439521,30,7,1989 +8,F,36.0,16415,-109.08167999999641,31.937884000000402,2439521,30,7,1989 +14,F,42.0,16416,-109.08182699999641,31.937054000000447,2439521,30,7,1989 +1,F,,16417,-109.08282899999641,31.938851000000387,2439521,3,9,1989 +6,M,17.0,16418,-109.07883599999636,31.939078000000414,2439591,3,9,1989 +1,M,29.0,16419,-109.08282899999641,31.938851000000387,2438517,3,9,1989 +12,M,22.0,16420,-109.07851899999636,31.938203000000414,2438516,3,9,1989 +17,F,66.0,16421,-109.07941499999636,31.937117000000445,2439541,3,9,1989 +18,F,15.0,16422,-109.07863299999636,31.93712600000041,2439591,3,9,1989 +6,M,7.0,16423,-109.07883599999636,31.939078000000414,2439566,3,9,1989 +12,F,51.0,16424,-109.07851899999636,31.938203000000414,2439541,3,9,1989 +17,M,24.0,16425,-109.07941499999636,31.937117000000445,2438516,3,9,1989 +6,F,7.0,16426,-109.07883599999636,31.939078000000414,2439566,3,9,1989 +21,F,127.0,16427,-109.07939799999636,31.936448000000453,2438147,3,9,1989 +1,M,17.0,16428,-109.08282899999641,31.938851000000387,2439591,3,9,1989 +23,M,27.0,16429,-109.07783799999636,31.93676300000042,2438516,3,9,1989 +17,F,23.0,16430,-109.07941499999636,31.937117000000445,2439541,3,9,1989 +12,F,22.0,16431,-109.07851899999636,31.938203000000414,2438516,3,9,1989 +1,F,54.0,16432,-109.08282899999641,31.938851000000387,2439541,3,9,1989 +22,F,58.0,16433,-109.07860199999635,31.93644100000042,2439521,3,9,1989 +1,F,22.0,16434,-109.08282899999641,31.938851000000387,2438516,3,9,1989 +12,M,23.0,16435,-109.07851899999636,31.938203000000414,2437981,3,9,1989 +22,F,36.0,16436,-109.07860199999635,31.93644100000042,2439521,3,9,1989 +1,F,30.0,16437,-109.08282899999641,31.938851000000387,2438516,3,9,1989 +12,M,29.0,16438,-109.07851899999636,31.938203000000414,2438516,3,9,1989 +17,,,16439,-109.07941499999636,31.937117000000445,2437300,3,9,1989 +1,M,28.0,16440,-109.08282899999641,31.938851000000387,2438516,3,9,1989 +1,M,52.0,16441,-109.08282899999641,31.938851000000387,2439541,3,9,1989 +22,F,121.0,16442,-109.07860199999635,31.93644100000042,2439531,3,9,1989 +1,M,48.0,16443,-109.08282899999641,31.938851000000387,2439521,3,9,1989 +12,M,49.0,16444,-109.07851899999636,31.938203000000414,2439521,3,9,1989 +23,F,27.0,16445,-109.07783799999636,31.93676300000042,2438516,3,9,1989 +6,F,28.0,16446,-109.07883599999636,31.939078000000414,2437981,3,9,1989 +17,F,118.0,16447,-109.07941499999636,31.937117000000445,,3,9,1989 +6,F,18.0,16448,-109.07883599999636,31.939078000000414,2439591,3,9,1989 +12,F,54.0,16449,-109.07851899999636,31.938203000000414,2439541,3,9,1989 +19,F,25.0,16450,-109.07791199999636,31.937438000000434,2438516,3,9,1989 +19,F,23.0,16451,-109.07791199999636,31.937438000000434,2437981,3,9,1989 +19,F,100.0,16452,-109.07791199999636,31.937438000000434,2438147,3,9,1989 +7,,,16453,-109.08281599999641,31.938113000000413,,3,9,1989 +20,,,16454,-109.08019099999642,31.93633400000045,,3,9,1989 +24,,,16455,-109.07773599999636,31.938560000000447,,3,9,1989 +11,F,37.0,16456,-109.07930699999636,31.938056000000426,2439541,4,9,1989 +9,F,49.0,16457,-109.08090299999638,31.93785900000039,2439541,4,9,1989 +16,F,27.0,16458,-109.08024399999636,31.93709400000041,2437981,4,9,1989 +4,F,40.0,16459,-109.08040899999641,31.93889400000041,2439521,4,9,1989 +9,M,50.0,16460,-109.08090299999638,31.93785900000039,2439541,4,9,1989 +8,M,46.0,16461,-109.08167999999641,31.937884000000402,2439521,4,9,1989 +13,M,22.0,16462,-109.08261299999641,31.937028000000442,2438516,4,9,1989 +3,M,208.0,16463,-109.08120799999641,31.938896000000387,,4,9,1989 +8,M,49.0,16464,-109.08167999999641,31.937884000000402,2439521,4,9,1989 +3,F,16.0,16465,-109.08120799999641,31.938896000000387,2439591,4,9,1989 +14,M,50.0,16466,-109.08182699999641,31.937054000000447,2439521,4,9,1989 +8,F,55.0,16467,-109.08167999999641,31.937884000000402,2439521,4,9,1989 +8,F,15.0,16468,-109.08167999999641,31.937884000000402,2439591,4,9,1989 +2,F,45.0,16469,-109.08197499999642,31.93888700000037,2439541,4,9,1989 +9,F,42.0,16470,-109.08090299999638,31.93785900000039,2439521,4,9,1989 +9,M,53.0,16471,-109.08090299999638,31.93785900000039,2439521,4,9,1989 +3,F,96.0,16472,-109.08120799999641,31.938896000000387,2438147,4,9,1989 +2,M,56.0,16473,-109.08197499999642,31.93888700000037,2439541,4,9,1989 +3,M,16.0,16474,-109.08120799999641,31.938896000000387,2438147,4,9,1989 +14,M,46.0,16475,-109.08182699999641,31.937054000000447,2439521,4,9,1989 +5,F,22.0,16476,-109.07960199999636,31.93897000000045,2438516,4,9,1989 +8,F,42.0,16477,-109.08167999999641,31.937884000000402,2439521,4,9,1989 +14,F,43.0,16478,-109.08182699999641,31.937054000000447,2439521,4,9,1989 +8,M,13.0,16479,-109.08167999999641,31.937884000000402,2439591,4,9,1989 +14,M,45.0,16480,-109.08182699999641,31.937054000000447,2439541,4,9,1989 +4,M,47.0,16481,-109.08040899999641,31.93889400000041,2439521,4,9,1989 +14,,,16482,-109.08182699999641,31.937054000000447,2437568,4,9,1989 +3,M,16.0,16483,-109.08120799999641,31.938896000000387,2439591,4,9,1989 +11,F,42.0,16484,-109.07930699999636,31.938056000000426,2439521,4,9,1989 +8,M,27.0,16485,-109.08167999999641,31.937884000000402,2438517,4,9,1989 +8,M,44.0,16486,-109.08167999999641,31.937884000000402,2439521,4,9,1989 +4,F,40.0,16487,-109.08040899999641,31.93889400000041,2439521,4,9,1989 +11,M,48.0,16488,-109.07930699999636,31.938056000000426,2439521,4,9,1989 +10,,,16489,-109.08009099999636,31.938017000000425,,4,9,1989 +15,,,16490,-109.08103599999642,31.937059000000463,,4,9,1989 +21,M,167.0,16491,-109.07939799999636,31.936448000000453,,7,10,1989 +22,M,50.0,16492,-109.07860199999635,31.93644100000042,2439521,7,10,1989 +8,F,25.0,16493,-109.08167999999641,31.937884000000402,2439521,7,10,1989 +3,F,23.0,16494,-109.08120799999641,31.938896000000387,2438516,7,10,1989 +9,F,49.0,16495,-109.08090299999638,31.93785900000039,2439541,7,10,1989 +2,F,46.0,16496,-109.08197499999642,31.93888700000037,2439541,7,10,1989 +18,,,16497,-109.07863299999636,31.93712600000041,2437568,7,10,1989 +8,M,47.0,16498,-109.08167999999641,31.937884000000402,2439521,7,10,1989 +2,M,21.0,16499,-109.08197499999642,31.93888700000037,2437981,7,10,1989 +9,M,20.0,16500,-109.08090299999638,31.93785900000039,2438516,7,10,1989 +8,M,47.0,16501,-109.08167999999641,31.937884000000402,2439521,7,10,1989 +9,F,23.0,16502,-109.08090299999638,31.93785900000039,2438516,7,10,1989 +3,M,21.0,16503,-109.08120799999641,31.938896000000387,2438516,7,10,1989 +11,M,25.0,16504,-109.07930699999636,31.938056000000426,2438516,7,10,1989 +9,M,55.0,16505,-109.08090299999638,31.93785900000039,2439521,7,10,1989 +8,F,43.0,16506,-109.08167999999641,31.937884000000402,2439521,7,10,1989 +11,M,15.0,16507,-109.07930699999636,31.938056000000426,2437981,7,10,1989 +22,M,52.0,16508,-109.07860199999635,31.93644100000042,2439521,7,10,1989 +8,F,36.0,16509,-109.08167999999641,31.937884000000402,2438517,7,10,1989 +22,F,23.0,16510,-109.07860199999635,31.93644100000042,2437981,7,10,1989 +2,M,58.0,16511,-109.08197499999642,31.93888700000037,2439541,7,10,1989 +8,F,25.0,16512,-109.08167999999641,31.937884000000402,2439521,7,10,1989 +18,F,15.0,16513,-109.07863299999636,31.93712600000041,2439591,7,10,1989 +2,F,140.0,16514,-109.08197499999642,31.93888700000037,2438147,7,10,1989 +8,M,28.0,16515,-109.08167999999641,31.937884000000402,2438516,7,10,1989 +22,F,115.0,16516,-109.07860199999635,31.93644100000042,2439531,7,10,1989 +11,M,38.0,16517,-109.07930699999636,31.938056000000426,2438147,7,10,1989 +22,F,39.0,16518,-109.07860199999635,31.93644100000042,2439521,7,10,1989 +11,F,47.0,16519,-109.07930699999636,31.938056000000426,2439521,7,10,1989 +3,F,16.0,16520,-109.08120799999641,31.938896000000387,2437864,7,10,1989 +3,M,22.0,16521,-109.08120799999641,31.938896000000387,2438516,7,10,1989 +11,M,36.0,16522,-109.07930699999636,31.938056000000426,2439521,7,10,1989 +8,F,43.0,16523,-109.08167999999641,31.937884000000402,2439541,7,10,1989 +20,F,12.0,16524,-109.08019099999642,31.93633400000045,2437874,7,10,1989 +3,M,18.0,16525,-109.08120799999641,31.938896000000387,2439591,7,10,1989 +18,,,16526,-109.07863299999636,31.93712600000041,2491757,7,10,1989 +20,M,92.0,16527,-109.08019099999642,31.93633400000045,,7,10,1989 +18,F,11.0,16528,-109.07863299999636,31.93712600000041,2437874,7,10,1989 +21,M,9.0,16529,-109.07939799999636,31.936448000000453,2437874,7,10,1989 +9,M,42.0,16530,-109.08090299999638,31.93785900000039,2439521,7,10,1989 +2,,,16531,-109.08197499999642,31.93888700000037,2437300,7,10,1989 +9,F,43.0,16532,-109.08090299999638,31.93785900000039,2439521,7,10,1989 +3,F,47.0,16533,-109.08120799999641,31.938896000000387,2438147,7,10,1989 +8,F,45.0,16534,-109.08167999999641,31.937884000000402,2439521,7,10,1989 +8,M,48.0,16535,-109.08167999999641,31.937884000000402,2439521,7,10,1989 +21,F,18.0,16536,-109.07939799999636,31.936448000000453,2437864,7,10,1989 +11,M,50.0,16537,-109.07930699999636,31.938056000000426,2439521,7,10,1989 +21,F,28.0,16538,-109.07939799999636,31.936448000000453,2438516,7,10,1989 +22,M,20.0,16539,-109.07860199999635,31.93644100000042,2437981,7,10,1989 +10,,,16540,-109.08009099999636,31.938017000000425,,7,10,1989 +24,M,60.0,16541,-109.07773599999636,31.938560000000447,2439541,8,10,1989 +6,F,18.0,16542,-109.07883599999636,31.939078000000414,2439591,8,10,1989 +17,F,50.0,16543,-109.07941499999636,31.937117000000445,2439541,8,10,1989 +6,F,27.0,16544,-109.07883599999636,31.939078000000414,2437981,8,10,1989 +19,F,9.0,16545,-109.07791199999636,31.937438000000434,2437874,8,10,1989 +6,M,40.0,16546,-109.07883599999636,31.939078000000414,2439521,8,10,1989 +12,F,185.0,16547,-109.07851899999636,31.938203000000414,,8,10,1989 +12,M,15.0,16548,-109.07851899999636,31.938203000000414,2439591,8,10,1989 +6,M,14.0,16549,-109.07883599999636,31.939078000000414,2439591,8,10,1989 +14,M,53.0,16550,-109.08182699999641,31.937054000000447,2439521,8,10,1989 +17,M,22.0,16551,-109.07941499999636,31.937117000000445,2438516,8,10,1989 +19,M,22.0,16552,-109.07791199999636,31.937438000000434,2438516,8,10,1989 +17,F,8.0,16553,-109.07941499999636,31.937117000000445,2437874,8,10,1989 +17,M,48.0,16554,-109.07941499999636,31.937117000000445,2439541,8,10,1989 +15,F,24.0,16555,-109.08103599999642,31.937059000000463,2437981,8,10,1989 +13,M,14.0,16556,-109.08261299999641,31.937028000000442,2439591,8,10,1989 +4,F,39.0,16557,-109.08040899999641,31.93889400000041,2439521,8,10,1989 +12,,,16558,-109.07851899999636,31.938203000000414,2491757,8,10,1989 +4,F,46.0,16559,-109.08040899999641,31.93889400000041,2439521,8,10,1989 +19,M,23.0,16560,-109.07791199999636,31.937438000000434,2437981,8,10,1989 +1,F,23.0,16561,-109.08282899999641,31.938851000000387,2438516,8,10,1989 +24,M,23.0,16562,-109.07773599999636,31.938560000000447,2437981,8,10,1989 +13,M,7.0,16563,-109.08261299999641,31.937028000000442,2439566,8,10,1989 +5,F,7.0,16564,-109.07960199999636,31.93897000000045,2439566,8,10,1989 +15,,,16565,-109.08103599999642,31.937059000000463,2437568,8,10,1989 +1,M,48.0,16566,-109.08282899999641,31.938851000000387,2439521,8,10,1989 +7,,,16567,-109.08281599999641,31.938113000000413,2491757,8,10,1989 +7,M,10.0,16568,-109.08281599999641,31.938113000000413,2437874,8,10,1989 +4,F,9.0,16569,-109.08040899999641,31.93889400000041,2439566,8,10,1989 +1,F,52.0,16570,-109.08282899999641,31.938851000000387,2439541,8,10,1989 +17,M,56.0,16571,-109.07941499999636,31.937117000000445,2439541,8,10,1989 +1,M,14.0,16572,-109.08282899999641,31.938851000000387,2438516,8,10,1989 +13,,,16573,-109.08261299999641,31.937028000000442,2437568,8,10,1989 +12,M,20.0,16574,-109.07851899999636,31.938203000000414,2437981,8,10,1989 +23,M,21.0,16575,-109.07783799999636,31.93676300000042,2437981,8,10,1989 +4,M,35.0,16576,-109.08040899999641,31.93889400000041,2439521,8,10,1989 +5,M,13.0,16577,-109.07960199999636,31.93897000000045,2437874,8,10,1989 +14,M,48.0,16578,-109.08182699999641,31.937054000000447,2439521,8,10,1989 +14,F,43.0,16579,-109.08182699999641,31.937054000000447,2439521,8,10,1989 +1,M,56.0,16580,-109.08282899999641,31.938851000000387,2439541,8,10,1989 +4,M,126.0,16581,-109.08040899999641,31.93889400000041,2439531,8,10,1989 +17,F,149.0,16582,-109.07941499999636,31.937117000000445,,8,10,1989 +12,M,49.0,16583,-109.07851899999636,31.938203000000414,2439521,8,10,1989 +7,F,7.0,16584,-109.08281599999641,31.938113000000413,2437874,8,10,1989 +4,M,47.0,16585,-109.08040899999641,31.93889400000041,2439521,8,10,1989 +14,M,53.0,16586,-109.08182699999641,31.937054000000447,2439541,8,10,1989 +12,M,26.0,16587,-109.07851899999636,31.938203000000414,2438516,8,10,1989 +4,F,45.0,16588,-109.08040899999641,31.93889400000041,2439521,8,10,1989 +19,F,23.0,16589,-109.07791199999636,31.937438000000434,2437981,8,10,1989 +6,M,23.0,16590,-109.07883599999636,31.939078000000414,2437981,8,10,1989 +16,F,15.0,16591,-109.08024399999636,31.93709400000041,2437874,8,10,1989 +12,M,15.0,16592,-109.07851899999636,31.938203000000414,2439591,4,11,1989 +17,M,10.0,16593,-109.07941499999636,31.937117000000445,2437874,4,11,1989 +21,M,12.0,16594,-109.07939799999636,31.936448000000453,2437874,4,11,1989 +7,F,9.0,16595,-109.08281599999641,31.938113000000413,2437874,4,11,1989 +22,M,50.0,16596,-109.07860199999635,31.93644100000042,2439521,4,11,1989 +21,M,10.0,16597,-109.07939799999636,31.936448000000453,2437874,4,11,1989 +21,M,35.0,16598,-109.07939799999636,31.936448000000453,2438516,4,11,1989 +21,M,7.0,16599,-109.07939799999636,31.936448000000453,2438866,4,11,1989 +21,M,6.0,16600,-109.07939799999636,31.936448000000453,2438866,4,11,1989 +6,F,25.0,16601,-109.07883599999636,31.939078000000414,2437981,4,11,1989 +19,F,7.0,16602,-109.07791199999636,31.937438000000434,2439566,4,11,1989 +6,F,28.0,16603,-109.07883599999636,31.939078000000414,2438516,4,11,1989 +19,F,10.0,16604,-109.07791199999636,31.937438000000434,2437874,4,11,1989 +21,,,16605,-109.07939799999636,31.936448000000453,2437874,4,11,1989 +7,F,22.0,16606,-109.08281599999641,31.938113000000413,2437981,4,11,1989 +12,F,190.0,16607,-109.07851899999636,31.938203000000414,,4,11,1989 +12,F,17.0,16608,-109.07851899999636,31.938203000000414,2437864,4,11,1989 +23,M,8.0,16609,-109.07783799999636,31.93676300000042,2437874,4,11,1989 +18,F,7.0,16610,-109.07863299999636,31.93712600000041,2437874,4,11,1989 +7,M,24.0,16611,-109.08281599999641,31.938113000000413,2437981,4,11,1989 +21,,,16612,-109.07939799999636,31.936448000000453,2491757,4,11,1989 +1,M,52.0,16613,-109.08282899999641,31.938851000000387,2439541,4,11,1989 +12,M,32.0,16614,-109.07851899999636,31.938203000000414,2438516,4,11,1989 +23,M,11.0,16615,-109.07783799999636,31.93676300000042,2437874,4,11,1989 +7,M,22.0,16616,-109.08281599999641,31.938113000000413,2437981,4,11,1989 +23,M,12.0,16617,-109.07783799999636,31.93676300000042,2437874,4,11,1989 +17,M,45.0,16618,-109.07941499999636,31.937117000000445,2439541,4,11,1989 +21,,,16619,-109.07939799999636,31.936448000000453,2491757,4,11,1989 +20,M,128.0,16620,-109.08019099999642,31.93633400000045,,4,11,1989 +7,M,,16621,-109.08281599999641,31.938113000000413,2437981,4,11,1989 +7,M,10.0,16622,-109.08281599999641,31.938113000000413,2437874,4,11,1989 +1,M,27.0,16623,-109.08282899999641,31.938851000000387,2438516,4,11,1989 +19,F,7.0,16624,-109.07791199999636,31.937438000000434,2437874,4,11,1989 +17,M,55.0,16625,-109.07941499999636,31.937117000000445,2439541,4,11,1989 +19,M,19.0,16626,-109.07791199999636,31.937438000000434,2437981,4,11,1989 +1,F,156.0,16627,-109.08282899999641,31.938851000000387,,4,11,1989 +24,F,12.0,16628,-109.07773599999636,31.938560000000447,2437864,4,11,1989 +12,F,27.0,16629,-109.07851899999636,31.938203000000414,2438516,4,11,1989 +22,F,29.0,16630,-109.07860199999635,31.93644100000042,2439584,4,11,1989 +21,M,7.0,16631,-109.07939799999636,31.936448000000453,2437874,4,11,1989 +17,M,38.0,16632,-109.07941499999636,31.937117000000445,2439521,4,11,1989 +20,F,8.0,16633,-109.08019099999642,31.93633400000045,2437874,4,11,1989 +18,F,7.0,16634,-109.07863299999636,31.93712600000041,2439566,4,11,1989 +17,,,16635,-109.07941499999636,31.937117000000445,2437981,4,11,1989 +22,F,115.0,16636,-109.07860199999635,31.93644100000042,2439531,4,11,1989 +7,F,8.0,16637,-109.08281599999641,31.938113000000413,2437874,4,11,1989 +12,F,56.0,16638,-109.07851899999636,31.938203000000414,2439541,4,11,1989 +24,F,11.0,16639,-109.07773599999636,31.938560000000447,2437874,4,11,1989 +18,F,11.0,16640,-109.07863299999636,31.93712600000041,2437874,4,11,1989 +21,F,27.0,16641,-109.07939799999636,31.936448000000453,2438516,4,11,1989 +6,M,7.0,16642,-109.07883599999636,31.939078000000414,2439566,4,11,1989 +17,F,157.0,16643,-109.07941499999636,31.937117000000445,,4,11,1989 +1,F,26.0,16644,-109.08282899999641,31.938851000000387,2438516,4,11,1989 +21,,,16645,-109.07939799999636,31.936448000000453,,4,11,1989 +1,F,53.0,16646,-109.08282899999641,31.938851000000387,2439541,4,11,1989 +18,M,13.0,16647,-109.07863299999636,31.93712600000041,2437874,4,11,1989 +22,M,17.0,16648,-109.07860199999635,31.93644100000042,2437981,4,11,1989 +1,M,46.0,16649,-109.08282899999641,31.938851000000387,2439521,4,11,1989 +6,M,15.0,16650,-109.07883599999636,31.939078000000414,2439591,4,11,1989 +12,M,49.0,16651,-109.07851899999636,31.938203000000414,2439541,4,11,1989 +17,F,55.0,16652,-109.07941499999636,31.937117000000445,2439541,4,11,1989 +7,F,15.0,16653,-109.08281599999641,31.938113000000413,2437864,4,11,1989 +24,F,23.0,16654,-109.07773599999636,31.938560000000447,2437981,4,11,1989 +19,F,13.0,16655,-109.07791199999636,31.937438000000434,2437874,4,11,1989 +1,F,52.0,16656,-109.08282899999641,31.938851000000387,2439541,4,11,1989 +19,F,23.0,16657,-109.07791199999636,31.937438000000434,2437981,4,11,1989 +6,M,24.0,16658,-109.07883599999636,31.939078000000414,2437981,4,11,1989 +12,M,24.0,16659,-109.07851899999636,31.938203000000414,2438516,4,11,1989 +19,M,50.0,16660,-109.07791199999636,31.937438000000434,2438153,4,11,1989 +22,M,50.0,16661,-109.07860199999635,31.93644100000042,2439521,4,11,1989 +9,M,51.0,16662,-109.08090299999638,31.93785900000039,2439541,5,11,1989 +3,F,10.0,16663,-109.08120799999641,31.938896000000387,2437874,5,11,1989 +14,M,41.0,16664,-109.08182699999641,31.937054000000447,2439521,5,11,1989 +2,F,46.0,16665,-109.08197499999642,31.93888700000037,2439541,5,11,1989 +4,F,8.0,16666,-109.08040899999641,31.93889400000041,2439566,5,11,1989 +9,F,48.0,16667,-109.08090299999638,31.93785900000039,2439541,5,11,1989 +14,M,46.0,16668,-109.08182699999641,31.937054000000447,2439521,5,11,1989 +3,F,13.0,16669,-109.08120799999641,31.938896000000387,2437874,5,11,1989 +11,F,46.0,16670,-109.07930699999636,31.938056000000426,2438153,5,11,1989 +8,F,18.0,16671,-109.08167999999641,31.937884000000402,2438516,5,11,1989 +9,M,55.0,16672,-109.08090299999638,31.93785900000039,2439521,5,11,1989 +3,F,24.0,16673,-109.08120799999641,31.938896000000387,2438516,5,11,1989 +8,F,39.0,16674,-109.08167999999641,31.937884000000402,2439521,5,11,1989 +16,M,11.0,16675,-109.08024399999636,31.93709400000041,2437874,5,11,1989 +8,M,20.0,16676,-109.08167999999641,31.937884000000402,2438517,5,11,1989 +15,F,26.0,16677,-109.08103599999642,31.937059000000463,2437981,5,11,1989 +8,F,33.0,16678,-109.08167999999641,31.937884000000402,2438517,5,11,1989 +14,,,16679,-109.08182699999641,31.937054000000447,2437568,5,11,1989 +13,F,17.0,16680,-109.08261299999641,31.937028000000442,2438516,5,11,1989 +4,F,48.0,16681,-109.08040899999641,31.93889400000041,2439521,5,11,1989 +8,M,20.0,16682,-109.08167999999641,31.937884000000402,2438517,5,11,1989 +13,M,14.0,16683,-109.08261299999641,31.937028000000442,2439591,5,11,1989 +8,M,46.0,16684,-109.08167999999641,31.937884000000402,2439521,5,11,1989 +14,M,9.0,16685,-109.08182699999641,31.937054000000447,2437874,5,11,1989 +3,M,8.0,16686,-109.08120799999641,31.938896000000387,2437874,5,11,1989 +4,F,47.0,16687,-109.08040899999641,31.93889400000041,2439521,5,11,1989 +8,F,19.0,16688,-109.08167999999641,31.937884000000402,2438517,5,11,1989 +15,,,16689,-109.08103599999642,31.937059000000463,2437568,5,11,1989 +4,F,35.0,16690,-109.08040899999641,31.93889400000041,2439521,5,11,1989 +5,M,30.0,16691,-109.07960199999636,31.93897000000045,2438516,5,11,1989 +11,,,16692,-109.07930699999636,31.938056000000426,2491757,5,11,1989 +16,F,8.0,16693,-109.08024399999636,31.93709400000041,2437874,5,11,1989 +2,M,23.0,16694,-109.08197499999642,31.93888700000037,2437981,5,11,1989 +11,M,53.0,16695,-109.07930699999636,31.938056000000426,2439521,5,11,1989 +8,F,45.0,16696,-109.08167999999641,31.937884000000402,2439521,5,11,1989 +15,F,23.0,16697,-109.08103599999642,31.937059000000463,2438516,5,11,1989 +14,M,43.0,16698,-109.08182699999641,31.937054000000447,2439521,5,11,1989 +14,M,43.0,16699,-109.08182699999641,31.937054000000447,2439521,5,11,1989 +2,M,42.0,16700,-109.08197499999642,31.93888700000037,2438147,5,11,1989 +11,M,25.0,16701,-109.07930699999636,31.938056000000426,2438516,5,11,1989 +5,F,17.0,16702,-109.07960199999636,31.93897000000045,2437864,5,11,1989 +14,M,,16703,-109.08182699999641,31.937054000000447,2439521,5,11,1989 +4,M,115.0,16704,-109.08040899999641,31.93889400000041,2439531,5,11,1989 +2,M,22.0,16705,-109.08197499999642,31.93888700000037,2438516,5,11,1989 +5,F,7.0,16706,-109.07960199999636,31.93897000000045,2439566,5,11,1989 +3,M,9.0,16707,-109.08120799999641,31.938896000000387,2437874,5,11,1989 +3,M,16.0,16708,-109.08120799999641,31.938896000000387,2439591,5,11,1989 +2,F,23.0,16709,-109.08197499999642,31.93888700000037,2438516,5,11,1989 +2,F,25.0,16710,-109.08197499999642,31.93888700000037,2437981,5,11,1989 +8,M,46.0,16711,-109.08167999999641,31.937884000000402,2439521,5,11,1989 +14,F,11.0,16712,-109.08182699999641,31.937054000000447,2437874,5,11,1989 +2,M,59.0,16713,-109.08197499999642,31.93888700000037,2439541,5,11,1989 +11,M,45.0,16714,-109.07930699999636,31.938056000000426,2439521,5,11,1989 +8,M,50.0,16715,-109.08167999999641,31.937884000000402,2439521,5,11,1989 +4,M,44.0,16716,-109.08040899999641,31.93889400000041,2439521,5,11,1989 +11,F,10.0,16717,-109.07930699999636,31.938056000000426,2437874,5,11,1989 +9,F,30.0,16718,-109.08090299999638,31.93785900000039,2439521,5,11,1989 +9,F,24.0,16719,-109.08090299999638,31.93785900000039,2438516,5,11,1989 +13,F,10.0,16720,-109.08261299999641,31.937028000000442,2437874,5,11,1989 +3,M,17.0,16721,-109.08120799999641,31.938896000000387,2439591,5,11,1989 +8,M,33.0,16722,-109.08167999999641,31.937884000000402,2438517,5,11,1989 +14,F,48.0,16723,-109.08182699999641,31.937054000000447,2439541,5,11,1989 +14,M,50.0,16724,-109.08182699999641,31.937054000000447,2439541,5,11,1989 +9,M,44.0,16725,-109.08090299999638,31.93785900000039,2439521,5,11,1989 +8,M,53.0,16726,-109.08167999999641,31.937884000000402,2439541,5,11,1989 +11,M,18.0,16727,-109.07930699999636,31.938056000000426,2437981,5,11,1989 +9,F,44.0,16728,-109.08090299999638,31.93785900000039,2439521,5,11,1989 +10,M,10.0,16729,-109.08009099999636,31.938017000000425,2437874,5,11,1989 +2,M,15.0,16730,-109.08197499999642,31.93888700000037,2439591,5,11,1989 +4,F,48.0,16731,-109.08040899999641,31.93889400000041,2439521,5,11,1989 +21,M,10.0,16732,-109.07939799999636,31.936448000000453,2437874,4,12,1989 +19,,,16733,-109.07791199999636,31.937438000000434,2491757,4,12,1989 +7,M,11.0,16734,-109.08281599999641,31.938113000000413,2437874,4,12,1989 +12,M,8.0,16735,-109.07851899999636,31.938203000000414,2437874,4,12,1989 +6,M,17.0,16736,-109.07883599999636,31.939078000000414,2439591,4,12,1989 +24,F,10.0,16737,-109.07773599999636,31.938560000000447,2437874,4,12,1989 +7,F,8.0,16738,-109.08281599999641,31.938113000000413,2437874,4,12,1989 +22,M,47.0,16739,-109.07860199999635,31.93644100000042,2439521,4,12,1989 +23,,,16740,-109.07783799999636,31.93676300000042,2491757,4,12,1989 +12,F,47.0,16741,-109.07851899999636,31.938203000000414,2439541,4,12,1989 +6,M,31.0,16742,-109.07883599999636,31.939078000000414,2438517,4,12,1989 +7,M,20.0,16743,-109.08281599999641,31.938113000000413,2437981,4,12,1989 +1,F,19.0,16744,-109.08282899999641,31.938851000000387,2438516,4,12,1989 +21,M,49.0,16745,-109.07939799999636,31.936448000000453,2438153,4,12,1989 +12,F,82.0,16746,-109.07851899999636,31.938203000000414,2438153,4,12,1989 +6,M,7.0,16747,-109.07883599999636,31.939078000000414,2439566,4,12,1989 +12,M,24.0,16748,-109.07851899999636,31.938203000000414,2438516,4,12,1989 +19,F,8.0,16749,-109.07791199999636,31.937438000000434,2437874,4,12,1989 +12,F,15.0,16750,-109.07851899999636,31.938203000000414,2437864,4,12,1989 +17,M,40.0,16751,-109.07941499999636,31.937117000000445,2439541,4,12,1989 +21,M,6.0,16752,-109.07939799999636,31.936448000000453,2437874,4,12,1989 +7,F,10.0,16753,-109.08281599999641,31.938113000000413,2437874,4,12,1989 +21,M,190.0,16754,-109.07939799999636,31.936448000000453,,4,12,1989 +12,F,10.0,16755,-109.07851899999636,31.938203000000414,2437874,4,12,1989 +1,M,49.0,16756,-109.08282899999641,31.938851000000387,2439521,4,12,1989 +19,M,21.0,16757,-109.07791199999636,31.937438000000434,2437981,4,12,1989 +17,F,21.0,16758,-109.07941499999636,31.937117000000445,2437981,4,12,1989 +12,M,55.0,16759,-109.07851899999636,31.938203000000414,2439541,4,12,1989 +6,,,16760,-109.07883599999636,31.939078000000414,2491757,4,12,1989 +19,F,27.0,16761,-109.07791199999636,31.937438000000434,2437981,4,12,1989 +12,M,28.0,16762,-109.07851899999636,31.938203000000414,2438516,4,12,1989 +20,F,14.0,16763,-109.08019099999642,31.93633400000045,2437874,4,12,1989 +17,F,47.0,16764,-109.07941499999636,31.937117000000445,2439541,4,12,1989 +12,M,10.0,16765,-109.07851899999636,31.938203000000414,2437874,4,12,1989 +21,F,10.0,16766,-109.07939799999636,31.936448000000453,2437874,4,12,1989 +19,M,10.0,16767,-109.07791199999636,31.937438000000434,2437874,4,12,1989 +19,F,11.0,16768,-109.07791199999636,31.937438000000434,2437874,4,12,1989 +17,F,12.0,16769,-109.07941499999636,31.937117000000445,2437874,4,12,1989 +7,,,16770,-109.08281599999641,31.938113000000413,2491757,4,12,1989 +22,F,110.0,16771,-109.07860199999635,31.93644100000042,2439531,4,12,1989 +18,,,16772,-109.07863299999636,31.93712600000041,2491757,4,12,1989 +12,,,16773,-109.07851899999636,31.938203000000414,2491757,4,12,1989 +7,M,12.0,16774,-109.08281599999641,31.938113000000413,2437874,4,12,1989 +19,F,7.0,16775,-109.07791199999636,31.937438000000434,2439566,4,12,1989 +19,M,7.0,16776,-109.07791199999636,31.937438000000434,2439566,4,12,1989 +17,F,50.0,16777,-109.07941499999636,31.937117000000445,2439541,4,12,1989 +7,,,16778,-109.08281599999641,31.938113000000413,2491757,4,12,1989 +12,F,56.0,16779,-109.07851899999636,31.938203000000414,2439541,4,12,1989 +19,M,12.0,16780,-109.07791199999636,31.937438000000434,2437874,4,12,1989 +17,M,43.0,16781,-109.07941499999636,31.937117000000445,2439521,4,12,1989 +22,M,52.0,16782,-109.07860199999635,31.93644100000042,2439521,4,12,1989 +6,F,10.0,16783,-109.07883599999636,31.939078000000414,2437874,4,12,1989 +17,M,10.0,16784,-109.07941499999636,31.937117000000445,2437874,4,12,1989 +7,F,9.0,16785,-109.08281599999641,31.938113000000413,2437874,4,12,1989 +1,F,53.0,16786,-109.08282899999641,31.938851000000387,2439541,4,12,1989 +19,F,9.0,16787,-109.07791199999636,31.937438000000434,2437874,4,12,1989 +17,F,13.0,16788,-109.07941499999636,31.937117000000445,2437874,4,12,1989 +1,M,56.0,16789,-109.08282899999641,31.938851000000387,2439541,4,12,1989 +22,F,32.0,16790,-109.07860199999635,31.93644100000042,2439584,4,12,1989 +23,F,10.0,16791,-109.07783799999636,31.93676300000042,2437874,4,12,1989 +21,F,12.0,16792,-109.07939799999636,31.936448000000453,2437874,4,12,1989 +21,F,13.0,16793,-109.07939799999636,31.936448000000453,2437874,4,12,1989 +18,M,14.0,16794,-109.07863299999636,31.93712600000041,2437874,4,12,1989 +7,M,6.0,16795,-109.08281599999641,31.938113000000413,2437874,4,12,1989 +21,M,9.0,16796,-109.07939799999636,31.936448000000453,2437874,4,12,1989 +17,F,158.0,16797,-109.07941499999636,31.937117000000445,,4,12,1989 +7,M,19.0,16798,-109.08281599999641,31.938113000000413,2437981,4,12,1989 +6,F,11.0,16799,-109.07883599999636,31.939078000000414,2437874,4,12,1989 +24,F,14.0,16800,-109.07773599999636,31.938560000000447,2437864,4,12,1989 +19,F,10.0,16801,-109.07791199999636,31.937438000000434,2437874,4,12,1989 +17,M,21.0,16802,-109.07941499999636,31.937117000000445,2437981,4,12,1989 +18,M,18.0,16803,-109.07863299999636,31.93712600000041,2437981,4,12,1989 +3,M,24.0,16804,-109.08120799999641,31.938896000000387,2438516,5,12,1989 +4,F,9.0,16805,-109.08040899999641,31.93889400000041,2437874,5,12,1989 +9,M,49.0,16806,-109.08090299999638,31.93785900000039,2439541,5,12,1989 +8,F,6.0,16807,-109.08167999999641,31.937884000000402,2437874,5,12,1989 +16,M,9.0,16808,-109.08024399999636,31.93709400000041,2437874,5,12,1989 +10,,,16809,-109.08009099999636,31.938017000000425,2491757,5,12,1989 +13,F,14.0,16810,-109.08261299999641,31.937028000000442,2437864,5,12,1989 +15,M,14.0,16811,-109.08103599999642,31.937059000000463,2437981,5,12,1989 +3,F,7.0,16812,-109.08120799999641,31.938896000000387,2437874,5,12,1989 +10,F,12.0,16813,-109.08009099999636,31.938017000000425,2437874,5,12,1989 +14,M,40.0,16814,-109.08182699999641,31.937054000000447,2439521,5,12,1989 +9,F,51.0,16815,-109.08090299999638,31.93785900000039,2439541,5,12,1989 +15,F,15.0,16816,-109.08103599999642,31.937059000000463,2437981,5,12,1989 +2,F,20.0,16817,-109.08197499999642,31.93888700000037,2437981,5,12,1989 +4,F,39.0,16818,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +5,F,8.0,16819,-109.07960199999636,31.93897000000045,2437874,5,12,1989 +11,F,47.0,16820,-109.07930699999636,31.938056000000426,2438153,5,12,1989 +16,F,9.0,16821,-109.08024399999636,31.93709400000041,2437874,5,12,1989 +4,F,43.0,16822,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +8,M,8.0,16823,-109.08167999999641,31.937884000000402,2437874,5,12,1989 +3,F,13.0,16824,-109.08120799999641,31.938896000000387,2437874,5,12,1989 +8,F,47.0,16825,-109.08167999999641,31.937884000000402,2439521,5,12,1989 +9,M,51.0,16826,-109.08090299999638,31.93785900000039,2439541,5,12,1989 +15,F,24.0,16827,-109.08103599999642,31.937059000000463,2437981,5,12,1989 +2,F,49.0,16828,-109.08197499999642,31.93888700000037,2439541,5,12,1989 +13,F,11.0,16829,-109.08261299999641,31.937028000000442,2437874,5,12,1989 +4,F,43.0,16830,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +11,F,10.0,16831,-109.07930699999636,31.938056000000426,2437874,5,12,1989 +11,F,52.0,16832,-109.07930699999636,31.938056000000426,2439541,5,12,1989 +8,M,46.0,16833,-109.08167999999641,31.937884000000402,2439521,5,12,1989 +3,F,13.0,16834,-109.08120799999641,31.938896000000387,2437874,5,12,1989 +14,M,51.0,16835,-109.08182699999641,31.937054000000447,2439521,5,12,1989 +3,F,161.0,16836,-109.08120799999641,31.938896000000387,,5,12,1989 +4,M,44.0,16837,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +4,M,25.0,16838,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +3,F,10.0,16839,-109.08120799999641,31.938896000000387,2437874,5,12,1989 +4,F,43.0,16840,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +8,M,47.0,16841,-109.08167999999641,31.937884000000402,2439521,5,12,1989 +4,M,27.0,16842,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +11,F,10.0,16843,-109.07930699999636,31.938056000000426,2437874,5,12,1989 +9,F,6.0,16844,-109.08090299999638,31.93785900000039,2437874,5,12,1989 +8,F,47.0,16845,-109.08167999999641,31.937884000000402,2439521,5,12,1989 +2,M,62.0,16846,-109.08197499999642,31.93888700000037,2439541,5,12,1989 +3,,,16847,-109.08120799999641,31.938896000000387,2491757,5,12,1989 +2,F,25.0,16848,-109.08197499999642,31.93888700000037,2437981,5,12,1989 +11,F,35.0,16849,-109.07930699999636,31.938056000000426,2439521,5,12,1989 +2,M,22.0,16850,-109.08197499999642,31.93888700000037,2438516,5,12,1989 +4,F,34.0,16851,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +11,M,46.0,16852,-109.07930699999636,31.938056000000426,2439521,5,12,1989 +14,M,14.0,16853,-109.08182699999641,31.937054000000447,2437981,5,12,1989 +14,F,10.0,16854,-109.08182699999641,31.937054000000447,2437874,5,12,1989 +3,M,8.0,16855,-109.08120799999641,31.938896000000387,2438866,5,12,1989 +10,M,10.0,16856,-109.08009099999636,31.938017000000425,2437874,5,12,1989 +9,F,45.0,16857,-109.08090299999638,31.93785900000039,2439521,5,12,1989 +4,M,46.0,16858,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +10,F,8.0,16859,-109.08009099999636,31.938017000000425,2437874,5,12,1989 +9,M,45.0,16860,-109.08090299999638,31.93785900000039,2439521,5,12,1989 +14,M,,16861,-109.08182699999641,31.937054000000447,2439541,5,12,1989 +8,M,50.0,16862,-109.08167999999641,31.937884000000402,2439521,5,12,1989 +9,F,37.0,16863,-109.08090299999638,31.93785900000039,2439521,5,12,1989 +3,F,12.0,16864,-109.08120799999641,31.938896000000387,2437874,5,12,1989 +8,F,45.0,16865,-109.08167999999641,31.937884000000402,2439541,5,12,1989 +5,M,21.0,16866,-109.07960199999636,31.93897000000045,2438516,5,12,1989 +9,M,50.0,16867,-109.08090299999638,31.93785900000039,2439521,5,12,1989 +4,M,123.0,16868,-109.08040899999641,31.93889400000041,2439531,5,12,1989 +5,M,12.0,16869,-109.07960199999636,31.93897000000045,2437874,5,12,1989 +11,M,47.0,16870,-109.07930699999636,31.938056000000426,2439521,5,12,1989 +10,M,7.0,16871,-109.08009099999636,31.938017000000425,2437874,5,12,1989 +14,F,47.0,16872,-109.08182699999641,31.937054000000447,2439541,5,12,1989 +5,F,13.0,16873,-109.07960199999636,31.93897000000045,2437864,5,12,1989 +8,M,51.0,16874,-109.08167999999641,31.937884000000402,2439541,5,12,1989 +16,F,15.0,16875,-109.08024399999636,31.93709400000041,2437874,5,12,1989 +5,M,9.0,16876,-109.07960199999636,31.93897000000045,2437874,5,12,1989 +4,M,31.0,16877,-109.08040899999641,31.93889400000041,2439521,5,12,1989 +11,M,50.0,16878,-109.07930699999636,31.938056000000426,2439521,5,12,1989 +8,F,42.0,16879,-109.08167999999641,31.937884000000402,2439521,5,12,1989 +1,F,35.0,16880,-109.08282899999641,31.938851000000387,2439521,6,1,1990 +1,M,28.0,16881,-109.08282899999641,31.938851000000387,2438517,6,1,1990 +6,M,7.0,16882,-109.07883599999636,31.939078000000414,2439566,6,1,1990 +23,F,9.0,16883,-109.07783799999636,31.93676300000042,2437874,6,1,1990 +12,M,10.0,16884,-109.07851899999636,31.938203000000414,2437874,6,1,1990 +24,M,9.0,16885,-109.07773599999636,31.938560000000447,2437874,6,1,1990 +12,M,35.0,16886,-109.07851899999636,31.938203000000414,2438153,6,1,1990 +24,F,73.0,16887,-109.07773599999636,31.938560000000447,2438147,6,1,1990 +12,M,44.0,16888,-109.07851899999636,31.938203000000414,2438153,6,1,1990 +17,M,55.0,16889,-109.07941499999636,31.937117000000445,2439541,6,1,1990 +21,M,55.0,16890,-109.07939799999636,31.936448000000453,2438153,6,1,1990 +12,M,23.0,16891,-109.07851899999636,31.938203000000414,2438516,6,1,1990 +12,F,53.0,16892,-109.07851899999636,31.938203000000414,2439541,6,1,1990 +21,,,16893,-109.07939799999636,31.936448000000453,2491757,6,1,1990 +12,F,24.0,16894,-109.07851899999636,31.938203000000414,2438516,6,1,1990 +1,F,20.0,16895,-109.08282899999641,31.938851000000387,2438516,6,1,1990 +12,F,75.0,16896,-109.07851899999636,31.938203000000414,2438153,6,1,1990 +12,M,11.0,16897,-109.07851899999636,31.938203000000414,2437874,6,1,1990 +21,F,46.0,16898,-109.07939799999636,31.936448000000453,2438153,6,1,1990 +23,M,11.0,16899,-109.07783799999636,31.93676300000042,2437874,6,1,1990 +17,M,47.0,16900,-109.07941499999636,31.937117000000445,2439541,6,1,1990 +19,M,10.0,16901,-109.07791199999636,31.937438000000434,2437874,6,1,1990 +12,,,16902,-109.07851899999636,31.938203000000414,2437568,6,1,1990 +7,F,9.0,16903,-109.08281599999641,31.938113000000413,2437874,6,1,1990 +1,M,34.0,16904,-109.08282899999641,31.938851000000387,2438517,6,1,1990 +18,F,13.0,16905,-109.07863299999636,31.93712600000041,2437874,6,1,1990 +21,M,11.0,16906,-109.07939799999636,31.936448000000453,2437874,6,1,1990 +12,M,57.0,16907,-109.07851899999636,31.938203000000414,2439541,6,1,1990 +20,M,10.0,16908,-109.08019099999642,31.93633400000045,2437874,6,1,1990 +19,F,12.0,16909,-109.07791199999636,31.937438000000434,2437874,6,1,1990 +24,M,11.0,16910,-109.07773599999636,31.938560000000447,2437874,6,1,1990 +20,M,7.0,16911,-109.08019099999642,31.93633400000045,2437874,6,1,1990 +18,M,20.0,16912,-109.07863299999636,31.93712600000041,2437981,6,1,1990 +22,M,52.0,16913,-109.07860199999635,31.93644100000042,2439521,6,1,1990 +6,M,8.0,16914,-109.07883599999636,31.939078000000414,2437874,6,1,1990 +17,M,,16915,-109.07941499999636,31.937117000000445,2439521,6,1,1990 +19,F,6.0,16916,-109.07791199999636,31.937438000000434,2439566,6,1,1990 +17,F,165.0,16917,-109.07941499999636,31.937117000000445,,6,1,1990 +6,M,9.0,16918,-109.07883599999636,31.939078000000414,2437874,6,1,1990 +18,M,10.0,16919,-109.07863299999636,31.93712600000041,2437874,6,1,1990 +7,M,11.0,16920,-109.08281599999641,31.938113000000413,2437874,6,1,1990 +1,F,56.0,16921,-109.08282899999641,31.938851000000387,2439541,6,1,1990 +12,,,16922,-109.07851899999636,31.938203000000414,2439541,6,1,1990 +17,M,11.0,16923,-109.07941499999636,31.937117000000445,2437874,6,1,1990 +1,M,55.0,16924,-109.08282899999641,31.938851000000387,2439541,6,1,1990 +6,M,7.0,16925,-109.07883599999636,31.939078000000414,2439566,6,1,1990 +6,,,16926,-109.07883599999636,31.939078000000414,2491757,6,1,1990 +17,M,24.0,16927,-109.07941499999636,31.937117000000445,2437981,6,1,1990 +12,M,28.0,16928,-109.07851899999636,31.938203000000414,2438516,6,1,1990 +17,M,49.0,16929,-109.07941499999636,31.937117000000445,2439541,6,1,1990 +3,M,61.0,16930,-109.08120799999641,31.938896000000387,2438147,7,1,1990 +4,M,44.0,16931,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +5,M,13.0,16932,-109.07960199999636,31.93897000000045,2437864,7,1,1990 +11,M,41.0,16933,-109.07930699999636,31.938056000000426,2439541,7,1,1990 +9,M,52.0,16934,-109.08090299999638,31.93785900000039,2439541,7,1,1990 +9,M,50.0,16935,-109.08090299999638,31.93785900000039,2439541,7,1,1990 +4,M,49.0,16936,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +9,F,49.0,16937,-109.08090299999638,31.93785900000039,2439541,7,1,1990 +15,F,19.0,16938,-109.08103599999642,31.937059000000463,2437981,7,1,1990 +13,F,14.0,16939,-109.08261299999641,31.937028000000442,2437864,7,1,1990 +8,M,48.0,16940,-109.08167999999641,31.937884000000402,2439521,7,1,1990 +14,M,52.0,16941,-109.08182699999641,31.937054000000447,2439541,7,1,1990 +3,M,22.0,16942,-109.08120799999641,31.938896000000387,2438516,7,1,1990 +8,F,38.0,16943,-109.08167999999641,31.937884000000402,2439521,7,1,1990 +4,M,34.0,16944,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +10,M,11.0,16945,-109.08009099999636,31.938017000000425,2437874,7,1,1990 +8,F,49.0,16946,-109.08167999999641,31.937884000000402,2439521,7,1,1990 +4,F,42.0,16947,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +14,M,50.0,16948,-109.08182699999641,31.937054000000447,2439521,7,1,1990 +4,M,34.0,16949,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +9,M,42.0,16950,-109.08090299999638,31.93785900000039,2439541,7,1,1990 +3,M,10.0,16951,-109.08120799999641,31.938896000000387,2437874,7,1,1990 +5,F,9.0,16952,-109.07960199999636,31.93897000000045,2438866,7,1,1990 +4,M,50.0,16953,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +11,F,38.0,16954,-109.07930699999636,31.938056000000426,2439541,7,1,1990 +11,M,46.0,16955,-109.07930699999636,31.938056000000426,2439521,7,1,1990 +2,F,22.0,16956,-109.08197499999642,31.93888700000037,2437981,7,1,1990 +4,F,43.0,16957,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +8,M,47.0,16958,-109.08167999999641,31.937884000000402,2439521,7,1,1990 +4,,,16959,-109.08040899999641,31.93889400000041,2439531,7,1,1990 +13,M,14.0,16960,-109.08261299999641,31.937028000000442,2439591,7,1,1990 +2,M,61.0,16961,-109.08197499999642,31.93888700000037,2439541,7,1,1990 +2,F,23.0,16962,-109.08197499999642,31.93888700000037,2438516,7,1,1990 +4,M,39.0,16963,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +11,F,40.0,16964,-109.07930699999636,31.938056000000426,2439521,7,1,1990 +13,M,11.0,16965,-109.08261299999641,31.937028000000442,2437874,7,1,1990 +2,F,43.0,16966,-109.08197499999642,31.93888700000037,2439541,7,1,1990 +8,F,45.0,16967,-109.08167999999641,31.937884000000402,2439541,7,1,1990 +3,,,16968,-109.08120799999641,31.938896000000387,2491757,7,1,1990 +4,F,36.0,16969,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +9,F,40.0,16970,-109.08090299999638,31.93785900000039,2439521,7,1,1990 +8,M,57.0,16971,-109.08167999999641,31.937884000000402,2439521,7,1,1990 +11,M,50.0,16972,-109.07930699999636,31.938056000000426,2439521,7,1,1990 +9,M,45.0,16973,-109.08090299999638,31.93785900000039,2439521,7,1,1990 +9,F,35.0,16974,-109.08090299999638,31.93785900000039,2439521,7,1,1990 +15,M,9.0,16975,-109.08103599999642,31.937059000000463,2437874,7,1,1990 +4,F,44.0,16976,-109.08040899999641,31.93889400000041,2439521,7,1,1990 +9,F,40.0,16977,-109.08090299999638,31.93785900000039,2439521,7,1,1990 +13,F,11.0,16978,-109.08261299999641,31.937028000000442,2437874,7,1,1990 +4,M,126.0,16979,-109.08040899999641,31.93889400000041,2439531,7,1,1990 +9,M,45.0,16980,-109.08090299999638,31.93785900000039,2439521,7,1,1990 +10,F,11.0,16981,-109.08009099999636,31.938017000000425,2437874,7,1,1990 +2,,,16982,-109.08197499999642,31.93888700000037,2491757,7,1,1990 +5,,,16983,-109.07960199999636,31.93897000000045,2491757,7,1,1990 +16,,,16984,-109.08024399999636,31.93709400000041,,7,1,1990 +6,M,7.0,16985,-109.07883599999636,31.939078000000414,2439566,29,1,1990 +20,F,9.0,16986,-109.08019099999642,31.93633400000045,2437874,29,1,1990 +1,F,37.0,16987,-109.08282899999641,31.938851000000387,2439521,29,1,1990 +6,,,16988,-109.07883599999636,31.939078000000414,2491757,29,1,1990 +19,M,23.0,16989,-109.07791199999636,31.937438000000434,2437981,29,1,1990 +7,M,21.0,16990,-109.08281599999641,31.938113000000413,2437981,29,1,1990 +12,M,48.0,16991,-109.07851899999636,31.938203000000414,2438153,29,1,1990 +24,M,24.0,16992,-109.07773599999636,31.938560000000447,2437981,29,1,1990 +6,,,16993,-109.07883599999636,31.939078000000414,2491757,29,1,1990 +20,,,16994,-109.08019099999642,31.93633400000045,2491757,29,1,1990 +1,M,45.0,16995,-109.08282899999641,31.938851000000387,2439521,29,1,1990 +12,F,197.0,16996,-109.07851899999636,31.938203000000414,,29,1,1990 +20,F,9.0,16997,-109.08019099999642,31.93633400000045,2437874,29,1,1990 +7,F,23.0,16998,-109.08281599999641,31.938113000000413,2437981,29,1,1990 +21,F,50.0,16999,-109.07939799999636,31.936448000000453,2438153,29,1,1990 +6,M,7.0,17000,-109.07883599999636,31.939078000000414,2439566,29,1,1990 +18,,,17001,-109.07863299999636,31.93712600000041,2491757,29,1,1990 +7,F,9.0,17002,-109.08281599999641,31.938113000000413,2437874,29,1,1990 +6,F,9.0,17003,-109.07883599999636,31.939078000000414,2439566,29,1,1990 +24,F,11.0,17004,-109.07773599999636,31.938560000000447,2437864,29,1,1990 +22,M,52.0,17005,-109.07860199999635,31.93644100000042,2439521,29,1,1990 +21,M,10.0,17006,-109.07939799999636,31.936448000000453,2437874,29,1,1990 +20,,,17007,-109.08019099999642,31.93633400000045,2491757,29,1,1990 +21,,,17008,-109.07939799999636,31.936448000000453,2491757,29,1,1990 +18,M,10.0,17009,-109.07863299999636,31.93712600000041,2437874,29,1,1990 +23,F,10.0,17010,-109.07783799999636,31.93676300000042,2437874,29,1,1990 +22,F,43.0,17011,-109.07860199999635,31.93644100000042,2439521,29,1,1990 +12,M,10.0,17012,-109.07851899999636,31.938203000000414,2437874,29,1,1990 +21,,,17013,-109.07939799999636,31.936448000000453,2491757,29,1,1990 +6,F,9.0,17014,-109.07883599999636,31.939078000000414,2437874,29,1,1990 +18,F,12.0,17015,-109.07863299999636,31.93712600000041,2437864,29,1,1990 +12,,,17016,-109.07851899999636,31.938203000000414,2491728,29,1,1990 +12,M,22.0,17017,-109.07851899999636,31.938203000000414,2438516,29,1,1990 +21,F,46.0,17018,-109.07939799999636,31.936448000000453,2438153,29,1,1990 +20,,,17019,-109.08019099999642,31.93633400000045,2491757,29,1,1990 +21,,,17020,-109.07939799999636,31.936448000000453,2491728,29,1,1990 +12,,,17021,-109.07851899999636,31.938203000000414,2437568,29,1,1990 +18,F,19.0,17022,-109.07863299999636,31.93712600000041,2437981,29,1,1990 +12,,,17023,-109.07851899999636,31.938203000000414,2491757,29,1,1990 +19,F,7.0,17024,-109.07791199999636,31.937438000000434,2439566,29,1,1990 +22,F,33.0,17025,-109.07860199999635,31.93644100000042,2439584,29,1,1990 +6,,,17026,-109.07883599999636,31.939078000000414,2491728,29,1,1990 +20,,,17027,-109.08019099999642,31.93633400000045,2437568,29,1,1990 +21,,,17028,-109.07939799999636,31.936448000000453,2491728,29,1,1990 +19,,,17029,-109.07791199999636,31.937438000000434,2491757,29,1,1990 +17,M,10.0,17030,-109.07941499999636,31.937117000000445,2437874,29,1,1990 +7,F,9.0,17031,-109.08281599999641,31.938113000000413,2437874,29,1,1990 +22,M,21.0,17032,-109.07860199999635,31.93644100000042,2438516,29,1,1990 +21,M,8.0,17033,-109.07939799999636,31.936448000000453,2437874,29,1,1990 +17,M,52.0,17034,-109.07941499999636,31.937117000000445,2439541,29,1,1990 +12,M,55.0,17035,-109.07851899999636,31.938203000000414,2439541,29,1,1990 +7,F,9.0,17036,-109.08281599999641,31.938113000000413,2437874,29,1,1990 +1,F,24.0,17037,-109.08282899999641,31.938851000000387,2438517,29,1,1990 +23,,,17038,-109.07783799999636,31.93676300000042,2491757,29,1,1990 +19,F,13.0,17039,-109.07791199999636,31.937438000000434,2437874,29,1,1990 +1,M,46.0,17040,-109.08282899999641,31.938851000000387,2439521,29,1,1990 +6,,,17041,-109.07883599999636,31.939078000000414,2491757,29,1,1990 +23,,,17042,-109.07783799999636,31.93676300000042,2491757,29,1,1990 +18,M,9.0,17043,-109.07863299999636,31.93712600000041,2437874,29,1,1990 +1,M,35.0,17044,-109.08282899999641,31.938851000000387,2438517,29,1,1990 +7,M,19.0,17045,-109.08281599999641,31.938113000000413,2437981,29,1,1990 +19,F,11.0,17046,-109.07791199999636,31.937438000000434,2437874,29,1,1990 +6,F,26.0,17047,-109.07883599999636,31.939078000000414,2437981,29,1,1990 +12,F,50.0,17048,-109.07851899999636,31.938203000000414,2439541,29,1,1990 +23,,,17049,-109.07783799999636,31.93676300000042,2491757,29,1,1990 +22,,,17050,-109.07860199999635,31.93644100000042,2491757,29,1,1990 +13,,,17051,-109.08261299999641,31.937028000000442,2491757,30,1,1990 +13,F,10.0,17052,-109.08261299999641,31.937028000000442,2437874,30,1,1990 +2,F,30.0,17053,-109.08197499999642,31.93888700000037,2439541,30,1,1990 +3,M,7.0,17054,-109.08120799999641,31.938896000000387,2439566,30,1,1990 +9,M,51.0,17055,-109.08090299999638,31.93785900000039,2439541,30,1,1990 +8,F,39.0,17056,-109.08167999999641,31.937884000000402,2439521,30,1,1990 +4,F,46.0,17057,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +9,M,49.0,17058,-109.08090299999638,31.93785900000039,2439541,30,1,1990 +8,M,48.0,17059,-109.08167999999641,31.937884000000402,2439521,30,1,1990 +3,M,8.0,17060,-109.08120799999641,31.938896000000387,2437874,30,1,1990 +5,F,9.0,17061,-109.07960199999636,31.93897000000045,2437874,30,1,1990 +11,M,58.0,17062,-109.07930699999636,31.938056000000426,2439541,30,1,1990 +13,M,10.0,17063,-109.08261299999641,31.937028000000442,2437874,30,1,1990 +11,M,50.0,17064,-109.07930699999636,31.938056000000426,2439541,30,1,1990 +3,F,22.0,17065,-109.08120799999641,31.938896000000387,2438516,30,1,1990 +14,M,52.0,17066,-109.08182699999641,31.937054000000447,2439521,30,1,1990 +4,M,48.0,17067,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +10,F,12.0,17068,-109.08009099999636,31.938017000000425,2437874,30,1,1990 +15,F,23.0,17069,-109.08103599999642,31.937059000000463,2437981,30,1,1990 +16,,,17070,-109.08024399999636,31.93709400000041,2491757,30,1,1990 +2,F,29.0,17071,-109.08197499999642,31.93888700000037,2439541,30,1,1990 +3,F,10.0,17072,-109.08120799999641,31.938896000000387,2437874,30,1,1990 +4,M,42.0,17073,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +13,F,21.0,17074,-109.08261299999641,31.937028000000442,2438516,30,1,1990 +4,F,41.0,17075,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +4,M,38.0,17076,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +2,M,60.0,17077,-109.08197499999642,31.93888700000037,2439541,30,1,1990 +14,F,48.0,17078,-109.08182699999641,31.937054000000447,2439521,30,1,1990 +9,M,44.0,17079,-109.08090299999638,31.93785900000039,2439541,30,1,1990 +8,F,35.0,17080,-109.08167999999641,31.937884000000402,2439521,30,1,1990 +14,F,9.0,17081,-109.08182699999641,31.937054000000447,2437874,30,1,1990 +14,M,54.0,17082,-109.08182699999641,31.937054000000447,2439541,30,1,1990 +11,M,49.0,17083,-109.07930699999636,31.938056000000426,2439521,30,1,1990 +8,F,47.0,17084,-109.08167999999641,31.937884000000402,2439521,30,1,1990 +4,F,40.0,17085,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +2,F,20.0,17086,-109.08197499999642,31.93888700000037,2437981,30,1,1990 +9,M,45.0,17087,-109.08090299999638,31.93785900000039,2439521,30,1,1990 +4,F,38.0,17088,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +15,F,12.0,17089,-109.08103599999642,31.937059000000463,2437874,30,1,1990 +11,F,41.0,17090,-109.07930699999636,31.938056000000426,2439541,30,1,1990 +10,F,10.0,17091,-109.08009099999636,31.938017000000425,2437874,30,1,1990 +8,M,50.0,17092,-109.08167999999641,31.937884000000402,2439521,30,1,1990 +15,,,17093,-109.08103599999642,31.937059000000463,2491757,30,1,1990 +11,M,51.0,17094,-109.07930699999636,31.938056000000426,2439521,30,1,1990 +16,M,9.0,17095,-109.08024399999636,31.93709400000041,2437874,30,1,1990 +14,M,30.0,17096,-109.08182699999641,31.937054000000447,2439521,30,1,1990 +13,M,10.0,17097,-109.08261299999641,31.937028000000442,2437874,30,1,1990 +3,F,8.0,17098,-109.08120799999641,31.938896000000387,2437874,30,1,1990 +4,M,40.0,17099,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +9,F,41.0,17100,-109.08090299999638,31.93785900000039,2439521,30,1,1990 +4,F,41.0,17101,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +9,F,38.0,17102,-109.08090299999638,31.93785900000039,2439521,30,1,1990 +8,,,17103,-109.08167999999641,31.937884000000402,2439521,30,1,1990 +16,F,9.0,17104,-109.08024399999636,31.93709400000041,2437874,30,1,1990 +5,F,14.0,17105,-109.07960199999636,31.93897000000045,2437864,30,1,1990 +9,M,47.0,17106,-109.08090299999638,31.93785900000039,2439521,30,1,1990 +16,,,17107,-109.08024399999636,31.93709400000041,2491757,30,1,1990 +4,M,132.0,17108,-109.08040899999641,31.93889400000041,2439531,30,1,1990 +9,F,46.0,17109,-109.08090299999638,31.93785900000039,2439521,30,1,1990 +4,M,49.0,17110,-109.08040899999641,31.93889400000041,2439521,30,1,1990 +5,M,10.0,17111,-109.07960199999636,31.93897000000045,2437874,30,1,1990 +10,M,10.0,17112,-109.08009099999636,31.938017000000425,2437874,30,1,1990 +13,F,13.0,17113,-109.08261299999641,31.937028000000442,2437864,30,1,1990 +11,F,40.0,17114,-109.07930699999636,31.938056000000426,2439521,30,1,1990 +8,F,36.0,17115,-109.08167999999641,31.937884000000402,2439521,30,1,1990 +1,F,38.0,17116,-109.08282899999641,31.938851000000387,2439521,24,2,1990 +19,F,7.0,17117,-109.07791199999636,31.937438000000434,2439566,24,2,1990 +21,M,10.0,17118,-109.07939799999636,31.936448000000453,2437874,24,2,1990 +19,M,21.0,17119,-109.07791199999636,31.937438000000434,2437981,24,2,1990 +7,F,10.0,17120,-109.08281599999641,31.938113000000413,2437874,24,2,1990 +19,F,9.0,17121,-109.07791199999636,31.937438000000434,2437874,24,2,1990 +1,M,44.0,17122,-109.08282899999641,31.938851000000387,2439521,24,2,1990 +20,,,17123,-109.08019099999642,31.93633400000045,2491276,24,2,1990 +12,F,10.0,17124,-109.07851899999636,31.938203000000414,2437874,24,2,1990 +18,M,22.0,17125,-109.07863299999636,31.93712600000041,2437981,24,2,1990 +6,M,7.0,17126,-109.07883599999636,31.939078000000414,2439566,24,2,1990 +12,F,27.0,17127,-109.07851899999636,31.938203000000414,2439541,24,2,1990 +12,F,81.0,17128,-109.07851899999636,31.938203000000414,2438153,24,2,1990 +12,M,59.0,17129,-109.07851899999636,31.938203000000414,2439541,24,2,1990 +7,M,11.0,17130,-109.08281599999641,31.938113000000413,2437874,24,2,1990 +6,F,7.0,17131,-109.07883599999636,31.939078000000414,2439566,24,2,1990 +12,M,48.0,17132,-109.07851899999636,31.938203000000414,2438153,24,2,1990 +20,F,12.0,17133,-109.08019099999642,31.93633400000045,2437874,24,2,1990 +12,F,194.0,17134,-109.07851899999636,31.938203000000414,,24,2,1990 +6,M,8.0,17135,-109.07883599999636,31.939078000000414,2437874,24,2,1990 +12,M,24.0,17136,-109.07851899999636,31.938203000000414,2438516,24,2,1990 +23,M,8.0,17137,-109.07783799999636,31.93676300000042,2437874,24,2,1990 +1,F,152.0,17138,-109.08282899999641,31.938851000000387,,24,2,1990 +12,M,23.0,17139,-109.07851899999636,31.938203000000414,2437981,24,2,1990 +7,F,12.0,17140,-109.08281599999641,31.938113000000413,2437874,24,2,1990 +6,M,8.0,17141,-109.07883599999636,31.939078000000414,2439566,24,2,1990 +1,M,39.0,17142,-109.08282899999641,31.938851000000387,2439541,24,2,1990 +12,M,10.0,17143,-109.07851899999636,31.938203000000414,2437874,24,2,1990 +21,F,10.0,17144,-109.07939799999636,31.936448000000453,2437874,24,2,1990 +1,M,50.0,17145,-109.08282899999641,31.938851000000387,2439521,24,2,1990 +19,F,13.0,17146,-109.07791199999636,31.937438000000434,2437874,24,2,1990 +1,M,48.0,17147,-109.08282899999641,31.938851000000387,,24,2,1990 +7,M,26.0,17148,-109.08281599999641,31.938113000000413,2437981,24,2,1990 +19,M,23.0,17149,-109.07791199999636,31.937438000000434,2438516,24,2,1990 +17,M,9.0,17150,-109.07941499999636,31.937117000000445,2437874,24,2,1990 +17,M,55.0,17151,-109.07941499999636,31.937117000000445,2439541,24,2,1990 +1,M,43.0,17152,-109.08282899999641,31.938851000000387,2439541,24,2,1990 +12,F,33.0,17153,-109.07851899999636,31.938203000000414,2438517,24,2,1990 +12,M,36.0,17154,-109.07851899999636,31.938203000000414,2438153,24,2,1990 +18,,,17155,-109.07863299999636,31.93712600000041,2437981,24,2,1990 +22,F,33.0,17156,-109.07860199999635,31.93644100000042,2439584,24,2,1990 +24,F,17.0,17157,-109.07773599999636,31.938560000000447,2437981,24,2,1990 +1,M,36.0,17158,-109.08282899999641,31.938851000000387,2438517,24,2,1990 +18,F,15.0,17159,-109.07863299999636,31.93712600000041,2437874,24,2,1990 +17,M,54.0,17160,-109.07941499999636,31.937117000000445,2439541,24,2,1990 +17,M,10.0,17161,-109.07941499999636,31.937117000000445,2437874,24,2,1990 +12,M,29.0,17162,-109.07851899999636,31.938203000000414,2439541,24,2,1990 +23,,,17163,-109.07783799999636,31.93676300000042,2491276,24,2,1990 +22,M,53.0,17164,-109.07860199999635,31.93644100000042,2439521,24,2,1990 +17,F,169.0,17165,-109.07941499999636,31.937117000000445,,24,2,1990 +21,M,8.0,17166,-109.07939799999636,31.936448000000453,2437874,24,2,1990 +23,M,8.0,17167,-109.07783799999636,31.93676300000042,2437874,24,2,1990 +7,F,28.0,17168,-109.08281599999641,31.938113000000413,2437981,24,2,1990 +7,M,21.0,17169,-109.08281599999641,31.938113000000413,2437981,24,2,1990 +23,M,9.0,17170,-109.07783799999636,31.93676300000042,2437874,24,2,1990 +3,M,80.0,17171,-109.08120799999641,31.938896000000387,2438147,25,2,1990 +4,M,43.0,17172,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +3,F,67.0,17173,-109.08120799999641,31.938896000000387,2438147,25,2,1990 +3,F,23.0,17174,-109.08120799999641,31.938896000000387,2438516,25,2,1990 +5,M,7.0,17175,-109.07960199999636,31.93897000000045,2438866,25,2,1990 +10,,,17176,-109.08009099999636,31.938017000000425,2491276,25,2,1990 +9,F,49.0,17177,-109.08090299999638,31.93785900000039,2439541,25,2,1990 +13,M,21.0,17178,-109.08261299999641,31.937028000000442,2438516,25,2,1990 +2,F,36.0,17179,-109.08197499999642,31.93888700000037,2439541,25,2,1990 +3,M,7.0,17180,-109.08120799999641,31.938896000000387,2439566,25,2,1990 +13,M,10.0,17181,-109.08261299999641,31.937028000000442,2437874,25,2,1990 +10,,,17182,-109.08009099999636,31.938017000000425,2491276,25,2,1990 +14,F,9.0,17183,-109.08182699999641,31.937054000000447,2437874,25,2,1990 +11,F,48.0,17184,-109.07930699999636,31.938056000000426,2439541,25,2,1990 +3,M,23.0,17185,-109.08120799999641,31.938896000000387,2438516,25,2,1990 +4,F,40.0,17186,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +11,M,23.0,17187,-109.07930699999636,31.938056000000426,2438516,25,2,1990 +3,M,21.0,17188,-109.08120799999641,31.938896000000387,2437981,25,2,1990 +4,M,49.0,17189,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +8,F,41.0,17190,-109.08167999999641,31.937884000000402,2439521,25,2,1990 +5,F,7.0,17191,-109.07960199999636,31.93897000000045,2438866,25,2,1990 +10,F,14.0,17192,-109.08009099999636,31.938017000000425,2437864,25,2,1990 +11,M,50.0,17193,-109.07930699999636,31.938056000000426,2439541,25,2,1990 +8,M,50.0,17194,-109.08167999999641,31.937884000000402,2439521,25,2,1990 +15,F,10.0,17195,-109.08103599999642,31.937059000000463,2437874,25,2,1990 +3,F,14.0,17196,-109.08120799999641,31.938896000000387,2437874,25,2,1990 +15,M,9.0,17197,-109.08103599999642,31.937059000000463,2437874,25,2,1990 +8,F,38.0,17198,-109.08167999999641,31.937884000000402,2439521,25,2,1990 +13,M,18.0,17199,-109.08261299999641,31.937028000000442,2437981,25,2,1990 +3,,,17200,-109.08120799999641,31.938896000000387,2491276,25,2,1990 +14,M,54.0,17201,-109.08182699999641,31.937054000000447,2439521,25,2,1990 +14,F,48.0,17202,-109.08182699999641,31.937054000000447,2439521,25,2,1990 +11,M,47.0,17203,-109.07930699999636,31.938056000000426,2439521,25,2,1990 +4,F,42.0,17204,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +14,,,17205,-109.08182699999641,31.937054000000447,2437568,25,2,1990 +2,M,62.0,17206,-109.08197499999642,31.93888700000037,2439541,25,2,1990 +11,M,50.0,17207,-109.07930699999636,31.938056000000426,2439521,25,2,1990 +9,M,47.0,17208,-109.08090299999638,31.93785900000039,2439521,25,2,1990 +8,F,46.0,17209,-109.08167999999641,31.937884000000402,2439521,25,2,1990 +14,M,55.0,17210,-109.08182699999641,31.937054000000447,2439541,25,2,1990 +4,M,40.0,17211,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +14,,,17212,-109.08182699999641,31.937054000000447,2491276,25,2,1990 +5,F,12.0,17213,-109.07960199999636,31.93897000000045,2437874,25,2,1990 +9,M,46.0,17214,-109.08090299999638,31.93785900000039,2439541,25,2,1990 +8,F,42.0,17215,-109.08167999999641,31.937884000000402,2439541,25,2,1990 +4,F,37.0,17216,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +10,M,6.0,17217,-109.08009099999636,31.938017000000425,2437874,25,2,1990 +11,M,42.0,17218,-109.07930699999636,31.938056000000426,2439541,25,2,1990 +8,F,52.0,17219,-109.08167999999641,31.937884000000402,2439541,25,2,1990 +15,,,17220,-109.08103599999642,31.937059000000463,2491276,25,2,1990 +14,M,37.0,17221,-109.08182699999641,31.937054000000447,2439521,25,2,1990 +11,F,39.0,17222,-109.07930699999636,31.938056000000426,2439521,25,2,1990 +9,F,44.0,17223,-109.08090299999638,31.93785900000039,2439521,25,2,1990 +3,F,8.0,17224,-109.08120799999641,31.938896000000387,2437874,25,2,1990 +4,F,47.0,17225,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +10,M,10.0,17226,-109.08009099999636,31.938017000000425,2437874,25,2,1990 +9,F,41.0,17227,-109.08090299999638,31.93785900000039,2439521,25,2,1990 +14,M,43.0,17228,-109.08182699999641,31.937054000000447,2439521,25,2,1990 +4,F,30.0,17229,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +8,F,40.0,17230,-109.08167999999641,31.937884000000402,2439521,25,2,1990 +2,M,218.0,17231,-109.08197499999642,31.93888700000037,,25,2,1990 +4,M,132.0,17232,-109.08040899999641,31.93889400000041,2439531,25,2,1990 +16,F,12.0,17233,-109.08024399999636,31.93709400000041,2437874,25,2,1990 +9,M,46.0,17234,-109.08090299999638,31.93785900000039,2439521,25,2,1990 +4,M,49.0,17235,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +5,M,11.0,17236,-109.07960199999636,31.93897000000045,2437874,25,2,1990 +9,F,38.0,17237,-109.08090299999638,31.93785900000039,2439521,25,2,1990 +4,M,49.0,17238,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +3,F,13.0,17239,-109.08120799999641,31.938896000000387,2437874,25,2,1990 +11,M,54.0,17240,-109.07930699999636,31.938056000000426,2439521,25,2,1990 +4,M,41.0,17241,-109.08040899999641,31.93889400000041,2439521,25,2,1990 +8,F,29.0,17242,-109.08167999999641,31.937884000000402,2439521,25,2,1990 +5,M,11.0,17243,-109.07960199999636,31.93897000000045,2437874,25,2,1990 +11,F,46.0,17244,-109.07930699999636,31.938056000000426,2439521,25,2,1990 +20,M,23.0,17245,-109.08019099999642,31.93633400000045,2438516,29,3,1990 +7,F,23.0,17246,-109.08281599999641,31.938113000000413,2437981,29,3,1990 +6,M,7.0,17247,-109.07883599999636,31.939078000000414,2439566,29,3,1990 +22,M,21.0,17248,-109.07860199999635,31.93644100000042,2439521,29,3,1990 +19,F,23.0,17249,-109.07791199999636,31.937438000000434,2437981,29,3,1990 +21,M,8.0,17250,-109.07939799999636,31.936448000000453,2437874,29,3,1990 +7,F,9.0,17251,-109.08281599999641,31.938113000000413,2437874,29,3,1990 +1,F,39.0,17252,-109.08282899999641,31.938851000000387,2439521,29,3,1990 +24,F,12.0,17253,-109.07773599999636,31.938560000000447,2437864,29,3,1990 +6,F,11.0,17254,-109.07883599999636,31.939078000000414,2437874,29,3,1990 +12,M,10.0,17255,-109.07851899999636,31.938203000000414,2437874,29,3,1990 +22,F,39.0,17256,-109.07860199999635,31.93644100000042,2439521,29,3,1990 +24,F,11.0,17257,-109.07773599999636,31.938560000000447,2437874,29,3,1990 +12,M,52.0,17258,-109.07851899999636,31.938203000000414,2438153,29,3,1990 +19,F,7.0,17259,-109.07791199999636,31.937438000000434,2439566,29,3,1990 +24,F,19.0,17260,-109.07773599999636,31.938560000000447,2437981,29,3,1990 +12,M,58.0,17261,-109.07851899999636,31.938203000000414,2438153,29,3,1990 +21,F,11.0,17262,-109.07939799999636,31.936448000000453,2437874,29,3,1990 +19,M,22.0,17263,-109.07791199999636,31.937438000000434,2437981,29,3,1990 +17,F,21.0,17264,-109.07941499999636,31.937117000000445,2437981,29,3,1990 +1,M,48.0,17265,-109.08282899999641,31.938851000000387,2439521,29,3,1990 +19,F,12.0,17266,-109.07791199999636,31.937438000000434,2437874,29,3,1990 +12,M,11.0,17267,-109.07851899999636,31.938203000000414,2437874,29,3,1990 +19,M,9.0,17268,-109.07791199999636,31.937438000000434,2437874,29,3,1990 +1,M,47.0,17269,-109.08282899999641,31.938851000000387,2439541,29,3,1990 +17,F,44.0,17270,-109.07941499999636,31.937117000000445,2439541,29,3,1990 +1,M,46.0,17271,-109.08282899999641,31.938851000000387,2439541,29,3,1990 +19,F,9.0,17272,-109.07791199999636,31.937438000000434,2437874,29,3,1990 +22,F,34.0,17273,-109.07860199999635,31.93644100000042,2439584,29,3,1990 +12,,,17274,-109.07851899999636,31.938203000000414,2439521,29,3,1990 +12,M,35.0,17275,-109.07851899999636,31.938203000000414,2439541,29,3,1990 +18,F,110.0,17276,-109.07863299999636,31.93712600000041,,29,3,1990 +12,F,24.0,17277,-109.07851899999636,31.938203000000414,2438516,29,3,1990 +17,M,55.0,17278,-109.07941499999636,31.937117000000445,2439541,29,3,1990 +23,M,24.0,17279,-109.07783799999636,31.93676300000042,2437981,29,3,1990 +20,M,23.0,17280,-109.08019099999642,31.93633400000045,2437981,29,3,1990 +24,M,9.0,17281,-109.07773599999636,31.938560000000447,2437874,29,3,1990 +17,F,170.0,17282,-109.07941499999636,31.937117000000445,,29,3,1990 +23,F,8.0,17283,-109.07783799999636,31.93676300000042,2437874,29,3,1990 +20,F,23.0,17284,-109.08019099999642,31.93633400000045,2438516,29,3,1990 +17,M,56.0,17285,-109.07941499999636,31.937117000000445,2439541,29,3,1990 +7,F,12.0,17286,-109.08281599999641,31.938113000000413,2437874,29,3,1990 +6,F,7.0,17287,-109.07883599999636,31.939078000000414,2439566,29,3,1990 +17,M,9.0,17288,-109.07941499999636,31.937117000000445,2437874,29,3,1990 +22,M,134.0,17289,-109.07860199999635,31.93644100000042,2439531,29,3,1990 +7,M,20.0,17290,-109.08281599999641,31.938113000000413,2437981,29,3,1990 +12,M,23.0,17291,-109.07851899999636,31.938203000000414,2438516,29,3,1990 +12,F,10.0,17292,-109.07851899999636,31.938203000000414,2437874,29,3,1990 +23,F,12.0,17293,-109.07783799999636,31.93676300000042,2437874,29,3,1990 +18,F,14.0,17294,-109.07863299999636,31.93712600000041,2437874,29,3,1990 +23,F,10.0,17295,-109.07783799999636,31.93676300000042,2437874,29,3,1990 +7,M,26.0,17296,-109.08281599999641,31.938113000000413,2437981,29,3,1990 +6,M,25.0,17297,-109.07883599999636,31.939078000000414,2437981,29,3,1990 +7,F,26.0,17298,-109.08281599999641,31.938113000000413,2437981,29,3,1990 +2,F,46.0,17299,-109.08197499999642,31.93888700000037,2439521,30,3,1990 +11,M,37.0,17300,-109.07930699999636,31.938056000000426,2438517,30,3,1990 +3,M,82.0,17301,-109.08120799999641,31.938896000000387,2438147,30,3,1990 +14,M,41.0,17302,-109.08182699999641,31.937054000000447,2439521,30,3,1990 +3,F,10.0,17303,-109.08120799999641,31.938896000000387,2437874,30,3,1990 +4,M,45.0,17304,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +10,F,14.0,17305,-109.08009099999636,31.938017000000425,2437864,30,3,1990 +4,F,45.0,17306,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +13,M,10.0,17307,-109.08261299999641,31.937028000000442,2437874,30,3,1990 +10,M,10.0,17308,-109.08009099999636,31.938017000000425,2437874,30,3,1990 +14,M,43.0,17309,-109.08182699999641,31.937054000000447,2439521,30,3,1990 +9,F,43.0,17310,-109.08090299999638,31.93785900000039,2439521,30,3,1990 +13,M,19.0,17311,-109.08261299999641,31.937028000000442,2437981,30,3,1990 +3,F,7.0,17312,-109.08120799999641,31.938896000000387,2439566,30,3,1990 +13,F,15.0,17313,-109.08261299999641,31.937028000000442,2437864,30,3,1990 +11,M,52.0,17314,-109.07930699999636,31.938056000000426,2439541,30,3,1990 +8,F,46.0,17315,-109.08167999999641,31.937884000000402,2439521,30,3,1990 +4,M,25.0,17316,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +4,M,25.0,17317,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +15,M,243.0,17318,-109.08103599999642,31.937059000000463,,30,3,1990 +15,M,7.0,17319,-109.08103599999642,31.937059000000463,2439566,30,3,1990 +8,F,43.0,17320,-109.08167999999641,31.937884000000402,2439521,30,3,1990 +2,M,50.0,17321,-109.08197499999642,31.93888700000037,2439521,30,3,1990 +8,F,11.0,17322,-109.08167999999641,31.937884000000402,2437874,30,3,1990 +3,F,24.0,17323,-109.08120799999641,31.938896000000387,2438516,30,3,1990 +2,F,48.0,17324,-109.08197499999642,31.93888700000037,2439541,30,3,1990 +11,M,45.0,17325,-109.07930699999636,31.938056000000426,2439541,30,3,1990 +16,F,11.0,17326,-109.08024399999636,31.93709400000041,2437874,30,3,1990 +14,F,43.0,17327,-109.08182699999641,31.937054000000447,2439521,30,3,1990 +2,M,69.0,17328,-109.08197499999642,31.93888700000037,2438147,30,3,1990 +4,F,44.0,17329,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +11,M,21.0,17330,-109.07930699999636,31.938056000000426,2437981,30,3,1990 +16,M,8.0,17331,-109.08024399999636,31.93709400000041,2437874,30,3,1990 +2,M,43.0,17332,-109.08197499999642,31.93888700000037,2439521,30,3,1990 +16,M,9.0,17333,-109.08024399999636,31.93709400000041,2437874,30,3,1990 +14,M,23.0,17334,-109.08182699999641,31.937054000000447,2438516,30,3,1990 +2,M,54.0,17335,-109.08197499999642,31.93888700000037,2439541,30,3,1990 +5,F,14.0,17336,-109.07960199999636,31.93897000000045,2437874,30,3,1990 +11,M,,17337,-109.07930699999636,31.938056000000426,2439541,30,3,1990 +9,M,47.0,17338,-109.08090299999638,31.93785900000039,2439521,30,3,1990 +11,F,50.0,17339,-109.07930699999636,31.938056000000426,2439541,30,3,1990 +10,F,10.0,17340,-109.08009099999636,31.938017000000425,2437874,30,3,1990 +16,F,11.0,17341,-109.08024399999636,31.93709400000041,2437874,30,3,1990 +4,M,48.0,17342,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +11,M,10.0,17343,-109.07930699999636,31.938056000000426,2437874,30,3,1990 +8,F,43.0,17344,-109.08167999999641,31.937884000000402,2439541,30,3,1990 +3,M,10.0,17345,-109.08120799999641,31.938896000000387,2437874,30,3,1990 +2,M,58.0,17346,-109.08197499999642,31.93888700000037,2439541,30,3,1990 +3,F,7.0,17347,-109.08120799999641,31.938896000000387,2439566,30,3,1990 +9,M,48.0,17348,-109.08090299999638,31.93785900000039,2439521,30,3,1990 +11,M,52.0,17349,-109.07930699999636,31.938056000000426,2439521,30,3,1990 +3,M,17.0,17350,-109.08120799999641,31.938896000000387,2437981,30,3,1990 +4,F,24.0,17351,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +4,M,41.0,17352,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +8,M,46.0,17353,-109.08167999999641,31.937884000000402,2439541,30,3,1990 +4,M,126.0,17354,-109.08040899999641,31.93889400000041,2439531,30,3,1990 +11,M,52.0,17355,-109.07930699999636,31.938056000000426,2439521,30,3,1990 +8,F,50.0,17356,-109.08167999999641,31.937884000000402,2439541,30,3,1990 +15,,,17357,-109.08103599999642,31.937059000000463,2491757,30,3,1990 +11,F,44.0,17358,-109.07930699999636,31.938056000000426,2439521,30,3,1990 +8,F,56.0,17359,-109.08167999999641,31.937884000000402,2439521,30,3,1990 +3,F,77.0,17360,-109.08120799999641,31.938896000000387,2438147,30,3,1990 +4,F,43.0,17361,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +9,M,48.0,17362,-109.08090299999638,31.93785900000039,2439521,30,3,1990 +9,F,53.0,17363,-109.08090299999638,31.93785900000039,2439541,30,3,1990 +5,F,44.0,17364,-109.07960199999636,31.93897000000045,2439521,30,3,1990 +8,M,51.0,17365,-109.08167999999641,31.937884000000402,2439521,30,3,1990 +4,F,48.0,17366,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +11,M,46.0,17367,-109.07930699999636,31.938056000000426,2439521,30,3,1990 +4,M,44.0,17368,-109.08040899999641,31.93889400000041,2439521,30,3,1990 +11,F,41.0,17369,-109.07930699999636,31.938056000000426,2439521,30,3,1990 +8,F,39.0,17370,-109.08167999999641,31.937884000000402,2439521,30,3,1990 +19,M,10.0,17371,-109.07791199999636,31.937438000000434,2437874,24,4,1990 +19,F,10.0,17372,-109.07791199999636,31.937438000000434,2437874,24,4,1990 +18,F,24.0,17373,-109.07863299999636,31.93712600000041,2437981,24,4,1990 +18,,,17374,-109.07863299999636,31.93712600000041,2437568,24,4,1990 +1,M,7.0,17375,-109.08282899999641,31.938851000000387,2438866,24,4,1990 +18,M,26.0,17376,-109.07863299999636,31.93712600000041,2438516,24,4,1990 +19,F,7.0,17377,-109.07791199999636,31.937438000000434,2439566,24,4,1990 +23,F,8.0,17378,-109.07783799999636,31.93676300000042,2437874,24,4,1990 +24,F,11.0,17379,-109.07773599999636,31.938560000000447,2437864,24,4,1990 +1,M,38.0,17380,-109.08282899999641,31.938851000000387,2439521,24,4,1990 +22,M,49.0,17381,-109.07860199999635,31.93644100000042,2439521,24,4,1990 +19,F,12.0,17382,-109.07791199999636,31.937438000000434,2437874,24,4,1990 +12,M,122.0,17383,-109.07851899999636,31.938203000000414,,24,4,1990 +1,,,17384,-109.08282899999641,31.938851000000387,2437300,24,4,1990 +19,M,9.0,17385,-109.07791199999636,31.937438000000434,2437874,24,4,1990 +24,M,9.0,17386,-109.07773599999636,31.938560000000447,2437874,24,4,1990 +1,M,45.0,17387,-109.08282899999641,31.938851000000387,2439541,24,4,1990 +1,M,48.0,17388,-109.08282899999641,31.938851000000387,2439541,24,4,1990 +1,M,46.0,17389,-109.08282899999641,31.938851000000387,2439521,24,4,1990 +7,M,10.0,17390,-109.08281599999641,31.938113000000413,2437874,24,4,1990 +22,F,43.0,17391,-109.07860199999635,31.93644100000042,2439521,24,4,1990 +7,F,11.0,17392,-109.08281599999641,31.938113000000413,2437874,24,4,1990 +12,M,43.0,17393,-109.07851899999636,31.938203000000414,2439541,24,4,1990 +19,M,20.0,17394,-109.07791199999636,31.937438000000434,2437981,24,4,1990 +23,F,9.0,17395,-109.07783799999636,31.93676300000042,2437874,24,4,1990 +12,F,31.0,17396,-109.07851899999636,31.938203000000414,2438517,24,4,1990 +19,M,24.0,17397,-109.07791199999636,31.937438000000434,2437981,24,4,1990 +23,M,24.0,17398,-109.07783799999636,31.93676300000042,2437981,24,4,1990 +18,M,7.0,17399,-109.07863299999636,31.93712600000041,2439566,24,4,1990 +22,F,34.0,17400,-109.07860199999635,31.93644100000042,2439584,24,4,1990 +18,F,8.0,17401,-109.07863299999636,31.93712600000041,2437874,24,4,1990 +19,M,9.0,17402,-109.07791199999636,31.937438000000434,2437874,24,4,1990 +1,M,45.0,17403,-109.08282899999641,31.938851000000387,2439521,24,4,1990 +23,F,27.0,17404,-109.07783799999636,31.93676300000042,2437981,24,4,1990 +7,M,8.0,17405,-109.08281599999641,31.938113000000413,2437874,24,4,1990 +12,F,27.0,17406,-109.07851899999636,31.938203000000414,2438516,24,4,1990 +18,F,18.0,17407,-109.07863299999636,31.93712600000041,2439591,24,4,1990 +12,M,25.0,17408,-109.07851899999636,31.938203000000414,2438516,24,4,1990 +19,F,21.0,17409,-109.07791199999636,31.937438000000434,2437981,24,4,1990 +23,M,12.0,17410,-109.07783799999636,31.93676300000042,2437864,24,4,1990 +20,F,11.0,17411,-109.08019099999642,31.93633400000045,2437981,25,4,1990 +17,F,48.0,17412,-109.07941499999636,31.937117000000445,2439541,25,4,1990 +16,M,9.0,17413,-109.08024399999636,31.93709400000041,2437874,25,4,1990 +20,F,30.0,17414,-109.08019099999642,31.93633400000045,2438517,25,4,1990 +17,F,48.0,17415,-109.07941499999636,31.937117000000445,2439521,25,4,1990 +2,F,45.0,17416,-109.08197499999642,31.93888700000037,2439541,25,4,1990 +15,,,17417,-109.08103599999642,31.937059000000463,2437568,25,4,1990 +20,F,11.0,17418,-109.08019099999642,31.93633400000045,2437981,25,4,1990 +2,M,58.0,17419,-109.08197499999642,31.93888700000037,2439541,25,4,1990 +17,,,17420,-109.07941499999636,31.937117000000445,2439541,25,4,1990 +2,M,8.0,17421,-109.08197499999642,31.93888700000037,2437874,25,4,1990 +15,M,8.0,17422,-109.08103599999642,31.937059000000463,2437874,25,4,1990 +17,F,44.0,17423,-109.07941499999636,31.937117000000445,2439541,25,4,1990 +17,F,158.0,17424,-109.07941499999636,31.937117000000445,,25,4,1990 +17,M,54.0,17425,-109.07941499999636,31.937117000000445,2439541,25,4,1990 +20,M,27.0,17426,-109.08019099999642,31.93633400000045,2438516,25,4,1990 +21,,,17427,-109.07939799999636,31.936448000000453,,25,4,1990 +4,M,43.0,17428,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +11,M,54.0,17429,-109.07930699999636,31.938056000000426,2439541,26,4,1990 +9,,,17430,-109.08090299999638,31.93785900000039,2437300,26,4,1990 +3,F,85.0,17431,-109.08120799999641,31.938896000000387,2438147,26,4,1990 +14,F,40.0,17432,-109.08182699999641,31.937054000000447,2439521,26,4,1990 +3,M,26.0,17433,-109.08120799999641,31.938896000000387,2438516,26,4,1990 +6,M,18.0,17434,-109.07883599999636,31.939078000000414,2439591,26,4,1990 +6,F,17.0,17435,-109.07883599999636,31.939078000000414,2439591,26,4,1990 +6,F,10.0,17436,-109.07883599999636,31.939078000000414,2438517,26,4,1990 +11,M,47.0,17437,-109.07930699999636,31.938056000000426,2438153,26,4,1990 +11,M,54.0,17438,-109.07930699999636,31.938056000000426,2438153,26,4,1990 +5,,,17439,-109.07960199999636,31.93897000000045,2437300,26,4,1990 +3,F,18.0,17440,-109.08120799999641,31.938896000000387,2439591,26,4,1990 +4,F,39.0,17441,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +8,F,39.0,17442,-109.08167999999641,31.937884000000402,2439521,26,4,1990 +8,F,40.0,17443,-109.08167999999641,31.937884000000402,2439521,26,4,1990 +4,F,53.0,17444,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +6,,,17445,-109.07883599999636,31.939078000000414,2491276,26,4,1990 +9,F,43.0,17446,-109.08090299999638,31.93785900000039,2439521,26,4,1990 +14,,,17447,-109.08182699999641,31.937054000000447,2439521,26,4,1990 +3,F,13.0,17448,-109.08120799999641,31.938896000000387,2437874,26,4,1990 +9,F,23.0,17449,-109.08090299999638,31.93785900000039,2439521,26,4,1990 +4,M,41.0,17450,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +8,M,18.0,17451,-109.08167999999641,31.937884000000402,2439521,26,4,1990 +14,M,24.0,17452,-109.08182699999641,31.937054000000447,2439521,26,4,1990 +3,M,7.0,17453,-109.08120799999641,31.938896000000387,2439566,26,4,1990 +4,M,47.0,17454,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +4,M,34.0,17455,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +11,M,50.0,17456,-109.07930699999636,31.938056000000426,2439521,26,4,1990 +11,F,45.0,17457,-109.07930699999636,31.938056000000426,2439541,26,4,1990 +4,M,44.0,17458,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +9,M,48.0,17459,-109.08090299999638,31.93785900000039,2439521,26,4,1990 +8,M,50.0,17460,-109.08167999999641,31.937884000000402,2439521,26,4,1990 +14,F,44.0,17461,-109.08182699999641,31.937054000000447,2439521,26,4,1990 +11,M,56.0,17462,-109.07930699999636,31.938056000000426,2439541,26,4,1990 +9,M,49.0,17463,-109.08090299999638,31.93785900000039,2439521,26,4,1990 +3,F,8.0,17464,-109.08120799999641,31.938896000000387,2437874,26,4,1990 +3,F,12.0,17465,-109.08120799999641,31.938896000000387,2437874,26,4,1990 +6,M,7.0,17466,-109.07883599999636,31.939078000000414,2439566,26,4,1990 +4,M,125.0,17467,-109.08040899999641,31.93889400000041,2439531,26,4,1990 +6,M,9.0,17468,-109.07883599999636,31.939078000000414,2437874,26,4,1990 +8,F,49.0,17469,-109.08167999999641,31.937884000000402,2439521,26,4,1990 +3,F,8.0,17470,-109.08120799999641,31.938896000000387,2437874,26,4,1990 +14,M,26.0,17471,-109.08182699999641,31.937054000000447,2439521,26,4,1990 +11,M,50.0,17472,-109.07930699999636,31.938056000000426,2439521,26,4,1990 +10,M,10.0,17473,-109.08009099999636,31.938017000000425,2437874,26,4,1990 +9,F,40.0,17474,-109.08090299999638,31.93785900000039,2439521,26,4,1990 +11,F,43.0,17475,-109.07930699999636,31.938056000000426,2439521,26,4,1990 +8,F,28.0,17476,-109.08167999999641,31.937884000000402,2439541,26,4,1990 +4,F,47.0,17477,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +9,M,49.0,17478,-109.08090299999638,31.93785900000039,2439521,26,4,1990 +8,F,54.0,17479,-109.08167999999641,31.937884000000402,2439541,26,4,1990 +14,M,52.0,17480,-109.08182699999641,31.937054000000447,2439541,26,4,1990 +3,M,10.0,17481,-109.08120799999641,31.938896000000387,2437874,26,4,1990 +11,M,50.0,17482,-109.07930699999636,31.938056000000426,2439521,26,4,1990 +4,F,46.0,17483,-109.08040899999641,31.93889400000041,2439521,26,4,1990 +11,F,53.0,17484,-109.07930699999636,31.938056000000426,2439521,26,4,1990 +9,M,28.0,17485,-109.08090299999638,31.93785900000039,2439521,26,4,1990 +6,F,10.0,17486,-109.07883599999636,31.939078000000414,2437874,26,4,1990 +3,M,7.0,17487,-109.08120799999641,31.938896000000387,2438866,26,4,1990 +13,,,17488,-109.08261299999641,31.937028000000442,,26,4,1990 +18,,,17489,-109.07863299999636,31.93712600000041,2437568,23,5,1990 +1,M,40.0,17490,-109.08282899999641,31.938851000000387,2439521,23,5,1990 +7,F,9.0,17491,-109.08281599999641,31.938113000000413,2437874,23,5,1990 +12,F,43.0,17492,-109.07851899999636,31.938203000000414,2439521,23,5,1990 +1,F,48.0,17493,-109.08282899999641,31.938851000000387,2439521,23,5,1990 +19,F,6.0,17494,-109.07791199999636,31.937438000000434,2439566,23,5,1990 +18,M,22.0,17495,-109.07863299999636,31.93712600000041,2437981,23,5,1990 +19,M,68.0,17496,-109.07791199999636,31.937438000000434,2438153,23,5,1990 +12,M,48.0,17497,-109.07851899999636,31.938203000000414,2439521,23,5,1990 +12,F,24.0,17498,-109.07851899999636,31.938203000000414,2438516,23,5,1990 +18,F,9.0,17499,-109.07863299999636,31.93712600000041,2437874,23,5,1990 +1,M,51.0,17500,-109.08282899999641,31.938851000000387,2439541,23,5,1990 +19,M,21.0,17501,-109.07791199999636,31.937438000000434,2437981,23,5,1990 +7,M,12.0,17502,-109.08281599999641,31.938113000000413,2437874,23,5,1990 +19,F,14.0,17503,-109.07791199999636,31.937438000000434,2437874,23,5,1990 +18,F,143.0,17504,-109.07863299999636,31.93712600000041,,23,5,1990 +19,F,21.0,17505,-109.07791199999636,31.937438000000434,2437981,23,5,1990 +22,F,34.0,17506,-109.07860199999635,31.93644100000042,2439584,23,5,1990 +12,M,48.0,17507,-109.07851899999636,31.938203000000414,2439541,23,5,1990 +22,M,50.0,17508,-109.07860199999635,31.93644100000042,2439521,23,5,1990 +19,F,7.0,17509,-109.07791199999636,31.937438000000434,2439566,23,5,1990 +23,M,20.0,17510,-109.07783799999636,31.93676300000042,2437981,23,5,1990 +19,F,11.0,17511,-109.07791199999636,31.937438000000434,2437874,23,5,1990 +1,M,48.0,17512,-109.08282899999641,31.938851000000387,2439541,23,5,1990 +16,,,17513,-109.08024399999636,31.93709400000041,,23,5,1990 +20,,,17514,-109.08019099999642,31.93633400000045,2437568,24,5,1990 +21,F,51.0,17515,-109.07939799999636,31.936448000000453,2438153,24,5,1990 +11,M,51.0,17516,-109.07930699999636,31.938056000000426,2439541,24,5,1990 +8,M,32.0,17517,-109.08167999999641,31.937884000000402,2439521,24,5,1990 +9,F,45.0,17518,-109.08090299999638,31.93785900000039,2439521,24,5,1990 +2,F,49.0,17519,-109.08197499999642,31.93888700000037,2439541,24,5,1990 +11,F,47.0,17520,-109.07930699999636,31.938056000000426,2439541,24,5,1990 +20,F,27.0,17521,-109.08019099999642,31.93633400000045,2438516,24,5,1990 +8,F,42.0,17522,-109.08167999999641,31.937884000000402,2439521,24,5,1990 +8,M,50.0,17523,-109.08167999999641,31.937884000000402,2439521,24,5,1990 +10,F,10.0,17524,-109.08009099999636,31.938017000000425,2437874,24,5,1990 +8,F,42.0,17525,-109.08167999999641,31.937884000000402,2439521,24,5,1990 +9,F,30.0,17526,-109.08090299999638,31.93785900000039,2439521,24,5,1990 +9,M,47.0,17527,-109.08090299999638,31.93785900000039,2439521,24,5,1990 +2,M,58.0,17528,-109.08197499999642,31.93888700000037,2439541,24,5,1990 +11,M,50.0,17529,-109.07930699999636,31.938056000000426,2439521,24,5,1990 +8,M,30.0,17530,-109.08167999999641,31.937884000000402,2439521,24,5,1990 +11,M,49.0,17531,-109.07930699999636,31.938056000000426,2439521,24,5,1990 +20,F,86.0,17532,-109.08019099999642,31.93633400000045,,24,5,1990 +17,,,17533,-109.07941499999636,31.937117000000445,2437568,24,5,1990 +17,,,17534,-109.07941499999636,31.937117000000445,2437568,24,5,1990 +8,F,45.0,17535,-109.08167999999641,31.937884000000402,2439521,24,5,1990 +17,,,17536,-109.07941499999636,31.937117000000445,2437568,24,5,1990 +21,F,8.0,17537,-109.07939799999636,31.936448000000453,2437874,24,5,1990 +8,F,49.0,17538,-109.08167999999641,31.937884000000402,2439541,24,5,1990 +10,M,10.0,17539,-109.08009099999636,31.938017000000425,2437874,24,5,1990 +9,M,48.0,17540,-109.08090299999638,31.93785900000039,2439521,24,5,1990 +8,F,35.0,17541,-109.08167999999641,31.937884000000402,2439541,24,5,1990 +9,M,45.0,17542,-109.08090299999638,31.93785900000039,2439521,24,5,1990 +17,F,41.0,17543,-109.07941499999636,31.937117000000445,2439541,24,5,1990 +9,M,35.0,17544,-109.08090299999638,31.93785900000039,2439521,24,5,1990 +11,F,49.0,17545,-109.07930699999636,31.938056000000426,2439521,24,5,1990 +2,F,25.0,17546,-109.08197499999642,31.93888700000037,2438516,24,5,1990 +8,F,43.0,17547,-109.08167999999641,31.937884000000402,2439521,24,5,1990 +17,M,104.0,17548,-109.07941499999636,31.937117000000445,,24,5,1990 +11,F,48.0,17549,-109.07930699999636,31.938056000000426,2439521,24,5,1990 +17,M,54.0,17550,-109.07941499999636,31.937117000000445,2439541,24,5,1990 +11,F,23.0,17551,-109.07930699999636,31.938056000000426,2439521,24,5,1990 +3,F,98.0,17552,-109.08120799999641,31.938896000000387,2438147,25,5,1990 +4,M,43.0,17553,-109.08040899999641,31.93889400000041,2439521,25,5,1990 +6,M,19.0,17554,-109.07883599999636,31.939078000000414,2439591,25,5,1990 +6,,,17555,-109.07883599999636,31.939078000000414,2437300,25,5,1990 +14,F,45.0,17556,-109.08182699999641,31.937054000000447,2439521,25,5,1990 +3,F,8.0,17557,-109.08120799999641,31.938896000000387,2437874,25,5,1990 +15,,,17558,-109.08103599999642,31.937059000000463,2437568,25,5,1990 +4,F,41.0,17559,-109.08040899999641,31.93889400000041,2439521,25,5,1990 +14,F,41.0,17560,-109.08182699999641,31.937054000000447,2439521,25,5,1990 +13,F,25.0,17561,-109.08261299999641,31.937028000000442,2438516,25,5,1990 +3,F,19.0,17562,-109.08120799999641,31.938896000000387,2439591,25,5,1990 +4,M,27.0,17563,-109.08040899999641,31.93889400000041,2439521,25,5,1990 +4,M,40.0,17564,-109.08040899999641,31.93889400000041,2439521,25,5,1990 +14,M,30.0,17565,-109.08182699999641,31.937054000000447,2439521,25,5,1990 +14,M,44.0,17566,-109.08182699999641,31.937054000000447,2439521,25,5,1990 +3,F,10.0,17567,-109.08120799999641,31.938896000000387,2438866,25,5,1990 +3,F,7.0,17568,-109.08120799999641,31.938896000000387,2439566,25,5,1990 +4,M,116.0,17569,-109.08040899999641,31.93889400000041,2439531,25,5,1990 +14,M,31.0,17570,-109.08182699999641,31.937054000000447,2439521,25,5,1990 +4,M,22.0,17571,-109.08040899999641,31.93889400000041,2439521,25,5,1990 +14,M,54.0,17572,-109.08182699999641,31.937054000000447,2439541,25,5,1990 +5,F,24.0,17573,-109.07960199999636,31.93897000000045,2438516,25,5,1990 +3,F,8.0,17574,-109.08120799999641,31.938896000000387,2437874,25,5,1990 +5,M,10.0,17575,-109.07960199999636,31.93897000000045,2437874,25,5,1990 +4,F,52.0,17576,-109.08040899999641,31.93889400000041,2439521,25,5,1990 +4,M,46.0,17577,-109.08040899999641,31.93889400000041,2439521,25,5,1990 +6,,,17578,-109.07883599999636,31.939078000000414,2437568,25,5,1990 +24,,,17579,-109.07773599999636,31.938560000000447,,25,5,1990 +20,F,8.0,17580,-109.08019099999642,31.93633400000045,2437874,21,6,1990 +23,M,9.0,17581,-109.07783799999636,31.93676300000042,2437874,21,6,1990 +7,F,9.0,17582,-109.08281599999641,31.938113000000413,2437874,21,6,1990 +1,F,25.0,17583,-109.08282899999641,31.938851000000387,2438516,21,6,1990 +18,M,11.0,17584,-109.07863299999636,31.93712600000041,2439591,21,6,1990 +6,M,7.0,17585,-109.07883599999636,31.939078000000414,2439566,21,6,1990 +12,F,40.0,17586,-109.07851899999636,31.938203000000414,2439541,21,6,1990 +21,F,53.0,17587,-109.07939799999636,31.936448000000453,2438153,21,6,1990 +24,M,21.0,17588,-109.07773599999636,31.938560000000447,2437981,21,6,1990 +12,F,27.0,17589,-109.07851899999636,31.938203000000414,2438516,21,6,1990 +17,M,60.0,17590,-109.07941499999636,31.937117000000445,2439541,21,6,1990 +17,M,49.0,17591,-109.07941499999636,31.937117000000445,2439541,21,6,1990 +21,F,8.0,17592,-109.07939799999636,31.936448000000453,2437874,21,6,1990 +22,M,128.0,17593,-109.07860199999635,31.93644100000042,2439531,21,6,1990 +18,F,16.0,17594,-109.07863299999636,31.93712600000041,2439591,21,6,1990 +1,M,54.0,17595,-109.08282899999641,31.938851000000387,2439541,21,6,1990 +12,M,47.0,17596,-109.07851899999636,31.938203000000414,2439541,21,6,1990 +18,F,139.0,17597,-109.07863299999636,31.93712600000041,,21,6,1990 +1,M,53.0,17598,-109.08282899999641,31.938851000000387,2439541,21,6,1990 +6,M,7.0,17599,-109.07883599999636,31.939078000000414,2439566,21,6,1990 +20,F,20.0,17600,-109.08019099999642,31.93633400000045,2437981,21,6,1990 +7,F,8.0,17601,-109.08281599999641,31.938113000000413,2437874,21,6,1990 +12,F,43.0,17602,-109.07851899999636,31.938203000000414,2439521,21,6,1990 +22,F,35.0,17603,-109.07860199999635,31.93644100000042,2439521,21,6,1990 +22,M,46.0,17604,-109.07860199999635,31.93644100000042,2439521,21,6,1990 +1,M,43.0,17605,-109.08282899999641,31.938851000000387,2439521,21,6,1990 +19,F,10.0,17606,-109.07791199999636,31.937438000000434,2437874,21,6,1990 +17,M,55.0,17607,-109.07941499999636,31.937117000000445,2439541,21,6,1990 +7,M,10.0,17608,-109.08281599999641,31.938113000000413,2437874,21,6,1990 +4,M,42.0,17609,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +9,M,35.0,17610,-109.08090299999638,31.93785900000039,2439521,22,6,1990 +8,M,37.0,17611,-109.08167999999641,31.937884000000402,2439521,22,6,1990 +4,M,25.0,17612,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +9,M,41.0,17613,-109.08090299999638,31.93785900000039,2439541,22,6,1990 +3,M,7.0,17614,-109.08120799999641,31.938896000000387,2439566,22,6,1990 +10,M,9.0,17615,-109.08009099999636,31.938017000000425,2437874,22,6,1990 +14,F,19.0,17616,-109.08182699999641,31.937054000000447,2439521,22,6,1990 +3,F,8.0,17617,-109.08120799999641,31.938896000000387,2438866,22,6,1990 +9,M,21.0,17618,-109.08090299999638,31.93785900000039,2439521,22,6,1990 +14,M,18.0,17619,-109.08182699999641,31.937054000000447,2439521,22,6,1990 +11,F,50.0,17620,-109.07930699999636,31.938056000000426,2439541,22,6,1990 +9,F,50.0,17621,-109.08090299999638,31.93785900000039,2439521,22,6,1990 +4,M,40.0,17622,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +2,F,42.0,17623,-109.08197499999642,31.93888700000037,2439541,22,6,1990 +3,F,8.0,17624,-109.08120799999641,31.938896000000387,2439566,22,6,1990 +2,M,48.0,17625,-109.08197499999642,31.93888700000037,2439541,22,6,1990 +4,M,35.0,17626,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +11,M,51.0,17627,-109.07930699999636,31.938056000000426,2439541,22,6,1990 +14,F,43.0,17628,-109.08182699999641,31.937054000000447,2439521,22,6,1990 +9,M,46.0,17629,-109.08090299999638,31.93785900000039,2439521,22,6,1990 +4,F,40.0,17630,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +11,M,48.0,17631,-109.07930699999636,31.938056000000426,2439521,22,6,1990 +3,M,9.0,17632,-109.08120799999641,31.938896000000387,2437874,22,6,1990 +13,F,24.0,17633,-109.08261299999641,31.937028000000442,2438516,22,6,1990 +9,F,40.0,17634,-109.08090299999638,31.93785900000039,2439521,22,6,1990 +4,F,40.0,17635,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +10,F,10.0,17636,-109.08009099999636,31.938017000000425,2437874,22,6,1990 +14,F,16.0,17637,-109.08182699999641,31.937054000000447,2439521,22,6,1990 +3,M,8.0,17638,-109.08120799999641,31.938896000000387,2439566,22,6,1990 +4,F,42.0,17639,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +8,F,43.0,17640,-109.08167999999641,31.937884000000402,2439521,22,6,1990 +5,M,9.0,17641,-109.07960199999636,31.93897000000045,2437874,22,6,1990 +11,M,51.0,17642,-109.07930699999636,31.938056000000426,2439521,22,6,1990 +8,F,46.0,17643,-109.08167999999641,31.937884000000402,2439541,22,6,1990 +14,M,33.0,17644,-109.08182699999641,31.937054000000447,2439521,22,6,1990 +3,F,18.0,17645,-109.08120799999641,31.938896000000387,2439591,22,6,1990 +4,M,48.0,17646,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +14,M,53.0,17647,-109.08182699999641,31.937054000000447,2439541,22,6,1990 +4,F,19.0,17648,-109.08040899999641,31.93889400000041,2439521,22,6,1990 +11,F,44.0,17649,-109.07930699999636,31.938056000000426,2439521,22,6,1990 +11,M,20.0,17650,-109.07930699999636,31.938056000000426,2439521,22,6,1990 +5,F,26.0,17651,-109.07960199999636,31.93897000000045,2438516,22,6,1990 +4,M,124.0,17652,-109.08040899999641,31.93889400000041,2439531,22,6,1990 +9,M,46.0,17653,-109.08090299999638,31.93785900000039,2439521,22,6,1990 +11,F,42.0,17654,-109.07930699999636,31.938056000000426,2439521,22,6,1990 +1,,,17655,-109.08282899999641,31.938851000000387,,21,7,1990 +20,F,24.0,17656,-109.08019099999642,31.93633400000045,2437981,21,7,1990 +1,M,43.0,17657,-109.08282899999641,31.938851000000387,2439521,21,7,1990 +22,F,24.0,17658,-109.07860199999635,31.93644100000042,2439521,21,7,1990 +12,F,46.0,17659,-109.07851899999636,31.938203000000414,2439541,21,7,1990 +18,F,42.0,17660,-109.07863299999636,31.93712600000041,2438517,21,7,1990 +21,M,9.0,17661,-109.07939799999636,31.936448000000453,2437874,21,7,1990 +17,F,41.0,17662,-109.07941499999636,31.937117000000445,2439521,21,7,1990 +18,F,66.0,17663,-109.07863299999636,31.93712600000041,,21,7,1990 +1,F,58.0,17664,-109.08282899999641,31.938851000000387,2439541,21,7,1990 +1,M,45.0,17665,-109.08282899999641,31.938851000000387,2439521,21,7,1990 +20,M,22.0,17666,-109.08019099999642,31.93633400000045,2437981,21,7,1990 +1,M,46.0,17667,-109.08282899999641,31.938851000000387,2439521,21,7,1990 +17,F,18.0,17668,-109.07941499999636,31.937117000000445,2438516,21,7,1990 +6,M,29.0,17669,-109.07883599999636,31.939078000000414,2438516,21,7,1990 +1,M,55.0,17670,-109.08282899999641,31.938851000000387,2439541,21,7,1990 +19,F,39.0,17671,-109.07791199999636,31.937438000000434,2438516,21,7,1990 +12,M,53.0,17672,-109.07851899999636,31.938203000000414,2439541,21,7,1990 +6,M,20.0,17673,-109.07883599999636,31.939078000000414,2439591,21,7,1990 +18,F,9.0,17674,-109.07863299999636,31.93712600000041,2439591,21,7,1990 +1,M,53.0,17675,-109.08282899999641,31.938851000000387,2439541,21,7,1990 +6,F,11.0,17676,-109.07883599999636,31.939078000000414,2437874,21,7,1990 +6,M,8.0,17677,-109.07883599999636,31.939078000000414,2439566,21,7,1990 +18,F,9.0,17678,-109.07863299999636,31.93712600000041,2439591,21,7,1990 +17,M,24.0,17679,-109.07941499999636,31.937117000000445,2438516,21,7,1990 +18,F,10.0,17680,-109.07863299999636,31.93712600000041,2439591,21,7,1990 +22,F,32.0,17681,-109.07860199999635,31.93644100000042,2439584,21,7,1990 +21,M,10.0,17682,-109.07939799999636,31.936448000000453,2437874,21,7,1990 +12,F,46.0,17683,-109.07851899999636,31.938203000000414,2439521,21,7,1990 +22,F,18.0,17684,-109.07860199999635,31.93644100000042,2439584,21,7,1990 +6,F,17.0,17685,-109.07883599999636,31.939078000000414,2439591,21,7,1990 +22,F,39.0,17686,-109.07860199999635,31.93644100000042,2439521,21,7,1990 +17,M,59.0,17687,-109.07941499999636,31.937117000000445,2439541,21,7,1990 +18,F,12.0,17688,-109.07863299999636,31.93712600000041,2437874,21,7,1990 +24,,,17689,-109.07773599999636,31.938560000000447,,21,7,1990 +7,,,17690,-109.08281599999641,31.938113000000413,,21,7,1990 +23,,,17691,-109.07783799999636,31.93676300000042,,21,7,1990 +11,M,58.0,17692,-109.07930699999636,31.938056000000426,2439541,22,7,1990 +4,F,46.0,17693,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +11,M,33.0,17694,-109.07930699999636,31.938056000000426,2439541,22,7,1990 +9,M,47.0,17695,-109.08090299999638,31.93785900000039,2439541,22,7,1990 +4,F,24.0,17696,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +4,M,38.0,17697,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +9,F,38.0,17698,-109.08090299999638,31.93785900000039,2439521,22,7,1990 +8,M,14.0,17699,-109.08167999999641,31.937884000000402,2438516,22,7,1990 +3,M,18.0,17700,-109.08120799999641,31.938896000000387,2439591,22,7,1990 +2,F,54.0,17701,-109.08197499999642,31.93888700000037,2439541,22,7,1990 +13,F,28.0,17702,-109.08261299999641,31.937028000000442,2438516,22,7,1990 +3,F,11.0,17703,-109.08120799999641,31.938896000000387,2437874,22,7,1990 +9,M,32.0,17704,-109.08090299999638,31.93785900000039,2439521,22,7,1990 +8,F,44.0,17705,-109.08167999999641,31.937884000000402,2439521,22,7,1990 +9,M,20.0,17706,-109.08090299999638,31.93785900000039,2439521,22,7,1990 +14,F,40.0,17707,-109.08182699999641,31.937054000000447,2439521,22,7,1990 +8,M,42.0,17708,-109.08167999999641,31.937884000000402,2439521,22,7,1990 +4,F,19.0,17709,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +9,M,20.0,17710,-109.08090299999638,31.93785900000039,2438516,22,7,1990 +8,M,27.0,17711,-109.08167999999641,31.937884000000402,2439521,22,7,1990 +14,M,41.0,17712,-109.08182699999641,31.937054000000447,2439521,22,7,1990 +4,M,43.0,17713,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +4,M,49.0,17714,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +4,M,134.0,17715,-109.08040899999641,31.93889400000041,2439531,22,7,1990 +9,M,51.0,17716,-109.08090299999638,31.93785900000039,2439521,22,7,1990 +8,M,50.0,17717,-109.08167999999641,31.937884000000402,2439521,22,7,1990 +14,M,46.0,17718,-109.08182699999641,31.937054000000447,2439521,22,7,1990 +4,F,31.0,17719,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +11,M,,17720,-109.07930699999636,31.938056000000426,2439521,22,7,1990 +9,F,48.0,17721,-109.08090299999638,31.93785900000039,2439521,22,7,1990 +11,F,27.0,17722,-109.07930699999636,31.938056000000426,2438517,22,7,1990 +8,F,44.0,17723,-109.08167999999641,31.937884000000402,2439521,22,7,1990 +9,M,,17724,-109.08090299999638,31.93785900000039,2439521,22,7,1990 +11,M,,17725,-109.07930699999636,31.938056000000426,2439521,22,7,1990 +8,F,50.0,17726,-109.08167999999641,31.937884000000402,2439521,22,7,1990 +3,M,8.0,17727,-109.08120799999641,31.938896000000387,2439566,22,7,1990 +14,M,55.0,17728,-109.08182699999641,31.937054000000447,2439541,22,7,1990 +5,M,32.0,17729,-109.07960199999636,31.93897000000045,2439521,22,7,1990 +4,F,40.0,17730,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +11,F,33.0,17731,-109.07930699999636,31.938056000000426,2439521,22,7,1990 +9,F,40.0,17732,-109.08090299999638,31.93785900000039,2439521,22,7,1990 +4,F,30.0,17733,-109.08040899999641,31.93889400000041,2439521,22,7,1990 +11,F,42.0,17734,-109.07930699999636,31.938056000000426,2439521,22,7,1990 +10,,,17735,-109.08009099999636,31.938017000000425,,22,7,1990 +15,,,17736,-109.08103599999642,31.937059000000463,,22,7,1990 +16,,,17737,-109.08024399999636,31.93709400000041,,22,7,1990 +1,M,10.0,17738,-109.08282899999641,31.938851000000387,2439591,16,8,1990 +20,F,98.0,17739,-109.08019099999642,31.93633400000045,,16,8,1990 +12,M,32.0,17740,-109.07851899999636,31.938203000000414,2438517,16,8,1990 +18,F,14.0,17741,-109.07863299999636,31.93712600000041,2439591,16,8,1990 +21,F,26.0,17742,-109.07939799999636,31.936448000000453,2438516,16,8,1990 +1,F,43.0,17743,-109.08282899999641,31.938851000000387,2439521,16,8,1990 +18,F,16.0,17744,-109.07863299999636,31.93712600000041,2437874,16,8,1990 +6,F,18.0,17745,-109.07883599999636,31.939078000000414,2439591,16,8,1990 +22,F,30.0,17746,-109.07860199999635,31.93644100000042,2439521,16,8,1990 +12,F,43.0,17747,-109.07851899999636,31.938203000000414,2439541,16,8,1990 +24,M,20.0,17748,-109.07773599999636,31.938560000000447,2439591,16,8,1990 +1,M,45.0,17749,-109.08282899999641,31.938851000000387,2439521,16,8,1990 +22,M,44.0,17750,-109.07860199999635,31.93644100000042,2439521,16,8,1990 +17,M,60.0,17751,-109.07941499999636,31.937117000000445,2439541,16,8,1990 +12,F,50.0,17752,-109.07851899999636,31.938203000000414,2439541,16,8,1990 +12,M,50.0,17753,-109.07851899999636,31.938203000000414,2439541,16,8,1990 +22,F,107.0,17754,-109.07860199999635,31.93644100000042,2439531,16,8,1990 +21,M,11.0,17755,-109.07939799999636,31.936448000000453,2437874,16,8,1990 +17,F,38.0,17756,-109.07941499999636,31.937117000000445,2439521,16,8,1990 +12,F,43.0,17757,-109.07851899999636,31.938203000000414,2439521,16,8,1990 +1,M,54.0,17758,-109.08282899999641,31.938851000000387,2439541,16,8,1990 +6,M,20.0,17759,-109.07883599999636,31.939078000000414,2439591,16,8,1990 +1,M,57.0,17760,-109.08282899999641,31.938851000000387,2439541,16,8,1990 +22,F,37.0,17761,-109.07860199999635,31.93644100000042,2439521,16,8,1990 +1,F,53.0,17762,-109.08282899999641,31.938851000000387,2439541,16,8,1990 +20,F,29.0,17763,-109.08019099999642,31.93633400000045,2437981,16,8,1990 +18,M,7.0,17764,-109.07863299999636,31.93712600000041,2439566,16,8,1990 +12,M,22.0,17765,-109.07851899999636,31.938203000000414,2438516,16,8,1990 +19,F,7.0,17766,-109.07791199999636,31.937438000000434,2439566,16,8,1990 +19,F,34.0,17767,-109.07791199999636,31.937438000000434,2438516,16,8,1990 +1,M,41.0,17768,-109.08282899999641,31.938851000000387,2439521,16,8,1990 +17,M,47.0,17769,-109.07941499999636,31.937117000000445,2439541,16,8,1990 +7,,,17770,-109.08281599999641,31.938113000000413,,16,8,1990 +23,,,17771,-109.07783799999636,31.93676300000042,,16,8,1990 +3,M,20.0,17772,-109.08120799999641,31.938896000000387,2439591,17,8,1990 +13,M,27.0,17773,-109.08261299999641,31.937028000000442,2438516,17,8,1990 +3,F,9.0,17774,-109.08120799999641,31.938896000000387,2438866,17,8,1990 +2,F,49.0,17775,-109.08197499999642,31.93888700000037,2439541,17,8,1990 +4,F,40.0,17776,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +13,F,14.0,17777,-109.08261299999641,31.937028000000442,2438516,17,8,1990 +9,M,47.0,17778,-109.08090299999638,31.93785900000039,2439541,17,8,1990 +11,M,53.0,17779,-109.07930699999636,31.938056000000426,2439541,17,8,1990 +11,M,13.0,17780,-109.07930699999636,31.938056000000426,2438516,17,8,1990 +9,F,43.0,17781,-109.08090299999638,31.93785900000039,2439521,17,8,1990 +3,M,8.0,17782,-109.08120799999641,31.938896000000387,2439566,17,8,1990 +11,M,40.0,17783,-109.07930699999636,31.938056000000426,2439541,17,8,1990 +14,M,27.0,17784,-109.08182699999641,31.937054000000447,2439521,17,8,1990 +4,M,38.0,17785,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +13,M,21.0,17786,-109.08261299999641,31.937028000000442,2438516,17,8,1990 +8,M,42.0,17787,-109.08167999999641,31.937884000000402,2439521,17,8,1990 +4,F,24.0,17788,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +4,M,41.0,17789,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +8,F,42.0,17790,-109.08167999999641,31.937884000000402,2439521,17,8,1990 +14,F,46.0,17791,-109.08182699999641,31.937054000000447,2439521,17,8,1990 +3,F,9.0,17792,-109.08120799999641,31.938896000000387,2437874,17,8,1990 +11,M,50.0,17793,-109.07930699999636,31.938056000000426,2439521,17,8,1990 +3,F,7.0,17794,-109.08120799999641,31.938896000000387,2439566,17,8,1990 +13,F,21.0,17795,-109.08261299999641,31.937028000000442,2437981,17,8,1990 +4,F,41.0,17796,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +11,M,50.0,17797,-109.07930699999636,31.938056000000426,2439521,17,8,1990 +3,M,7.0,17798,-109.08120799999641,31.938896000000387,2439566,17,8,1990 +4,M,52.0,17799,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +9,M,47.0,17800,-109.08090299999638,31.93785900000039,2439521,17,8,1990 +9,M,47.0,17801,-109.08090299999638,31.93785900000039,2439521,17,8,1990 +8,M,47.0,17802,-109.08167999999641,31.937884000000402,2439521,17,8,1990 +11,F,45.0,17803,-109.07930699999636,31.938056000000426,2439521,17,8,1990 +8,F,47.0,17804,-109.08167999999641,31.937884000000402,2439521,17,8,1990 +13,,,17805,-109.08261299999641,31.937028000000442,2437568,17,8,1990 +14,M,40.0,17806,-109.08182699999641,31.937054000000447,2439521,17,8,1990 +9,M,48.0,17807,-109.08090299999638,31.93785900000039,2439521,17,8,1990 +4,M,132.0,17808,-109.08040899999641,31.93889400000041,2439531,17,8,1990 +11,F,35.0,17809,-109.07930699999636,31.938056000000426,2439521,17,8,1990 +9,F,40.0,17810,-109.08090299999638,31.93785900000039,2439521,17,8,1990 +8,M,48.0,17811,-109.08167999999641,31.937884000000402,2439541,17,8,1990 +14,M,,17812,-109.08182699999641,31.937054000000447,2439541,17,8,1990 +4,M,20.0,17813,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +15,,,17814,-109.08103599999642,31.937059000000463,2437568,17,8,1990 +5,M,17.0,17815,-109.07960199999636,31.93897000000045,2439591,17,8,1990 +4,F,40.0,17816,-109.08040899999641,31.93889400000041,2439521,17,8,1990 +11,F,23.0,17817,-109.07930699999636,31.938056000000426,2439521,17,8,1990 +10,,,17818,-109.08009099999636,31.938017000000425,,17,8,1990 +16,,,17819,-109.08024399999636,31.93709400000041,,17,8,1990 +7,F,19.0,17820,-109.08281599999641,31.938113000000413,2437981,22,9,1990 +7,F,13.0,17821,-109.08281599999641,31.938113000000413,2437874,22,9,1990 +6,M,30.0,17822,-109.07883599999636,31.939078000000414,2438517,22,9,1990 +6,F,18.0,17823,-109.07883599999636,31.939078000000414,2439591,22,9,1990 +1,,,17824,-109.08282899999641,31.938851000000387,2439521,22,9,1990 +24,F,34.0,17825,-109.07773599999636,31.938560000000447,2437981,22,9,1990 +12,M,145.0,17826,-109.07851899999636,31.938203000000414,,22,9,1990 +18,F,7.0,17827,-109.07863299999636,31.93712600000041,2439566,22,9,1990 +17,F,48.0,17828,-109.07941499999636,31.937117000000445,2439521,22,9,1990 +7,,,17829,-109.08281599999641,31.938113000000413,2437568,22,9,1990 +1,F,16.0,17830,-109.08282899999641,31.938851000000387,2439591,22,9,1990 +12,F,52.0,17831,-109.07851899999636,31.938203000000414,2439541,22,9,1990 +18,F,180.0,17832,-109.07863299999636,31.93712600000041,,22,9,1990 +1,M,48.0,17833,-109.08282899999641,31.938851000000387,2439521,22,9,1990 +22,F,107.0,17834,-109.07860199999635,31.93644100000042,2439531,22,9,1990 +1,F,56.0,17835,-109.08282899999641,31.938851000000387,2439541,22,9,1990 +6,F,16.0,17836,-109.07883599999636,31.939078000000414,2439591,22,9,1990 +7,,,17837,-109.08281599999641,31.938113000000413,2437568,22,9,1990 +18,M,12.0,17838,-109.07863299999636,31.93712600000041,2439591,22,9,1990 +6,F,32.0,17839,-109.07883599999636,31.939078000000414,2438517,22,9,1990 +1,M,58.0,17840,-109.08282899999641,31.938851000000387,2439541,22,9,1990 +12,F,42.0,17841,-109.07851899999636,31.938203000000414,2439521,22,9,1990 +22,F,42.0,17842,-109.07860199999635,31.93644100000042,2439521,22,9,1990 +17,F,170.0,17843,-109.07941499999636,31.937117000000445,,22,9,1990 +17,F,49.0,17844,-109.07941499999636,31.937117000000445,2439541,22,9,1990 +19,F,27.0,17845,-109.07791199999636,31.937438000000434,2437981,22,9,1990 +11,M,57.0,17846,-109.07930699999636,31.938056000000426,2439541,25,9,1990 +9,M,30.0,17847,-109.08090299999638,31.93785900000039,2439521,25,9,1990 +13,,,17848,-109.08261299999641,31.937028000000442,2491757,25,9,1990 +3,M,17.0,17849,-109.08120799999641,31.938896000000387,2439591,25,9,1990 +8,,,17850,-109.08167999999641,31.937884000000402,2437300,25,9,1990 +2,F,35.0,17851,-109.08197499999642,31.93888700000037,2439541,25,9,1990 +8,F,39.0,17852,-109.08167999999641,31.937884000000402,2439521,25,9,1990 +4,M,43.0,17853,-109.08040899999641,31.93889400000041,2439521,25,9,1990 +8,F,45.0,17854,-109.08167999999641,31.937884000000402,2439521,25,9,1990 +13,F,25.0,17855,-109.08261299999641,31.937028000000442,2438516,25,9,1990 +14,M,40.0,17856,-109.08182699999641,31.937054000000447,2439521,25,9,1990 +8,M,45.0,17857,-109.08167999999641,31.937884000000402,2439521,25,9,1990 +2,F,50.0,17858,-109.08197499999642,31.93888700000037,2439541,25,9,1990 +4,M,44.0,17859,-109.08040899999641,31.93889400000041,2439521,25,9,1990 +11,M,51.0,17860,-109.07930699999636,31.938056000000426,2439521,25,9,1990 +14,M,43.0,17861,-109.08182699999641,31.937054000000447,2439521,25,9,1990 +15,F,23.0,17862,-109.08103599999642,31.937059000000463,2437981,25,9,1990 +14,F,40.0,17863,-109.08182699999641,31.937054000000447,2439521,25,9,1990 +4,F,42.0,17864,-109.08040899999641,31.93889400000041,2439521,25,9,1990 +9,M,49.0,17865,-109.08090299999638,31.93785900000039,2439521,25,9,1990 +14,,,17866,-109.08182699999641,31.937054000000447,2437568,25,9,1990 +8,M,53.0,17867,-109.08167999999641,31.937884000000402,2439521,25,9,1990 +9,M,47.0,17868,-109.08090299999638,31.93785900000039,2439521,25,9,1990 +11,M,51.0,17869,-109.07930699999636,31.938056000000426,2439521,25,9,1990 +13,M,25.0,17870,-109.08261299999641,31.937028000000442,2438516,25,9,1990 +2,M,18.0,17871,-109.08197499999642,31.93888700000037,2439591,25,9,1990 +4,F,40.0,17872,-109.08040899999641,31.93889400000041,2439521,25,9,1990 +4,F,50.0,17873,-109.08040899999641,31.93889400000041,2439521,25,9,1990 +4,M,38.0,17874,-109.08040899999641,31.93889400000041,2439521,25,9,1990 +11,F,39.0,17875,-109.07930699999636,31.938056000000426,2439521,25,9,1990 +13,F,16.0,17876,-109.08261299999641,31.937028000000442,2439591,25,9,1990 +2,F,33.0,17877,-109.08197499999642,31.93888700000037,2439541,25,9,1990 +2,F,176.0,17878,-109.08197499999642,31.93888700000037,,25,9,1990 +9,F,40.0,17879,-109.08090299999638,31.93785900000039,2439521,25,9,1990 +14,M,57.0,17880,-109.08182699999641,31.937054000000447,2439541,25,9,1990 +5,M,17.0,17881,-109.07960199999636,31.93897000000045,2439591,25,9,1990 +8,F,54.0,17882,-109.08167999999641,31.937884000000402,2439521,25,9,1990 +13,M,23.0,17883,-109.08261299999641,31.937028000000442,2437981,25,9,1990 +11,F,42.0,17884,-109.07930699999636,31.938056000000426,2439521,25,9,1990 +24,F,46.0,17885,-109.07773599999636,31.938560000000447,2439541,15,10,1990 +19,F,7.0,17886,-109.07791199999636,31.937438000000434,2439566,15,10,1990 +12,M,24.0,17887,-109.07851899999636,31.938203000000414,2438516,15,10,1990 +7,F,14.0,17888,-109.08281599999641,31.938113000000413,2437874,15,10,1990 +7,F,12.0,17889,-109.08281599999641,31.938113000000413,2437874,15,10,1990 +7,F,12.0,17890,-109.08281599999641,31.938113000000413,2437874,15,10,1990 +18,M,21.0,17891,-109.07863299999636,31.93712600000041,2437981,15,10,1990 +1,M,38.0,17892,-109.08282899999641,31.938851000000387,2439521,15,10,1990 +1,M,45.0,17893,-109.08282899999641,31.938851000000387,2439521,15,10,1990 +12,F,27.0,17894,-109.07851899999636,31.938203000000414,2438516,15,10,1990 +19,F,6.0,17895,-109.07791199999636,31.937438000000434,2439566,15,10,1990 +12,M,138.0,17896,-109.07851899999636,31.938203000000414,,15,10,1990 +1,M,55.0,17897,-109.08282899999641,31.938851000000387,2439541,15,10,1990 +12,,,17898,-109.07851899999636,31.938203000000414,2437568,15,10,1990 +18,F,36.0,17899,-109.07863299999636,31.93712600000041,2438517,15,10,1990 +12,M,41.0,17900,-109.07851899999636,31.938203000000414,2439521,15,10,1990 +19,M,10.0,17901,-109.07791199999636,31.937438000000434,2437874,15,10,1990 +22,F,106.0,17902,-109.07860199999635,31.93644100000042,2439531,15,10,1990 +19,,,17903,-109.07791199999636,31.937438000000434,2437981,15,10,1990 +7,M,9.0,17904,-109.08281599999641,31.938113000000413,2437874,15,10,1990 +1,M,56.0,17905,-109.08282899999641,31.938851000000387,2439541,15,10,1990 +22,F,39.0,17906,-109.07860199999635,31.93644100000042,2439521,15,10,1990 +18,M,7.0,17907,-109.07863299999636,31.93712600000041,2439566,15,10,1990 +1,M,45.0,17908,-109.08282899999641,31.938851000000387,2439521,15,10,1990 +17,F,32.0,17909,-109.07941499999636,31.937117000000445,2439521,16,10,1990 +11,M,,17910,-109.07930699999636,31.938056000000426,2439541,16,10,1990 +2,M,38.0,17911,-109.08197499999642,31.93888700000037,2439521,16,10,1990 +10,M,12.0,17912,-109.08009099999636,31.938017000000425,2437874,16,10,1990 +17,M,49.0,17913,-109.07941499999636,31.937117000000445,2439521,16,10,1990 +4,F,40.0,17914,-109.08040899999641,31.93889400000041,2439521,16,10,1990 +8,M,44.0,17915,-109.08167999999641,31.937884000000402,2439521,16,10,1990 +2,F,45.0,17916,-109.08197499999642,31.93888700000037,2439521,16,10,1990 +3,M,10.0,17917,-109.08120799999641,31.938896000000387,2437874,16,10,1990 +4,M,44.0,17918,-109.08040899999641,31.93889400000041,2439521,16,10,1990 +2,F,24.0,17919,-109.08197499999642,31.93888700000037,2438516,16,10,1990 +4,M,42.0,17920,-109.08040899999641,31.93889400000041,2439521,16,10,1990 +9,M,14.0,17921,-109.08090299999638,31.93785900000039,2439591,16,10,1990 +2,F,47.0,17922,-109.08197499999642,31.93888700000037,2439541,16,10,1990 +11,M,49.0,17923,-109.07930699999636,31.938056000000426,2439521,16,10,1990 +8,M,27.0,17924,-109.08167999999641,31.937884000000402,2439521,16,10,1990 +5,M,18.0,17925,-109.07960199999636,31.93897000000045,2439591,16,10,1990 +17,M,47.0,17926,-109.07941499999636,31.937117000000445,2439521,16,10,1990 +4,M,37.0,17927,-109.08040899999641,31.93889400000041,2439521,16,10,1990 +9,F,44.0,17928,-109.08090299999638,31.93785900000039,2439521,16,10,1990 +2,M,22.0,17929,-109.08197499999642,31.93888700000037,2439541,16,10,1990 +5,M,12.0,17930,-109.07960199999636,31.93897000000045,2437874,16,10,1990 +9,M,46.0,17931,-109.08090299999638,31.93785900000039,2439521,16,10,1990 +4,F,42.0,17932,-109.08040899999641,31.93889400000041,2439521,16,10,1990 +11,M,48.0,17933,-109.07930699999636,31.938056000000426,2439521,16,10,1990 +2,F,44.0,17934,-109.08197499999642,31.93888700000037,2439541,16,10,1990 +8,M,52.0,17935,-109.08167999999641,31.937884000000402,2439521,16,10,1990 +3,F,8.0,17936,-109.08120799999641,31.938896000000387,2438866,16,10,1990 +9,M,47.0,17937,-109.08090299999638,31.93785900000039,2439521,16,10,1990 +8,F,40.0,17938,-109.08167999999641,31.937884000000402,2439521,16,10,1990 +4,F,40.0,17939,-109.08040899999641,31.93889400000041,2439521,16,10,1990 +17,F,45.0,17940,-109.07941499999636,31.937117000000445,2439541,16,10,1990 +8,F,44.0,17941,-109.08167999999641,31.937884000000402,2439521,16,10,1990 +2,F,195.0,17942,-109.08197499999642,31.93888700000037,,16,10,1990 +3,F,13.0,17943,-109.08120799999641,31.938896000000387,2439591,16,10,1990 +11,F,39.0,17944,-109.07930699999636,31.938056000000426,2439521,16,10,1990 +17,F,40.0,17945,-109.07941499999636,31.937117000000445,2439521,16,10,1990 +9,F,42.0,17946,-109.08090299999638,31.93785900000039,2439521,16,10,1990 +8,M,26.0,17947,-109.08167999999641,31.937884000000402,2439521,16,10,1990 +4,F,22.0,17948,-109.08040899999641,31.93889400000041,2439521,16,10,1990 +17,F,191.0,17949,-109.07941499999636,31.937117000000445,,16,10,1990 +6,M,29.0,17950,-109.07883599999636,31.939078000000414,2438517,16,10,1990 +11,F,42.0,17951,-109.07930699999636,31.938056000000426,2439521,16,10,1990 +8,M,44.0,17952,-109.08167999999641,31.937884000000402,2439521,16,10,1990 +13,M,22.0,17953,-109.08261299999641,31.937028000000442,2437981,17,10,1990 +13,M,26.0,17954,-109.08261299999641,31.937028000000442,2438516,17,10,1990 +14,F,40.0,17955,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +14,F,37.0,17956,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +14,M,48.0,17957,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +21,F,24.0,17958,-109.07939799999636,31.936448000000453,2438516,17,10,1990 +21,F,14.0,17959,-109.07939799999636,31.936448000000453,2437874,17,10,1990 +14,M,42.0,17960,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +13,F,24.0,17961,-109.08261299999641,31.937028000000442,2438516,17,10,1990 +14,M,44.0,17962,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +15,M,7.0,17963,-109.08103599999642,31.937059000000463,2439566,17,10,1990 +14,M,39.0,17964,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +20,F,22.0,17965,-109.08019099999642,31.93633400000045,2438516,17,10,1990 +20,F,16.0,17966,-109.08019099999642,31.93633400000045,2437874,17,10,1990 +14,M,49.0,17967,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +14,F,41.0,17968,-109.08182699999641,31.937054000000447,2439521,17,10,1990 +14,M,53.0,17969,-109.08182699999641,31.937054000000447,2439541,17,10,1990 +15,,,17970,-109.08103599999642,31.937059000000463,2437568,17,10,1990 +13,F,27.0,17971,-109.08261299999641,31.937028000000442,2438516,17,10,1990 +7,M,13.0,17972,-109.08281599999641,31.938113000000413,2437874,10,11,1990 +17,M,39.0,17973,-109.07941499999636,31.937117000000445,2439521,10,11,1990 +2,F,47.0,17974,-109.08197499999642,31.93888700000037,2439521,10,11,1990 +12,F,28.0,17975,-109.07851899999636,31.938203000000414,2438516,10,11,1990 +1,M,40.0,17976,-109.08282899999641,31.938851000000387,2439521,10,11,1990 +24,,,17977,-109.07773599999636,31.938560000000447,2491757,10,11,1990 +17,F,43.0,17978,-109.07941499999636,31.937117000000445,2439521,10,11,1990 +12,F,40.0,17979,-109.07851899999636,31.938203000000414,2439521,10,11,1990 +21,M,8.0,17980,-109.07939799999636,31.936448000000453,2437874,10,11,1990 +12,M,56.0,17981,-109.07851899999636,31.938203000000414,2439541,10,11,1990 +2,F,42.0,17982,-109.08197499999642,31.93888700000037,2439541,10,11,1990 +19,M,11.0,17983,-109.07791199999636,31.937438000000434,2437874,10,11,1990 +18,F,160.0,17984,-109.07863299999636,31.93712600000041,,10,11,1990 +21,M,11.0,17985,-109.07939799999636,31.936448000000453,2437874,10,11,1990 +21,F,14.0,17986,-109.07939799999636,31.936448000000453,2437874,10,11,1990 +20,F,7.0,17987,-109.08019099999642,31.93633400000045,2439566,10,11,1990 +19,M,21.0,17988,-109.07791199999636,31.937438000000434,2438516,10,11,1990 +7,F,13.0,17989,-109.08281599999641,31.938113000000413,2437874,10,11,1990 +1,M,44.0,17990,-109.08282899999641,31.938851000000387,2439521,10,11,1990 +24,F,10.0,17991,-109.07773599999636,31.938560000000447,2437874,10,11,1990 +24,M,19.0,17992,-109.07773599999636,31.938560000000447,2437981,10,11,1990 +2,F,48.0,17993,-109.08197499999642,31.93888700000037,2439541,10,11,1990 +12,M,34.0,17994,-109.07851899999636,31.938203000000414,2439521,10,11,1990 +19,F,25.0,17995,-109.07791199999636,31.937438000000434,2437981,10,11,1990 +7,F,15.0,17996,-109.08281599999641,31.938113000000413,2437874,10,11,1990 +1,M,53.0,17997,-109.08282899999641,31.938851000000387,2439541,10,11,1990 +2,M,22.0,17998,-109.08197499999642,31.93888700000037,2438516,10,11,1990 +22,F,104.0,17999,-109.07860199999635,31.93644100000042,2439531,10,11,1990 +20,M,9.0,18000,-109.08019099999642,31.93633400000045,2437874,10,11,1990 +2,F,20.0,18001,-109.08197499999642,31.93888700000037,2438516,10,11,1990 +12,F,46.0,18002,-109.07851899999636,31.938203000000414,2439521,10,11,1990 +23,,,18003,-109.07783799999636,31.93676300000042,2437568,10,11,1990 +17,F,45.0,18004,-109.07941499999636,31.937117000000445,2439541,10,11,1990 +2,M,26.0,18005,-109.08197499999642,31.93888700000037,2439541,10,11,1990 +7,F,14.0,18006,-109.08281599999641,31.938113000000413,2437874,10,11,1990 +1,M,56.0,18007,-109.08282899999641,31.938851000000387,2439541,10,11,1990 +17,F,44.0,18008,-109.07941499999636,31.937117000000445,2439521,10,11,1990 +23,F,14.0,18009,-109.07783799999636,31.93676300000042,2437874,10,11,1990 +2,M,26.0,18010,-109.08197499999642,31.93888700000037,2439541,10,11,1990 +17,F,180.0,18011,-109.07941499999636,31.937117000000445,,10,11,1990 +1,F,56.0,18012,-109.08282899999641,31.938851000000387,2439541,10,11,1990 +7,M,9.0,18013,-109.08281599999641,31.938113000000413,2437874,10,11,1990 +1,M,45.0,18014,-109.08282899999641,31.938851000000387,2439521,10,11,1990 +22,F,39.0,18015,-109.07860199999635,31.93644100000042,2439521,10,11,1990 +3,M,21.0,18016,-109.08120799999641,31.938896000000387,2438516,11,11,1990 +9,M,35.0,18017,-109.08090299999638,31.93785900000039,2439521,11,11,1990 +15,F,25.0,18018,-109.08103599999642,31.937059000000463,2437981,11,11,1990 +14,F,40.0,18019,-109.08182699999641,31.937054000000447,2439521,11,11,1990 +16,M,11.0,18020,-109.08024399999636,31.93709400000041,2437874,11,11,1990 +14,M,44.0,18021,-109.08182699999641,31.937054000000447,2439521,11,11,1990 +3,F,18.0,18022,-109.08120799999641,31.938896000000387,2438516,11,11,1990 +4,F,42.0,18023,-109.08040899999641,31.93889400000041,2439521,11,11,1990 +6,F,8.0,18024,-109.07883599999636,31.939078000000414,2437874,11,11,1990 +11,M,48.0,18025,-109.07930699999636,31.938056000000426,2439521,11,11,1990 +13,M,28.0,18026,-109.08261299999641,31.937028000000442,2438516,11,11,1990 +8,F,35.0,18027,-109.08167999999641,31.937884000000402,2439521,11,11,1990 +3,F,15.0,18028,-109.08120799999641,31.938896000000387,2437874,11,11,1990 +11,M,54.0,18029,-109.07930699999636,31.938056000000426,2439541,11,11,1990 +8,M,40.0,18030,-109.08167999999641,31.937884000000402,2439521,11,11,1990 +11,M,21.0,18031,-109.07930699999636,31.938056000000426,2438516,11,11,1990 +11,M,48.0,18032,-109.07930699999636,31.938056000000426,2439521,11,11,1990 +14,M,39.0,18033,-109.08182699999641,31.937054000000447,2439521,11,11,1990 +4,,,18034,-109.08040899999641,31.93889400000041,2439521,11,11,1990 +3,M,38.0,18035,-109.08120799999641,31.938896000000387,2439521,11,11,1990 +6,M,11.0,18036,-109.07883599999636,31.939078000000414,2437874,11,11,1990 +4,M,43.0,18037,-109.08040899999641,31.93889400000041,2439521,11,11,1990 +4,M,38.0,18038,-109.08040899999641,31.93889400000041,2439521,11,11,1990 +8,M,46.0,18039,-109.08167999999641,31.937884000000402,2439521,11,11,1990 +9,M,46.0,18040,-109.08090299999638,31.93785900000039,2439521,11,11,1990 +8,M,35.0,18041,-109.08167999999641,31.937884000000402,2439521,11,11,1990 +4,F,42.0,18042,-109.08040899999641,31.93889400000041,2439521,11,11,1990 +10,M,12.0,18043,-109.08009099999636,31.938017000000425,2437874,11,11,1990 +9,M,45.0,18044,-109.08090299999638,31.93785900000039,2439521,11,11,1990 +3,F,7.0,18045,-109.08120799999641,31.938896000000387,2439566,11,11,1990 +15,M,10.0,18046,-109.08103599999642,31.937059000000463,2437874,11,11,1990 +5,F,14.0,18047,-109.07960199999636,31.93897000000045,2437874,11,11,1990 +4,F,40.0,18048,-109.08040899999641,31.93889400000041,2439521,11,11,1990 +6,F,32.0,18049,-109.07883599999636,31.939078000000414,2438517,11,11,1990 +9,,,18050,-109.08090299999638,31.93785900000039,2437568,11,11,1990 +4,M,48.0,18051,-109.08040899999641,31.93889400000041,2439521,11,11,1990 +11,F,38.0,18052,-109.07930699999636,31.938056000000426,2439521,11,11,1990 +14,M,45.0,18053,-109.08182699999641,31.937054000000447,2439521,11,11,1990 +3,M,8.0,18054,-109.08120799999641,31.938896000000387,2437874,11,11,1990 +15,M,20.0,18055,-109.08103599999642,31.937059000000463,2437981,11,11,1990 +3,M,24.0,18056,-109.08120799999641,31.938896000000387,2438516,11,11,1990 +8,F,45.0,18057,-109.08167999999641,31.937884000000402,2439521,11,11,1990 +9,F,40.0,18058,-109.08090299999638,31.93785900000039,2439521,11,11,1990 +15,M,7.0,18059,-109.08103599999642,31.937059000000463,2439566,11,11,1990 +5,M,9.0,18060,-109.07960199999636,31.93897000000045,2437874,11,11,1990 +9,F,27.0,18061,-109.08090299999638,31.93785900000039,2439521,11,11,1990 +10,F,10.0,18062,-109.08009099999636,31.938017000000425,2437874,11,11,1990 +9,F,42.0,18063,-109.08090299999638,31.93785900000039,2439521,11,11,1990 +8,M,38.0,18064,-109.08167999999641,31.937884000000402,2439521,11,11,1990 +14,M,54.0,18065,-109.08182699999641,31.937054000000447,2439521,11,11,1990 +8,F,40.0,18066,-109.08167999999641,31.937884000000402,2439521,11,11,1990 +11,F,42.0,18067,-109.07930699999636,31.938056000000426,2439521,11,11,1990 +11,F,42.0,18068,-109.07930699999636,31.938056000000426,2439521,11,11,1990 +2,F,46.0,18069,-109.08197499999642,31.93888700000037,2439541,15,12,1990 +12,F,47.0,18070,-109.07851899999636,31.938203000000414,2439541,15,12,1990 +7,M,23.0,18071,-109.08281599999641,31.938113000000413,2437981,15,12,1990 +19,F,8.0,18072,-109.07791199999636,31.937438000000434,2439566,15,12,1990 +12,M,8.0,18073,-109.07851899999636,31.938203000000414,2437874,15,12,1990 +20,M,8.0,18074,-109.08019099999642,31.93633400000045,2437874,15,12,1990 +18,M,11.0,18075,-109.07863299999636,31.93712600000041,2437874,15,12,1990 +17,M,50.0,18076,-109.07941499999636,31.937117000000445,2439521,15,12,1990 +1,M,47.0,18077,-109.08282899999641,31.938851000000387,2439521,15,12,1990 +24,,,18078,-109.07773599999636,31.938560000000447,2437874,15,12,1990 +1,M,48.0,18079,-109.08282899999641,31.938851000000387,2439521,15,12,1990 +7,M,8.0,18080,-109.08281599999641,31.938113000000413,2437874,15,12,1990 +24,F,14.0,18081,-109.07773599999636,31.938560000000447,2437874,15,12,1990 +17,F,44.0,18082,-109.07941499999636,31.937117000000445,2439521,15,12,1990 +21,F,12.0,18083,-109.07939799999636,31.936448000000453,2437874,15,12,1990 +12,M,9.0,18084,-109.07851899999636,31.938203000000414,2437874,15,12,1990 +12,M,31.0,18085,-109.07851899999636,31.938203000000414,2438517,15,12,1990 +19,F,8.0,18086,-109.07791199999636,31.937438000000434,2438866,15,12,1990 +2,F,44.0,18087,-109.08197499999642,31.93888700000037,2439541,15,12,1990 +22,F,40.0,18088,-109.07860199999635,31.93644100000042,2439521,15,12,1990 +21,M,12.0,18089,-109.07939799999636,31.936448000000453,2437874,15,12,1990 +1,M,54.0,18090,-109.08282899999641,31.938851000000387,2439541,15,12,1990 +2,M,40.0,18091,-109.08197499999642,31.93888700000037,2439541,15,12,1990 +19,F,23.0,18092,-109.07791199999636,31.937438000000434,2437981,15,12,1990 +18,M,7.0,18093,-109.07863299999636,31.93712600000041,2439566,15,12,1990 +22,F,106.0,18094,-109.07860199999635,31.93644100000042,2439531,15,12,1990 +2,F,26.0,18095,-109.08197499999642,31.93888700000037,2438516,15,12,1990 +7,F,12.0,18096,-109.08281599999641,31.938113000000413,2437874,15,12,1990 +2,F,44.0,18097,-109.08197499999642,31.93888700000037,2439521,15,12,1990 +19,F,12.0,18098,-109.07791199999636,31.937438000000434,2437981,15,12,1990 +17,F,44.0,18099,-109.07941499999636,31.937117000000445,2439541,15,12,1990 +2,F,8.0,18100,-109.08197499999642,31.93888700000037,2437874,15,12,1990 +7,F,14.0,18101,-109.08281599999641,31.938113000000413,2437874,15,12,1990 +17,F,44.0,18102,-109.07941499999636,31.937117000000445,2439521,15,12,1990 +7,M,8.0,18103,-109.08281599999641,31.938113000000413,2437874,15,12,1990 +2,M,40.0,18104,-109.08197499999642,31.93888700000037,2439541,15,12,1990 +1,M,55.0,18105,-109.08282899999641,31.938851000000387,2439541,15,12,1990 +17,M,30.0,18106,-109.07941499999636,31.937117000000445,2438517,15,12,1990 +17,F,35.0,18107,-109.07941499999636,31.937117000000445,2438517,15,12,1990 +21,M,,18108,-109.07939799999636,31.936448000000453,2437874,15,12,1990 +12,F,41.0,18109,-109.07851899999636,31.938203000000414,2439521,15,12,1990 +1,F,39.0,18110,-109.08282899999641,31.938851000000387,2439541,15,12,1990 +2,F,193.0,18111,-109.08197499999642,31.93888700000037,,15,12,1990 +7,M,8.0,18112,-109.08281599999641,31.938113000000413,2437874,15,12,1990 +12,F,44.0,18113,-109.07851899999636,31.938203000000414,2439521,15,12,1990 +1,F,52.0,18114,-109.08282899999641,31.938851000000387,2439541,15,12,1990 +12,M,40.0,18115,-109.07851899999636,31.938203000000414,2439521,15,12,1990 +20,M,7.0,18116,-109.08019099999642,31.93633400000045,2439566,15,12,1990 +1,M,45.0,18117,-109.08282899999641,31.938851000000387,2439521,15,12,1990 +2,M,22.0,18118,-109.08197499999642,31.93888700000037,2438516,15,12,1990 +19,F,14.0,18119,-109.07791199999636,31.937438000000434,2437874,15,12,1990 +17,M,164.0,18120,-109.07941499999636,31.937117000000445,,15,12,1990 +3,M,21.0,18121,-109.08120799999641,31.938896000000387,2438516,16,12,1990 +14,F,40.0,18122,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +13,M,18.0,18123,-109.08261299999641,31.937028000000442,2437981,16,12,1990 +3,F,20.0,18124,-109.08120799999641,31.938896000000387,2438516,16,12,1990 +11,M,30.0,18125,-109.07930699999636,31.938056000000426,2438517,16,12,1990 +9,M,35.0,18126,-109.08090299999638,31.93785900000039,2439521,16,12,1990 +4,M,44.0,18127,-109.08040899999641,31.93889400000041,2439521,16,12,1990 +11,M,34.0,18128,-109.07930699999636,31.938056000000426,2438517,16,12,1990 +10,M,13.0,18129,-109.08009099999636,31.938017000000425,2437874,16,12,1990 +8,F,40.0,18130,-109.08167999999641,31.937884000000402,2439521,16,12,1990 +14,M,44.0,18131,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +5,M,9.0,18132,-109.07960199999636,31.93897000000045,2437874,16,12,1990 +3,F,8.0,18133,-109.08120799999641,31.938896000000387,2438866,16,12,1990 +6,M,10.0,18134,-109.07883599999636,31.939078000000414,2437874,16,12,1990 +14,M,40.0,18135,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +3,F,27.0,18136,-109.08120799999641,31.938896000000387,2438516,16,12,1990 +14,M,51.0,18137,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +4,M,43.0,18138,-109.08040899999641,31.93889400000041,2439521,16,12,1990 +11,M,55.0,18139,-109.07930699999636,31.938056000000426,2439541,16,12,1990 +3,F,7.0,18140,-109.08120799999641,31.938896000000387,2439566,16,12,1990 +3,F,15.0,18141,-109.08120799999641,31.938896000000387,2437874,16,12,1990 +6,M,20.0,18142,-109.07883599999636,31.939078000000414,2437981,16,12,1990 +11,M,30.0,18143,-109.07930699999636,31.938056000000426,2438517,16,12,1990 +8,M,44.0,18144,-109.08167999999641,31.937884000000402,2439521,16,12,1990 +13,F,16.0,18145,-109.08261299999641,31.937028000000442,2437981,16,12,1990 +11,M,44.0,18146,-109.07930699999636,31.938056000000426,2439521,16,12,1990 +14,,,18147,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +13,M,10.0,18148,-109.08261299999641,31.937028000000442,2437874,16,12,1990 +9,M,47.0,18149,-109.08090299999638,31.93785900000039,2439521,16,12,1990 +14,M,52.0,18150,-109.08182699999641,31.937054000000447,2439541,16,12,1990 +11,M,50.0,18151,-109.07930699999636,31.938056000000426,2439521,16,12,1990 +14,F,37.0,18152,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +3,F,11.0,18153,-109.08120799999641,31.938896000000387,2437874,16,12,1990 +8,M,36.0,18154,-109.08167999999641,31.937884000000402,2439521,16,12,1990 +13,F,13.0,18155,-109.08261299999641,31.937028000000442,2437874,16,12,1990 +6,F,9.0,18156,-109.07883599999636,31.939078000000414,2437874,16,12,1990 +11,F,37.0,18157,-109.07930699999636,31.938056000000426,2439521,16,12,1990 +16,F,12.0,18158,-109.08024399999636,31.93709400000041,2437874,16,12,1990 +4,M,39.0,18159,-109.08040899999641,31.93889400000041,2439521,16,12,1990 +8,M,52.0,18160,-109.08167999999641,31.937884000000402,2439521,16,12,1990 +14,M,44.0,18161,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +15,M,7.0,18162,-109.08103599999642,31.937059000000463,2439566,16,12,1990 +4,F,40.0,18163,-109.08040899999641,31.93889400000041,2439521,16,12,1990 +11,F,43.0,18164,-109.07930699999636,31.938056000000426,2439521,16,12,1990 +9,M,45.0,18165,-109.08090299999638,31.93785900000039,2439521,16,12,1990 +14,F,42.0,18166,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +13,F,24.0,18167,-109.08261299999641,31.937028000000442,2437981,16,12,1990 +4,F,45.0,18168,-109.08040899999641,31.93889400000041,2439521,16,12,1990 +8,F,38.0,18169,-109.08167999999641,31.937884000000402,2439521,16,12,1990 +3,M,10.0,18170,-109.08120799999641,31.938896000000387,2437874,16,12,1990 +15,F,12.0,18171,-109.08103599999642,31.937059000000463,2437874,16,12,1990 +4,F,39.0,18172,-109.08040899999641,31.93889400000041,2439521,16,12,1990 +11,M,20.0,18173,-109.07930699999636,31.938056000000426,2438516,16,12,1990 +10,F,14.0,18174,-109.08009099999636,31.938017000000425,2437874,16,12,1990 +8,M,39.0,18175,-109.08167999999641,31.937884000000402,2439521,16,12,1990 +13,M,16.0,18176,-109.08261299999641,31.937028000000442,2437981,16,12,1990 +5,F,22.0,18177,-109.07960199999636,31.93897000000045,2438516,16,12,1990 +14,M,43.0,18178,-109.08182699999641,31.937054000000447,2439521,16,12,1990 +4,M,24.0,18179,-109.08040899999641,31.93889400000041,2438516,16,12,1990 +11,F,32.0,18180,-109.07930699999636,31.938056000000426,2438517,16,12,1990 +8,F,43.0,18181,-109.08167999999641,31.937884000000402,2439521,16,12,1990 +9,F,42.0,18182,-109.08090299999638,31.93785900000039,2439521,16,12,1990 +11,F,37.0,18183,-109.07930699999636,31.938056000000426,2439521,16,12,1990 +9,F,40.0,18184,-109.08090299999638,31.93785900000039,2439521,16,12,1990 +11,M,45.0,18185,-109.07930699999636,31.938056000000426,2439521,16,12,1990 +3,M,45.0,18186,-109.08120799999641,31.938896000000387,2439521,16,12,1990 +11,F,43.0,18187,-109.07930699999636,31.938056000000426,2439521,16,12,1990 +14,M,8.0,18188,-109.08182699999641,31.937054000000447,2437874,16,12,1990 +3,F,38.0,18189,-109.08120799999641,31.938896000000387,2439521,16,12,1990 +5,M,8.0,18190,-109.07960199999636,31.93897000000045,2437874,16,12,1990 +7,F,11.0,18191,-109.08281599999641,31.938113000000413,2437874,11,1,1991 +12,M,31.0,18192,-109.07851899999636,31.938203000000414,2438517,11,1,1991 +17,F,9.0,18193,-109.07941499999636,31.937117000000445,2437874,11,1,1991 +2,F,48.0,18194,-109.08197499999642,31.93888700000037,2439521,11,1,1991 +12,F,36.0,18195,-109.07851899999636,31.938203000000414,2439541,11,1,1991 +21,M,11.0,18196,-109.07939799999636,31.936448000000453,2437874,11,1,1991 +1,M,43.0,18197,-109.08282899999641,31.938851000000387,2439521,11,1,1991 +12,F,31.0,18198,-109.07851899999636,31.938203000000414,2438517,11,1,1991 +12,M,32.0,18199,-109.07851899999636,31.938203000000414,2438517,11,1,1991 +21,,,18200,-109.07939799999636,31.936448000000453,2437568,11,1,1991 +24,M,21.0,18201,-109.07773599999636,31.938560000000447,2437981,11,1,1991 +2,M,51.0,18202,-109.08197499999642,31.93888700000037,2439521,11,1,1991 +12,M,35.0,18203,-109.07851899999636,31.938203000000414,2438517,11,1,1991 +18,F,8.0,18204,-109.07863299999636,31.93712600000041,2439566,11,1,1991 +20,F,14.0,18205,-109.08019099999642,31.93633400000045,2437874,11,1,1991 +17,F,40.0,18206,-109.07941499999636,31.937117000000445,2439521,11,1,1991 +7,F,8.0,18207,-109.08281599999641,31.938113000000413,2437874,11,1,1991 +19,M,11.0,18208,-109.07791199999636,31.937438000000434,2437874,11,1,1991 +1,F,53.0,18209,-109.08282899999641,31.938851000000387,2439541,11,1,1991 +12,F,25.0,18210,-109.07851899999636,31.938203000000414,2438517,11,1,1991 +1,M,54.0,18211,-109.08282899999641,31.938851000000387,2439541,11,1,1991 +24,F,12.0,18212,-109.07773599999636,31.938560000000447,2437874,11,1,1991 +19,F,7.0,18213,-109.07791199999636,31.937438000000434,2437874,11,1,1991 +12,F,47.0,18214,-109.07851899999636,31.938203000000414,2439541,11,1,1991 +19,F,14.0,18215,-109.07791199999636,31.937438000000434,2437874,11,1,1991 +17,M,9.0,18216,-109.07941499999636,31.937117000000445,2437874,11,1,1991 +2,M,10.0,18217,-109.08197499999642,31.93888700000037,2437874,11,1,1991 +19,M,16.0,18218,-109.07791199999636,31.937438000000434,2437981,11,1,1991 +2,M,52.0,18219,-109.08197499999642,31.93888700000037,2439541,11,1,1991 +2,F,44.0,18220,-109.08197499999642,31.93888700000037,2439541,11,1,1991 +24,M,10.0,18221,-109.07773599999636,31.938560000000447,2437874,11,1,1991 +12,M,59.0,18222,-109.07851899999636,31.938203000000414,2439541,11,1,1991 +18,M,7.0,18223,-109.07863299999636,31.93712600000041,2439566,11,1,1991 +17,M,8.0,18224,-109.07941499999636,31.937117000000445,2437874,11,1,1991 +20,M,10.0,18225,-109.08019099999642,31.93633400000045,2437874,11,1,1991 +2,M,,18226,-109.08197499999642,31.93888700000037,2439541,11,1,1991 +19,M,10.0,18227,-109.07791199999636,31.937438000000434,2437874,11,1,1991 +21,,,18228,-109.07939799999636,31.936448000000453,2437568,11,1,1991 +2,M,22.0,18229,-109.08197499999642,31.93888700000037,2438516,11,1,1991 +12,F,39.0,18230,-109.07851899999636,31.938203000000414,2439521,11,1,1991 +19,F,24.0,18231,-109.07791199999636,31.937438000000434,2438516,11,1,1991 +1,M,55.0,18232,-109.08282899999641,31.938851000000387,2439541,11,1,1991 +2,F,25.0,18233,-109.08197499999642,31.93888700000037,2438516,11,1,1991 +7,F,11.0,18234,-109.08281599999641,31.938113000000413,2437874,11,1,1991 +23,M,11.0,18235,-109.07783799999636,31.93676300000042,2437874,11,1,1991 +22,F,108.0,18236,-109.07860199999635,31.93644100000042,2439531,11,1,1991 +19,M,10.0,18237,-109.07791199999636,31.937438000000434,2437874,11,1,1991 +19,M,8.0,18238,-109.07791199999636,31.937438000000434,2437874,11,1,1991 +23,F,11.0,18239,-109.07783799999636,31.93676300000042,2437874,11,1,1991 +20,F,9.0,18240,-109.08019099999642,31.93633400000045,2437874,11,1,1991 +18,F,188.0,18241,-109.07863299999636,31.93712600000041,,11,1,1991 +17,M,11.0,18242,-109.07941499999636,31.937117000000445,2437874,11,1,1991 +22,F,24.0,18243,-109.07860199999635,31.93644100000042,2438516,11,1,1991 +21,F,15.0,18244,-109.07939799999636,31.936448000000453,2437874,11,1,1991 +18,M,25.0,18245,-109.07863299999636,31.93712600000041,2438516,11,1,1991 +17,F,45.0,18246,-109.07941499999636,31.937117000000445,2439541,11,1,1991 +22,M,20.0,18247,-109.07860199999635,31.93644100000042,2438516,11,1,1991 +2,F,46.0,18248,-109.08197499999642,31.93888700000037,2439541,11,1,1991 +7,F,25.0,18249,-109.08281599999641,31.938113000000413,2437981,11,1,1991 +17,M,162.0,18250,-109.07941499999636,31.937117000000445,,11,1,1991 +24,M,9.0,18251,-109.07773599999636,31.938560000000447,2437874,11,1,1991 +20,M,7.0,18252,-109.08019099999642,31.93633400000045,2439566,11,1,1991 +3,F,9.0,18253,-109.08120799999641,31.938896000000387,2438866,12,1,1991 +15,M,7.0,18254,-109.08103599999642,31.937059000000463,2439566,12,1,1991 +13,F,10.0,18255,-109.08261299999641,31.937028000000442,2437874,12,1,1991 +14,M,46.0,18256,-109.08182699999641,31.937054000000447,2439521,12,1,1991 +13,M,17.0,18257,-109.08261299999641,31.937028000000442,2437981,12,1,1991 +8,F,41.0,18258,-109.08167999999641,31.937884000000402,2439521,12,1,1991 +16,M,11.0,18259,-109.08024399999636,31.93709400000041,2437874,12,1,1991 +11,M,32.0,18260,-109.07930699999636,31.938056000000426,2438517,12,1,1991 +15,F,13.0,18261,-109.08103599999642,31.937059000000463,2437874,12,1,1991 +14,F,38.0,18262,-109.08182699999641,31.937054000000447,2439521,12,1,1991 +14,F,40.0,18263,-109.08182699999641,31.937054000000447,2439521,12,1,1991 +9,M,47.0,18264,-109.08090299999638,31.93785900000039,2439521,12,1,1991 +14,M,43.0,18265,-109.08182699999641,31.937054000000447,2439521,12,1,1991 +4,F,10.0,18266,-109.08040899999641,31.93889400000041,2437874,12,1,1991 +4,M,42.0,18267,-109.08040899999641,31.93889400000041,2439521,12,1,1991 +11,F,46.0,18268,-109.07930699999636,31.938056000000426,2439521,12,1,1991 +8,M,45.0,18269,-109.08167999999641,31.937884000000402,2439521,12,1,1991 +14,F,36.0,18270,-109.08182699999641,31.937054000000447,2439521,12,1,1991 +6,M,10.0,18271,-109.07883599999636,31.939078000000414,2437874,12,1,1991 +4,M,43.0,18272,-109.08040899999641,31.93889400000041,2439521,12,1,1991 +3,M,9.0,18273,-109.08120799999641,31.938896000000387,2437874,12,1,1991 +11,M,55.0,18274,-109.07930699999636,31.938056000000426,2439541,12,1,1991 +14,M,10.0,18275,-109.08182699999641,31.937054000000447,2437874,12,1,1991 +4,M,42.0,18276,-109.08040899999641,31.93889400000041,2439521,12,1,1991 +11,M,49.0,18277,-109.07930699999636,31.938056000000426,2439521,12,1,1991 +3,F,25.0,18278,-109.08120799999641,31.938896000000387,2438516,12,1,1991 +11,F,37.0,18279,-109.07930699999636,31.938056000000426,2439521,12,1,1991 +8,M,37.0,18280,-109.08167999999641,31.937884000000402,2439521,12,1,1991 +13,M,10.0,18281,-109.08261299999641,31.937028000000442,2437874,12,1,1991 +5,F,8.0,18282,-109.07960199999636,31.93897000000045,2437874,12,1,1991 +16,M,10.0,18283,-109.08024399999636,31.93709400000041,2437874,12,1,1991 +4,M,40.0,18284,-109.08040899999641,31.93889400000041,2439521,12,1,1991 +9,F,42.0,18285,-109.08090299999638,31.93785900000039,2439521,12,1,1991 +8,M,51.0,18286,-109.08167999999641,31.937884000000402,2439521,12,1,1991 +5,M,9.0,18287,-109.07960199999636,31.93897000000045,2437874,12,1,1991 +4,F,25.0,18288,-109.08040899999641,31.93889400000041,2439521,12,1,1991 +5,F,15.0,18289,-109.07960199999636,31.93897000000045,2439591,12,1,1991 +4,F,41.0,18290,-109.08040899999641,31.93889400000041,2439521,12,1,1991 +9,M,47.0,18291,-109.08090299999638,31.93785900000039,2439521,12,1,1991 +3,M,40.0,18292,-109.08120799999641,31.938896000000387,2439521,12,1,1991 +5,,,18293,-109.07960199999636,31.93897000000045,2438516,12,1,1991 +6,F,11.0,18294,-109.07883599999636,31.939078000000414,2437874,12,1,1991 +4,F,41.0,18295,-109.08040899999641,31.93889400000041,2439521,12,1,1991 +9,M,48.0,18296,-109.08090299999638,31.93785900000039,2439521,12,1,1991 +8,M,39.0,18297,-109.08167999999641,31.937884000000402,2439521,12,1,1991 +8,M,38.0,18298,-109.08167999999641,31.937884000000402,2439521,12,1,1991 +15,,,18299,-109.08103599999642,31.937059000000463,2437874,12,1,1991 +14,M,46.0,18300,-109.08182699999641,31.937054000000447,2439521,12,1,1991 +11,F,42.0,18301,-109.07930699999636,31.938056000000426,2439521,12,1,1991 +9,M,49.0,18302,-109.08090299999638,31.93785900000039,2439521,12,1,1991 +13,M,24.0,18303,-109.08261299999641,31.937028000000442,2437981,12,1,1991 +8,F,42.0,18304,-109.08167999999641,31.937884000000402,2439521,12,1,1991 +14,M,55.0,18305,-109.08182699999641,31.937054000000447,2439541,12,1,1991 +5,M,22.0,18306,-109.07960199999636,31.93897000000045,2438516,12,1,1991 +9,M,37.0,18307,-109.08090299999638,31.93785900000039,2439521,12,1,1991 +10,F,8.0,18308,-109.08009099999636,31.938017000000425,2437874,12,1,1991 +13,M,17.0,18309,-109.08261299999641,31.937028000000442,2437981,12,1,1991 +16,F,11.0,18310,-109.08024399999636,31.93709400000041,2437874,12,1,1991 +11,F,37.0,18311,-109.07930699999636,31.938056000000426,2439521,12,1,1991 +10,M,13.0,18312,-109.08009099999636,31.938017000000425,2437874,12,1,1991 +9,F,41.0,18313,-109.08090299999638,31.93785900000039,2439521,12,1,1991 +11,M,43.0,18314,-109.07930699999636,31.938056000000426,2439521,12,1,1991 +11,M,41.0,18315,-109.07930699999636,31.938056000000426,2439521,12,1,1991 +20,M,11.0,18316,-109.08019099999642,31.93633400000045,2437874,16,2,1991 +24,F,59.0,18317,-109.07773599999636,31.938560000000447,2439541,16,2,1991 +1,M,36.0,18318,-109.08282899999641,31.938851000000387,2439521,16,2,1991 +12,M,30.0,18319,-109.07851899999636,31.938203000000414,2438517,16,2,1991 +12,,,18320,-109.07851899999636,31.938203000000414,2437300,16,2,1991 +1,M,44.0,18321,-109.08282899999641,31.938851000000387,2439521,16,2,1991 +21,M,9.0,18322,-109.07939799999636,31.936448000000453,2437874,16,2,1991 +23,F,11.0,18323,-109.07783799999636,31.93676300000042,2437874,16,2,1991 +19,F,18.0,18324,-109.07791199999636,31.937438000000434,2438866,16,2,1991 +20,F,12.0,18325,-109.08019099999642,31.93633400000045,2437874,16,2,1991 +1,M,45.0,18326,-109.08282899999641,31.938851000000387,2439521,16,2,1991 +20,M,9.0,18327,-109.08019099999642,31.93633400000045,2437874,16,2,1991 +24,M,53.0,18328,-109.07773599999636,31.938560000000447,2439541,16,2,1991 +12,F,51.0,18329,-109.07851899999636,31.938203000000414,2439541,16,2,1991 +12,F,27.0,18330,-109.07851899999636,31.938203000000414,2438517,16,2,1991 +7,M,10.0,18331,-109.08281599999641,31.938113000000413,2437874,16,2,1991 +19,M,8.0,18332,-109.07791199999636,31.937438000000434,2439566,16,2,1991 +1,M,53.0,18333,-109.08282899999641,31.938851000000387,2439541,16,2,1991 +17,F,40.0,18334,-109.07941499999636,31.937117000000445,2439521,16,2,1991 +19,M,9.0,18335,-109.07791199999636,31.937438000000434,2437874,16,2,1991 +1,M,49.0,18336,-109.08282899999641,31.938851000000387,2439521,16,2,1991 +19,F,23.0,18337,-109.07791199999636,31.937438000000434,2438516,16,2,1991 +7,M,11.0,18338,-109.08281599999641,31.938113000000413,2437874,16,2,1991 +1,M,41.0,18339,-109.08282899999641,31.938851000000387,2439541,16,2,1991 +2,M,11.0,18340,-109.08197499999642,31.93888700000037,2437874,16,2,1991 +19,M,9.0,18341,-109.07791199999636,31.937438000000434,2437874,16,2,1991 +18,F,12.0,18342,-109.07863299999636,31.93712600000041,2437874,16,2,1991 +12,F,39.0,18343,-109.07851899999636,31.938203000000414,2439521,16,2,1991 +2,M,27.0,18344,-109.08197499999642,31.93888700000037,2438516,16,2,1991 +12,F,48.0,18345,-109.07851899999636,31.938203000000414,2439521,16,2,1991 +22,F,112.0,18346,-109.07860199999635,31.93644100000042,2439531,16,2,1991 +18,F,190.0,18347,-109.07863299999636,31.93712600000041,,16,2,1991 +2,F,24.0,18348,-109.08197499999642,31.93888700000037,2438516,16,2,1991 +12,M,9.0,18349,-109.07851899999636,31.938203000000414,2437874,16,2,1991 +20,M,171.0,18350,-109.08019099999642,31.93633400000045,,16,2,1991 +18,,,18351,-109.07863299999636,31.93712600000041,2439566,16,2,1991 +1,M,54.0,18352,-109.08282899999641,31.938851000000387,2439541,16,2,1991 +1,F,58.0,18353,-109.08282899999641,31.938851000000387,2439541,16,2,1991 +7,F,11.0,18354,-109.08281599999641,31.938113000000413,2437874,16,2,1991 +20,F,11.0,18355,-109.08019099999642,31.93633400000045,2437874,16,2,1991 +17,F,47.0,18356,-109.07941499999636,31.937117000000445,2439541,16,2,1991 +24,M,9.0,18357,-109.07773599999636,31.938560000000447,2437874,16,2,1991 +18,F,11.0,18358,-109.07863299999636,31.93712600000041,2437874,16,2,1991 +7,F,12.0,18359,-109.08281599999641,31.938113000000413,2437874,16,2,1991 +23,M,10.0,18360,-109.07783799999636,31.93676300000042,2437874,16,2,1991 +7,M,22.0,18361,-109.08281599999641,31.938113000000413,2437981,16,2,1991 +2,F,52.0,18362,-109.08197499999642,31.93888700000037,2439541,16,2,1991 +7,M,10.0,18363,-109.08281599999641,31.938113000000413,2437874,16,2,1991 +12,M,34.0,18364,-109.07851899999636,31.938203000000414,2438517,16,2,1991 +2,F,185.0,18365,-109.08197499999642,31.93888700000037,,16,2,1991 +22,F,23.0,18366,-109.07860199999635,31.93644100000042,2438516,16,2,1991 +2,M,10.0,18367,-109.08197499999642,31.93888700000037,2437874,16,2,1991 +22,M,24.0,18368,-109.07860199999635,31.93644100000042,2438516,16,2,1991 +21,F,12.0,18369,-109.07939799999636,31.936448000000453,2437874,16,2,1991 +23,F,11.0,18370,-109.07783799999636,31.93676300000042,2437874,16,2,1991 +1,M,46.0,18371,-109.08282899999641,31.938851000000387,2439521,16,2,1991 +12,,,18372,-109.07851899999636,31.938203000000414,2438153,16,2,1991 +20,M,7.0,18373,-109.08019099999642,31.93633400000045,2439566,16,2,1991 +7,F,11.0,18374,-109.08281599999641,31.938113000000413,2437874,16,2,1991 +1,F,50.0,18375,-109.08282899999641,31.938851000000387,2439541,16,2,1991 +2,M,24.0,18376,-109.08197499999642,31.93888700000037,2438516,16,2,1991 +12,,,18377,-109.07851899999636,31.938203000000414,2437568,16,2,1991 +19,,,18378,-109.07791199999636,31.937438000000434,2437874,16,2,1991 +22,,,18379,-109.07860199999635,31.93644100000042,2491757,16,2,1991 +7,F,27.0,18380,-109.08281599999641,31.938113000000413,2437981,16,2,1991 +9,F,48.0,18381,-109.08090299999638,31.93785900000039,2439541,17,2,1991 +13,M,9.0,18382,-109.08261299999641,31.937028000000442,2437874,17,2,1991 +11,M,55.0,18383,-109.07930699999636,31.938056000000426,2439541,17,2,1991 +9,F,7.0,18384,-109.08090299999638,31.93785900000039,2437874,17,2,1991 +9,M,10.0,18385,-109.08090299999638,31.93785900000039,2437874,17,2,1991 +15,F,12.0,18386,-109.08103599999642,31.937059000000463,2437874,17,2,1991 +4,M,45.0,18387,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +11,M,,18388,-109.07930699999636,31.938056000000426,2439541,17,2,1991 +11,F,39.0,18389,-109.07930699999636,31.938056000000426,2439541,17,2,1991 +9,M,10.0,18390,-109.08090299999638,31.93785900000039,2437874,17,2,1991 +5,M,10.0,18391,-109.07960199999636,31.93897000000045,2437874,17,2,1991 +3,F,28.0,18392,-109.08120799999641,31.938896000000387,2438516,17,2,1991 +14,M,39.0,18393,-109.08182699999641,31.937054000000447,2439521,17,2,1991 +9,M,12.0,18394,-109.08090299999638,31.93785900000039,2437874,17,2,1991 +11,M,30.0,18395,-109.07930699999636,31.938056000000426,2438517,17,2,1991 +10,M,10.0,18396,-109.08009099999636,31.938017000000425,2437874,17,2,1991 +14,M,44.0,18397,-109.08182699999641,31.937054000000447,2439521,17,2,1991 +8,M,44.0,18398,-109.08167999999641,31.937884000000402,2439521,17,2,1991 +14,F,39.0,18399,-109.08182699999641,31.937054000000447,2439521,17,2,1991 +13,F,10.0,18400,-109.08261299999641,31.937028000000442,2437874,17,2,1991 +5,F,12.0,18401,-109.07960199999636,31.93897000000045,2437874,17,2,1991 +4,M,46.0,18402,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +11,M,44.0,18403,-109.07930699999636,31.938056000000426,2439521,17,2,1991 +9,F,35.0,18404,-109.08090299999638,31.93785900000039,2439521,17,2,1991 +8,M,52.0,18405,-109.08167999999641,31.937884000000402,2439521,17,2,1991 +14,M,52.0,18406,-109.08182699999641,31.937054000000447,2439541,17,2,1991 +4,M,44.0,18407,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +4,M,45.0,18408,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +6,F,11.0,18409,-109.07883599999636,31.939078000000414,2437874,17,2,1991 +16,M,9.0,18410,-109.08024399999636,31.93709400000041,2437874,17,2,1991 +10,M,10.0,18411,-109.08009099999636,31.938017000000425,2437874,17,2,1991 +3,F,13.0,18412,-109.08120799999641,31.938896000000387,2437874,17,2,1991 +8,M,40.0,18413,-109.08167999999641,31.937884000000402,2439521,17,2,1991 +4,F,48.0,18414,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +14,M,48.0,18415,-109.08182699999641,31.937054000000447,2439521,17,2,1991 +16,M,11.0,18416,-109.08024399999636,31.93709400000041,2437874,17,2,1991 +14,M,47.0,18417,-109.08182699999641,31.937054000000447,2439521,17,2,1991 +4,M,49.0,18418,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +5,M,10.0,18419,-109.07960199999636,31.93897000000045,2437874,17,2,1991 +14,M,50.0,18420,-109.08182699999641,31.937054000000447,2439521,17,2,1991 +4,M,43.0,18421,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +3,F,40.0,18422,-109.08120799999641,31.938896000000387,2439521,17,2,1991 +11,M,46.0,18423,-109.07930699999636,31.938056000000426,2439521,17,2,1991 +9,M,50.0,18424,-109.08090299999638,31.93785900000039,2439521,17,2,1991 +11,F,40.0,18425,-109.07930699999636,31.938056000000426,2439521,17,2,1991 +8,M,45.0,18426,-109.08167999999641,31.937884000000402,2439521,17,2,1991 +15,F,13.0,18427,-109.08103599999642,31.937059000000463,2437874,17,2,1991 +11,F,50.0,18428,-109.07930699999636,31.938056000000426,2439521,17,2,1991 +9,M,46.0,18429,-109.08090299999638,31.93785900000039,2439521,17,2,1991 +8,F,43.0,18430,-109.08167999999641,31.937884000000402,2439521,17,2,1991 +3,F,24.0,18431,-109.08120799999641,31.938896000000387,2438516,17,2,1991 +3,M,47.0,18432,-109.08120799999641,31.938896000000387,2439521,17,2,1991 +4,F,47.0,18433,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +9,F,49.0,18434,-109.08090299999638,31.93785900000039,2439521,17,2,1991 +5,M,10.0,18435,-109.07960199999636,31.93897000000045,2437874,17,2,1991 +6,M,9.0,18436,-109.07883599999636,31.939078000000414,2437874,17,2,1991 +9,F,31.0,18437,-109.08090299999638,31.93785900000039,2438517,17,2,1991 +11,M,49.0,18438,-109.07930699999636,31.938056000000426,2439521,17,2,1991 +9,F,47.0,18439,-109.08090299999638,31.93785900000039,2439521,17,2,1991 +4,M,32.0,18440,-109.08040899999641,31.93889400000041,2439521,17,2,1991 +11,M,43.0,18441,-109.07930699999636,31.938056000000426,2439521,17,2,1991 +8,M,45.0,18442,-109.08167999999641,31.937884000000402,2439521,17,2,1991 +8,F,46.0,18443,-109.08167999999641,31.937884000000402,2439521,17,2,1991 +24,F,11.0,18444,-109.07773599999636,31.938560000000447,2437874,13,3,1991 +1,M,40.0,18445,-109.08282899999641,31.938851000000387,2439521,13,3,1991 +19,M,8.0,18446,-109.07791199999636,31.937438000000434,2437874,13,3,1991 +23,M,10.0,18447,-109.07783799999636,31.93676300000042,2437874,13,3,1991 +12,F,59.0,18448,-109.07851899999636,31.938203000000414,2439541,13,3,1991 +24,M,9.0,18449,-109.07773599999636,31.938560000000447,2437874,13,3,1991 +24,M,11.0,18450,-109.07773599999636,31.938560000000447,2437874,13,3,1991 +19,F,8.0,18451,-109.07791199999636,31.937438000000434,2437874,13,3,1991 +22,M,27.0,18452,-109.07860199999635,31.93644100000042,2438516,13,3,1991 +2,F,46.0,18453,-109.08197499999642,31.93888700000037,2439541,13,3,1991 +1,M,47.0,18454,-109.08282899999641,31.938851000000387,2439521,13,3,1991 +18,M,7.0,18455,-109.07863299999636,31.93712600000041,2439566,13,3,1991 +7,F,13.0,18456,-109.08281599999641,31.938113000000413,2437874,13,3,1991 +17,F,45.0,18457,-109.07941499999636,31.937117000000445,2439521,13,3,1991 +12,M,46.0,18458,-109.07851899999636,31.938203000000414,2439521,13,3,1991 +18,F,192.0,18459,-109.07863299999636,31.93712600000041,,13,3,1991 +1,M,46.0,18460,-109.08282899999641,31.938851000000387,2439541,13,3,1991 +2,F,47.0,18461,-109.08197499999642,31.93888700000037,2439541,13,3,1991 +21,M,10.0,18462,-109.07939799999636,31.936448000000453,2437874,13,3,1991 +18,,,18463,-109.07863299999636,31.93712600000041,2437568,13,3,1991 +20,M,10.0,18464,-109.08019099999642,31.93633400000045,2437874,13,3,1991 +1,M,,18465,-109.08282899999641,31.938851000000387,2439541,13,3,1991 +18,F,12.0,18466,-109.07863299999636,31.93712600000041,2437874,13,3,1991 +23,M,10.0,18467,-109.07783799999636,31.93676300000042,2437874,13,3,1991 +21,M,8.0,18468,-109.07939799999636,31.936448000000453,2437874,13,3,1991 +2,M,29.0,18469,-109.08197499999642,31.93888700000037,2438516,13,3,1991 +17,F,42.0,18470,-109.07941499999636,31.937117000000445,2439521,13,3,1991 +2,F,47.0,18471,-109.08197499999642,31.93888700000037,2439541,13,3,1991 +19,M,12.0,18472,-109.07791199999636,31.937438000000434,2437874,13,3,1991 +22,F,128.0,18473,-109.07860199999635,31.93644100000042,2439531,13,3,1991 +1,M,49.0,18474,-109.08282899999641,31.938851000000387,2439521,13,3,1991 +2,F,12.0,18475,-109.08197499999642,31.93888700000037,2437874,13,3,1991 +19,M,64.0,18476,-109.07791199999636,31.937438000000434,2438153,13,3,1991 +2,M,10.0,18477,-109.08197499999642,31.93888700000037,2437874,13,3,1991 +17,F,49.0,18478,-109.07941499999636,31.937117000000445,2439541,13,3,1991 +12,F,41.0,18479,-109.07851899999636,31.938203000000414,2439521,13,3,1991 +12,F,47.0,18480,-109.07851899999636,31.938203000000414,2439521,13,3,1991 +1,M,27.0,18481,-109.08282899999641,31.938851000000387,2439541,13,3,1991 +17,M,9.0,18482,-109.07941499999636,31.937117000000445,2437874,13,3,1991 +20,F,14.0,18483,-109.08019099999642,31.93633400000045,2437874,13,3,1991 +23,,,18484,-109.07783799999636,31.93676300000042,2437874,13,3,1991 +24,F,32.0,18485,-109.07773599999636,31.938560000000447,2438517,13,3,1991 +1,F,49.0,18486,-109.08282899999641,31.938851000000387,2439541,13,3,1991 +2,F,174.0,18487,-109.08197499999642,31.93888700000037,,13,3,1991 +12,M,47.0,18488,-109.07851899999636,31.938203000000414,2439521,13,3,1991 +20,M,9.0,18489,-109.08019099999642,31.93633400000045,2439566,13,3,1991 +1,M,57.0,18490,-109.08282899999641,31.938851000000387,2439541,13,3,1991 +7,F,25.0,18491,-109.08281599999641,31.938113000000413,2437981,13,3,1991 +2,M,10.0,18492,-109.08197499999642,31.93888700000037,2437874,13,3,1991 +12,M,50.0,18493,-109.07851899999636,31.938203000000414,2439521,13,3,1991 +16,,,18494,-109.08024399999636,31.93709400000041,2437874,14,3,1991 +9,,,18495,-109.08090299999638,31.93785900000039,2491757,14,3,1991 +5,M,12.0,18496,-109.07960199999636,31.93897000000045,2437874,14,3,1991 +9,F,10.0,18497,-109.08090299999638,31.93785900000039,2437874,14,3,1991 +4,M,45.0,18498,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +10,F,14.0,18499,-109.08009099999636,31.938017000000425,2437874,14,3,1991 +9,,,18500,-109.08090299999638,31.93785900000039,2491757,14,3,1991 +15,,,18501,-109.08103599999642,31.937059000000463,2491276,14,3,1991 +13,M,28.0,18502,-109.08261299999641,31.937028000000442,2438516,14,3,1991 +3,M,14.0,18503,-109.08120799999641,31.938896000000387,2437874,14,3,1991 +11,F,44.0,18504,-109.07930699999636,31.938056000000426,2439541,14,3,1991 +13,M,10.0,18505,-109.08261299999641,31.937028000000442,2437874,14,3,1991 +11,M,57.0,18506,-109.07930699999636,31.938056000000426,2439541,14,3,1991 +13,F,10.0,18507,-109.08261299999641,31.937028000000442,2437874,14,3,1991 +3,F,10.0,18508,-109.08120799999641,31.938896000000387,2437874,14,3,1991 +9,F,49.0,18509,-109.08090299999638,31.93785900000039,2439521,14,3,1991 +3,F,8.0,18510,-109.08120799999641,31.938896000000387,2438866,14,3,1991 +4,F,46.0,18511,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +9,F,39.0,18512,-109.08090299999638,31.93785900000039,2439521,14,3,1991 +13,M,10.0,18513,-109.08261299999641,31.937028000000442,2437874,14,3,1991 +8,F,12.0,18514,-109.08167999999641,31.937884000000402,2437874,14,3,1991 +6,M,10.0,18515,-109.07883599999636,31.939078000000414,2437874,14,3,1991 +4,M,41.0,18516,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +6,M,8.0,18517,-109.07883599999636,31.939078000000414,2437874,14,3,1991 +14,M,51.0,18518,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +14,M,47.0,18519,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +16,F,17.0,18520,-109.08024399999636,31.93709400000041,2437874,14,3,1991 +14,F,22.0,18521,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +10,,,18522,-109.08009099999636,31.938017000000425,2437874,14,3,1991 +8,M,47.0,18523,-109.08167999999641,31.937884000000402,2439521,14,3,1991 +14,,,18524,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +13,M,18.0,18525,-109.08261299999641,31.937028000000442,2437981,14,3,1991 +14,F,50.0,18526,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +9,F,46.0,18527,-109.08090299999638,31.93785900000039,2439521,14,3,1991 +14,F,40.0,18528,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +8,M,24.0,18529,-109.08167999999641,31.937884000000402,2439521,14,3,1991 +8,M,40.0,18530,-109.08167999999641,31.937884000000402,2439521,14,3,1991 +8,M,47.0,18531,-109.08167999999641,31.937884000000402,2439521,14,3,1991 +14,M,47.0,18532,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +14,M,45.0,18533,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +4,M,46.0,18534,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +4,F,43.0,18535,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +4,,,18536,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +5,M,10.0,18537,-109.07960199999636,31.93897000000045,2437874,14,3,1991 +6,F,10.0,18538,-109.07883599999636,31.939078000000414,2437874,14,3,1991 +11,M,45.0,18539,-109.07930699999636,31.938056000000426,2439521,14,3,1991 +6,F,8.0,18540,-109.07883599999636,31.939078000000414,2437874,14,3,1991 +11,M,42.0,18541,-109.07930699999636,31.938056000000426,2439521,14,3,1991 +8,M,45.0,18542,-109.08167999999641,31.937884000000402,2439521,14,3,1991 +3,M,28.0,18543,-109.08120799999641,31.938896000000387,2438516,14,3,1991 +9,F,45.0,18544,-109.08090299999638,31.93785900000039,2439521,14,3,1991 +15,F,13.0,18545,-109.08103599999642,31.937059000000463,2437874,14,3,1991 +11,M,56.0,18546,-109.07930699999636,31.938056000000426,2439521,14,3,1991 +10,F,9.0,18547,-109.08009099999636,31.938017000000425,2437874,14,3,1991 +4,M,48.0,18548,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +8,,,18549,-109.08167999999641,31.937884000000402,2439521,14,3,1991 +14,,,18550,-109.08182699999641,31.937054000000447,2439521,14,3,1991 +4,M,52.0,18551,-109.08040899999641,31.93889400000041,2439521,14,3,1991 +5,M,10.0,18552,-109.07960199999636,31.93897000000045,2437874,14,3,1991 +9,M,44.0,18553,-109.08090299999638,31.93785900000039,2439521,14,3,1991 +8,F,41.0,18554,-109.08167999999641,31.937884000000402,2439521,14,3,1991 +14,M,55.0,18555,-109.08182699999641,31.937054000000447,2439541,14,3,1991 +13,F,,18556,-109.08261299999641,31.937028000000442,2437981,14,3,1991 +9,F,36.0,18557,-109.08090299999638,31.93785900000039,2438517,14,3,1991 +5,F,16.0,18558,-109.07960199999636,31.93897000000045,2437874,14,3,1991 +3,M,39.0,18559,-109.08120799999641,31.938896000000387,2439521,14,3,1991 +11,F,44.0,18560,-109.07930699999636,31.938056000000426,2439521,14,3,1991 +3,M,51.0,18561,-109.08120799999641,31.938896000000387,2439521,14,3,1991 +10,M,11.0,18562,-109.08009099999636,31.938017000000425,2437874,14,3,1991 +19,F,10.0,18563,-109.07791199999636,31.937438000000434,2437874,19,4,1991 +12,M,21.0,18564,-109.07851899999636,31.938203000000414,2438516,19,4,1991 +12,M,40.0,18565,-109.07851899999636,31.938203000000414,2438517,19,4,1991 +18,M,13.0,18566,-109.07863299999636,31.93712600000041,2437874,19,4,1991 +12,F,19.0,18567,-109.07851899999636,31.938203000000414,2439591,19,4,1991 +12,M,146.0,18568,-109.07851899999636,31.938203000000414,,19,4,1991 +17,F,47.0,18569,-109.07941499999636,31.937117000000445,2439541,19,4,1991 +17,F,51.0,18570,-109.07941499999636,31.937117000000445,2439521,19,4,1991 +19,,,18571,-109.07791199999636,31.937438000000434,2437874,19,4,1991 +18,F,76.0,18572,-109.07863299999636,31.93712600000041,,19,4,1991 +18,M,11.0,18573,-109.07863299999636,31.93712600000041,2437874,19,4,1991 +22,,125.0,18574,-109.07860199999635,31.93644100000042,2439531,19,4,1991 +19,F,12.0,18575,-109.07791199999636,31.937438000000434,2438866,19,4,1991 +23,M,12.0,18576,-109.07783799999636,31.93676300000042,2437874,19,4,1991 +18,F,69.0,18577,-109.07863299999636,31.93712600000041,,19,4,1991 +24,F,12.0,18578,-109.07773599999636,31.938560000000447,2437874,19,4,1991 +17,F,38.0,18579,-109.07941499999636,31.937117000000445,2439541,19,4,1991 +17,F,148.0,18580,-109.07941499999636,31.937117000000445,,19,4,1991 +12,,,18581,-109.07851899999636,31.938203000000414,2436910,19,4,1991 +17,M,168.0,18582,-109.07941499999636,31.937117000000445,,19,4,1991 +22,M,46.0,18583,-109.07860199999635,31.93644100000042,2439521,19,4,1991 +16,M,7.0,18584,-109.08024399999636,31.93709400000041,2437874,20,4,1991 +11,M,59.0,18585,-109.07930699999636,31.938056000000426,2439541,20,4,1991 +6,F,16.0,18586,-109.07883599999636,31.939078000000414,2439591,20,4,1991 +16,M,,18587,-109.08024399999636,31.93709400000041,2437874,20,4,1991 +11,F,63.0,18588,-109.07930699999636,31.938056000000426,2439541,20,4,1991 +6,F,15.0,18589,-109.07883599999636,31.939078000000414,2437874,20,4,1991 +15,F,10.0,18590,-109.08103599999642,31.937059000000463,2437874,20,4,1991 +20,M,10.0,18591,-109.08019099999642,31.93633400000045,2439566,20,4,1991 +16,F,13.0,18592,-109.08024399999636,31.93709400000041,2437874,20,4,1991 +11,F,55.0,18593,-109.07930699999636,31.938056000000426,2439521,20,4,1991 +15,M,12.0,18594,-109.08103599999642,31.937059000000463,2437874,20,4,1991 +5,M,7.0,18595,-109.07960199999636,31.93897000000045,2437874,20,4,1991 +20,F,,18596,-109.08019099999642,31.93633400000045,2438516,20,4,1991 +11,M,51.0,18597,-109.07930699999636,31.938056000000426,2439521,20,4,1991 +11,M,56.0,18598,-109.07930699999636,31.938056000000426,2439521,20,4,1991 +5,M,13.0,18599,-109.07960199999636,31.93897000000045,2437874,20,4,1991 +21,,,18600,-109.07939799999636,31.936448000000453,,20,4,1991 +1,M,41.0,18601,-109.08282899999641,31.938851000000387,2439521,21,4,1991 +3,M,23.0,18602,-109.08120799999641,31.938896000000387,2439591,21,4,1991 +8,F,46.0,18603,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +7,M,8.0,18604,-109.08281599999641,31.938113000000413,2437874,21,4,1991 +3,F,10.0,18605,-109.08120799999641,31.938896000000387,2438866,21,4,1991 +3,F,26.0,18606,-109.08120799999641,31.938896000000387,2438517,21,4,1991 +13,F,34.0,18607,-109.08261299999641,31.937028000000442,2437981,21,4,1991 +8,M,49.0,18608,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +13,M,13.0,18609,-109.08261299999641,31.937028000000442,2437874,21,4,1991 +7,F,14.0,18610,-109.08281599999641,31.938113000000413,2437874,21,4,1991 +10,,,18611,-109.08009099999636,31.938017000000425,,21,4,1991 +4,M,45.0,18612,-109.08040899999641,31.93889400000041,2439521,21,4,1991 +8,M,43.0,18613,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +8,M,49.0,18614,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +8,M,36.0,18615,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +1,M,51.0,18616,-109.08282899999641,31.938851000000387,2439521,21,4,1991 +4,F,46.0,18617,-109.08040899999641,31.93889400000041,2439521,21,4,1991 +14,M,49.0,18618,-109.08182699999641,31.937054000000447,2439521,21,4,1991 +1,,,18619,-109.08282899999641,31.938851000000387,2437568,21,4,1991 +2,F,55.0,18620,-109.08197499999642,31.93888700000037,2439541,21,4,1991 +3,M,50.0,18621,-109.08120799999641,31.938896000000387,2439521,21,4,1991 +9,F,24.0,18622,-109.08090299999638,31.93785900000039,2439521,21,4,1991 +1,M,56.0,18623,-109.08282899999641,31.938851000000387,2439541,21,4,1991 +2,M,17.0,18624,-109.08197499999642,31.93888700000037,2438517,21,4,1991 +8,M,54.0,18625,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +14,F,44.0,18626,-109.08182699999641,31.937054000000447,2439521,21,4,1991 +9,M,21.0,18627,-109.08090299999638,31.93785900000039,2439521,21,4,1991 +9,F,50.0,18628,-109.08090299999638,31.93785900000039,2439521,21,4,1991 +1,M,55.0,18629,-109.08282899999641,31.938851000000387,2439541,21,4,1991 +4,M,45.0,18630,-109.08040899999641,31.93889400000041,2439521,21,4,1991 +2,F,26.0,18631,-109.08197499999642,31.93888700000037,2438517,21,4,1991 +1,M,39.0,18632,-109.08282899999641,31.938851000000387,2439541,21,4,1991 +8,M,51.0,18633,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +1,F,,18634,-109.08282899999641,31.938851000000387,2439541,21,4,1991 +8,M,46.0,18635,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +14,M,55.0,18636,-109.08182699999641,31.937054000000447,2439541,21,4,1991 +9,,,18637,-109.08090299999638,31.93785900000039,,21,4,1991 +2,F,53.0,18638,-109.08197499999642,31.93888700000037,2439541,21,4,1991 +7,M,12.0,18639,-109.08281599999641,31.938113000000413,2437874,21,4,1991 +2,F,126.0,18640,-109.08197499999642,31.93888700000037,,21,4,1991 +4,M,24.0,18641,-109.08040899999641,31.93889400000041,2439521,21,4,1991 +8,F,49.0,18642,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +14,M,20.0,18643,-109.08182699999641,31.937054000000447,2437981,21,4,1991 +14,M,51.0,18644,-109.08182699999641,31.937054000000447,2439521,21,4,1991 +4,,45.0,18645,-109.08040899999641,31.93889400000041,2439521,21,4,1991 +9,F,23.0,18646,-109.08090299999638,31.93785900000039,2439521,21,4,1991 +2,M,15.0,18647,-109.08197499999642,31.93888700000037,2439591,21,4,1991 +8,F,43.0,18648,-109.08167999999641,31.937884000000402,2439521,21,4,1991 +3,F,,18649,-109.08120799999641,31.938896000000387,2439521,21,4,1991 +14,F,42.0,18650,-109.08182699999641,31.937054000000447,2439521,21,4,1991 +12,,,18651,-109.07851899999636,31.938203000000414,2438516,13,5,1991 +7,M,14.0,18652,-109.08281599999641,31.938113000000413,2437874,13,5,1991 +1,F,34.0,18653,-109.08282899999641,31.938851000000387,2438516,13,5,1991 +7,F,12.0,18654,-109.08281599999641,31.938113000000413,2437874,13,5,1991 +2,F,54.0,18655,-109.08197499999642,31.93888700000037,2439521,13,5,1991 +17,M,,18656,-109.07941499999636,31.937117000000445,2439521,13,5,1991 +23,F,14.0,18657,-109.07783799999636,31.93676300000042,2437874,13,5,1991 +17,M,40.0,18658,-109.07941499999636,31.937117000000445,2439541,13,5,1991 +18,M,15.0,18659,-109.07863299999636,31.93712600000041,2437981,13,5,1991 +1,M,53.0,18660,-109.08282899999641,31.938851000000387,2439541,13,5,1991 +22,F,110.0,18661,-109.07860199999635,31.93644100000042,2439531,13,5,1991 +1,M,50.0,18662,-109.08282899999641,31.938851000000387,2439521,13,5,1991 +1,F,15.0,18663,-109.08282899999641,31.938851000000387,2439591,13,5,1991 +2,F,51.0,18664,-109.08197499999642,31.93888700000037,2439541,13,5,1991 +2,,,18665,-109.08197499999642,31.93888700000037,,13,5,1991 +12,F,28.0,18666,-109.07851899999636,31.938203000000414,2438516,13,5,1991 +19,F,7.0,18667,-109.07791199999636,31.937438000000434,2438866,13,5,1991 +17,F,42.0,18668,-109.07941499999636,31.937117000000445,2439521,13,5,1991 +7,M,12.0,18669,-109.08281599999641,31.938113000000413,2437874,13,5,1991 +2,F,40.0,18670,-109.08197499999642,31.93888700000037,2439541,13,5,1991 +7,F,15.0,18671,-109.08281599999641,31.938113000000413,2437874,13,5,1991 +17,,,18672,-109.07941499999636,31.937117000000445,,13,5,1991 +1,M,44.0,18673,-109.08282899999641,31.938851000000387,2439541,13,5,1991 +17,M,195.0,18674,-109.07941499999636,31.937117000000445,,13,5,1991 +1,F,53.0,18675,-109.08282899999641,31.938851000000387,2439541,13,5,1991 +20,M,8.0,18676,-109.08019099999642,31.93633400000045,2439566,13,5,1991 +1,M,55.0,18677,-109.08282899999641,31.938851000000387,2439541,13,5,1991 +1,F,46.0,18678,-109.08282899999641,31.938851000000387,2439541,13,5,1991 +2,F,81.0,18679,-109.08197499999642,31.93888700000037,,13,5,1991 +1,F,23.0,18680,-109.08282899999641,31.938851000000387,2437981,13,5,1991 +2,F,185.0,18681,-109.08197499999642,31.93888700000037,,13,5,1991 +7,F,12.0,18682,-109.08281599999641,31.938113000000413,2437874,13,5,1991 +24,F,17.0,18683,-109.07773599999636,31.938560000000447,2438516,13,5,1991 +17,F,54.0,18684,-109.07941499999636,31.937117000000445,2439541,13,5,1991 +21,,,18685,-109.07939799999636,31.936448000000453,,13,5,1991 +3,M,24.0,18686,-109.08120799999641,31.938896000000387,2439591,14,5,1991 +14,F,52.0,18687,-109.08182699999641,31.937054000000447,2439521,14,5,1991 +3,F,8.0,18688,-109.08120799999641,31.938896000000387,2438866,14,5,1991 +11,F,19.0,18689,-109.07930699999636,31.938056000000426,2439591,14,5,1991 +4,,,18690,-109.08040899999641,31.93889400000041,2491757,14,5,1991 +6,M,16.0,18691,-109.07883599999636,31.939078000000414,2439591,14,5,1991 +8,M,45.0,18692,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +3,F,29.0,18693,-109.08120799999641,31.938896000000387,2438517,14,5,1991 +4,M,44.0,18694,-109.08040899999641,31.93889400000041,2439521,14,5,1991 +3,M,22.0,18695,-109.08120799999641,31.938896000000387,2439521,14,5,1991 +8,M,41.0,18696,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +14,M,49.0,18697,-109.08182699999641,31.937054000000447,2439521,14,5,1991 +8,M,49.0,18698,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +13,M,10.0,18699,-109.08261299999641,31.937028000000442,2437874,14,5,1991 +11,M,16.0,18700,-109.07930699999636,31.938056000000426,2439591,14,5,1991 +3,F,11.0,18701,-109.08120799999641,31.938896000000387,2438516,14,5,1991 +5,F,13.0,18702,-109.07960199999636,31.93897000000045,2437874,14,5,1991 +3,M,11.0,18703,-109.08120799999641,31.938896000000387,2438516,14,5,1991 +8,F,51.0,18704,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +14,M,47.0,18705,-109.08182699999641,31.937054000000447,2439521,14,5,1991 +5,M,13.0,18706,-109.07960199999636,31.93897000000045,2437874,14,5,1991 +9,M,49.0,18707,-109.08090299999638,31.93785900000039,2439521,14,5,1991 +14,F,11.0,18708,-109.08182699999641,31.937054000000447,2437874,14,5,1991 +4,M,31.0,18709,-109.08040899999641,31.93889400000041,2439521,14,5,1991 +4,F,43.0,18710,-109.08040899999641,31.93889400000041,2439521,14,5,1991 +14,F,37.0,18711,-109.08182699999641,31.937054000000447,2438517,14,5,1991 +4,M,44.0,18712,-109.08040899999641,31.93889400000041,2439521,14,5,1991 +8,M,41.0,18713,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +14,,,18714,-109.08182699999641,31.937054000000447,2437568,14,5,1991 +9,F,46.0,18715,-109.08090299999638,31.93785900000039,2439521,14,5,1991 +3,F,46.0,18716,-109.08120799999641,31.938896000000387,2439521,14,5,1991 +15,F,36.0,18717,-109.08103599999642,31.937059000000463,2437981,14,5,1991 +14,M,56.0,18718,-109.08182699999641,31.937054000000447,2439541,14,5,1991 +11,F,49.0,18719,-109.07930699999636,31.938056000000426,2439521,14,5,1991 +3,F,11.0,18720,-109.08120799999641,31.938896000000387,2438516,14,5,1991 +10,M,13.0,18721,-109.08009099999636,31.938017000000425,2437874,14,5,1991 +3,F,9.0,18722,-109.08120799999641,31.938896000000387,2439566,14,5,1991 +13,F,16.0,18723,-109.08261299999641,31.937028000000442,2439591,14,5,1991 +3,F,16.0,18724,-109.08120799999641,31.938896000000387,2439591,14,5,1991 +9,M,36.0,18725,-109.08090299999638,31.93785900000039,2439521,14,5,1991 +3,F,28.0,18726,-109.08120799999641,31.938896000000387,2439591,14,5,1991 +8,F,29.0,18727,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +8,M,41.0,18728,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +14,F,54.0,18729,-109.08182699999641,31.937054000000447,2439521,14,5,1991 +11,M,50.0,18730,-109.07930699999636,31.938056000000426,2439521,14,5,1991 +5,F,23.0,18731,-109.07960199999636,31.93897000000045,2439591,14,5,1991 +8,F,46.0,18732,-109.08167999999641,31.937884000000402,2439521,14,5,1991 +16,,,18733,-109.08024399999636,31.93709400000041,2491757,14,5,1991 +2,F,28.0,18734,-109.08197499999642,31.93888700000037,2438516,13,6,1991 +18,F,30.0,18735,-109.07863299999636,31.93712600000041,2438517,13,6,1991 +20,M,16.0,18736,-109.08019099999642,31.93633400000045,2437981,13,6,1991 +7,F,11.0,18737,-109.08281599999641,31.938113000000413,2437874,13,6,1991 +1,F,,18738,-109.08282899999641,31.938851000000387,2437981,13,6,1991 +2,M,44.0,18739,-109.08197499999642,31.93888700000037,2439541,13,6,1991 +24,,,18740,-109.07773599999636,31.938560000000447,2437568,13,6,1991 +23,M,10.0,18741,-109.07783799999636,31.93676300000042,2437874,13,6,1991 +1,M,51.0,18742,-109.08282899999641,31.938851000000387,2439521,13,6,1991 +1,M,,18743,-109.08282899999641,31.938851000000387,2439541,13,6,1991 +2,F,44.0,18744,-109.08197499999642,31.93888700000037,2439521,13,6,1991 +2,M,18.0,18745,-109.08197499999642,31.93888700000037,2438517,13,6,1991 +21,,,18746,-109.07939799999636,31.936448000000453,2437568,13,6,1991 +1,F,18.0,18747,-109.08282899999641,31.938851000000387,2439591,13,6,1991 +17,,,18748,-109.07941499999636,31.937117000000445,2439541,13,6,1991 +20,M,7.0,18749,-109.08019099999642,31.93633400000045,2439566,13,6,1991 +12,M,8.0,18750,-109.07851899999636,31.938203000000414,2437874,13,6,1991 +2,M,13.0,18751,-109.08197499999642,31.93888700000037,2437874,13,6,1991 +21,,,18752,-109.07939799999636,31.936448000000453,2437568,13,6,1991 +12,M,24.0,18753,-109.07851899999636,31.938203000000414,2439521,13,6,1991 +24,F,11.0,18754,-109.07773599999636,31.938560000000447,2437874,13,6,1991 +7,F,15.0,18755,-109.08281599999641,31.938113000000413,2437874,13,6,1991 +18,F,37.0,18756,-109.07863299999636,31.93712600000041,2438517,13,6,1991 +24,F,26.0,18757,-109.07773599999636,31.938560000000447,2437981,13,6,1991 +12,M,24.0,18758,-109.07851899999636,31.938203000000414,2439521,13,6,1991 +24,M,174.0,18759,-109.07773599999636,31.938560000000447,,13,6,1991 +22,F,,18760,-109.07860199999635,31.93644100000042,2439531,13,6,1991 +1,M,,18761,-109.08282899999641,31.938851000000387,2438517,13,6,1991 +7,,,18762,-109.08281599999641,31.938113000000413,2437568,13,6,1991 +12,M,25.0,18763,-109.07851899999636,31.938203000000414,2439521,13,6,1991 +7,M,12.0,18764,-109.08281599999641,31.938113000000413,2437874,13,6,1991 +2,F,45.0,18765,-109.08197499999642,31.93888700000037,2439541,13,6,1991 +22,F,21.0,18766,-109.07860199999635,31.93644100000042,2437981,13,6,1991 +17,M,45.0,18767,-109.07941499999636,31.937117000000445,2439541,13,6,1991 +24,,,18768,-109.07773599999636,31.938560000000447,2437874,13,6,1991 +18,F,9.0,18769,-109.07863299999636,31.93712600000041,2438866,13,6,1991 +7,F,11.0,18770,-109.08281599999641,31.938113000000413,2437874,13,6,1991 +1,F,44.0,18771,-109.08282899999641,31.938851000000387,2439541,13,6,1991 +1,M,56.0,18772,-109.08282899999641,31.938851000000387,2439541,13,6,1991 +19,,,18773,-109.07791199999636,31.937438000000434,,13,6,1991 +11,,,18774,-109.07930699999636,31.938056000000426,2439541,14,6,1991 +8,M,30.0,18775,-109.08167999999641,31.937884000000402,2438516,14,6,1991 +4,M,25.0,18776,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +8,M,46.0,18777,-109.08167999999641,31.937884000000402,2439521,14,6,1991 +4,M,39.0,18778,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +3,F,9.0,18779,-109.08120799999641,31.938896000000387,2438866,14,6,1991 +8,F,16.0,18780,-109.08167999999641,31.937884000000402,2439591,14,6,1991 +3,M,126.0,18781,-109.08120799999641,31.938896000000387,,14,6,1991 +9,F,46.0,18782,-109.08090299999638,31.93785900000039,2439521,14,6,1991 +13,M,8.0,18783,-109.08261299999641,31.937028000000442,2437874,14,6,1991 +3,,,18784,-109.08120799999641,31.938896000000387,2439591,14,6,1991 +13,M,32.0,18785,-109.08261299999641,31.937028000000442,2438517,14,6,1991 +4,F,,18786,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +4,M,44.0,18787,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +4,M,33.0,18788,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +11,F,43.0,18789,-109.07930699999636,31.938056000000426,2439541,14,6,1991 +4,F,44.0,18790,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +8,M,42.0,18791,-109.08167999999641,31.937884000000402,2439521,14,6,1991 +9,M,50.0,18792,-109.08090299999638,31.93785900000039,2439521,14,6,1991 +8,F,24.0,18793,-109.08167999999641,31.937884000000402,2438517,14,6,1991 +14,F,40.0,18794,-109.08182699999641,31.937054000000447,2439521,14,6,1991 +4,M,30.0,18795,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +15,F,32.0,18796,-109.08103599999642,31.937059000000463,2437981,14,6,1991 +14,M,,18797,-109.08182699999641,31.937054000000447,2439521,14,6,1991 +9,M,29.0,18798,-109.08090299999638,31.93785900000039,2439521,14,6,1991 +3,F,,18799,-109.08120799999641,31.938896000000387,2439521,14,6,1991 +4,M,48.0,18800,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +8,F,49.0,18801,-109.08167999999641,31.937884000000402,2439521,14,6,1991 +8,F,43.0,18802,-109.08167999999641,31.937884000000402,2439521,14,6,1991 +11,M,12.0,18803,-109.07930699999636,31.938056000000426,2438517,14,6,1991 +11,M,55.0,18804,-109.07930699999636,31.938056000000426,2439521,14,6,1991 +9,M,36.0,18805,-109.08090299999638,31.93785900000039,2439521,14,6,1991 +8,M,38.0,18806,-109.08167999999641,31.937884000000402,2439521,14,6,1991 +4,F,40.0,18807,-109.08040899999641,31.93889400000041,2439521,14,6,1991 +11,F,47.0,18808,-109.07930699999636,31.938056000000426,2439521,14,6,1991 +8,M,45.0,18809,-109.08167999999641,31.937884000000402,2439521,14,6,1991 +9,F,45.0,18810,-109.08090299999638,31.93785900000039,2439521,14,6,1991 +8,F,51.0,18811,-109.08167999999641,31.937884000000402,2439521,14,6,1991 +5,,,18812,-109.07960199999636,31.93897000000045,,14,6,1991 +6,,,18813,-109.07883599999636,31.939078000000414,,14,6,1991 +10,,,18814,-109.08009099999636,31.938017000000425,,14,6,1991 +16,,,18815,-109.08024399999636,31.93709400000041,,14,6,1991 +22,M,12.0,18816,-109.07860199999635,31.93644100000042,2439591,12,7,1991 +1,M,65.0,18817,-109.08282899999641,31.938851000000387,2439541,12,7,1991 +24,F,12.0,18818,-109.07773599999636,31.938560000000447,2437874,12,7,1991 +18,F,,18819,-109.07863299999636,31.93712600000041,2438516,12,7,1991 +22,M,113.0,18820,-109.07860199999635,31.93644100000042,,12,7,1991 +24,F,26.0,18821,-109.07773599999636,31.938560000000447,2437981,12,7,1991 +2,F,45.0,18822,-109.08197499999642,31.93888700000037,2439521,12,7,1991 +18,F,16.0,18823,-109.07863299999636,31.93712600000041,2439591,12,7,1991 +19,M,99.0,18824,-109.07791199999636,31.937438000000434,,12,7,1991 +23,F,10.0,18825,-109.07783799999636,31.93676300000042,2437874,12,7,1991 +1,M,51.0,18826,-109.08282899999641,31.938851000000387,2439521,12,7,1991 +18,F,24.0,18827,-109.07863299999636,31.93712600000041,2439591,12,7,1991 +12,M,32.0,18828,-109.07851899999636,31.938203000000414,2439521,12,7,1991 +19,F,11.0,18829,-109.07791199999636,31.937438000000434,2438866,12,7,1991 +7,F,13.0,18830,-109.08281599999641,31.938113000000413,2437874,12,7,1991 +18,M,16.0,18831,-109.07863299999636,31.93712600000041,2439591,12,7,1991 +17,M,17.0,18832,-109.07941499999636,31.937117000000445,2439591,12,7,1991 +20,M,14.0,18833,-109.08019099999642,31.93633400000045,2439591,12,7,1991 +12,F,34.0,18834,-109.07851899999636,31.938203000000414,2439521,12,7,1991 +19,M,100.0,18835,-109.07791199999636,31.937438000000434,2438153,12,7,1991 +22,F,113.0,18836,-109.07860199999635,31.93644100000042,2439531,12,7,1991 +22,M,9.0,18837,-109.07860199999635,31.93644100000042,2439566,12,7,1991 +1,M,46.0,18838,-109.08282899999641,31.938851000000387,2439541,12,7,1991 +2,F,45.0,18839,-109.08197499999642,31.93888700000037,2439541,12,7,1991 +2,F,21.0,18840,-109.08197499999642,31.93888700000037,2438516,12,7,1991 +7,M,13.0,18841,-109.08281599999641,31.938113000000413,2437874,12,7,1991 +17,M,16.0,18842,-109.07941499999636,31.937117000000445,2439591,12,7,1991 +17,M,48.0,18843,-109.07941499999636,31.937117000000445,2439541,12,7,1991 +23,M,19.0,18844,-109.07783799999636,31.93676300000042,2437981,12,7,1991 +7,M,12.0,18845,-109.08281599999641,31.938113000000413,2437874,12,7,1991 +19,M,10.0,18846,-109.07791199999636,31.937438000000434,2437874,12,7,1991 +2,M,154.0,18847,-109.08197499999642,31.93888700000037,,12,7,1991 +1,M,55.0,18848,-109.08282899999641,31.938851000000387,2439541,12,7,1991 +2,F,15.0,18849,-109.08197499999642,31.93888700000037,2439591,12,7,1991 +17,F,53.0,18850,-109.07941499999636,31.937117000000445,2439541,12,7,1991 +22,M,46.0,18851,-109.07860199999635,31.93644100000042,2439521,12,7,1991 +22,,,18852,-109.07860199999635,31.93644100000042,2436910,12,7,1991 +17,F,160.0,18853,-109.07941499999636,31.937117000000445,,12,7,1991 +17,F,37.0,18854,-109.07941499999636,31.937117000000445,2439541,12,7,1991 +21,,,18855,-109.07939799999636,31.936448000000453,,12,7,1991 +3,F,13.0,18856,-109.08120799999641,31.938896000000387,2438866,13,7,1991 +9,M,35.0,18857,-109.08090299999638,31.93785900000039,2439521,13,7,1991 +3,F,16.0,18858,-109.08120799999641,31.938896000000387,2438516,13,7,1991 +14,M,32.0,18859,-109.08182699999641,31.937054000000447,2439521,13,7,1991 +5,F,13.0,18860,-109.07960199999636,31.93897000000045,2439591,13,7,1991 +4,M,41.0,18861,-109.08040899999641,31.93889400000041,2439521,13,7,1991 +13,F,26.0,18862,-109.08261299999641,31.937028000000442,2438516,13,7,1991 +6,F,19.0,18863,-109.07883599999636,31.939078000000414,2439591,13,7,1991 +13,M,8.0,18864,-109.08261299999641,31.937028000000442,2437874,13,7,1991 +3,M,7.0,18865,-109.08120799999641,31.938896000000387,2437874,13,7,1991 +6,F,17.0,18866,-109.07883599999636,31.939078000000414,2439591,13,7,1991 +5,M,9.0,18867,-109.07960199999636,31.93897000000045,2437874,13,7,1991 +4,M,31.0,18868,-109.08040899999641,31.93889400000041,2439521,13,7,1991 +14,,,18869,-109.08182699999641,31.937054000000447,2437874,13,7,1991 +4,M,26.0,18870,-109.08040899999641,31.93889400000041,2439521,13,7,1991 +9,F,27.0,18871,-109.08090299999638,31.93785900000039,2439521,13,7,1991 +10,F,11.0,18872,-109.08009099999636,31.938017000000425,2437866,13,7,1991 +16,M,11.0,18873,-109.08024399999636,31.93709400000041,2437874,13,7,1991 +13,M,24.0,18874,-109.08261299999641,31.937028000000442,2438516,13,7,1991 +5,F,16.0,18875,-109.07960199999636,31.93897000000045,2439591,13,7,1991 +4,M,42.0,18876,-109.08040899999641,31.93889400000041,2439521,13,7,1991 +3,M,71.0,18877,-109.08120799999641,31.938896000000387,,13,7,1991 +8,M,41.0,18878,-109.08167999999641,31.937884000000402,2439521,13,7,1991 +13,F,17.0,18879,-109.08261299999641,31.937028000000442,2437981,13,7,1991 +5,M,12.0,18880,-109.07960199999636,31.93897000000045,2437874,13,7,1991 +14,F,29.0,18881,-109.08182699999641,31.937054000000447,2439521,13,7,1991 +15,M,18.0,18882,-109.08103599999642,31.937059000000463,2437981,13,7,1991 +13,F,6.0,18883,-109.08261299999641,31.937028000000442,2439566,13,7,1991 +5,F,11.0,18884,-109.07960199999636,31.93897000000045,2437874,13,7,1991 +13,,,18885,-109.08261299999641,31.937028000000442,2437568,13,7,1991 +5,F,5.0,18886,-109.07960199999636,31.93897000000045,2439591,13,7,1991 +9,M,54.0,18887,-109.08090299999638,31.93785900000039,2439521,13,7,1991 +8,M,43.0,18888,-109.08167999999641,31.937884000000402,2439521,13,7,1991 +4,M,39.0,18889,-109.08040899999641,31.93889400000041,2439521,13,7,1991 +14,M,50.0,18890,-109.08182699999641,31.937054000000447,2439521,13,7,1991 +4,M,47.0,18891,-109.08040899999641,31.93889400000041,2439521,13,7,1991 +15,F,15.0,18892,-109.08103599999642,31.937059000000463,2439591,13,7,1991 +9,M,42.0,18893,-109.08090299999638,31.93785900000039,2439521,13,7,1991 +8,F,48.0,18894,-109.08167999999641,31.937884000000402,2439521,13,7,1991 +6,F,19.0,18895,-109.07883599999636,31.939078000000414,2439591,13,7,1991 +5,F,16.0,18896,-109.07960199999636,31.93897000000045,2439591,13,7,1991 +4,F,14.0,18897,-109.08040899999641,31.93889400000041,2439591,13,7,1991 +11,M,58.0,18898,-109.07930699999636,31.938056000000426,2439521,13,7,1991 +15,F,52.0,18899,-109.08103599999642,31.937059000000463,2438153,13,7,1991 +3,M,19.0,18900,-109.08120799999641,31.938896000000387,2439591,13,7,1991 +4,M,35.0,18901,-109.08040899999641,31.93889400000041,2439521,13,7,1991 +3,F,19.0,18902,-109.08120799999641,31.938896000000387,2439591,13,7,1991 +4,M,21.0,18903,-109.08040899999641,31.93889400000041,2438516,13,7,1991 +8,M,44.0,18904,-109.08167999999641,31.937884000000402,2439521,13,7,1991 +11,F,34.0,18905,-109.07930699999636,31.938056000000426,2439521,13,7,1991 +9,M,38.0,18906,-109.08090299999638,31.93785900000039,2439521,13,7,1991 +8,F,39.0,18907,-109.08167999999641,31.937884000000402,2439521,13,7,1991 +8,F,49.0,18908,-109.08167999999641,31.937884000000402,2439521,13,7,1991 +9,M,43.0,18909,-109.08090299999638,31.93785900000039,2439521,13,7,1991 +2,F,31.0,18910,-109.08197499999642,31.93888700000037,2438516,7,8,1991 +12,,,18911,-109.07851899999636,31.938203000000414,2437568,7,8,1991 +2,M,20.0,18912,-109.08197499999642,31.93888700000037,2438516,7,8,1991 +18,M,7.0,18913,-109.07863299999636,31.93712600000041,2439566,7,8,1991 +23,F,12.0,18914,-109.07783799999636,31.93676300000042,2437874,7,8,1991 +19,,,18915,-109.07791199999636,31.937438000000434,2491276,7,8,1991 +18,M,28.0,18916,-109.07863299999636,31.93712600000041,2438516,7,8,1991 +20,,,18917,-109.08019099999642,31.93633400000045,2439591,7,8,1991 +24,F,14.0,18918,-109.07773599999636,31.938560000000447,2437981,7,8,1991 +21,F,10.0,18919,-109.07939799999636,31.936448000000453,2439566,7,8,1991 +17,F,18.0,18920,-109.07941499999636,31.937117000000445,2439591,7,8,1991 +2,F,14.0,18921,-109.08197499999642,31.93888700000037,2439591,7,8,1991 +17,F,8.0,18922,-109.07941499999636,31.937117000000445,2439566,7,8,1991 +18,M,24.0,18923,-109.07863299999636,31.93712600000041,2439591,7,8,1991 +22,F,110.0,18924,-109.07860199999635,31.93644100000042,2439531,7,8,1991 +1,M,52.0,18925,-109.08282899999641,31.938851000000387,2439541,7,8,1991 +12,F,46.0,18926,-109.07851899999636,31.938203000000414,2438516,7,8,1991 +18,M,18.0,18927,-109.07863299999636,31.93712600000041,2439591,7,8,1991 +23,F,199.0,18928,-109.07783799999636,31.93676300000042,2438153,7,8,1991 +7,F,13.0,18929,-109.08281599999641,31.938113000000413,2437874,7,8,1991 +7,,,18930,-109.08281599999641,31.938113000000413,2437568,7,8,1991 +1,M,57.0,18931,-109.08282899999641,31.938851000000387,2439541,7,8,1991 +20,F,124.0,18932,-109.08019099999642,31.93633400000045,,7,8,1991 +19,,,18933,-109.07791199999636,31.937438000000434,2491123,7,8,1991 +21,,,18934,-109.07939799999636,31.936448000000453,2437568,7,8,1991 +20,M,9.0,18935,-109.08019099999642,31.93633400000045,2439566,7,8,1991 +18,F,10.0,18936,-109.07863299999636,31.93712600000041,2438866,7,8,1991 +1,M,46.0,18937,-109.08282899999641,31.938851000000387,2439541,7,8,1991 +12,M,37.0,18938,-109.07851899999636,31.938203000000414,2439521,7,8,1991 +12,M,38.0,18939,-109.07851899999636,31.938203000000414,2439521,7,8,1991 +24,M,11.0,18940,-109.07773599999636,31.938560000000447,2437981,7,8,1991 +17,M,51.0,18941,-109.07941499999636,31.937117000000445,2439541,7,8,1991 +20,M,22.0,18942,-109.08019099999642,31.93633400000045,2437981,7,8,1991 +19,F,84.0,18943,-109.07791199999636,31.937438000000434,2438153,7,8,1991 +2,F,49.0,18944,-109.08197499999642,31.93888700000037,2439541,7,8,1991 +12,M,29.0,18945,-109.07851899999636,31.938203000000414,2438516,7,8,1991 +17,F,65.0,18946,-109.07941499999636,31.937117000000445,2439521,7,8,1991 +1,F,44.0,18947,-109.08282899999641,31.938851000000387,2439541,7,8,1991 +17,M,16.0,18948,-109.07941499999636,31.937117000000445,2439591,7,8,1991 +2,M,178.0,18949,-109.08197499999642,31.93888700000037,,7,8,1991 +22,M,47.0,18950,-109.07860199999635,31.93644100000042,2439521,7,8,1991 +1,F,15.0,18951,-109.08282899999641,31.938851000000387,2439591,7,8,1991 +1,M,58.0,18952,-109.08282899999641,31.938851000000387,2439541,7,8,1991 +24,M,26.0,18953,-109.07773599999636,31.938560000000447,2437981,7,8,1991 +9,F,36.0,18954,-109.08090299999638,31.93785900000039,2439521,8,8,1991 +15,M,18.0,18955,-109.08103599999642,31.937059000000463,2437981,8,8,1991 +11,,,18956,-109.07930699999636,31.938056000000426,2439521,8,8,1991 +4,F,33.0,18957,-109.08040899999641,31.93889400000041,2439521,8,8,1991 +13,F,17.0,18958,-109.08261299999641,31.937028000000442,2439591,8,8,1991 +14,F,54.0,18959,-109.08182699999641,31.937054000000447,2439521,8,8,1991 +13,,,18960,-109.08261299999641,31.937028000000442,5231474,8,8,1991 +8,F,16.0,18961,-109.08167999999641,31.937884000000402,2439591,8,8,1991 +16,M,12.0,18962,-109.08024399999636,31.93709400000041,2437874,8,8,1991 +10,,,18963,-109.08009099999636,31.938017000000425,2491276,8,8,1991 +6,F,9.0,18964,-109.07883599999636,31.939078000000414,2439591,8,8,1991 +4,,,18965,-109.08040899999641,31.93889400000041,2437568,8,8,1991 +3,F,14.0,18966,-109.08120799999641,31.938896000000387,2439591,8,8,1991 +8,M,45.0,18967,-109.08167999999641,31.937884000000402,2439521,8,8,1991 +4,M,37.0,18968,-109.08040899999641,31.93889400000041,2439521,8,8,1991 +14,F,24.0,18969,-109.08182699999641,31.937054000000447,2438516,8,8,1991 +3,,,18970,-109.08120799999641,31.938896000000387,2439591,8,8,1991 +9,F,29.0,18971,-109.08090299999638,31.93785900000039,2439521,8,8,1991 +16,F,11.0,18972,-109.08024399999636,31.93709400000041,2437874,8,8,1991 +4,M,39.0,18973,-109.08040899999641,31.93889400000041,2439521,8,8,1991 +11,F,22.0,18974,-109.07930699999636,31.938056000000426,2439521,8,8,1991 +5,F,20.0,18975,-109.07960199999636,31.93897000000045,2439591,8,8,1991 +3,,,18976,-109.08120799999641,31.938896000000387,,8,8,1991 +9,F,45.0,18977,-109.08090299999638,31.93785900000039,2439521,8,8,1991 +13,F,30.0,18978,-109.08261299999641,31.937028000000442,2438516,8,8,1991 +9,M,48.0,18979,-109.08090299999638,31.93785900000039,2439521,8,8,1991 +14,M,,18980,-109.08182699999641,31.937054000000447,2439521,8,8,1991 +4,F,9.0,18981,-109.08040899999641,31.93889400000041,2437874,8,8,1991 +5,M,25.0,18982,-109.07960199999636,31.93897000000045,2438516,8,8,1991 +11,M,36.0,18983,-109.07930699999636,31.938056000000426,2439521,8,8,1991 +8,M,26.0,18984,-109.08167999999641,31.937884000000402,2438516,8,8,1991 +6,F,15.0,18985,-109.07883599999636,31.939078000000414,2439591,8,8,1991 +8,F,26.0,18986,-109.08167999999641,31.937884000000402,2439521,8,8,1991 +6,F,16.0,18987,-109.07883599999636,31.939078000000414,2439591,8,8,1991 +4,M,38.0,18988,-109.08040899999641,31.93889400000041,2439521,8,8,1991 +4,,,18989,-109.08040899999641,31.93889400000041,2491276,8,8,1991 +8,M,43.0,18990,-109.08167999999641,31.937884000000402,2439521,8,8,1991 +11,F,42.0,18991,-109.07930699999636,31.938056000000426,2439521,8,8,1991 +4,M,45.0,18992,-109.08040899999641,31.93889400000041,2439521,8,8,1991 +13,M,24.0,18993,-109.08261299999641,31.937028000000442,2438516,8,8,1991 +9,F,26.0,18994,-109.08090299999638,31.93785900000039,2438516,8,8,1991 +13,F,16.0,18995,-109.08261299999641,31.937028000000442,2439591,8,8,1991 +5,M,22.0,18996,-109.07960199999636,31.93897000000045,2438516,8,8,1991 +14,M,49.0,18997,-109.08182699999641,31.937054000000447,2439521,8,8,1991 +4,M,40.0,18998,-109.08040899999641,31.93889400000041,2439521,8,8,1991 +5,,,18999,-109.07960199999636,31.93897000000045,5231474,8,8,1991 +9,M,40.0,19000,-109.08090299999638,31.93785900000039,2439521,8,8,1991 +8,F,53.0,19001,-109.08167999999641,31.937884000000402,2439521,8,8,1991 +3,F,10.0,19002,-109.08120799999641,31.938896000000387,2439591,8,8,1991 +5,F,45.0,19003,-109.07960199999636,31.93897000000045,2438516,8,8,1991 +6,F,21.0,19004,-109.07883599999636,31.939078000000414,2438516,8,8,1991 +8,F,40.0,19005,-109.08167999999641,31.937884000000402,2439521,8,8,1991 +15,F,5.0,19006,-109.08103599999642,31.937059000000463,2437874,8,8,1991 +13,,,19007,-109.08261299999641,31.937028000000442,2439566,8,8,1991 +8,F,41.0,19008,-109.08167999999641,31.937884000000402,2439521,8,8,1991 +9,M,39.0,19009,-109.08090299999638,31.93785900000039,2439521,8,8,1991 +3,F,18.0,19010,-109.08120799999641,31.938896000000387,2439591,8,8,1991 +15,M,18.0,19011,-109.08103599999642,31.937059000000463,2439591,8,8,1991 +11,M,53.0,19012,-109.07930699999636,31.938056000000426,2439521,8,8,1991 +5,F,10.0,19013,-109.07960199999636,31.93897000000045,2437874,8,8,1991 +2,F,48.0,19014,-109.08197499999642,31.93888700000037,2439541,9,9,1991 +18,F,21.0,19015,-109.07863299999636,31.93712600000041,2438516,9,9,1991 +19,F,11.0,19016,-109.07791199999636,31.937438000000434,2438866,9,9,1991 +1,F,29.0,19017,-109.08282899999641,31.938851000000387,2438516,9,9,1991 +2,M,22.0,19018,-109.08197499999642,31.93888700000037,2438516,9,9,1991 +1,M,53.0,19019,-109.08282899999641,31.938851000000387,2439541,9,9,1991 +2,F,24.0,19020,-109.08197499999642,31.93888700000037,2438516,9,9,1991 +7,M,23.0,19021,-109.08281599999641,31.938113000000413,2437981,9,9,1991 +1,F,22.0,19022,-109.08282899999641,31.938851000000387,2439591,9,9,1991 +12,M,42.0,19023,-109.07851899999636,31.938203000000414,2439521,9,9,1991 +7,M,12.0,19024,-109.08281599999641,31.938113000000413,2437981,9,9,1991 +2,F,52.0,19025,-109.08197499999642,31.93888700000037,2439541,9,9,1991 +12,M,41.0,19026,-109.07851899999636,31.938203000000414,2439521,9,9,1991 +7,F,11.0,19027,-109.08281599999641,31.938113000000413,2437981,9,9,1991 +1,F,16.0,19028,-109.08282899999641,31.938851000000387,2439591,9,9,1991 +18,M,27.0,19029,-109.07863299999636,31.93712600000041,2438516,9,9,1991 +1,M,48.0,19030,-109.08282899999641,31.938851000000387,2439541,9,9,1991 +1,M,57.0,19031,-109.08282899999641,31.938851000000387,2439541,9,9,1991 +22,F,108.0,19032,-109.07860199999635,31.93644100000042,2439531,9,9,1991 +2,M,180.0,19033,-109.08197499999642,31.93888700000037,,9,9,1991 +22,F,36.0,19034,-109.07860199999635,31.93644100000042,2439521,9,9,1991 +1,M,54.0,19035,-109.08282899999641,31.938851000000387,2439541,9,9,1991 +19,,,19036,-109.07791199999636,31.937438000000434,2439566,9,9,1991 +18,F,6.0,19037,-109.07863299999636,31.93712600000041,2439566,9,9,1991 +1,F,46.0,19038,-109.08282899999641,31.938851000000387,2439541,9,9,1991 +2,F,15.0,19039,-109.08197499999642,31.93888700000037,2439591,9,9,1991 +18,M,7.0,19040,-109.07863299999636,31.93712600000041,2439566,9,9,1991 +2,F,18.0,19041,-109.08197499999642,31.93888700000037,2438516,9,9,1991 +2,M,16.0,19042,-109.08197499999642,31.93888700000037,2437981,9,9,1991 +12,M,29.0,19043,-109.07851899999636,31.938203000000414,2438516,9,9,1991 +23,,,19044,-109.07783799999636,31.93676300000042,,9,9,1991 +9,F,37.0,19045,-109.08090299999638,31.93785900000039,2439521,10,9,1991 +20,M,12.0,19046,-109.08019099999642,31.93633400000045,2437874,10,9,1991 +8,M,48.0,19047,-109.08167999999641,31.937884000000402,2439521,10,9,1991 +24,M,20.0,19048,-109.07773599999636,31.938560000000447,2438516,10,9,1991 +9,F,34.0,19049,-109.08090299999638,31.93785900000039,2439521,10,9,1991 +21,F,63.0,19050,-109.07939799999636,31.936448000000453,2438147,10,9,1991 +3,F,19.0,19051,-109.08120799999641,31.938896000000387,2439591,10,9,1991 +11,M,17.0,19052,-109.07930699999636,31.938056000000426,2439591,10,9,1991 +20,M,14.0,19053,-109.08019099999642,31.93633400000045,2439591,10,9,1991 +3,F,8.0,19054,-109.08120799999641,31.938896000000387,2439566,10,9,1991 +11,M,25.0,19055,-109.07930699999636,31.938056000000426,2438516,10,9,1991 +24,,,19056,-109.07773599999636,31.938560000000447,2437568,10,9,1991 +11,M,42.0,19057,-109.07930699999636,31.938056000000426,2439521,10,9,1991 +3,F,14.0,19058,-109.08120799999641,31.938896000000387,2439591,10,9,1991 +8,M,45.0,19059,-109.08167999999641,31.937884000000402,2439521,10,9,1991 +17,F,27.0,19060,-109.07941499999636,31.937117000000445,2438516,10,9,1991 +8,M,41.0,19061,-109.08167999999641,31.937884000000402,2439521,10,9,1991 +17,F,42.0,19062,-109.07941499999636,31.937117000000445,2439541,10,9,1991 +8,F,50.0,19063,-109.08167999999641,31.937884000000402,2439521,10,9,1991 +9,M,41.0,19064,-109.08090299999638,31.93785900000039,2439521,10,9,1991 +11,F,47.0,19065,-109.07930699999636,31.938056000000426,2439521,10,9,1991 +24,F,37.0,19066,-109.07773599999636,31.938560000000447,2438516,10,9,1991 +9,M,51.0,19067,-109.08090299999638,31.93785900000039,2439521,10,9,1991 +9,M,42.0,19068,-109.08090299999638,31.93785900000039,2439521,10,9,1991 +24,F,36.0,19069,-109.07773599999636,31.938560000000447,2439521,10,9,1991 +17,M,55.0,19070,-109.07941499999636,31.937117000000445,2439521,10,9,1991 +17,M,,19071,-109.07941499999636,31.937117000000445,2439521,10,9,1991 +3,M,23.0,19072,-109.08120799999641,31.938896000000387,2437981,10,9,1991 +8,F,44.0,19073,-109.08167999999641,31.937884000000402,2439521,10,9,1991 +11,M,,19074,-109.07930699999636,31.938056000000426,2439521,10,9,1991 +10,,,19075,-109.08009099999636,31.938017000000425,,10,9,1991 +14,F,44.0,19076,-109.08182699999641,31.937054000000447,2439521,11,9,1991 +13,F,28.0,19077,-109.08261299999641,31.937028000000442,2439591,11,9,1991 +4,F,55.0,19078,-109.08040899999641,31.93889400000041,2439521,11,9,1991 +15,M,19.0,19079,-109.08103599999642,31.937059000000463,2437981,11,9,1991 +4,M,43.0,19080,-109.08040899999641,31.93889400000041,2439521,11,9,1991 +13,F,26.0,19081,-109.08261299999641,31.937028000000442,2438516,11,9,1991 +6,F,16.0,19082,-109.07883599999636,31.939078000000414,2439591,11,9,1991 +4,F,43.0,19083,-109.08040899999641,31.93889400000041,2439521,11,9,1991 +6,F,17.0,19084,-109.07883599999636,31.939078000000414,2439591,11,9,1991 +14,M,44.0,19085,-109.08182699999641,31.937054000000447,2439521,11,9,1991 +5,M,14.0,19086,-109.07960199999636,31.93897000000045,2437874,11,9,1991 +15,F,19.0,19087,-109.08103599999642,31.937059000000463,2437981,11,9,1991 +6,F,9.0,19088,-109.07883599999636,31.939078000000414,2439566,11,9,1991 +13,M,26.0,19089,-109.08261299999641,31.937028000000442,2439591,11,9,1991 +14,M,51.0,19090,-109.08182699999641,31.937054000000447,2439521,11,9,1991 +4,M,48.0,19091,-109.08040899999641,31.93889400000041,2439521,11,9,1991 +4,F,7.0,19092,-109.08040899999641,31.93889400000041,2439566,11,9,1991 +4,M,45.0,19093,-109.08040899999641,31.93889400000041,2439521,11,9,1991 +13,F,15.0,19094,-109.08261299999641,31.937028000000442,2439591,11,9,1991 +13,F,8.0,19095,-109.08261299999641,31.937028000000442,2439566,11,9,1991 +16,,,19096,-109.08024399999636,31.93709400000041,,11,9,1991 +24,,,19097,-109.07773599999636,31.938560000000447,2491757,10,10,1991 +19,M,20.0,19098,-109.07791199999636,31.937438000000434,2438516,10,10,1991 +18,M,7.0,19099,-109.07863299999636,31.93712600000041,2439566,10,10,1991 +17,F,41.0,19100,-109.07941499999636,31.937117000000445,2439521,10,10,1991 +24,M,24.0,19101,-109.07773599999636,31.938560000000447,2437981,10,10,1991 +24,F,9.0,19102,-109.07773599999636,31.938560000000447,2437874,10,10,1991 +2,F,16.0,19103,-109.08197499999642,31.93888700000037,2439591,10,10,1991 +19,F,9.0,19104,-109.07791199999636,31.937438000000434,2439566,10,10,1991 +19,F,8.0,19105,-109.07791199999636,31.937438000000434,2439566,10,10,1991 +17,M,53.0,19106,-109.07941499999636,31.937117000000445,2439521,10,10,1991 +7,M,23.0,19107,-109.08281599999641,31.938113000000413,2437981,10,10,1991 +2,F,50.0,19108,-109.08197499999642,31.93888700000037,2439541,10,10,1991 +21,F,30.0,19109,-109.07939799999636,31.936448000000453,2439591,10,10,1991 +20,F,6.0,19110,-109.08019099999642,31.93633400000045,2438866,10,10,1991 +7,F,20.0,19111,-109.08281599999641,31.938113000000413,2437981,10,10,1991 +12,F,42.0,19112,-109.07851899999636,31.938203000000414,2439521,10,10,1991 +12,M,46.0,19113,-109.07851899999636,31.938203000000414,2439521,10,10,1991 +20,F,6.0,19114,-109.08019099999642,31.93633400000045,2439566,10,10,1991 +22,F,106.0,19115,-109.07860199999635,31.93644100000042,2439531,10,10,1991 +21,F,7.0,19116,-109.07939799999636,31.936448000000453,2439566,10,10,1991 +22,F,37.0,19117,-109.07860199999635,31.93644100000042,2439521,10,10,1991 +12,M,40.0,19118,-109.07851899999636,31.938203000000414,2439521,10,10,1991 +7,F,13.0,19119,-109.08281599999641,31.938113000000413,2437874,10,10,1991 +17,F,7.0,19120,-109.07941499999636,31.937117000000445,2439566,10,10,1991 +18,M,7.0,19121,-109.07863299999636,31.93712600000041,2437874,10,10,1991 +2,M,6.0,19122,-109.08197499999642,31.93888700000037,2438866,10,10,1991 +1,M,53.0,19123,-109.08282899999641,31.938851000000387,2439541,10,10,1991 +1,M,52.0,19124,-109.08282899999641,31.938851000000387,2439521,10,10,1991 +2,M,24.0,19125,-109.08197499999642,31.93888700000037,2438516,10,10,1991 +20,F,80.0,19126,-109.08019099999642,31.93633400000045,2438156,10,10,1991 +1,F,14.0,19127,-109.08282899999641,31.938851000000387,2439591,10,10,1991 +18,M,25.0,19128,-109.07863299999636,31.93712600000041,2438516,10,10,1991 +17,F,50.0,19129,-109.07941499999636,31.937117000000445,2439541,10,10,1991 +17,F,55.0,19130,-109.07941499999636,31.937117000000445,2439541,10,10,1991 +2,F,53.0,19131,-109.08197499999642,31.93888700000037,2439541,10,10,1991 +7,F,12.0,19132,-109.08281599999641,31.938113000000413,2439591,10,10,1991 +1,F,48.0,19133,-109.08282899999641,31.938851000000387,2439541,10,10,1991 +12,F,43.0,19134,-109.07851899999636,31.938203000000414,2439521,10,10,1991 +17,F,17.0,19135,-109.07941499999636,31.937117000000445,2437981,10,10,1991 +22,F,26.0,19136,-109.07860199999635,31.93644100000042,2439591,10,10,1991 +2,F,21.0,19137,-109.08197499999642,31.93888700000037,2438516,10,10,1991 +18,F,8.0,19138,-109.07863299999636,31.93712600000041,2439566,10,10,1991 +1,M,59.0,19139,-109.08282899999641,31.938851000000387,2439541,10,10,1991 +1,,,19140,-109.08282899999641,31.938851000000387,2437300,10,10,1991 +17,F,22.0,19141,-109.07941499999636,31.937117000000445,2438516,10,10,1991 +23,,,19142,-109.07783799999636,31.93676300000042,,10,10,1991 +9,F,38.0,19143,-109.08090299999638,31.93785900000039,2439521,11,10,1991 +8,F,18.0,19144,-109.08167999999641,31.937884000000402,2437981,11,10,1991 +3,,,19145,-109.08120799999641,31.938896000000387,2438866,11,10,1991 +4,F,40.0,19146,-109.08040899999641,31.93889400000041,2439521,11,10,1991 +8,M,22.0,19147,-109.08167999999641,31.937884000000402,2438516,11,10,1991 +3,F,28.0,19148,-109.08120799999641,31.938896000000387,2439591,11,10,1991 +3,F,14.0,19149,-109.08120799999641,31.938896000000387,2439591,11,10,1991 +6,F,15.0,19150,-109.07883599999636,31.939078000000414,2439591,11,10,1991 +4,F,7.0,19151,-109.08040899999641,31.93889400000041,2439566,11,10,1991 +6,M,14.0,19152,-109.07883599999636,31.939078000000414,2439591,11,10,1991 +8,M,55.0,19153,-109.08167999999641,31.937884000000402,2439541,11,10,1991 +14,F,43.0,19154,-109.08182699999641,31.937054000000447,2439521,11,10,1991 +14,F,43.0,19155,-109.08182699999641,31.937054000000447,2439521,11,10,1991 +11,M,11.0,19156,-109.07930699999636,31.938056000000426,2437874,11,10,1991 +13,M,22.0,19157,-109.08261299999641,31.937028000000442,2438516,11,10,1991 +9,F,44.0,19158,-109.08090299999638,31.93785900000039,2439521,11,10,1991 +14,M,50.0,19159,-109.08182699999641,31.937054000000447,2439521,11,10,1991 +3,M,24.0,19160,-109.08120799999641,31.938896000000387,2438516,11,10,1991 +8,M,43.0,19161,-109.08167999999641,31.937884000000402,2439521,11,10,1991 +8,F,22.0,19162,-109.08167999999641,31.937884000000402,2438516,11,10,1991 +4,M,47.0,19163,-109.08040899999641,31.93889400000041,2439521,11,10,1991 +9,F,37.0,19164,-109.08090299999638,31.93785900000039,2439521,11,10,1991 +13,F,7.0,19165,-109.08261299999641,31.937028000000442,2439566,11,10,1991 +13,F,23.0,19166,-109.08261299999641,31.937028000000442,2438516,11,10,1991 +16,M,12.0,19167,-109.08024399999636,31.93709400000041,2437874,11,10,1991 +13,F,25.0,19168,-109.08261299999641,31.937028000000442,2439591,11,10,1991 +13,F,29.0,19169,-109.08261299999641,31.937028000000442,2439591,11,10,1991 +4,F,54.0,19170,-109.08040899999641,31.93889400000041,2439521,11,10,1991 +8,M,45.0,19171,-109.08167999999641,31.937884000000402,2439521,11,10,1991 +3,F,8.0,19172,-109.08120799999641,31.938896000000387,2439566,11,10,1991 +8,M,46.0,19173,-109.08167999999641,31.937884000000402,2439521,11,10,1991 +11,M,7.0,19174,-109.07930699999636,31.938056000000426,2437874,11,10,1991 +9,M,51.0,19175,-109.08090299999638,31.93785900000039,2439521,11,10,1991 +4,M,48.0,19176,-109.08040899999641,31.93889400000041,2439521,11,10,1991 +4,M,46.0,19177,-109.08040899999641,31.93889400000041,2439521,11,10,1991 +3,F,16.0,19178,-109.08120799999641,31.938896000000387,2439591,11,10,1991 +3,F,14.0,19179,-109.08120799999641,31.938896000000387,2439591,11,10,1991 +6,M,8.0,19180,-109.07883599999636,31.939078000000414,2437874,11,10,1991 +11,F,43.0,19181,-109.07930699999636,31.938056000000426,2439521,11,10,1991 +9,M,40.0,19182,-109.08090299999638,31.93785900000039,2439521,11,10,1991 +3,F,24.0,19183,-109.08120799999641,31.938896000000387,2438516,11,10,1991 +4,M,15.0,19184,-109.08040899999641,31.93889400000041,2439591,11,10,1991 +9,M,41.0,19185,-109.08090299999638,31.93785900000039,2439521,11,10,1991 +14,M,20.0,19186,-109.08182699999641,31.937054000000447,2438516,11,10,1991 +6,F,8.0,19187,-109.07883599999636,31.939078000000414,2439566,11,10,1991 +9,M,20.0,19188,-109.08090299999638,31.93785900000039,2437981,11,10,1991 +8,M,44.0,19189,-109.08167999999641,31.937884000000402,2439521,11,10,1991 +8,F,43.0,19190,-109.08167999999641,31.937884000000402,2439521,11,10,1991 +14,M,44.0,19191,-109.08182699999641,31.937054000000447,2439521,11,10,1991 +13,F,15.0,19192,-109.08261299999641,31.937028000000442,2439566,11,10,1991 +4,F,8.0,19193,-109.08040899999641,31.93889400000041,2439566,11,10,1991 +11,F,25.0,19194,-109.07930699999636,31.938056000000426,2437981,11,10,1991 +8,F,43.0,19195,-109.08167999999641,31.937884000000402,2439521,11,10,1991 +5,,,19196,-109.07960199999636,31.93897000000045,,11,10,1991 +10,,,19197,-109.08009099999636,31.938017000000425,,11,10,1991 +15,,,19198,-109.08103599999642,31.937059000000463,,11,10,1991 +19,F,11.0,19199,-109.07791199999636,31.937438000000434,2437874,13,11,1991 +23,M,12.0,19200,-109.07783799999636,31.93676300000042,2437874,13,11,1991 +7,M,11.0,19201,-109.08281599999641,31.938113000000413,2437874,13,11,1991 +19,M,12.0,19202,-109.07791199999636,31.937438000000434,2437874,13,11,1991 +23,F,19.0,19203,-109.07783799999636,31.93676300000042,2437874,13,11,1991 +7,F,18.0,19204,-109.08281599999641,31.938113000000413,2437981,13,11,1991 +18,F,21.0,19205,-109.07863299999636,31.93712600000041,2438516,13,11,1991 +2,F,48.0,19206,-109.08197499999642,31.93888700000037,2439541,13,11,1991 +19,F,14.0,19207,-109.07791199999636,31.937438000000434,2439566,13,11,1991 +18,,,19208,-109.07863299999636,31.93712600000041,2439566,13,11,1991 +22,F,26.0,19209,-109.07860199999635,31.93644100000042,2438516,13,11,1991 +18,M,8.0,19210,-109.07863299999636,31.93712600000041,2439566,13,11,1991 +23,F,14.0,19211,-109.07783799999636,31.93676300000042,2437874,13,11,1991 +12,F,9.0,19212,-109.07851899999636,31.938203000000414,2437874,13,11,1991 +2,M,51.0,19213,-109.08197499999642,31.93888700000037,2439541,13,11,1991 +12,,,19214,-109.07851899999636,31.938203000000414,2491757,13,11,1991 +1,M,51.0,19215,-109.08282899999641,31.938851000000387,2439521,13,11,1991 +2,F,25.0,19216,-109.08197499999642,31.93888700000037,2438517,13,11,1991 +1,M,52.0,19217,-109.08282899999641,31.938851000000387,2439521,13,11,1991 +2,F,42.0,19218,-109.08197499999642,31.93888700000037,2438156,13,11,1991 +18,,,19219,-109.07863299999636,31.93712600000041,2491757,13,11,1991 +7,M,9.0,19220,-109.08281599999641,31.938113000000413,2437874,13,11,1991 +19,F,10.0,19221,-109.07791199999636,31.937438000000434,2438866,13,11,1991 +1,M,56.0,19222,-109.08282899999641,31.938851000000387,2439541,13,11,1991 +22,M,26.0,19223,-109.07860199999635,31.93644100000042,2438516,13,11,1991 +2,F,24.0,19224,-109.08197499999642,31.93888700000037,2438516,13,11,1991 +12,F,9.0,19225,-109.07851899999636,31.938203000000414,2437874,13,11,1991 +18,M,12.0,19226,-109.07863299999636,31.93712600000041,2437874,13,11,1991 +7,F,10.0,19227,-109.08281599999641,31.938113000000413,2437874,13,11,1991 +12,M,45.0,19228,-109.07851899999636,31.938203000000414,2439521,13,11,1991 +12,F,43.0,19229,-109.07851899999636,31.938203000000414,2439521,13,11,1991 +19,M,24.0,19230,-109.07791199999636,31.937438000000434,2438516,13,11,1991 +12,M,44.0,19231,-109.07851899999636,31.938203000000414,2439521,13,11,1991 +18,F,12.0,19232,-109.07863299999636,31.93712600000041,2439566,13,11,1991 +22,F,110.0,19233,-109.07860199999635,31.93644100000042,2439531,13,11,1991 +1,F,24.0,19234,-109.08282899999641,31.938851000000387,2438516,13,11,1991 +18,F,14.0,19235,-109.07863299999636,31.93712600000041,2437874,13,11,1991 +7,F,10.0,19236,-109.08281599999641,31.938113000000413,2437874,13,11,1991 +12,M,,19237,-109.07851899999636,31.938203000000414,2438516,13,11,1991 +12,M,8.0,19238,-109.07851899999636,31.938203000000414,2437874,13,11,1991 +2,M,25.0,19239,-109.08197499999642,31.93888700000037,2438516,13,11,1991 +2,,,19240,-109.08197499999642,31.93888700000037,,13,11,1991 +19,F,9.0,19241,-109.07791199999636,31.937438000000434,2437874,13,11,1991 +22,M,7.0,19242,-109.07860199999635,31.93644100000042,2437874,13,11,1991 +12,F,41.0,19243,-109.07851899999636,31.938203000000414,2439521,13,11,1991 +7,F,12.0,19244,-109.08281599999641,31.938113000000413,2437874,13,11,1991 +22,F,36.0,19245,-109.07860199999635,31.93644100000042,2439521,13,11,1991 +2,F,165.0,19246,-109.08197499999642,31.93888700000037,,13,11,1991 +19,F,7.0,19247,-109.07791199999636,31.937438000000434,2439566,13,11,1991 +19,M,22.0,19248,-109.07791199999636,31.937438000000434,2438516,13,11,1991 +18,F,12.0,19249,-109.07863299999636,31.93712600000041,2437874,13,11,1991 +19,M,8.0,19250,-109.07791199999636,31.937438000000434,2438866,13,11,1991 +7,M,23.0,19251,-109.08281599999641,31.938113000000413,2437981,13,11,1991 +2,M,25.0,19252,-109.08197499999642,31.93888700000037,2438516,13,11,1991 +19,M,60.0,19253,-109.07791199999636,31.937438000000434,2438153,13,11,1991 +7,F,21.0,19254,-109.08281599999641,31.938113000000413,2437981,13,11,1991 +1,F,50.0,19255,-109.08282899999641,31.938851000000387,2439541,13,11,1991 +9,F,38.0,19256,-109.08090299999638,31.93785900000039,2439521,14,11,1991 +3,F,9.0,19257,-109.08120799999641,31.938896000000387,2438866,14,11,1991 +9,F,37.0,19258,-109.08090299999638,31.93785900000039,2439521,14,11,1991 +11,M,9.0,19259,-109.07930699999636,31.938056000000426,2437874,14,11,1991 +17,M,51.0,19260,-109.07941499999636,31.937117000000445,2439521,14,11,1991 +21,M,7.0,19261,-109.07939799999636,31.936448000000453,2438866,14,11,1991 +21,F,10.0,19262,-109.07939799999636,31.936448000000453,2437874,14,11,1991 +3,M,24.0,19263,-109.08120799999641,31.938896000000387,2437981,14,11,1991 +3,F,,19264,-109.08120799999641,31.938896000000387,,14,11,1991 +9,M,42.0,19265,-109.08090299999638,31.93785900000039,2439521,14,11,1991 +17,F,38.0,19266,-109.07941499999636,31.937117000000445,2439521,14,11,1991 +21,F,7.0,19267,-109.07939799999636,31.936448000000453,2439566,14,11,1991 +9,M,24.0,19268,-109.08090299999638,31.93785900000039,2438516,14,11,1991 +11,M,24.0,19269,-109.07930699999636,31.938056000000426,2438516,14,11,1991 +20,M,12.0,19270,-109.08019099999642,31.93633400000045,2437874,14,11,1991 +3,F,78.0,19271,-109.08120799999641,31.938896000000387,2438156,14,11,1991 +20,F,12.0,19272,-109.08019099999642,31.93633400000045,2437874,14,11,1991 +21,M,11.0,19273,-109.07939799999636,31.936448000000453,2437874,14,11,1991 +24,M,13.0,19274,-109.07773599999636,31.938560000000447,2437874,14,11,1991 +3,F,8.0,19275,-109.08120799999641,31.938896000000387,2438866,14,11,1991 +24,F,24.0,19276,-109.07773599999636,31.938560000000447,2437981,14,11,1991 +3,F,27.0,19277,-109.08120799999641,31.938896000000387,2439591,14,11,1991 +11,M,9.0,19278,-109.07930699999636,31.938056000000426,2437874,14,11,1991 +3,M,35.0,19279,-109.08120799999641,31.938896000000387,2438516,14,11,1991 +8,M,45.0,19280,-109.08167999999641,31.937884000000402,2439521,14,11,1991 +20,M,38.0,19281,-109.08019099999642,31.93633400000045,2438156,14,11,1991 +3,F,7.0,19282,-109.08120799999641,31.938896000000387,2439566,14,11,1991 +20,F,10.0,19283,-109.08019099999642,31.93633400000045,2437874,14,11,1991 +3,F,27.0,19284,-109.08120799999641,31.938896000000387,2438156,14,11,1991 +3,F,26.0,19285,-109.08120799999641,31.938896000000387,2438156,14,11,1991 +11,,,19286,-109.07930699999636,31.938056000000426,2437568,14,11,1991 +17,F,50.0,19287,-109.07941499999636,31.937117000000445,2439541,14,11,1991 +20,M,25.0,19288,-109.08019099999642,31.93633400000045,2437981,14,11,1991 +24,F,16.0,19289,-109.07773599999636,31.938560000000447,2437874,14,11,1991 +21,,,19290,-109.07939799999636,31.936448000000453,2437568,14,11,1991 +24,F,10.0,19291,-109.07773599999636,31.938560000000447,2437874,14,11,1991 +3,M,8.0,19292,-109.08120799999641,31.938896000000387,2437874,14,11,1991 +9,M,22.0,19293,-109.08090299999638,31.93785900000039,2438517,14,11,1991 +11,F,23.0,19294,-109.07930699999636,31.938056000000426,2437981,14,11,1991 +17,F,49.0,19295,-109.07941499999636,31.937117000000445,2439541,14,11,1991 +24,F,10.0,19296,-109.07773599999636,31.938560000000447,2437874,14,11,1991 +8,M,42.0,19297,-109.08167999999641,31.937884000000402,2439521,14,11,1991 +8,F,11.0,19298,-109.08167999999641,31.937884000000402,2437874,14,11,1991 +3,F,9.0,19299,-109.08120799999641,31.938896000000387,2437874,14,11,1991 +9,F,7.0,19300,-109.08090299999638,31.93785900000039,2437874,14,11,1991 +20,M,9.0,19301,-109.08019099999642,31.93633400000045,2437874,14,11,1991 +20,F,82.0,19302,-109.08019099999642,31.93633400000045,2438156,14,11,1991 +20,,,19303,-109.08019099999642,31.93633400000045,2491276,14,11,1991 +8,M,43.0,19304,-109.08167999999641,31.937884000000402,2439521,14,11,1991 +20,,6.0,19305,-109.08019099999642,31.93633400000045,2439566,14,11,1991 +24,M,10.0,19306,-109.07773599999636,31.938560000000447,2437874,14,11,1991 +9,M,41.0,19307,-109.08090299999638,31.93785900000039,2439521,14,11,1991 +11,F,10.0,19308,-109.07930699999636,31.938056000000426,2437874,14,11,1991 +8,F,50.0,19309,-109.08167999999641,31.937884000000402,2439541,14,11,1991 +3,M,49.0,19310,-109.08120799999641,31.938896000000387,2438156,14,11,1991 +9,M,41.0,19311,-109.08090299999638,31.93785900000039,2439521,14,11,1991 +21,F,30.0,19312,-109.07939799999636,31.936448000000453,2439591,14,11,1991 +8,F,43.0,19313,-109.08167999999641,31.937884000000402,2439521,14,11,1991 +9,F,42.0,19314,-109.08090299999638,31.93785900000039,2439521,14,11,1991 +20,M,7.0,19315,-109.08019099999642,31.93633400000045,2437874,14,11,1991 +11,F,42.0,19316,-109.07930699999636,31.938056000000426,2439521,14,11,1991 +21,F,7.0,19317,-109.07939799999636,31.936448000000453,2437874,14,11,1991 +17,F,10.0,19318,-109.07941499999636,31.937117000000445,2437874,14,11,1991 +4,F,39.0,19319,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +13,M,11.0,19320,-109.08261299999641,31.937028000000442,2437874,15,11,1991 +14,M,39.0,19321,-109.08182699999641,31.937054000000447,2439521,15,11,1991 +5,M,9.0,19322,-109.07960199999636,31.93897000000045,2437874,15,11,1991 +4,M,42.0,19323,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +15,M,23.0,19324,-109.08103599999642,31.937059000000463,2437981,15,11,1991 +14,F,39.0,19325,-109.08182699999641,31.937054000000447,2439521,15,11,1991 +10,M,24.0,19326,-109.08009099999636,31.938017000000425,2437981,15,11,1991 +6,M,41.0,19327,-109.07883599999636,31.939078000000414,2439521,15,11,1991 +6,M,15.0,19328,-109.07883599999636,31.939078000000414,2439591,15,11,1991 +13,M,7.0,19329,-109.08261299999641,31.937028000000442,2439566,15,11,1991 +15,M,8.0,19330,-109.08103599999642,31.937059000000463,2437874,15,11,1991 +4,M,50.0,19331,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +13,M,24.0,19332,-109.08261299999641,31.937028000000442,2437981,15,11,1991 +5,M,26.0,19333,-109.07960199999636,31.93897000000045,2438516,15,11,1991 +4,F,50.0,19334,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +4,F,45.0,19335,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +5,M,11.0,19336,-109.07960199999636,31.93897000000045,2437874,15,11,1991 +4,F,7.0,19337,-109.08040899999641,31.93889400000041,2439566,15,11,1991 +6,F,7.0,19338,-109.07883599999636,31.939078000000414,2439566,15,11,1991 +14,F,34.0,19339,-109.08182699999641,31.937054000000447,2439521,15,11,1991 +4,F,24.0,19340,-109.08040899999641,31.93889400000041,2438516,15,11,1991 +6,F,7.0,19341,-109.07883599999636,31.939078000000414,2439566,15,11,1991 +15,M,24.0,19342,-109.08103599999642,31.937059000000463,2438516,15,11,1991 +13,M,9.0,19343,-109.08261299999641,31.937028000000442,2437874,15,11,1991 +5,F,12.0,19344,-109.07960199999636,31.93897000000045,2437874,15,11,1991 +15,F,14.0,19345,-109.08103599999642,31.937059000000463,2437874,15,11,1991 +14,M,47.0,19346,-109.08182699999641,31.937054000000447,2439521,15,11,1991 +4,F,37.0,19347,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +13,F,7.0,19348,-109.08261299999641,31.937028000000442,2439566,15,11,1991 +5,,,19349,-109.07960199999636,31.93897000000045,2437874,15,11,1991 +10,F,9.0,19350,-109.08009099999636,31.938017000000425,2437874,15,11,1991 +15,,,19351,-109.08103599999642,31.937059000000463,2491276,15,11,1991 +14,M,9.0,19352,-109.08182699999641,31.937054000000447,2437874,15,11,1991 +6,F,12.0,19353,-109.07883599999636,31.939078000000414,2437874,15,11,1991 +4,M,47.0,19354,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +6,F,9.0,19355,-109.07883599999636,31.939078000000414,2437874,15,11,1991 +6,M,9.0,19356,-109.07883599999636,31.939078000000414,2437874,15,11,1991 +16,M,8.0,19357,-109.08024399999636,31.93709400000041,2437874,15,11,1991 +4,M,8.0,19358,-109.08040899999641,31.93889400000041,2439566,15,11,1991 +6,M,12.0,19359,-109.07883599999636,31.939078000000414,2437874,15,11,1991 +4,M,25.0,19360,-109.08040899999641,31.93889400000041,2438516,15,11,1991 +13,,,19361,-109.08261299999641,31.937028000000442,2491757,15,11,1991 +16,M,9.0,19362,-109.08024399999636,31.93709400000041,2437874,15,11,1991 +6,M,8.0,19363,-109.07883599999636,31.939078000000414,2437874,15,11,1991 +4,M,54.0,19364,-109.08040899999641,31.93889400000041,2439521,15,11,1991 +14,M,42.0,19365,-109.08182699999641,31.937054000000447,2439521,15,11,1991 +13,,,19366,-109.08261299999641,31.937028000000442,2491757,15,11,1991 +10,F,8.0,19367,-109.08009099999636,31.938017000000425,2437874,15,11,1991 +13,M,29.0,19368,-109.08261299999641,31.937028000000442,2439591,15,11,1991 +13,F,7.0,19369,-109.08261299999641,31.937028000000442,2439566,15,11,1991 +4,M,26.0,19370,-109.08040899999641,31.93889400000041,2438516,15,11,1991 +23,M,11.0,19371,-109.07783799999636,31.93676300000042,2437874,7,12,1991 +12,M,47.0,19372,-109.07851899999636,31.938203000000414,2439521,7,12,1991 +19,M,12.0,19373,-109.07791199999636,31.937438000000434,2437874,7,12,1991 +7,M,21.0,19374,-109.08281599999641,31.938113000000413,2437981,7,12,1991 +17,F,38.0,19375,-109.07941499999636,31.937117000000445,2439521,7,12,1991 +7,F,9.0,19376,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +18,F,21.0,19377,-109.07863299999636,31.93712600000041,2438516,7,12,1991 +19,F,26.0,19378,-109.07791199999636,31.937438000000434,2438516,7,12,1991 +2,M,48.0,19379,-109.08197499999642,31.93888700000037,2439521,7,12,1991 +18,M,7.0,19380,-109.07863299999636,31.93712600000041,2439566,7,12,1991 +19,F,9.0,19381,-109.07791199999636,31.937438000000434,2438866,7,12,1991 +24,F,11.0,19382,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +18,M,9.0,19383,-109.07863299999636,31.93712600000041,2437874,7,12,1991 +7,F,10.0,19384,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +19,M,13.0,19385,-109.07791199999636,31.937438000000434,2437874,7,12,1991 +7,M,11.0,19386,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +19,,,19387,-109.07791199999636,31.937438000000434,2437568,7,12,1991 +7,M,10.0,19388,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +12,M,9.0,19389,-109.07851899999636,31.938203000000414,2437874,7,12,1991 +7,M,9.0,19390,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +1,M,54.0,19391,-109.08282899999641,31.938851000000387,2439521,7,12,1991 +2,F,49.0,19392,-109.08197499999642,31.93888700000037,2439541,7,12,1991 +17,M,50.0,19393,-109.07941499999636,31.937117000000445,2439521,7,12,1991 +24,M,11.0,19394,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +2,F,20.0,19395,-109.08197499999642,31.93888700000037,2437981,7,12,1991 +12,F,9.0,19396,-109.07851899999636,31.938203000000414,2437874,7,12,1991 +21,F,10.0,19397,-109.07939799999636,31.936448000000453,2437874,7,12,1991 +20,M,8.0,19398,-109.08019099999642,31.93633400000045,2437874,7,12,1991 +23,M,9.0,19399,-109.07783799999636,31.93676300000042,2437874,7,12,1991 +20,,,19400,-109.08019099999642,31.93633400000045,2491757,7,12,1991 +24,M,27.0,19401,-109.07773599999636,31.938560000000447,2437981,7,12,1991 +20,F,11.0,19402,-109.08019099999642,31.93633400000045,2437874,7,12,1991 +1,M,53.0,19403,-109.08282899999641,31.938851000000387,2439541,7,12,1991 +24,M,10.0,19404,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +19,M,23.0,19405,-109.07791199999636,31.937438000000434,2437981,7,12,1991 +1,M,9.0,19406,-109.08282899999641,31.938851000000387,2437874,7,12,1991 +12,F,9.0,19407,-109.07851899999636,31.938203000000414,2437874,7,12,1991 +17,F,51.0,19408,-109.07941499999636,31.937117000000445,2439541,7,12,1991 +18,F,13.0,19409,-109.07863299999636,31.93712600000041,2437874,7,12,1991 +19,M,9.0,19410,-109.07791199999636,31.937438000000434,2438866,7,12,1991 +20,,,19411,-109.08019099999642,31.93633400000045,2491757,7,12,1991 +2,F,24.0,19412,-109.08197499999642,31.93888700000037,2438517,7,12,1991 +1,F,51.0,19413,-109.08282899999641,31.938851000000387,2439541,7,12,1991 +7,,,19414,-109.08281599999641,31.938113000000413,2491757,7,12,1991 +19,M,25.0,19415,-109.07791199999636,31.937438000000434,2438516,7,12,1991 +24,F,9.0,19416,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +1,M,42.0,19417,-109.08282899999641,31.938851000000387,2439521,7,12,1991 +7,,,19418,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +20,F,80.0,19419,-109.08019099999642,31.93633400000045,2438156,7,12,1991 +24,M,12.0,19420,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +1,M,26.0,19421,-109.08282899999641,31.938851000000387,2438517,7,12,1991 +17,F,30.0,19422,-109.07941499999636,31.937117000000445,2439541,7,12,1991 +19,F,7.0,19423,-109.07791199999636,31.937438000000434,2439566,7,12,1991 +17,F,29.0,19424,-109.07941499999636,31.937117000000445,2439541,7,12,1991 +20,,,19425,-109.08019099999642,31.93633400000045,2437568,7,12,1991 +17,F,48.0,19426,-109.07941499999636,31.937117000000445,2439541,7,12,1991 +2,M,23.0,19427,-109.08197499999642,31.93888700000037,2437981,7,12,1991 +2,F,41.0,19428,-109.08197499999642,31.93888700000037,2439521,7,12,1991 +24,F,24.0,19429,-109.07773599999636,31.938560000000447,2437981,7,12,1991 +2,F,20.0,19430,-109.08197499999642,31.93888700000037,2437981,7,12,1991 +20,,,19431,-109.08019099999642,31.93633400000045,2491757,7,12,1991 +2,M,52.0,19432,-109.08197499999642,31.93888700000037,2439541,7,12,1991 +12,M,41.0,19433,-109.07851899999636,31.938203000000414,2439521,7,12,1991 +24,F,9.0,19434,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +23,F,12.0,19435,-109.07783799999636,31.93676300000042,2437874,7,12,1991 +7,F,12.0,19436,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +2,M,23.0,19437,-109.08197499999642,31.93888700000037,2438516,7,12,1991 +17,F,24.0,19438,-109.07941499999636,31.937117000000445,2438516,7,12,1991 +7,F,22.0,19439,-109.08281599999641,31.938113000000413,2437981,7,12,1991 +2,M,24.0,19440,-109.08197499999642,31.93888700000037,2438516,7,12,1991 +17,M,27.0,19441,-109.07941499999636,31.937117000000445,2438516,7,12,1991 +18,F,22.0,19442,-109.07863299999636,31.93712600000041,2437981,7,12,1991 +7,,,19443,-109.08281599999641,31.938113000000413,2437981,7,12,1991 +1,M,51.0,19444,-109.08282899999641,31.938851000000387,2439521,7,12,1991 +18,M,14.0,19445,-109.07863299999636,31.93712600000041,2437874,7,12,1991 +24,F,9.0,19446,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +2,F,54.0,19447,-109.08197499999642,31.93888700000037,2439541,7,12,1991 +22,F,41.0,19448,-109.07860199999635,31.93644100000042,2439521,7,12,1991 +24,M,9.0,19449,-109.07773599999636,31.938560000000447,2437874,7,12,1991 +21,F,10.0,19450,-109.07939799999636,31.936448000000453,2437874,7,12,1991 +2,M,10.0,19451,-109.08197499999642,31.93888700000037,2437874,7,12,1991 +12,F,44.0,19452,-109.07851899999636,31.938203000000414,2439521,7,12,1991 +21,F,30.0,19453,-109.07939799999636,31.936448000000453,2439591,7,12,1991 +1,M,58.0,19454,-109.08282899999641,31.938851000000387,2439541,7,12,1991 +17,F,9.0,19455,-109.07941499999636,31.937117000000445,2437874,7,12,1991 +20,F,8.0,19456,-109.08019099999642,31.93633400000045,2437874,7,12,1991 +23,M,10.0,19457,-109.07783799999636,31.93676300000042,2437874,7,12,1991 +1,F,47.0,19458,-109.08282899999641,31.938851000000387,2439541,7,12,1991 +7,M,8.0,19459,-109.08281599999641,31.938113000000413,2437874,7,12,1991 +4,F,40.0,19460,-109.08040899999641,31.93889400000041,2439521,8,12,1991 +9,F,37.0,19461,-109.08090299999638,31.93785900000039,2439521,8,12,1991 +3,F,47.0,19462,-109.08120799999641,31.938896000000387,2438156,8,12,1991 +13,,,19463,-109.08261299999641,31.937028000000442,2491757,8,12,1991 +9,F,26.0,19464,-109.08090299999638,31.93785900000039,2438517,8,12,1991 +13,F,7.0,19465,-109.08261299999641,31.937028000000442,2439566,8,12,1991 +16,M,11.0,19466,-109.08024399999636,31.93709400000041,2437874,8,12,1991 +3,M,24.0,19467,-109.08120799999641,31.938896000000387,2438517,8,12,1991 +4,M,43.0,19468,-109.08040899999641,31.93889400000041,2439521,8,12,1991 +14,F,40.0,19469,-109.08182699999641,31.937054000000447,2439521,8,12,1991 +3,F,24.0,19470,-109.08120799999641,31.938896000000387,2438517,8,12,1991 +9,M,22.0,19471,-109.08090299999638,31.93785900000039,2438516,8,12,1991 +6,M,44.0,19472,-109.07883599999636,31.939078000000414,2439521,8,12,1991 +3,F,44.0,19473,-109.08120799999641,31.938896000000387,2438156,8,12,1991 +13,F,7.0,19474,-109.08261299999641,31.937028000000442,2437874,8,12,1991 +5,F,8.0,19475,-109.07960199999636,31.93897000000045,2438866,8,12,1991 +3,F,22.0,19476,-109.08120799999641,31.938896000000387,2437981,8,12,1991 +4,F,7.0,19477,-109.08040899999641,31.93889400000041,2439566,8,12,1991 +9,M,7.0,19478,-109.08090299999638,31.93785900000039,2437874,8,12,1991 +8,M,42.0,19479,-109.08167999999641,31.937884000000402,2439521,8,12,1991 +10,F,7.0,19480,-109.08009099999636,31.938017000000425,2437874,8,12,1991 +3,M,9.0,19481,-109.08120799999641,31.938896000000387,2437874,8,12,1991 +4,F,22.0,19482,-109.08040899999641,31.93889400000041,2438516,8,12,1991 +13,M,10.0,19483,-109.08261299999641,31.937028000000442,2437874,8,12,1991 +3,M,36.0,19484,-109.08120799999641,31.938896000000387,2438516,8,12,1991 +6,M,15.0,19485,-109.07883599999636,31.939078000000414,2439591,8,12,1991 +9,F,36.0,19486,-109.08090299999638,31.93785900000039,2439521,8,12,1991 +3,M,23.0,19487,-109.08120799999641,31.938896000000387,2438516,8,12,1991 +4,M,49.0,19488,-109.08040899999641,31.93889400000041,2439521,8,12,1991 +11,F,37.0,19489,-109.07930699999636,31.938056000000426,2439521,8,12,1991 +15,,,19490,-109.08103599999642,31.937059000000463,2437568,8,12,1991 +5,M,30.0,19491,-109.07960199999636,31.93897000000045,2439541,8,12,1991 +3,M,9.0,19492,-109.08120799999641,31.938896000000387,2437874,8,12,1991 +13,,,19493,-109.08261299999641,31.937028000000442,2439591,8,12,1991 +3,M,11.0,19494,-109.08120799999641,31.938896000000387,2437874,8,12,1991 +6,F,7.0,19495,-109.07883599999636,31.939078000000414,2439566,8,12,1991 +3,M,9.0,19496,-109.08120799999641,31.938896000000387,2437874,8,12,1991 +13,M,9.0,19497,-109.08261299999641,31.937028000000442,2437874,8,12,1991 +3,F,7.0,19498,-109.08120799999641,31.938896000000387,2439566,8,12,1991 +4,F,42.0,19499,-109.08040899999641,31.93889400000041,2439521,8,12,1991 +3,M,8.0,19500,-109.08120799999641,31.938896000000387,2438866,8,12,1991 +3,F,166.0,19501,-109.08120799999641,31.938896000000387,,8,12,1991 +14,M,40.0,19502,-109.08182699999641,31.937054000000447,2439521,8,12,1991 +11,F,10.0,19503,-109.07930699999636,31.938056000000426,2437874,8,12,1991 +8,M,42.0,19504,-109.08167999999641,31.937884000000402,2439521,8,12,1991 +14,F,37.0,19505,-109.08182699999641,31.937054000000447,2439521,8,12,1991 +6,F,10.0,19506,-109.07883599999636,31.939078000000414,2437874,8,12,1991 +9,M,48.0,19507,-109.08090299999638,31.93785900000039,2439521,8,12,1991 +4,M,50.0,19508,-109.08040899999641,31.93889400000041,2439521,8,12,1991 +8,F,40.0,19509,-109.08167999999641,31.937884000000402,2439521,8,12,1991 +8,M,23.0,19510,-109.08167999999641,31.937884000000402,2438516,8,12,1991 +4,M,49.0,19511,-109.08040899999641,31.93889400000041,2439521,8,12,1991 +8,F,47.0,19512,-109.08167999999641,31.937884000000402,2439541,8,12,1991 +15,F,11.0,19513,-109.08103599999642,31.937059000000463,2437874,8,12,1991 +13,M,34.0,19514,-109.08261299999641,31.937028000000442,2438517,8,12,1991 +3,M,8.0,19515,-109.08120799999641,31.938896000000387,2438866,8,12,1991 +6,F,11.0,19516,-109.07883599999636,31.939078000000414,2437874,8,12,1991 +9,F,43.0,19517,-109.08090299999638,31.93785900000039,2439521,8,12,1991 +13,F,8.0,19518,-109.08261299999641,31.937028000000442,2439566,8,12,1991 +6,,,19519,-109.07883599999636,31.939078000000414,2437874,8,12,1991 +5,F,10.0,19520,-109.07960199999636,31.93897000000045,2437874,8,12,1991 +9,M,40.0,19521,-109.08090299999638,31.93785900000039,2439521,8,12,1991 +6,M,9.0,19522,-109.07883599999636,31.939078000000414,2437874,8,12,1991 +11,F,45.0,19523,-109.07930699999636,31.938056000000426,2439521,8,12,1991 +8,M,44.0,19524,-109.08167999999641,31.937884000000402,2439521,8,12,1991 +5,M,10.0,19525,-109.07960199999636,31.93897000000045,2437874,8,12,1991 +9,M,38.0,19526,-109.08090299999638,31.93785900000039,2439521,8,12,1991 +15,M,8.0,19527,-109.08103599999642,31.937059000000463,2437874,8,12,1991 +5,F,11.0,19528,-109.07960199999636,31.93897000000045,2437874,8,12,1991 +13,F,39.0,19529,-109.08261299999641,31.937028000000442,2439521,8,12,1991 +14,M,48.0,19530,-109.08182699999641,31.937054000000447,2439521,8,12,1991 +4,M,21.0,19531,-109.08040899999641,31.93889400000041,2438516,8,12,1991 +11,M,53.0,19532,-109.07930699999636,31.938056000000426,2439521,8,12,1991 +13,M,23.0,19533,-109.08261299999641,31.937028000000442,2438517,8,12,1991 +5,M,24.0,19534,-109.07960199999636,31.93897000000045,2438517,8,12,1991 +4,F,48.0,19535,-109.08040899999641,31.93889400000041,2439541,8,12,1991 +6,M,11.0,19536,-109.07883599999636,31.939078000000414,2437874,8,12,1991 +5,F,11.0,19537,-109.07960199999636,31.93897000000045,2437874,8,12,1991 +21,M,11.0,19538,-109.07939799999636,31.936448000000453,2437874,8,1,1992 +12,M,,19539,-109.07851899999636,31.938203000000414,2439521,8,1,1992 +2,M,42.0,19540,-109.08197499999642,31.93888700000037,2439521,8,1,1992 +7,M,20.0,19541,-109.08281599999641,31.938113000000413,2437981,8,1,1992 +1,M,53.0,19542,-109.08282899999641,31.938851000000387,2439521,8,1,1992 +12,F,8.0,19543,-109.07851899999636,31.938203000000414,2437874,8,1,1992 +19,F,9.0,19544,-109.07791199999636,31.937438000000434,2438866,8,1,1992 +21,F,9.0,19545,-109.07939799999636,31.936448000000453,2437874,8,1,1992 +2,F,46.0,19546,-109.08197499999642,31.93888700000037,2439541,8,1,1992 +18,M,35.0,19547,-109.07863299999636,31.93712600000041,2438153,8,1,1992 +2,,,19548,-109.08197499999642,31.93888700000037,,8,1,1992 +19,M,12.0,19549,-109.07791199999636,31.937438000000434,2437874,8,1,1992 +23,M,12.0,19550,-109.07783799999636,31.93676300000042,2437874,8,1,1992 +24,F,10.0,19551,-109.07773599999636,31.938560000000447,2437874,8,1,1992 +1,M,31.0,19552,-109.08282899999641,31.938851000000387,2439541,8,1,1992 +2,M,47.0,19553,-109.08197499999642,31.93888700000037,2439541,8,1,1992 +22,F,35.0,19554,-109.07860199999635,31.93644100000042,2439521,8,1,1992 +23,,,19555,-109.07783799999636,31.93676300000042,2437874,8,1,1992 +17,F,49.0,19556,-109.07941499999636,31.937117000000445,2439541,8,1,1992 +7,F,12.0,19557,-109.08281599999641,31.938113000000413,2437874,8,1,1992 +1,M,58.0,19558,-109.08282899999641,31.938851000000387,2439541,8,1,1992 +17,F,36.0,19559,-109.07941499999636,31.937117000000445,2439521,8,1,1992 +18,F,7.0,19560,-109.07863299999636,31.93712600000041,2439566,8,1,1992 +19,M,20.0,19561,-109.07791199999636,31.937438000000434,2438516,8,1,1992 +17,M,47.0,19562,-109.07941499999636,31.937117000000445,2439521,8,1,1992 +2,M,22.0,19563,-109.08197499999642,31.93888700000037,2437981,8,1,1992 +18,F,23.0,19564,-109.07863299999636,31.93712600000041,2438516,8,1,1992 +1,M,50.0,19565,-109.08282899999641,31.938851000000387,2439521,8,1,1992 +2,F,48.0,19566,-109.08197499999642,31.93888700000037,2439541,8,1,1992 +1,M,30.0,19567,-109.08282899999641,31.938851000000387,2439541,8,1,1992 +19,M,8.0,19568,-109.07791199999636,31.937438000000434,2438866,8,1,1992 +22,,,19569,-109.07860199999635,31.93644100000042,2439531,8,1,1992 +12,F,41.0,19570,-109.07851899999636,31.938203000000414,2439521,8,1,1992 +1,F,45.0,19571,-109.08282899999641,31.938851000000387,2439541,8,1,1992 +12,M,38.0,19572,-109.07851899999636,31.938203000000414,2439521,8,1,1992 +19,M,20.0,19573,-109.07791199999636,31.937438000000434,2438516,8,1,1992 +1,F,15.0,19574,-109.08282899999641,31.938851000000387,2439591,8,1,1992 +23,,,19575,-109.07783799999636,31.93676300000042,2437874,8,1,1992 +21,M,6.0,19576,-109.07939799999636,31.936448000000453,2437874,8,1,1992 +2,M,22.0,19577,-109.08197499999642,31.93888700000037,2438516,8,1,1992 +12,M,9.0,19578,-109.07851899999636,31.938203000000414,2437874,8,1,1992 +20,M,9.0,19579,-109.08019099999642,31.93633400000045,2437874,8,1,1992 +2,F,8.0,19580,-109.08197499999642,31.93888700000037,2437874,8,1,1992 +2,F,19.0,19581,-109.08197499999642,31.93888700000037,2437981,8,1,1992 +19,M,9.0,19582,-109.07791199999636,31.937438000000434,2437874,8,1,1992 +7,F,10.0,19583,-109.08281599999641,31.938113000000413,2437874,8,1,1992 +17,F,51.0,19584,-109.07941499999636,31.937117000000445,2439541,8,1,1992 +19,F,7.0,19585,-109.07791199999636,31.937438000000434,2438866,8,1,1992 +7,F,24.0,19586,-109.08281599999641,31.938113000000413,2437981,8,1,1992 +3,M,8.0,19587,-109.08120799999641,31.938896000000387,2437874,9,1,1992 +9,F,38.0,19588,-109.08090299999638,31.93785900000039,2439521,9,1,1992 +13,,,19589,-109.08261299999641,31.937028000000442,2491276,9,1,1992 +5,M,8.0,19590,-109.07960199999636,31.93897000000045,2437874,9,1,1992 +13,F,29.0,19591,-109.08261299999641,31.937028000000442,2439584,9,1,1992 +4,M,42.0,19592,-109.08040899999641,31.93889400000041,2439521,9,1,1992 +13,,,19593,-109.08261299999641,31.937028000000442,2491276,9,1,1992 +3,F,166.0,19594,-109.08120799999641,31.938896000000387,,9,1,1992 +3,F,20.0,19595,-109.08120799999641,31.938896000000387,2437981,9,1,1992 +14,M,24.0,19596,-109.08182699999641,31.937054000000447,2438517,9,1,1992 +3,M,17.0,19597,-109.08120799999641,31.938896000000387,2439591,9,1,1992 +11,,,19598,-109.07930699999636,31.938056000000426,,9,1,1992 +8,F,23.0,19599,-109.08167999999641,31.937884000000402,2438516,9,1,1992 +14,M,41.0,19600,-109.08182699999641,31.937054000000447,2439521,9,1,1992 +16,F,8.0,19601,-109.08024399999636,31.93709400000041,2437874,9,1,1992 +4,F,36.0,19602,-109.08040899999641,31.93889400000041,2439521,9,1,1992 +11,M,39.0,19603,-109.07930699999636,31.938056000000426,2439521,9,1,1992 +8,M,45.0,19604,-109.08167999999641,31.937884000000402,2439521,9,1,1992 +8,,,19605,-109.08167999999641,31.937884000000402,,9,1,1992 +13,M,10.0,19606,-109.08261299999641,31.937028000000442,2437874,9,1,1992 +14,F,38.0,19607,-109.08182699999641,31.937054000000447,2439521,9,1,1992 +8,F,47.0,19608,-109.08167999999641,31.937884000000402,2439541,9,1,1992 +8,M,42.0,19609,-109.08167999999641,31.937884000000402,2439521,9,1,1992 +13,M,8.0,19610,-109.08261299999641,31.937028000000442,2437874,9,1,1992 +14,M,49.0,19611,-109.08182699999641,31.937054000000447,2439521,9,1,1992 +11,M,9.0,19612,-109.07930699999636,31.938056000000426,2437874,9,1,1992 +9,M,39.0,19613,-109.08090299999638,31.93785900000039,2439521,9,1,1992 +16,M,10.0,19614,-109.08024399999636,31.93709400000041,2437874,9,1,1992 +9,M,23.0,19615,-109.08090299999638,31.93785900000039,2438516,9,1,1992 +11,M,45.0,19616,-109.07930699999636,31.938056000000426,2439521,9,1,1992 +9,M,46.0,19617,-109.08090299999638,31.93785900000039,2439521,9,1,1992 +8,F,41.0,19618,-109.08167999999641,31.937884000000402,2439521,9,1,1992 +4,M,48.0,19619,-109.08040899999641,31.93889400000041,2439521,9,1,1992 +11,F,10.0,19620,-109.07930699999636,31.938056000000426,2437874,9,1,1992 +4,M,45.0,19621,-109.08040899999641,31.93889400000041,2439521,9,1,1992 +15,F,9.0,19622,-109.08103599999642,31.937059000000463,2437874,9,1,1992 +13,M,46.0,19623,-109.08261299999641,31.937028000000442,2439521,9,1,1992 +9,M,40.0,19624,-109.08090299999638,31.93785900000039,2439521,9,1,1992 +4,M,22.0,19625,-109.08040899999641,31.93889400000041,2438516,9,1,1992 +11,M,50.0,19626,-109.07930699999636,31.938056000000426,2439521,9,1,1992 +5,M,26.0,19627,-109.07960199999636,31.93897000000045,2438516,9,1,1992 +4,F,23.0,19628,-109.08040899999641,31.93889400000041,2438516,9,1,1992 +9,M,42.0,19629,-109.08090299999638,31.93785900000039,2439521,9,1,1992 +16,F,13.0,19630,-109.08024399999636,31.93709400000041,2437874,9,1,1992 +13,M,35.0,19631,-109.08261299999641,31.937028000000442,2438516,9,1,1992 +4,M,23.0,19632,-109.08040899999641,31.93889400000041,2438516,9,1,1992 +7,,,19633,-109.08281599999641,31.938113000000413,2491276,9,1,1992 +3,F,38.0,19634,-109.08120799999641,31.938896000000387,2438156,9,1,1992 +5,F,23.0,19635,-109.07960199999636,31.93897000000045,2438516,9,1,1992 +10,,,19636,-109.08009099999636,31.938017000000425,2437874,9,1,1992 +6,,,19637,-109.07883599999636,31.939078000000414,,9,1,1992 +7,,11.0,19638,-109.08281599999641,31.938113000000413,2437874,6,2,1992 +7,M,23.0,19639,-109.08281599999641,31.938113000000413,2437981,6,2,1992 +2,M,20.0,19640,-109.08197499999642,31.93888700000037,2438516,6,2,1992 +2,F,46.0,19641,-109.08197499999642,31.93888700000037,2439541,6,2,1992 +18,F,23.0,19642,-109.07863299999636,31.93712600000041,2438517,6,2,1992 +12,M,33.0,19643,-109.07851899999636,31.938203000000414,2438516,6,2,1992 +12,M,,19644,-109.07851899999636,31.938203000000414,2439521,6,2,1992 +18,F,9.0,19645,-109.07863299999636,31.93712600000041,2437874,6,2,1992 +1,M,36.0,19646,-109.08282899999641,31.938851000000387,2439541,6,2,1992 +12,F,34.0,19647,-109.07851899999636,31.938203000000414,2438517,6,2,1992 +2,M,50.0,19648,-109.08197499999642,31.93888700000037,2439541,6,2,1992 +18,M,7.0,19649,-109.07863299999636,31.93712600000041,2439566,6,2,1992 +18,F,7.0,19650,-109.07863299999636,31.93712600000041,2437874,6,2,1992 +1,M,57.0,19651,-109.08282899999641,31.938851000000387,2439541,6,2,1992 +12,M,44.0,19652,-109.07851899999636,31.938203000000414,2439521,6,2,1992 +12,F,9.0,19653,-109.07851899999636,31.938203000000414,2437874,6,2,1992 +18,F,7.0,19654,-109.07863299999636,31.93712600000041,2439566,6,2,1992 +19,F,8.0,19655,-109.07791199999636,31.937438000000434,2437874,6,2,1992 +2,F,51.0,19656,-109.08197499999642,31.93888700000037,2438156,6,2,1992 +1,M,52.0,19657,-109.08282899999641,31.938851000000387,2439521,6,2,1992 +2,M,22.0,19658,-109.08197499999642,31.93888700000037,2437981,6,2,1992 +2,M,23.0,19659,-109.08197499999642,31.93888700000037,2438517,6,2,1992 +2,F,52.0,19660,-109.08197499999642,31.93888700000037,2439541,6,2,1992 +1,M,47.0,19661,-109.08282899999641,31.938851000000387,2439541,6,2,1992 +2,F,19.0,19662,-109.08197499999642,31.93888700000037,2437981,6,2,1992 +22,F,124.0,19663,-109.07860199999635,31.93644100000042,2439531,6,2,1992 +1,M,46.0,19664,-109.08282899999641,31.938851000000387,2439521,6,2,1992 +22,M,26.0,19665,-109.07860199999635,31.93644100000042,2437981,6,2,1992 +1,F,46.0,19666,-109.08282899999641,31.938851000000387,2439541,6,2,1992 +2,F,8.0,19667,-109.08197499999642,31.93888700000037,2437874,6,2,1992 +1,M,55.0,19668,-109.08282899999641,31.938851000000387,2439541,6,2,1992 +22,F,38.0,19669,-109.07860199999635,31.93644100000042,2439521,6,2,1992 +7,,,19670,-109.08281599999641,31.938113000000413,2491757,6,2,1992 +7,F,22.0,19671,-109.08281599999641,31.938113000000413,2437981,6,2,1992 +2,M,21.0,19672,-109.08197499999642,31.93888700000037,2437981,6,2,1992 +1,M,,19673,-109.08282899999641,31.938851000000387,2439541,6,2,1992 +2,F,18.0,19674,-109.08197499999642,31.93888700000037,2437981,6,2,1992 +12,F,41.0,19675,-109.07851899999636,31.938203000000414,2439521,6,2,1992 +7,F,13.0,19676,-109.08281599999641,31.938113000000413,2437874,6,2,1992 +2,M,9.0,19677,-109.08197499999642,31.93888700000037,2437874,6,2,1992 +2,M,8.0,19678,-109.08197499999642,31.93888700000037,2437874,6,2,1992 +23,,,19679,-109.07783799999636,31.93676300000042,,6,2,1992 +3,F,20.0,19680,-109.08120799999641,31.938896000000387,2437981,7,2,1992 +4,M,44.0,19681,-109.08040899999641,31.93889400000041,2439521,7,2,1992 +3,F,174.0,19682,-109.08120799999641,31.938896000000387,,7,2,1992 +8,,,19683,-109.08167999999641,31.937884000000402,2491276,7,2,1992 +17,F,38.0,19684,-109.07941499999636,31.937117000000445,2439521,7,2,1992 +11,M,49.0,19685,-109.07930699999636,31.938056000000426,2439521,7,2,1992 +9,F,36.0,19686,-109.08090299999638,31.93785900000039,2439521,7,2,1992 +9,M,24.0,19687,-109.08090299999638,31.93785900000039,2438516,7,2,1992 +17,M,49.0,19688,-109.07941499999636,31.937117000000445,2439521,7,2,1992 +3,M,24.0,19689,-109.08120799999641,31.938896000000387,2438516,7,2,1992 +9,M,50.0,19690,-109.08090299999638,31.93785900000039,2439521,7,2,1992 +20,F,77.0,19691,-109.08019099999642,31.93633400000045,2438156,7,2,1992 +11,F,21.0,19692,-109.07930699999636,31.938056000000426,2437981,7,2,1992 +3,M,23.0,19693,-109.08120799999641,31.938896000000387,2437981,7,2,1992 +9,M,47.0,19694,-109.08090299999638,31.93785900000039,2439521,7,2,1992 +21,F,11.0,19695,-109.07939799999636,31.936448000000453,2437874,7,2,1992 +3,M,17.0,19696,-109.08120799999641,31.938896000000387,2439591,7,2,1992 +8,M,46.0,19697,-109.08167999999641,31.937884000000402,2439521,7,2,1992 +9,F,33.0,19698,-109.08090299999638,31.93785900000039,2439521,7,2,1992 +3,M,7.0,19699,-109.08120799999641,31.938896000000387,2438866,7,2,1992 +3,M,49.0,19700,-109.08120799999641,31.938896000000387,2438156,7,2,1992 +11,M,28.0,19701,-109.07930699999636,31.938056000000426,2438516,7,2,1992 +3,F,12.0,19702,-109.08120799999641,31.938896000000387,2439591,7,2,1992 +3,M,9.0,19703,-109.08120799999641,31.938896000000387,2437874,7,2,1992 +11,M,10.0,19704,-109.07930699999636,31.938056000000426,2437874,7,2,1992 +4,F,38.0,19705,-109.08040899999641,31.93889400000041,2439521,7,2,1992 +8,M,43.0,19706,-109.08167999999641,31.937884000000402,2439521,7,2,1992 +17,F,42.0,19707,-109.07941499999636,31.937117000000445,2439541,7,2,1992 +5,F,12.0,19708,-109.07960199999636,31.93897000000045,2437874,7,2,1992 +8,F,44.0,19709,-109.08167999999641,31.937884000000402,2439541,7,2,1992 +20,M,9.0,19710,-109.08019099999642,31.93633400000045,2437874,7,2,1992 +9,,,19711,-109.08090299999638,31.93785900000039,2491276,7,2,1992 +11,,,19712,-109.07930699999636,31.938056000000426,2491276,7,2,1992 +5,F,52.0,19713,-109.07960199999636,31.93897000000045,2439541,7,2,1992 +4,M,46.0,19714,-109.08040899999641,31.93889400000041,2439521,7,2,1992 +9,,,19715,-109.08090299999638,31.93785900000039,2491276,7,2,1992 +4,F,22.0,19716,-109.08040899999641,31.93889400000041,2438516,7,2,1992 +11,M,48.0,19717,-109.07930699999636,31.938056000000426,2439521,7,2,1992 +4,M,47.0,19718,-109.08040899999641,31.93889400000041,2439521,7,2,1992 +17,M,12.0,19719,-109.07941499999636,31.937117000000445,2437874,7,2,1992 +11,,,19720,-109.07930699999636,31.938056000000426,2491276,7,2,1992 +5,F,46.0,19721,-109.07960199999636,31.93897000000045,2439541,7,2,1992 +5,F,48.0,19722,-109.07960199999636,31.93897000000045,2439541,7,2,1992 +17,F,37.0,19723,-109.07941499999636,31.937117000000445,2439521,7,2,1992 +24,M,25.0,19724,-109.07773599999636,31.938560000000447,2437981,7,2,1992 +17,F,43.0,19725,-109.07941499999636,31.937117000000445,2439541,7,2,1992 +9,M,38.0,19726,-109.08090299999638,31.93785900000039,2439521,7,2,1992 +11,,,19727,-109.07930699999636,31.938056000000426,2491757,7,2,1992 +8,F,38.0,19728,-109.08167999999641,31.937884000000402,2439521,7,2,1992 +24,M,21.0,19729,-109.07773599999636,31.938560000000447,2438517,7,2,1992 +11,F,37.0,19730,-109.07930699999636,31.938056000000426,2439521,7,2,1992 +5,M,55.0,19731,-109.07960199999636,31.93897000000045,2439541,7,2,1992 +24,F,22.0,19732,-109.07773599999636,31.938560000000447,2437981,7,2,1992 +3,F,37.0,19733,-109.08120799999641,31.938896000000387,2438156,7,2,1992 +3,F,39.0,19734,-109.08120799999641,31.938896000000387,2438156,7,2,1992 +11,M,48.0,19735,-109.07930699999636,31.938056000000426,2439521,7,2,1992 +24,,10.0,19736,-109.07773599999636,31.938560000000447,2437874,7,2,1992 +4,,38.0,19737,-109.08040899999641,31.93889400000041,2439521,7,2,1992 +14,M,45.0,19738,-109.08182699999641,31.937054000000447,2439521,8,2,1992 +14,M,22.0,19739,-109.08182699999641,31.937054000000447,2438516,8,2,1992 +13,M,24.0,19740,-109.08261299999641,31.937028000000442,2437981,8,2,1992 +13,F,25.0,19741,-109.08261299999641,31.937028000000442,2437981,8,2,1992 +10,F,10.0,19742,-109.08009099999636,31.938017000000425,2437874,8,2,1992 +6,F,10.0,19743,-109.07883599999636,31.939078000000414,2437874,8,2,1992 +6,M,10.0,19744,-109.07883599999636,31.939078000000414,2437874,8,2,1992 +13,F,29.0,19745,-109.08261299999641,31.937028000000442,2439584,8,2,1992 +13,,,19746,-109.08261299999641,31.937028000000442,2438517,8,2,1992 +14,,,19747,-109.08182699999641,31.937054000000447,,8,2,1992 +13,,37.0,19748,-109.08261299999641,31.937028000000442,2438517,8,2,1992 +13,M,47.0,19749,-109.08261299999641,31.937028000000442,2439541,8,2,1992 +14,F,36.0,19750,-109.08182699999641,31.937054000000447,2439521,8,2,1992 +6,F,11.0,19751,-109.07883599999636,31.939078000000414,2437874,8,2,1992 +16,,,19752,-109.08024399999636,31.93709400000041,,8,2,1992 +15,,,19753,-109.08103599999642,31.937059000000463,,8,2,1992 +18,F,7.0,19754,-109.07863299999636,31.93712600000041,2439566,7,3,1992 +21,F,,19755,-109.07939799999636,31.936448000000453,2437874,7,3,1992 +19,F,7.0,19756,-109.07791199999636,31.937438000000434,2438866,7,3,1992 +7,M,20.0,19757,-109.08281599999641,31.938113000000413,2437981,7,3,1992 +2,M,50.0,19758,-109.08197499999642,31.93888700000037,2439541,7,3,1992 +6,M,14.0,19759,-109.07883599999636,31.939078000000414,2439591,7,3,1992 +2,F,46.0,19760,-109.08197499999642,31.93888700000037,2439541,7,3,1992 +17,M,49.0,19761,-109.07941499999636,31.937117000000445,2439521,7,3,1992 +19,M,11.0,19762,-109.07791199999636,31.937438000000434,2437874,7,3,1992 +20,F,16.0,19763,-109.08019099999642,31.93633400000045,2439591,7,3,1992 +3,M,19.0,19764,-109.08120799999641,31.938896000000387,2439591,7,3,1992 +18,F,7.0,19765,-109.07863299999636,31.93712600000041,2439566,7,3,1992 +3,F,10.0,19766,-109.08120799999641,31.938896000000387,2437874,7,3,1992 +4,M,46.0,19767,-109.08040899999641,31.93889400000041,2439521,7,3,1992 +11,M,28.0,19768,-109.07930699999636,31.938056000000426,2437981,7,3,1992 +12,F,28.0,19769,-109.07851899999636,31.938203000000414,2437981,7,3,1992 +4,F,43.0,19770,-109.08040899999641,31.93889400000041,2439521,7,3,1992 +17,M,10.0,19771,-109.07941499999636,31.937117000000445,2437874,7,3,1992 +21,M,11.0,19772,-109.07939799999636,31.936448000000453,2437874,7,3,1992 +7,F,9.0,19773,-109.08281599999641,31.938113000000413,2437874,7,3,1992 +23,F,11.0,19774,-109.07783799999636,31.93676300000042,2437874,7,3,1992 +7,M,8.0,19775,-109.08281599999641,31.938113000000413,2437874,7,3,1992 +19,F,9.0,19776,-109.07791199999636,31.937438000000434,2438866,7,3,1992 +17,F,38.0,19777,-109.07941499999636,31.937117000000445,2439521,7,3,1992 +24,M,8.0,19778,-109.07773599999636,31.938560000000447,2437874,7,3,1992 +4,M,32.0,19779,-109.08040899999641,31.93889400000041,2439521,7,3,1992 +9,M,49.0,19780,-109.08090299999638,31.93785900000039,2439521,7,3,1992 +24,F,21.0,19781,-109.07773599999636,31.938560000000447,2437981,7,3,1992 +1,M,53.0,19782,-109.08282899999641,31.938851000000387,2439521,7,3,1992 +11,F,28.0,19783,-109.07930699999636,31.938056000000426,2437981,7,3,1992 +3,M,58.0,19784,-109.08120799999641,31.938896000000387,2438156,7,3,1992 +6,F,9.0,19785,-109.07883599999636,31.939078000000414,2439566,7,3,1992 +1,M,43.0,19786,-109.08282899999641,31.938851000000387,2439541,7,3,1992 +2,F,52.0,19787,-109.08197499999642,31.93888700000037,2439541,7,3,1992 +17,F,37.0,19788,-109.07941499999636,31.937117000000445,2438517,7,3,1992 +20,F,9.0,19789,-109.08019099999642,31.93633400000045,2437874,7,3,1992 +1,M,55.0,19790,-109.08282899999641,31.938851000000387,2439541,7,3,1992 +2,F,9.0,19791,-109.08197499999642,31.93888700000037,2437874,7,3,1992 +19,F,,19792,-109.07791199999636,31.937438000000434,2437874,7,3,1992 +22,F,105.0,19793,-109.07860199999635,31.93644100000042,2439531,7,3,1992 +2,M,10.0,19794,-109.08197499999642,31.93888700000037,2437874,7,3,1992 +12,M,,19795,-109.07851899999636,31.938203000000414,2439521,7,3,1992 +7,F,11.0,19796,-109.08281599999641,31.938113000000413,2437874,7,3,1992 +17,M,47.0,19797,-109.07941499999636,31.937117000000445,2439521,7,3,1992 +3,F,21.0,19798,-109.08120799999641,31.938896000000387,2437981,7,3,1992 +6,M,11.0,19799,-109.07883599999636,31.939078000000414,2437874,7,3,1992 +23,M,8.0,19800,-109.07783799999636,31.93676300000042,2437874,7,3,1992 +2,M,23.0,19801,-109.08197499999642,31.93888700000037,2437981,7,3,1992 +19,M,10.0,19802,-109.07791199999636,31.937438000000434,2437874,7,3,1992 +1,F,51.0,19803,-109.08282899999641,31.938851000000387,2439541,7,3,1992 +17,M,52.0,19804,-109.07941499999636,31.937117000000445,2439521,7,3,1992 +12,M,41.0,19805,-109.07851899999636,31.938203000000414,2439521,7,3,1992 +24,F,8.0,19806,-109.07773599999636,31.938560000000447,2437874,7,3,1992 +2,M,47.0,19807,-109.08197499999642,31.93888700000037,2439521,7,3,1992 +1,M,53.0,19808,-109.08282899999641,31.938851000000387,2439541,7,3,1992 +3,M,11.0,19809,-109.08120799999641,31.938896000000387,2437874,7,3,1992 +4,F,33.0,19810,-109.08040899999641,31.93889400000041,2439521,7,3,1992 +3,F,17.0,19811,-109.08120799999641,31.938896000000387,2439591,7,3,1992 +6,M,10.0,19812,-109.07883599999636,31.939078000000414,2437874,7,3,1992 +3,M,10.0,19813,-109.08120799999641,31.938896000000387,2437874,7,3,1992 +1,M,57.0,19814,-109.08282899999641,31.938851000000387,2439541,7,3,1992 +4,M,48.0,19815,-109.08040899999641,31.93889400000041,2439521,7,3,1992 +7,F,9.0,19816,-109.08281599999641,31.938113000000413,2437874,7,3,1992 +4,F,41.0,19817,-109.08040899999641,31.93889400000041,2439541,7,3,1992 +17,,,19818,-109.07941499999636,31.937117000000445,2437568,7,3,1992 +2,F,19.0,19819,-109.08197499999642,31.93888700000037,2437981,7,3,1992 +4,M,45.0,19820,-109.08040899999641,31.93889400000041,2439521,7,3,1992 +6,F,10.0,19821,-109.07883599999636,31.939078000000414,2437874,7,3,1992 +12,F,42.0,19822,-109.07851899999636,31.938203000000414,2439521,7,3,1992 +1,F,47.0,19823,-109.08282899999641,31.938851000000387,2439541,7,3,1992 +22,F,37.0,19824,-109.07860199999635,31.93644100000042,2439521,7,3,1992 +24,F,7.0,19825,-109.07773599999636,31.938560000000447,2437874,7,3,1992 +7,F,32.0,19826,-109.08281599999641,31.938113000000413,2437981,7,3,1992 +19,M,26.0,19827,-109.07791199999636,31.937438000000434,2438517,7,3,1992 +3,F,39.0,19828,-109.08120799999641,31.938896000000387,2438156,7,3,1992 +14,M,44.0,19829,-109.08182699999641,31.937054000000447,2439521,8,3,1992 +13,F,8.0,19830,-109.08261299999641,31.937028000000442,2437874,8,3,1992 +16,M,22.0,19831,-109.08024399999636,31.93709400000041,2437981,8,3,1992 +8,,,19832,-109.08167999999641,31.937884000000402,,8,3,1992 +13,,,19833,-109.08261299999641,31.937028000000442,,8,3,1992 +8,F,49.0,19834,-109.08167999999641,31.937884000000402,2439541,8,3,1992 +14,,,19835,-109.08182699999641,31.937054000000447,2437568,8,3,1992 +8,M,28.0,19836,-109.08167999999641,31.937884000000402,2438516,8,3,1992 +13,M,35.0,19837,-109.08261299999641,31.937028000000442,2438517,8,3,1992 +9,M,10.0,19838,-109.08090299999638,31.93785900000039,2437874,8,3,1992 +13,M,7.0,19839,-109.08261299999641,31.937028000000442,2439566,8,3,1992 +10,M,11.0,19840,-109.08009099999636,31.938017000000425,2437874,8,3,1992 +8,M,43.0,19841,-109.08167999999641,31.937884000000402,2439521,8,3,1992 +14,F,43.0,19842,-109.08182699999641,31.937054000000447,2439521,8,3,1992 +11,M,27.0,19843,-109.07930699999636,31.938056000000426,2437981,8,3,1992 +11,M,50.0,19844,-109.07930699999636,31.938056000000426,2439521,8,3,1992 +14,M,10.0,19845,-109.08182699999641,31.937054000000447,2437874,8,3,1992 +10,F,9.0,19846,-109.08009099999636,31.938017000000425,2437874,8,3,1992 +14,M,51.0,19847,-109.08182699999641,31.937054000000447,2439521,8,3,1992 +5,M,42.0,19848,-109.07960199999636,31.93897000000045,2439541,8,3,1992 +11,M,10.0,19849,-109.07930699999636,31.938056000000426,2437874,8,3,1992 +14,F,40.0,19850,-109.08182699999641,31.937054000000447,2439521,8,3,1992 +15,M,10.0,19851,-109.08103599999642,31.937059000000463,2437874,8,3,1992 +10,M,9.0,19852,-109.08009099999636,31.938017000000425,2437874,8,3,1992 +5,M,9.0,19853,-109.07960199999636,31.93897000000045,2437874,8,3,1992 +15,,,19854,-109.08103599999642,31.937059000000463,2437568,8,3,1992 +9,M,41.0,19855,-109.08090299999638,31.93785900000039,2439521,8,3,1992 +11,F,35.0,19856,-109.07930699999636,31.938056000000426,2439521,8,3,1992 +8,M,24.0,19857,-109.08167999999641,31.937884000000402,2438516,8,3,1992 +13,F,29.0,19858,-109.08261299999641,31.937028000000442,2439584,8,3,1992 +5,F,11.0,19859,-109.07960199999636,31.93897000000045,2437874,8,3,1992 +5,M,31.0,19860,-109.07960199999636,31.93897000000045,2438516,8,3,1992 +21,F,9.0,19861,-109.07939799999636,31.936448000000453,2437874,4,4,1992 +17,M,46.0,19862,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +23,F,13.0,19863,-109.07783799999636,31.93676300000042,2437874,4,4,1992 +2,F,51.0,19864,-109.08197499999642,31.93888700000037,2439541,4,4,1992 +17,M,49.0,19865,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +17,M,49.0,19866,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +2,M,49.0,19867,-109.08197499999642,31.93888700000037,2439521,4,4,1992 +2,M,51.0,19868,-109.08197499999642,31.93888700000037,2439541,4,4,1992 +17,M,52.0,19869,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +18,M,8.0,19870,-109.07863299999636,31.93712600000041,2439566,4,4,1992 +17,F,51.0,19871,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +22,F,22.0,19872,-109.07860199999635,31.93644100000042,2438517,4,4,1992 +19,F,9.0,19873,-109.07791199999636,31.937438000000434,2439566,4,4,1992 +17,M,52.0,19874,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +7,F,13.0,19875,-109.08281599999641,31.938113000000413,2437874,4,4,1992 +7,M,11.0,19876,-109.08281599999641,31.938113000000413,2437874,4,4,1992 +1,M,51.0,19877,-109.08282899999641,31.938851000000387,2439521,4,4,1992 +20,,,19878,-109.08019099999642,31.93633400000045,2491757,4,4,1992 +24,F,33.0,19879,-109.07773599999636,31.938560000000447,2438517,4,4,1992 +1,F,42.0,19880,-109.08282899999641,31.938851000000387,2439541,4,4,1992 +12,M,49.0,19881,-109.07851899999636,31.938203000000414,2439521,4,4,1992 +17,M,,19882,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +17,M,49.0,19883,-109.07941499999636,31.937117000000445,2439521,4,4,1992 +1,M,47.0,19884,-109.08282899999641,31.938851000000387,2439521,4,4,1992 +22,F,59.0,19885,-109.07860199999635,31.93644100000042,2439531,4,4,1992 +22,F,110.0,19886,-109.07860199999635,31.93644100000042,2439531,4,4,1992 +18,M,20.0,19887,-109.07863299999636,31.93712600000041,2439591,4,4,1992 +24,F,25.0,19888,-109.07773599999636,31.938560000000447,2437981,4,4,1992 +12,M,42.0,19889,-109.07851899999636,31.938203000000414,2439521,4,4,1992 +7,F,14.0,19890,-109.08281599999641,31.938113000000413,2437874,4,4,1992 +18,M,11.0,19891,-109.07863299999636,31.93712600000041,2437874,4,4,1992 +7,,,19892,-109.08281599999641,31.938113000000413,2491757,4,4,1992 +17,M,35.0,19893,-109.07941499999636,31.937117000000445,2438517,4,4,1992 +2,F,55.0,19894,-109.08197499999642,31.93888700000037,2439541,4,4,1992 +1,M,,19895,-109.08282899999641,31.938851000000387,2439541,4,4,1992 +2,F,21.0,19896,-109.08197499999642,31.93888700000037,2437981,4,4,1992 +1,F,49.0,19897,-109.08282899999641,31.938851000000387,2439541,4,4,1992 +12,F,52.0,19898,-109.07851899999636,31.938203000000414,2439521,4,4,1992 +22,F,45.0,19899,-109.07860199999635,31.93644100000042,2439521,4,4,1992 +21,F,31.0,19900,-109.07939799999636,31.936448000000453,2439584,4,4,1992 +1,F,55.0,19901,-109.08282899999641,31.938851000000387,2439541,4,4,1992 +18,F,8.0,19902,-109.07863299999636,31.93712600000041,2439566,4,4,1992 +4,F,41.0,19903,-109.08040899999641,31.93889400000041,2439521,5,4,1992 +3,M,68.0,19904,-109.08120799999641,31.938896000000387,2438156,5,4,1992 +4,M,47.0,19905,-109.08040899999641,31.93889400000041,2439521,5,4,1992 +6,M,19.0,19906,-109.07883599999636,31.939078000000414,2439591,5,4,1992 +13,M,18.0,19907,-109.08261299999641,31.937028000000442,2439584,5,4,1992 +4,M,49.0,19908,-109.08040899999641,31.93889400000041,2439521,5,4,1992 +4,F,6.0,19909,-109.08040899999641,31.93889400000041,2439566,5,4,1992 +4,M,49.0,19910,-109.08040899999641,31.93889400000041,2439521,5,4,1992 +14,M,46.0,19911,-109.08182699999641,31.937054000000447,2439521,5,4,1992 +10,F,18.0,19912,-109.08009099999636,31.938017000000425,2437874,5,4,1992 +14,M,50.0,19913,-109.08182699999641,31.937054000000447,2439521,5,4,1992 +11,F,29.0,19914,-109.07930699999636,31.938056000000426,2437981,5,4,1992 +15,M,15.0,19915,-109.08103599999642,31.937059000000463,2439591,5,4,1992 +13,,,19916,-109.08261299999641,31.937028000000442,,5,4,1992 +13,M,49.0,19917,-109.08261299999641,31.937028000000442,2439541,5,4,1992 +13,M,34.0,19918,-109.08261299999641,31.937028000000442,2439584,5,4,1992 +14,M,42.0,19919,-109.08182699999641,31.937054000000447,2439541,5,4,1992 +4,F,44.0,19920,-109.08040899999641,31.93889400000041,2439521,5,4,1992 +14,F,45.0,19921,-109.08182699999641,31.937054000000447,2439521,5,4,1992 +8,F,51.0,19922,-109.08167999999641,31.937884000000402,2439541,5,4,1992 +14,F,52.0,19923,-109.08182699999641,31.937054000000447,2439521,5,4,1992 +13,M,8.0,19924,-109.08261299999641,31.937028000000442,2439566,5,4,1992 +9,M,49.0,19925,-109.08090299999638,31.93785900000039,2439521,5,4,1992 +4,F,38.0,19926,-109.08040899999641,31.93889400000041,2439521,5,4,1992 +6,F,14.0,19927,-109.07883599999636,31.939078000000414,2437874,5,4,1992 +11,F,49.0,19928,-109.07930699999636,31.938056000000426,2439521,5,4,1992 +9,M,,19929,-109.08090299999638,31.93785900000039,2437300,5,4,1992 +8,M,42.0,19930,-109.08167999999641,31.937884000000402,2439521,5,4,1992 +3,F,20.0,19931,-109.08120799999641,31.938896000000387,2439591,5,4,1992 +9,F,43.0,19932,-109.08090299999638,31.93785900000039,2439521,5,4,1992 +3,F,17.0,19933,-109.08120799999641,31.938896000000387,2439591,5,4,1992 +4,M,8.0,19934,-109.08040899999641,31.93889400000041,2439566,5,4,1992 +6,M,18.0,19935,-109.07883599999636,31.939078000000414,2439591,5,4,1992 +9,M,45.0,19936,-109.08090299999638,31.93785900000039,2439521,5,4,1992 +11,M,48.0,19937,-109.07930699999636,31.938056000000426,2439521,5,4,1992 +14,F,46.0,19938,-109.08182699999641,31.937054000000447,2439521,5,4,1992 +9,F,49.0,19939,-109.08090299999638,31.93785900000039,2439521,5,4,1992 +16,,,19940,-109.08024399999636,31.93709400000041,,5,4,1992 +5,,,19941,-109.07960199999636,31.93897000000045,,5,4,1992 +1,M,13.0,19942,-109.08282899999641,31.938851000000387,2439591,2,5,1992 +17,M,25.0,19943,-109.07941499999636,31.937117000000445,2439521,2,5,1992 +1,F,15.0,19944,-109.08282899999641,31.938851000000387,2439591,2,5,1992 +2,F,51.0,19945,-109.08197499999642,31.93888700000037,2439541,2,5,1992 +17,M,50.0,19946,-109.07941499999636,31.937117000000445,2439521,2,5,1992 +17,F,42.0,19947,-109.07941499999636,31.937117000000445,2439521,2,5,1992 +2,F,16.0,19948,-109.08197499999642,31.93888700000037,2439591,2,5,1992 +18,M,9.0,19949,-109.07863299999636,31.93712600000041,2439566,2,5,1992 +24,F,27.0,19950,-109.07773599999636,31.938560000000447,2437981,2,5,1992 +2,M,19.0,19951,-109.08197499999642,31.93888700000037,2439591,2,5,1992 +1,F,43.0,19952,-109.08282899999641,31.938851000000387,2439521,2,5,1992 +2,,,19953,-109.08197499999642,31.93888700000037,,2,5,1992 +2,M,53.0,19954,-109.08197499999642,31.93888700000037,2439541,2,5,1992 +12,F,49.0,19955,-109.07851899999636,31.938203000000414,2439521,2,5,1992 +20,F,15.0,19956,-109.08019099999642,31.93633400000045,2437874,2,5,1992 +1,F,24.0,19957,-109.08282899999641,31.938851000000387,2438516,2,5,1992 +2,M,12.0,19958,-109.08197499999642,31.93888700000037,2437874,2,5,1992 +7,F,16.0,19959,-109.08281599999641,31.938113000000413,2439591,2,5,1992 +22,F,112.0,19960,-109.07860199999635,31.93644100000042,2439531,2,5,1992 +1,M,22.0,19961,-109.08282899999641,31.938851000000387,2439591,2,5,1992 +2,F,82.0,19962,-109.08197499999642,31.93888700000037,2438156,2,5,1992 +12,M,50.0,19963,-109.07851899999636,31.938203000000414,2439521,2,5,1992 +1,M,60.0,19964,-109.08282899999641,31.938851000000387,2439541,2,5,1992 +2,F,57.0,19965,-109.08197499999642,31.93888700000037,2439541,2,5,1992 +2,,,19966,-109.08197499999642,31.93888700000037,2439591,2,5,1992 +17,M,51.0,19967,-109.07941499999636,31.937117000000445,2439521,2,5,1992 +22,F,42.0,19968,-109.07860199999635,31.93644100000042,2439521,2,5,1992 +20,F,17.0,19969,-109.08019099999642,31.93633400000045,2439591,2,5,1992 +21,F,48.0,19970,-109.07939799999636,31.936448000000453,2439584,2,5,1992 +23,F,17.0,19971,-109.07783799999636,31.93676300000042,2437874,2,5,1992 +19,,,19972,-109.07791199999636,31.937438000000434,,2,5,1992 +3,F,28.0,19973,-109.08120799999641,31.938896000000387,2438156,3,5,1992 +9,F,46.0,19974,-109.08090299999638,31.93785900000039,2439521,3,5,1992 +14,M,41.0,19975,-109.08182699999641,31.937054000000447,2439521,3,5,1992 +6,M,20.0,19976,-109.07883599999636,31.939078000000414,2439591,3,5,1992 +13,F,31.0,19977,-109.08261299999641,31.937028000000442,2438517,3,5,1992 +3,M,9.0,19978,-109.08120799999641,31.938896000000387,2439566,3,5,1992 +3,F,105.0,19979,-109.08120799999641,31.938896000000387,2438156,3,5,1992 +9,M,25.0,19980,-109.08090299999638,31.93785900000039,2439521,3,5,1992 +11,M,47.0,19981,-109.07930699999636,31.938056000000426,2439521,3,5,1992 +4,M,52.0,19982,-109.08040899999641,31.93889400000041,2439521,3,5,1992 +13,,,19983,-109.08261299999641,31.937028000000442,2491757,3,5,1992 +6,F,21.0,19984,-109.07883599999636,31.939078000000414,2439591,3,5,1992 +4,F,50.0,19985,-109.08040899999641,31.93889400000041,2439521,3,5,1992 +8,M,45.0,19986,-109.08167999999641,31.937884000000402,2439521,3,5,1992 +13,M,37.0,19987,-109.08261299999641,31.937028000000442,2438517,3,5,1992 +6,M,19.0,19988,-109.07883599999636,31.939078000000414,2439591,3,5,1992 +8,F,,19989,-109.08167999999641,31.937884000000402,2439541,3,5,1992 +4,,,19990,-109.08040899999641,31.93889400000041,2439521,3,5,1992 +14,F,51.0,19991,-109.08182699999641,31.937054000000447,2439521,3,5,1992 +4,F,56.0,19992,-109.08040899999641,31.93889400000041,2439521,3,5,1992 +9,M,50.0,19993,-109.08090299999638,31.93785900000039,2439521,3,5,1992 +4,F,44.0,19994,-109.08040899999641,31.93889400000041,2439521,3,5,1992 +14,M,31.0,19995,-109.08182699999641,31.937054000000447,2438517,3,5,1992 +11,F,55.0,19996,-109.07930699999636,31.938056000000426,2439521,3,5,1992 +14,F,43.0,19997,-109.08182699999641,31.937054000000447,2439521,3,5,1992 +13,M,11.0,19998,-109.08261299999641,31.937028000000442,2439566,3,5,1992 +14,F,17.0,19999,-109.08182699999641,31.937054000000447,2439521,3,5,1992 +4,M,52.0,20000,-109.08040899999641,31.93889400000041,2439521,3,5,1992 +14,M,52.0,20001,-109.08182699999641,31.937054000000447,2439521,3,5,1992 +3,F,26.0,20002,-109.08120799999641,31.938896000000387,2439591,3,5,1992 +8,F,43.0,20003,-109.08167999999641,31.937884000000402,2439521,3,5,1992 +9,F,,20004,-109.08090299999638,31.93785900000039,2439521,3,5,1992 +9,M,47.0,20005,-109.08090299999638,31.93785900000039,2439521,3,5,1992 +5,,,20006,-109.07960199999636,31.93897000000045,,3,5,1992 +10,,,20007,-109.08009099999636,31.938017000000425,,3,5,1992 +15,,,20008,-109.08103599999642,31.937059000000463,,3,5,1992 +16,,,20009,-109.08024399999636,31.93709400000041,,3,5,1992 +17,M,37.0,20010,-109.07941499999636,31.937117000000445,2439521,30,5,1992 +17,M,51.0,20011,-109.07941499999636,31.937117000000445,2439521,30,5,1992 +24,F,23.0,20012,-109.07773599999636,31.938560000000447,2437981,30,5,1992 +22,M,25.0,20013,-109.07860199999635,31.93644100000042,2439521,30,5,1992 +1,F,45.0,20014,-109.08282899999641,31.938851000000387,2439521,30,5,1992 +2,F,23.0,20015,-109.08197499999642,31.93888700000037,2438516,30,5,1992 +17,M,37.0,20016,-109.07941499999636,31.937117000000445,2439521,30,5,1992 +1,M,43.0,20017,-109.08282899999641,31.938851000000387,2439521,30,5,1992 +1,M,49.0,20018,-109.08282899999641,31.938851000000387,2439521,30,5,1992 +7,F,16.0,20019,-109.08281599999641,31.938113000000413,2437874,30,5,1992 +1,F,26.0,20020,-109.08282899999641,31.938851000000387,2438516,30,5,1992 +2,M,16.0,20021,-109.08197499999642,31.93888700000037,2438516,30,5,1992 +17,F,38.0,20022,-109.07941499999636,31.937117000000445,2439521,30,5,1992 +1,M,62.0,20023,-109.08282899999641,31.938851000000387,2439541,30,5,1992 +21,,,20024,-109.07939799999636,31.936448000000453,2437568,30,5,1992 +2,M,30.0,20025,-109.08197499999642,31.93888700000037,2438516,30,5,1992 +22,F,110.0,20026,-109.07860199999635,31.93644100000042,2439531,30,5,1992 +7,,,20027,-109.08281599999641,31.938113000000413,2491757,30,5,1992 +18,F,20.0,20028,-109.07863299999636,31.93712600000041,2439591,30,5,1992 +1,M,17.0,20029,-109.08282899999641,31.938851000000387,2439591,30,5,1992 +18,M,24.0,20030,-109.07863299999636,31.93712600000041,2439591,30,5,1992 +22,F,27.0,20031,-109.07860199999635,31.93644100000042,2439521,30,5,1992 +12,M,49.0,20032,-109.07851899999636,31.938203000000414,2439521,30,5,1992 +24,M,13.0,20033,-109.07773599999636,31.938560000000447,2437981,30,5,1992 +2,F,62.0,20034,-109.08197499999642,31.93888700000037,2439541,30,5,1992 +12,F,49.0,20035,-109.07851899999636,31.938203000000414,2439521,30,5,1992 +23,,,20036,-109.07783799999636,31.93676300000042,2437568,30,5,1992 +2,M,28.0,20037,-109.08197499999642,31.93888700000037,2438516,30,5,1992 +1,,,20038,-109.08282899999641,31.938851000000387,,30,5,1992 +12,F,45.0,20039,-109.07851899999636,31.938203000000414,2439521,30,5,1992 +17,M,52.0,20040,-109.07941499999636,31.937117000000445,2439521,30,5,1992 +2,F,220.0,20041,-109.08197499999642,31.93888700000037,,30,5,1992 +2,F,20.0,20042,-109.08197499999642,31.93888700000037,2439591,30,5,1992 +1,F,52.0,20043,-109.08282899999641,31.938851000000387,2439541,30,5,1992 +7,F,17.0,20044,-109.08281599999641,31.938113000000413,2437874,30,5,1992 +22,M,29.0,20045,-109.07860199999635,31.93644100000042,2439521,30,5,1992 +19,,,20046,-109.07791199999636,31.937438000000434,,30,5,1992 +20,,,20047,-109.08019099999642,31.93633400000045,,30,5,1992 +3,M,54.0,20048,-109.08120799999641,31.938896000000387,2438156,31,5,1992 +13,F,9.0,20049,-109.08261299999641,31.937028000000442,2439566,31,5,1992 +8,F,50.0,20050,-109.08167999999641,31.937884000000402,2439541,31,5,1992 +4,F,47.0,20051,-109.08040899999641,31.93889400000041,2439521,31,5,1992 +3,F,70.0,20052,-109.08120799999641,31.938896000000387,,31,5,1992 +6,F,18.0,20053,-109.07883599999636,31.939078000000414,2439591,31,5,1992 +3,M,13.0,20054,-109.08120799999641,31.938896000000387,2437874,31,5,1992 +3,M,66.0,20055,-109.08120799999641,31.938896000000387,,31,5,1992 +3,F,75.0,20056,-109.08120799999641,31.938896000000387,,31,5,1992 +14,M,97.0,20057,-109.08182699999641,31.937054000000447,2439531,31,5,1992 +15,,,20058,-109.08103599999642,31.937059000000463,2437568,31,5,1992 +15,,,20059,-109.08103599999642,31.937059000000463,2437568,31,5,1992 +4,F,45.0,20060,-109.08040899999641,31.93889400000041,2439521,31,5,1992 +6,F,9.0,20061,-109.07883599999636,31.939078000000414,2439566,31,5,1992 +11,F,29.0,20062,-109.07930699999636,31.938056000000426,2439521,31,5,1992 +8,M,44.0,20063,-109.08167999999641,31.937884000000402,2439521,31,5,1992 +4,F,51.0,20064,-109.08040899999641,31.93889400000041,2439521,31,5,1992 +9,F,44.0,20065,-109.08090299999638,31.93785900000039,2439521,31,5,1992 +14,F,47.0,20066,-109.08182699999641,31.937054000000447,2439521,31,5,1992 +4,M,48.0,20067,-109.08040899999641,31.93889400000041,2439521,31,5,1992 +9,M,51.0,20068,-109.08090299999638,31.93785900000039,2439521,31,5,1992 +8,M,51.0,20069,-109.08167999999641,31.937884000000402,2439521,31,5,1992 +10,F,14.0,20070,-109.08009099999636,31.938017000000425,2437874,31,5,1992 +11,F,44.0,20071,-109.07930699999636,31.938056000000426,2439521,31,5,1992 +9,M,47.0,20072,-109.08090299999638,31.93785900000039,2439521,31,5,1992 +13,F,36.0,20073,-109.08261299999641,31.937028000000442,2438517,31,5,1992 +8,M,48.0,20074,-109.08167999999641,31.937884000000402,2439521,31,5,1992 +4,M,51.0,20075,-109.08040899999641,31.93889400000041,2439521,31,5,1992 +14,M,30.0,20076,-109.08182699999641,31.937054000000447,2439521,31,5,1992 +13,M,20.0,20077,-109.08261299999641,31.937028000000442,2439591,31,5,1992 +3,F,22.0,20078,-109.08120799999641,31.938896000000387,2439591,31,5,1992 +9,F,43.0,20079,-109.08090299999638,31.93785900000039,2439521,31,5,1992 +3,,45.0,20080,-109.08120799999641,31.938896000000387,2438153,31,5,1992 +14,F,60.0,20081,-109.08182699999641,31.937054000000447,2439521,31,5,1992 +5,,,20082,-109.07960199999636,31.93897000000045,,31,5,1992 +16,,,20083,-109.08024399999636,31.93709400000041,,31,5,1992 +12,F,54.0,20084,-109.07851899999636,31.938203000000414,2439541,3,7,1992 +18,M,8.0,20085,-109.07863299999636,31.93712600000041,2439566,3,7,1992 +7,M,12.0,20086,-109.08281599999641,31.938113000000413,2437874,3,7,1992 +7,F,22.0,20087,-109.08281599999641,31.938113000000413,2437981,3,7,1992 +7,M,18.0,20088,-109.08281599999641,31.938113000000413,2439591,3,7,1992 +12,M,17.0,20089,-109.07851899999636,31.938203000000414,2439591,3,7,1992 +2,F,130.0,20090,-109.08197499999642,31.93888700000037,,3,7,1992 +17,M,42.0,20091,-109.07941499999636,31.937117000000445,2439521,3,7,1992 +19,M,15.0,20092,-109.07791199999636,31.937438000000434,2439591,3,7,1992 +19,F,12.0,20093,-109.07791199999636,31.937438000000434,2437874,3,7,1992 +20,F,19.0,20094,-109.08019099999642,31.93633400000045,2439591,3,7,1992 +12,M,15.0,20095,-109.07851899999636,31.938203000000414,2439591,3,7,1992 +2,F,42.0,20096,-109.08197499999642,31.93888700000037,2439541,3,7,1992 +22,F,120.0,20097,-109.07860199999635,31.93644100000042,2439531,3,7,1992 +18,F,12.0,20098,-109.07863299999636,31.93712600000041,2439566,3,7,1992 +17,M,13.0,20099,-109.07941499999636,31.937117000000445,2439591,3,7,1992 +1,M,56.0,20100,-109.08282899999641,31.938851000000387,2439541,3,7,1992 +18,M,19.0,20101,-109.07863299999636,31.93712600000041,2439591,3,7,1992 +17,M,34.0,20102,-109.07941499999636,31.937117000000445,2439521,3,7,1992 +21,F,16.0,20103,-109.07939799999636,31.936448000000453,2439591,3,7,1992 +18,M,8.0,20104,-109.07863299999636,31.93712600000041,2439566,3,7,1992 +7,,,20105,-109.08281599999641,31.938113000000413,2437568,3,7,1992 +12,M,13.0,20106,-109.07851899999636,31.938203000000414,2439591,3,7,1992 +17,M,14.0,20107,-109.07941499999636,31.937117000000445,2439591,3,7,1992 +1,F,52.0,20108,-109.08282899999641,31.938851000000387,2439541,3,7,1992 +23,M,10.0,20109,-109.07783799999636,31.93676300000042,2437874,3,7,1992 +2,F,48.0,20110,-109.08197499999642,31.93888700000037,2439541,3,7,1992 +2,F,22.0,20111,-109.08197499999642,31.93888700000037,2439541,3,7,1992 +17,F,23.0,20112,-109.07941499999636,31.937117000000445,2438516,3,7,1992 +7,F,13.0,20113,-109.08281599999641,31.938113000000413,2437874,3,7,1992 +17,M,53.0,20114,-109.07941499999636,31.937117000000445,2439521,3,7,1992 +1,M,35.0,20115,-109.08282899999641,31.938851000000387,2438517,3,7,1992 +23,F,9.0,20116,-109.07783799999636,31.93676300000042,2437874,3,7,1992 +24,,,20117,-109.07773599999636,31.938560000000447,,3,7,1992 +3,M,18.0,20118,-109.08120799999641,31.938896000000387,2439591,4,7,1992 +11,F,12.0,20119,-109.07930699999636,31.938056000000426,2437874,4,7,1992 +5,M,14.0,20120,-109.07960199999636,31.93897000000045,2439591,4,7,1992 +9,F,,20121,-109.08090299999638,31.93785900000039,2439521,4,7,1992 +9,M,45.0,20122,-109.08090299999638,31.93785900000039,2439521,4,7,1992 +13,,,20123,-109.08261299999641,31.937028000000442,2437300,4,7,1992 +5,F,13.0,20124,-109.07960199999636,31.93897000000045,2439591,4,7,1992 +14,F,28.0,20125,-109.08182699999641,31.937054000000447,2439521,4,7,1992 +13,M,14.0,20126,-109.08261299999641,31.937028000000442,2439591,4,7,1992 +8,F,61.0,20127,-109.08167999999641,31.937884000000402,2439541,4,7,1992 +11,F,35.0,20128,-109.07930699999636,31.938056000000426,2439521,4,7,1992 +13,F,29.0,20129,-109.08261299999641,31.937028000000442,2438516,4,7,1992 +4,M,46.0,20130,-109.08040899999641,31.93889400000041,2439521,4,7,1992 +8,F,31.0,20131,-109.08167999999641,31.937884000000402,2439541,4,7,1992 +15,M,25.0,20132,-109.08103599999642,31.937059000000463,2439566,4,7,1992 +14,M,,20133,-109.08182699999641,31.937054000000447,2439521,4,7,1992 +11,F,46.0,20134,-109.07930699999636,31.938056000000426,2439521,4,7,1992 +10,F,12.0,20135,-109.08009099999636,31.938017000000425,2437874,4,7,1992 +14,M,38.0,20136,-109.08182699999641,31.937054000000447,2439521,4,7,1992 +8,M,56.0,20137,-109.08167999999641,31.937884000000402,2439541,4,7,1992 +11,M,19.0,20138,-109.07930699999636,31.938056000000426,2439591,4,7,1992 +13,M,19.0,20139,-109.08261299999641,31.937028000000442,2439591,4,7,1992 +5,F,22.0,20140,-109.07960199999636,31.93897000000045,2439591,4,7,1992 +14,F,19.0,20141,-109.08182699999641,31.937054000000447,2439591,4,7,1992 +14,M,120.0,20142,-109.08182699999641,31.937054000000447,2439531,4,7,1992 +8,M,45.0,20143,-109.08167999999641,31.937884000000402,2439521,4,7,1992 +3,F,8.0,20144,-109.08120799999641,31.938896000000387,2439566,4,7,1992 +13,F,13.0,20145,-109.08261299999641,31.937028000000442,2439591,4,7,1992 +3,F,29.0,20146,-109.08120799999641,31.938896000000387,2438517,4,7,1992 +11,M,50.0,20147,-109.07930699999636,31.938056000000426,2439521,4,7,1992 +3,F,22.0,20148,-109.08120799999641,31.938896000000387,2439591,4,7,1992 +14,M,35.0,20149,-109.08182699999641,31.937054000000447,2439521,4,7,1992 +9,M,44.0,20150,-109.08090299999638,31.93785900000039,2439521,4,7,1992 +3,F,9.0,20151,-109.08120799999641,31.938896000000387,2437874,4,7,1992 +9,F,39.0,20152,-109.08090299999638,31.93785900000039,2439521,4,7,1992 +14,F,45.0,20153,-109.08182699999641,31.937054000000447,2439521,4,7,1992 +3,M,16.0,20154,-109.08120799999641,31.938896000000387,2438516,4,7,1992 +4,F,38.0,20155,-109.08040899999641,31.93889400000041,2439521,4,7,1992 +9,F,42.0,20156,-109.08090299999638,31.93785900000039,2439521,4,7,1992 +13,F,74.0,20157,-109.08261299999641,31.937028000000442,2438156,4,7,1992 +8,M,48.0,20158,-109.08167999999641,31.937884000000402,2439521,4,7,1992 +15,M,16.0,20159,-109.08103599999642,31.937059000000463,2439591,4,7,1992 +13,F,36.0,20160,-109.08261299999641,31.937028000000442,2438517,4,7,1992 +8,M,50.0,20161,-109.08167999999641,31.937884000000402,2439521,4,7,1992 +8,F,47.0,20162,-109.08167999999641,31.937884000000402,2439521,4,7,1992 +4,F,55.0,20163,-109.08040899999641,31.93889400000041,2439521,4,7,1992 +11,M,33.0,20164,-109.07930699999636,31.938056000000426,2439521,4,7,1992 +15,F,17.0,20165,-109.08103599999642,31.937059000000463,2439591,4,7,1992 +16,,,20166,-109.08024399999636,31.93709400000041,,4,7,1992 +6,,,20167,-109.07883599999636,31.939078000000414,,4,7,1992 +1,F,30.0,20168,-109.08282899999641,31.938851000000387,2438517,30,7,1992 +20,M,22.0,20169,-109.08019099999642,31.93633400000045,2439591,30,7,1992 +12,M,21.0,20170,-109.07851899999636,31.938203000000414,2438517,30,7,1992 +19,M,23.0,20171,-109.07791199999636,31.937438000000434,2439591,30,7,1992 +19,M,10.0,20172,-109.07791199999636,31.937438000000434,2439566,30,7,1992 +17,F,19.0,20173,-109.07941499999636,31.937117000000445,2439591,30,7,1992 +20,F,41.0,20174,-109.08019099999642,31.93633400000045,2438156,30,7,1992 +7,F,19.0,20175,-109.08281599999641,31.938113000000413,2439591,30,7,1992 +1,F,46.0,20176,-109.08282899999641,31.938851000000387,2439521,30,7,1992 +12,F,17.0,20177,-109.07851899999636,31.938203000000414,2439591,30,7,1992 +17,M,47.0,20178,-109.07941499999636,31.937117000000445,2439521,30,7,1992 +12,M,18.0,20179,-109.07851899999636,31.938203000000414,2439591,30,7,1992 +23,F,11.0,20180,-109.07783799999636,31.93676300000042,2437874,30,7,1992 +1,M,42.0,20181,-109.08282899999641,31.938851000000387,2439521,30,7,1992 +19,F,14.0,20182,-109.07791199999636,31.937438000000434,2437874,30,7,1992 +2,F,37.0,20183,-109.08197499999642,31.93888700000037,2439541,30,7,1992 +7,,,20184,-109.08281599999641,31.938113000000413,5231474,30,7,1992 +12,M,172.0,20185,-109.07851899999636,31.938203000000414,,30,7,1992 +18,F,21.0,20186,-109.07863299999636,31.93712600000041,2439591,30,7,1992 +2,F,54.0,20187,-109.08197499999642,31.93888700000037,2439541,30,7,1992 +24,F,16.0,20188,-109.07773599999636,31.938560000000447,2437874,30,7,1992 +21,M,19.0,20189,-109.07939799999636,31.936448000000453,2439591,30,7,1992 +17,M,44.0,20190,-109.07941499999636,31.937117000000445,2439521,30,7,1992 +20,F,17.0,20191,-109.08019099999642,31.93633400000045,2439591,30,7,1992 +1,M,58.0,20192,-109.08282899999641,31.938851000000387,2439541,30,7,1992 +18,M,18.0,20193,-109.07863299999636,31.93712600000041,2439591,30,7,1992 +1,F,90.0,20194,-109.08282899999641,31.938851000000387,,30,7,1992 +19,M,19.0,20195,-109.07791199999636,31.937438000000434,2439591,30,7,1992 +7,F,18.0,20196,-109.08281599999641,31.938113000000413,2439591,30,7,1992 +17,M,,20197,-109.07941499999636,31.937117000000445,2439541,30,7,1992 +21,M,23.0,20198,-109.07939799999636,31.936448000000453,2439591,30,7,1992 +18,F,23.0,20199,-109.07863299999636,31.93712600000041,2439591,30,7,1992 +22,F,120.0,20200,-109.07860199999635,31.93644100000042,2439531,30,7,1992 +18,M,10.0,20201,-109.07863299999636,31.93712600000041,2439566,30,7,1992 +2,M,32.0,20202,-109.08197499999642,31.93888700000037,2439541,30,7,1992 +17,M,17.0,20203,-109.07941499999636,31.937117000000445,2439591,30,7,1992 +17,M,52.0,20204,-109.07941499999636,31.937117000000445,2439521,30,7,1992 +1,F,36.0,20205,-109.08282899999641,31.938851000000387,2438516,30,7,1992 +2,M,23.0,20206,-109.08197499999642,31.93888700000037,2438516,30,7,1992 +20,M,23.0,20207,-109.08019099999642,31.93633400000045,2439591,30,7,1992 +1,M,38.0,20208,-109.08282899999641,31.938851000000387,2438517,30,7,1992 +1,M,38.0,20209,-109.08282899999641,31.938851000000387,2438517,30,7,1992 +19,M,15.0,20210,-109.07791199999636,31.937438000000434,2437874,30,7,1992 +12,F,14.0,20211,-109.07851899999636,31.938203000000414,2437874,30,7,1992 +9,F,52.0,20212,-109.08090299999638,31.93785900000039,2439521,31,7,1992 +8,M,26.0,20213,-109.08167999999641,31.937884000000402,2439541,31,7,1992 +4,M,49.0,20214,-109.08040899999641,31.93889400000041,2439521,31,7,1992 +11,F,25.0,20215,-109.07930699999636,31.938056000000426,2439521,31,7,1992 +10,F,15.0,20216,-109.08009099999636,31.938017000000425,2437874,31,7,1992 +3,F,17.0,20217,-109.08120799999641,31.938896000000387,2439591,31,7,1992 +11,F,31.0,20218,-109.07930699999636,31.938056000000426,2438516,31,7,1992 +8,M,48.0,20219,-109.08167999999641,31.937884000000402,2439521,31,7,1992 +6,F,8.0,20220,-109.07883599999636,31.939078000000414,2439566,31,7,1992 +6,,,20221,-109.07883599999636,31.939078000000414,5231474,31,7,1992 +14,,,20222,-109.08182699999641,31.937054000000447,,31,7,1992 +11,F,40.0,20223,-109.07930699999636,31.938056000000426,2439541,31,7,1992 +3,M,14.0,20224,-109.08120799999641,31.938896000000387,2439591,31,7,1992 +3,,,20225,-109.08120799999641,31.938896000000387,2439591,31,7,1992 +11,F,51.0,20226,-109.07930699999636,31.938056000000426,2439521,31,7,1992 +4,M,12.0,20227,-109.08040899999641,31.93889400000041,2439591,31,7,1992 +9,F,35.0,20228,-109.08090299999638,31.93785900000039,2439521,31,7,1992 +8,M,51.0,20229,-109.08167999999641,31.937884000000402,2439521,31,7,1992 +5,F,16.0,20230,-109.07960199999636,31.93897000000045,2437874,31,7,1992 +9,F,48.0,20231,-109.08090299999638,31.93785900000039,2439521,31,7,1992 +8,F,48.0,20232,-109.08167999999641,31.937884000000402,2439521,31,7,1992 +3,F,13.0,20233,-109.08120799999641,31.938896000000387,2439591,31,7,1992 +14,M,38.0,20234,-109.08182699999641,31.937054000000447,2439521,31,7,1992 +13,M,34.0,20235,-109.08261299999641,31.937028000000442,2438516,31,7,1992 +3,M,12.0,20236,-109.08120799999641,31.938896000000387,2439591,31,7,1992 +4,F,39.0,20237,-109.08040899999641,31.93889400000041,2439521,31,7,1992 +11,F,29.0,20238,-109.07930699999636,31.938056000000426,2439521,31,7,1992 +14,F,55.0,20239,-109.08182699999641,31.937054000000447,2439521,31,7,1992 +6,M,13.0,20240,-109.07883599999636,31.939078000000414,2437874,31,7,1992 +16,,,20241,-109.08024399999636,31.93709400000041,,31,7,1992 +15,,,20242,-109.08103599999642,31.937059000000463,,31,7,1992 +24,F,79.0,20243,-109.07773599999636,31.938560000000447,2438156,29,8,1992 +2,M,19.0,20244,-109.08197499999642,31.93888700000037,2439591,29,8,1992 +18,F,9.0,20245,-109.07863299999636,31.93712600000041,2439566,29,8,1992 +21,M,10.0,20246,-109.07939799999636,31.936448000000453,2439566,29,8,1992 +1,M,57.0,20247,-109.08282899999641,31.938851000000387,2439541,29,8,1992 +1,F,19.0,20248,-109.08282899999641,31.938851000000387,2439591,29,8,1992 +2,M,46.0,20249,-109.08197499999642,31.93888700000037,2439541,29,8,1992 +17,F,8.0,20250,-109.07941499999636,31.937117000000445,2439566,29,8,1992 +18,F,19.0,20251,-109.07863299999636,31.93712600000041,2439566,29,8,1992 +7,M,22.0,20252,-109.08281599999641,31.938113000000413,2437981,29,8,1992 +12,F,54.0,20253,-109.07851899999636,31.938203000000414,2439541,29,8,1992 +1,M,40.0,20254,-109.08282899999641,31.938851000000387,2438517,29,8,1992 +18,F,15.0,20255,-109.07863299999636,31.93712600000041,2439591,29,8,1992 +17,M,17.0,20256,-109.07941499999636,31.937117000000445,2439591,29,8,1992 +17,M,49.0,20257,-109.07941499999636,31.937117000000445,2439521,29,8,1992 +2,M,43.0,20258,-109.08197499999642,31.93888700000037,2439541,29,8,1992 +12,M,175.0,20259,-109.07851899999636,31.938203000000414,,29,8,1992 +18,F,14.0,20260,-109.07863299999636,31.93712600000041,2439591,29,8,1992 +18,F,9.0,20261,-109.07863299999636,31.93712600000041,2439566,29,8,1992 +12,M,19.0,20262,-109.07851899999636,31.938203000000414,2439591,29,8,1992 +19,M,20.0,20263,-109.07791199999636,31.937438000000434,2439591,29,8,1992 +23,F,14.0,20264,-109.07783799999636,31.93676300000042,2437874,29,8,1992 +12,F,18.0,20265,-109.07851899999636,31.938203000000414,2439591,29,8,1992 +17,M,55.0,20266,-109.07941499999636,31.937117000000445,2439541,29,8,1992 +18,F,21.0,20267,-109.07863299999636,31.93712600000041,2439591,29,8,1992 +2,F,15.0,20268,-109.08197499999642,31.93888700000037,2438156,29,8,1992 +21,F,18.0,20269,-109.07939799999636,31.936448000000453,2439591,29,8,1992 +2,F,42.0,20270,-109.08197499999642,31.93888700000037,2439541,29,8,1992 +20,M,17.0,20271,-109.08019099999642,31.93633400000045,2439591,29,8,1992 +20,M,18.0,20272,-109.08019099999642,31.93633400000045,2439591,29,8,1992 +7,F,17.0,20273,-109.08281599999641,31.938113000000413,2439591,29,8,1992 +17,M,50.0,20274,-109.07941499999636,31.937117000000445,2439521,29,8,1992 +24,,,20275,-109.07773599999636,31.938560000000447,2437568,29,8,1992 +12,M,28.0,20276,-109.07851899999636,31.938203000000414,2439521,29,8,1992 +21,F,18.0,20277,-109.07939799999636,31.936448000000453,2439591,29,8,1992 +22,F,112.0,20278,-109.07860199999635,31.93644100000042,2439531,29,8,1992 +12,F,44.0,20279,-109.07851899999636,31.938203000000414,2439521,29,8,1992 +18,M,11.0,20280,-109.07863299999636,31.93712600000041,2439566,29,8,1992 +20,,,20281,-109.08019099999642,31.93633400000045,2437568,29,8,1992 +19,F,17.0,20282,-109.07791199999636,31.937438000000434,2437874,29,8,1992 +11,M,14.0,20283,-109.07930699999636,31.938056000000426,2439591,30,8,1992 +9,F,42.0,20284,-109.08090299999638,31.93785900000039,2439521,30,8,1992 +4,M,20.0,20285,-109.08040899999641,31.93889400000041,2438517,30,8,1992 +8,F,24.0,20286,-109.08167999999641,31.937884000000402,2438517,30,8,1992 +13,,,20287,-109.08261299999641,31.937028000000442,2437300,30,8,1992 +8,F,44.0,20288,-109.08167999999641,31.937884000000402,2439541,30,8,1992 +11,F,12.0,20289,-109.07930699999636,31.938056000000426,2439591,30,8,1992 +6,F,10.0,20290,-109.07883599999636,31.939078000000414,2439566,30,8,1992 +4,M,46.0,20291,-109.08040899999641,31.93889400000041,2439521,30,8,1992 +3,M,18.0,20292,-109.08120799999641,31.938896000000387,2439591,30,8,1992 +3,F,23.0,20293,-109.08120799999641,31.938896000000387,2438517,30,8,1992 +14,M,125.0,20294,-109.08182699999641,31.937054000000447,2439531,30,8,1992 +8,M,52.0,20295,-109.08167999999641,31.937884000000402,2439541,30,8,1992 +6,F,10.0,20296,-109.07883599999636,31.939078000000414,2439566,30,8,1992 +5,,,20297,-109.07960199999636,31.93897000000045,2437300,30,8,1992 +14,M,40.0,20298,-109.08182699999641,31.937054000000447,2439521,30,8,1992 +14,F,44.0,20299,-109.08182699999641,31.937054000000447,2439521,30,8,1992 +3,,,20300,-109.08120799999641,31.938896000000387,2439591,30,8,1992 +14,F,20.0,20301,-109.08182699999641,31.937054000000447,2439591,30,8,1992 +13,F,17.0,20302,-109.08261299999641,31.937028000000442,2439591,30,8,1992 +11,F,13.0,20303,-109.07930699999636,31.938056000000426,2439591,30,8,1992 +3,,,20304,-109.08120799999641,31.938896000000387,2439591,30,8,1992 +10,F,13.0,20305,-109.08009099999636,31.938017000000425,2437874,30,8,1992 +9,M,46.0,20306,-109.08090299999638,31.93785900000039,2439521,30,8,1992 +9,F,37.0,20307,-109.08090299999638,31.93785900000039,2439521,30,8,1992 +3,F,22.0,20308,-109.08120799999641,31.938896000000387,2439591,30,8,1992 +13,M,37.0,20309,-109.08261299999641,31.937028000000442,2438517,30,8,1992 +9,M,45.0,20310,-109.08090299999638,31.93785900000039,2439521,30,8,1992 +11,M,19.0,20311,-109.07930699999636,31.938056000000426,2438516,30,8,1992 +9,F,34.0,20312,-109.08090299999638,31.93785900000039,2439521,30,8,1992 +13,,,20313,-109.08261299999641,31.937028000000442,2437300,30,8,1992 +6,M,12.0,20314,-109.07883599999636,31.939078000000414,2439591,30,8,1992 +14,M,40.0,20315,-109.08182699999641,31.937054000000447,2439521,30,8,1992 +14,F,43.0,20316,-109.08182699999641,31.937054000000447,2439521,30,8,1992 +6,M,13.0,20317,-109.07883599999636,31.939078000000414,2439591,30,8,1992 +4,M,18.0,20318,-109.08040899999641,31.93889400000041,2439591,30,8,1992 +11,M,53.0,20319,-109.07930699999636,31.938056000000426,2439521,30,8,1992 +11,M,46.0,20320,-109.07930699999636,31.938056000000426,2439521,30,8,1992 +8,M,19.0,20321,-109.08167999999641,31.937884000000402,2439521,30,8,1992 +8,F,41.0,20322,-109.08167999999641,31.937884000000402,2439521,30,8,1992 +4,M,31.0,20323,-109.08040899999641,31.93889400000041,2438516,30,8,1992 +5,M,17.0,20324,-109.07960199999636,31.93897000000045,2439591,30,8,1992 +3,M,18.0,20325,-109.08120799999641,31.938896000000387,2439591,30,8,1992 +14,M,42.0,20326,-109.08182699999641,31.937054000000447,2439521,30,8,1992 +4,M,16.0,20327,-109.08040899999641,31.93889400000041,2439591,30,8,1992 +15,,,20328,-109.08103599999642,31.937059000000463,,30,8,1992 +16,,,20329,-109.08024399999636,31.93709400000041,,30,8,1992 +23,M,10.0,20330,-109.07783799999636,31.93676300000042,2437874,26,9,1992 +12,M,,20331,-109.07851899999636,31.938203000000414,2439591,26,9,1992 +20,,,20332,-109.08019099999642,31.93633400000045,5231474,26,9,1992 +17,,,20333,-109.07941499999636,31.937117000000445,,26,9,1992 +19,M,23.0,20334,-109.07791199999636,31.937438000000434,2438517,26,9,1992 +2,F,52.0,20335,-109.08197499999642,31.93888700000037,2439541,26,9,1992 +20,,,20336,-109.08019099999642,31.93633400000045,2437568,26,9,1992 +20,M,16.0,20337,-109.08019099999642,31.93633400000045,2439591,26,9,1992 +18,F,6.0,20338,-109.07863299999636,31.93712600000041,2439566,26,9,1992 +17,F,35.0,20339,-109.07941499999636,31.937117000000445,2439521,26,9,1992 +12,M,173.0,20340,-109.07851899999636,31.938203000000414,,26,9,1992 +18,F,9.0,20341,-109.07863299999636,31.93712600000041,2439566,26,9,1992 +20,F,14.0,20342,-109.08019099999642,31.93633400000045,2437874,26,9,1992 +1,M,58.0,20343,-109.08282899999641,31.938851000000387,2439521,26,9,1992 +21,M,17.0,20344,-109.07939799999636,31.936448000000453,2439591,26,9,1992 +12,F,17.0,20345,-109.07851899999636,31.938203000000414,2439591,26,9,1992 +17,M,7.0,20346,-109.07941499999636,31.937117000000445,2439566,26,9,1992 +21,,,20347,-109.07939799999636,31.936448000000453,2439566,26,9,1992 +17,M,,20348,-109.07941499999636,31.937117000000445,2439541,26,9,1992 +19,,,20349,-109.07791199999636,31.937438000000434,2437568,26,9,1992 +7,F,22.0,20350,-109.08281599999641,31.938113000000413,2439591,26,9,1992 +17,M,49.0,20351,-109.07941499999636,31.937117000000445,2439521,26,9,1992 +22,F,114.0,20352,-109.07860199999635,31.93644100000042,2439531,26,9,1992 +2,F,,20353,-109.08197499999642,31.93888700000037,2439541,26,9,1992 +12,M,58.0,20354,-109.07851899999636,31.938203000000414,2439521,26,9,1992 +2,M,26.0,20355,-109.08197499999642,31.93888700000037,2437981,26,9,1992 +12,,,20356,-109.07851899999636,31.938203000000414,2437568,26,9,1992 +19,,,20357,-109.07791199999636,31.937438000000434,2437981,26,9,1992 +17,F,14.0,20358,-109.07941499999636,31.937117000000445,2439591,26,9,1992 +23,M,11.0,20359,-109.07783799999636,31.93676300000042,2437874,26,9,1992 +17,M,55.0,20360,-109.07941499999636,31.937117000000445,2439521,26,9,1992 +20,,,20361,-109.08019099999642,31.93633400000045,5231474,26,9,1992 +18,F,35.0,20362,-109.07863299999636,31.93712600000041,2438517,26,9,1992 +17,,,20363,-109.07941499999636,31.937117000000445,2439591,26,9,1992 +17,F,17.0,20364,-109.07941499999636,31.937117000000445,2439591,26,9,1992 +2,F,114.0,20365,-109.08197499999642,31.93888700000037,,26,9,1992 +22,F,18.0,20366,-109.07860199999635,31.93644100000042,2439591,26,9,1992 +12,F,52.0,20367,-109.07851899999636,31.938203000000414,2439521,26,9,1992 +17,M,10.0,20368,-109.07941499999636,31.937117000000445,2439566,26,9,1992 +18,M,8.0,20369,-109.07863299999636,31.93712600000041,2439566,26,9,1992 +1,F,55.0,20370,-109.08282899999641,31.938851000000387,2439541,26,9,1992 +2,F,24.0,20371,-109.08197499999642,31.93888700000037,2438517,26,9,1992 +7,F,11.0,20372,-109.08281599999641,31.938113000000413,2437874,26,9,1992 +24,,,20373,-109.07773599999636,31.938560000000447,,26,9,1992 +4,M,47.0,20374,-109.08040899999641,31.93889400000041,2439521,27,9,1992 +6,M,18.0,20375,-109.07883599999636,31.939078000000414,2439591,27,9,1992 +4,M,49.0,20376,-109.08040899999641,31.93889400000041,2439521,27,9,1992 +8,M,67.0,20377,-109.08167999999641,31.937884000000402,2439541,27,9,1992 +9,,,20378,-109.08090299999638,31.93785900000039,,27,9,1992 +3,M,17.0,20379,-109.08120799999641,31.938896000000387,2439591,27,9,1992 +11,M,50.0,20380,-109.07930699999636,31.938056000000426,2439521,27,9,1992 +11,F,15.0,20381,-109.07930699999636,31.938056000000426,2437874,27,9,1992 +5,F,17.0,20382,-109.07960199999636,31.93897000000045,2437981,27,9,1992 +14,M,8.0,20383,-109.08182699999641,31.937054000000447,2439566,27,9,1992 +13,M,32.0,20384,-109.08261299999641,31.937028000000442,2438517,27,9,1992 +13,M,17.0,20385,-109.08261299999641,31.937028000000442,2439591,27,9,1992 +3,F,22.0,20386,-109.08120799999641,31.938896000000387,2439591,27,9,1992 +16,F,14.0,20387,-109.08024399999636,31.93709400000041,2437874,27,9,1992 +10,F,12.0,20388,-109.08009099999636,31.938017000000425,2437874,27,9,1992 +3,M,24.0,20389,-109.08120799999641,31.938896000000387,2438516,27,9,1992 +11,F,72.0,20390,-109.07930699999636,31.938056000000426,2438156,27,9,1992 +14,M,40.0,20391,-109.08182699999641,31.937054000000447,2439521,27,9,1992 +6,M,11.0,20392,-109.07883599999636,31.939078000000414,2437874,27,9,1992 +14,M,120.0,20393,-109.08182699999641,31.937054000000447,2439531,27,9,1992 +16,,,20394,-109.08024399999636,31.93709400000041,5231474,27,9,1992 +9,,,20395,-109.08090299999638,31.93785900000039,2437300,27,9,1992 +5,F,26.0,20396,-109.07960199999636,31.93897000000045,2438517,27,9,1992 +11,F,17.0,20397,-109.07930699999636,31.938056000000426,2439591,27,9,1992 +8,M,24.0,20398,-109.08167999999641,31.937884000000402,2438517,27,9,1992 +14,M,,20399,-109.08182699999641,31.937054000000447,2439521,27,9,1992 +11,,,20400,-109.07930699999636,31.938056000000426,2437300,27,9,1992 +11,M,17.0,20401,-109.07930699999636,31.938056000000426,2439591,27,9,1992 +14,F,44.0,20402,-109.08182699999641,31.937054000000447,2439521,27,9,1992 +13,F,8.0,20403,-109.08261299999641,31.937028000000442,2439566,27,9,1992 +6,F,16.0,20404,-109.07883599999636,31.939078000000414,2439591,27,9,1992 +8,M,51.0,20405,-109.08167999999641,31.937884000000402,2439521,27,9,1992 +16,,,20406,-109.08024399999636,31.93709400000041,5231474,27,9,1992 +14,F,44.0,20407,-109.08182699999641,31.937054000000447,2439521,27,9,1992 +6,,,20408,-109.07883599999636,31.939078000000414,2439591,27,9,1992 +3,,18.0,20409,-109.08120799999641,31.938896000000387,2439589,27,9,1992 +4,,,20410,-109.08040899999641,31.93889400000041,2439591,27,9,1992 +8,M,44.0,20411,-109.08167999999641,31.937884000000402,2439521,27,9,1992 +14,M,37.0,20412,-109.08182699999641,31.937054000000447,2439521,27,9,1992 +9,F,42.0,20413,-109.08090299999638,31.93785900000039,2439521,27,9,1992 +8,F,45.0,20414,-109.08167999999641,31.937884000000402,2439521,27,9,1992 +9,M,44.0,20415,-109.08090299999638,31.93785900000039,2439521,27,9,1992 +6,F,17.0,20416,-109.07883599999636,31.939078000000414,2439591,27,9,1992 +15,M,6.0,20417,-109.08103599999642,31.937059000000463,2437874,27,9,1992 +5,M,12.0,20418,-109.07960199999636,31.93897000000045,2437874,27,9,1992 +9,F,38.0,20419,-109.08090299999638,31.93785900000039,2439521,27,9,1992 +9,,,20420,-109.08090299999638,31.93785900000039,5231474,27,9,1992 +13,F,30.0,20421,-109.08261299999641,31.937028000000442,2438517,27,9,1992 +11,M,46.0,20422,-109.07930699999636,31.938056000000426,2439521,27,9,1992 +9,,,20423,-109.08090299999638,31.93785900000039,2437568,27,9,1992 +14,M,40.0,20424,-109.08182699999641,31.937054000000447,2439521,27,9,1992 +13,F,39.0,20425,-109.08261299999641,31.937028000000442,2439541,27,9,1992 +4,F,16.0,20426,-109.08040899999641,31.93889400000041,2439591,27,9,1992 +11,M,14.0,20427,-109.07930699999636,31.938056000000426,2439591,27,9,1992 +14,M,40.0,20428,-109.08182699999641,31.937054000000447,2439521,27,9,1992 +23,M,11.0,20429,-109.07783799999636,31.93676300000042,2437874,18,10,1992 +21,M,9.0,20430,-109.07939799999636,31.936448000000453,2439566,18,10,1992 +7,M,13.0,20431,-109.08281599999641,31.938113000000413,2437874,18,10,1992 +2,F,,20432,-109.08197499999642,31.93888700000037,2439541,18,10,1992 +7,,,20433,-109.08281599999641,31.938113000000413,2437874,18,10,1992 +24,M,44.0,20434,-109.07773599999636,31.938560000000447,2438156,18,10,1992 +19,M,8.0,20435,-109.07791199999636,31.937438000000434,2439566,18,10,1992 +7,,,20436,-109.08281599999641,31.938113000000413,2491757,18,10,1992 +17,M,44.0,20437,-109.07941499999636,31.937117000000445,2439521,18,10,1992 +12,M,158.0,20438,-109.07851899999636,31.938203000000414,,18,10,1992 +18,F,9.0,20439,-109.07863299999636,31.93712600000041,2439566,18,10,1992 +20,M,8.0,20440,-109.08019099999642,31.93633400000045,2439566,18,10,1992 +1,M,8.0,20441,-109.08282899999641,31.938851000000387,2437874,18,10,1992 +12,F,25.0,20442,-109.07851899999636,31.938203000000414,2438516,18,10,1992 +18,F,6.0,20443,-109.07863299999636,31.93712600000041,2439566,18,10,1992 +22,F,40.0,20444,-109.07860199999635,31.93644100000042,2439521,18,10,1992 +2,F,31.0,20445,-109.08197499999642,31.93888700000037,2438517,18,10,1992 +20,M,11.0,20446,-109.08019099999642,31.93633400000045,2437874,18,10,1992 +2,,,20447,-109.08197499999642,31.93888700000037,,18,10,1992 +12,M,43.0,20448,-109.07851899999636,31.938203000000414,2439521,18,10,1992 +18,F,10.0,20449,-109.07863299999636,31.93712600000041,2439566,18,10,1992 +21,F,7.0,20450,-109.07939799999636,31.936448000000453,2439566,18,10,1992 +1,M,55.0,20451,-109.08282899999641,31.938851000000387,2439541,18,10,1992 +21,M,22.0,20452,-109.07939799999636,31.936448000000453,2438516,18,10,1992 +17,M,8.0,20453,-109.07941499999636,31.937117000000445,2439566,18,10,1992 +17,M,,20454,-109.07941499999636,31.937117000000445,2439521,18,10,1992 +17,M,60.0,20455,-109.07941499999636,31.937117000000445,2439541,18,10,1992 +19,F,15.0,20456,-109.07791199999636,31.937438000000434,2437874,18,10,1992 +12,F,21.0,20457,-109.07851899999636,31.938203000000414,2438517,18,10,1992 +17,M,48.0,20458,-109.07941499999636,31.937117000000445,2439521,18,10,1992 +20,,,20459,-109.08019099999642,31.93633400000045,2491276,18,10,1992 +12,M,39.0,20460,-109.07851899999636,31.938203000000414,2439521,18,10,1992 +24,,,20461,-109.07773599999636,31.938560000000447,2437568,18,10,1992 +23,,,20462,-109.07783799999636,31.93676300000042,2437568,18,10,1992 +2,M,23.0,20463,-109.08197499999642,31.93888700000037,2438516,18,10,1992 +12,F,44.0,20464,-109.07851899999636,31.938203000000414,2439521,18,10,1992 +24,M,12.0,20465,-109.07773599999636,31.938560000000447,2437874,18,10,1992 +7,F,,20466,-109.08281599999641,31.938113000000413,2437874,18,10,1992 +2,F,135.0,20467,-109.08197499999642,31.93888700000037,,18,10,1992 +18,F,9.0,20468,-109.07863299999636,31.93712600000041,2439566,18,10,1992 +2,M,43.0,20469,-109.08197499999642,31.93888700000037,2439541,18,10,1992 +17,M,38.0,20470,-109.07941499999636,31.937117000000445,2439521,18,10,1992 +9,F,40.0,20471,-109.08090299999638,31.93785900000039,2439521,19,10,1992 +3,F,,20472,-109.08120799999641,31.938896000000387,2438156,19,10,1992 +14,M,37.0,20473,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +14,M,8.0,20474,-109.08182699999641,31.937054000000447,2439566,19,10,1992 +9,F,40.0,20475,-109.08090299999638,31.93785900000039,2439521,19,10,1992 +5,M,23.0,20476,-109.07960199999636,31.93897000000045,2438517,19,10,1992 +11,M,10.0,20477,-109.07930699999636,31.938056000000426,2437874,19,10,1992 +3,M,18.0,20478,-109.08120799999641,31.938896000000387,2439591,19,10,1992 +9,F,12.0,20479,-109.08090299999638,31.93785900000039,2437874,19,10,1992 +11,M,18.0,20480,-109.07930699999636,31.938056000000426,2438517,19,10,1992 +8,F,23.0,20481,-109.08167999999641,31.937884000000402,2438517,19,10,1992 +14,M,120.0,20482,-109.08182699999641,31.937054000000447,2439531,19,10,1992 +4,M,47.0,20483,-109.08040899999641,31.93889400000041,2439521,19,10,1992 +11,F,13.0,20484,-109.07930699999636,31.938056000000426,2437874,19,10,1992 +8,M,24.0,20485,-109.08167999999641,31.937884000000402,2439541,19,10,1992 +11,M,47.0,20486,-109.07930699999636,31.938056000000426,2439521,19,10,1992 +16,F,11.0,20487,-109.08024399999636,31.93709400000041,2437874,19,10,1992 +14,F,39.0,20488,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +14,M,38.0,20489,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +8,F,43.0,20490,-109.08167999999641,31.937884000000402,2439521,19,10,1992 +5,,,20491,-109.07960199999636,31.93897000000045,2437874,19,10,1992 +9,M,41.0,20492,-109.08090299999638,31.93785900000039,2439521,19,10,1992 +14,M,39.0,20493,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +16,F,11.0,20494,-109.08024399999636,31.93709400000041,2437874,19,10,1992 +8,F,6.0,20495,-109.08167999999641,31.937884000000402,2439566,19,10,1992 +13,M,8.0,20496,-109.08261299999641,31.937028000000442,2437874,19,10,1992 +8,M,50.0,20497,-109.08167999999641,31.937884000000402,2439521,19,10,1992 +16,,,20498,-109.08024399999636,31.93709400000041,2437874,19,10,1992 +13,F,6.0,20499,-109.08261299999641,31.937028000000442,2439566,19,10,1992 +8,M,42.0,20500,-109.08167999999641,31.937884000000402,2439521,19,10,1992 +8,F,44.0,20501,-109.08167999999641,31.937884000000402,2439521,19,10,1992 +13,F,8.0,20502,-109.08261299999641,31.937028000000442,2439566,19,10,1992 +4,M,6.0,20503,-109.08040899999641,31.93889400000041,2439566,19,10,1992 +6,F,16.0,20504,-109.07883599999636,31.939078000000414,2439591,19,10,1992 +11,F,15.0,20505,-109.07930699999636,31.938056000000426,2439591,19,10,1992 +9,F,49.0,20506,-109.08090299999638,31.93785900000039,2439521,19,10,1992 +9,F,41.0,20507,-109.08090299999638,31.93785900000039,2439521,19,10,1992 +8,M,24.0,20508,-109.08167999999641,31.937884000000402,2438517,19,10,1992 +3,M,14.0,20509,-109.08120799999641,31.938896000000387,2437874,19,10,1992 +14,F,39.0,20510,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +4,F,40.0,20511,-109.08040899999641,31.93889400000041,2439521,19,10,1992 +14,M,,20512,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +13,M,16.0,20513,-109.08261299999641,31.937028000000442,2438517,19,10,1992 +3,F,10.0,20514,-109.08120799999641,31.938896000000387,2437874,19,10,1992 +11,M,45.0,20515,-109.07930699999636,31.938056000000426,2439521,19,10,1992 +10,M,,20516,-109.08009099999636,31.938017000000425,2437874,19,10,1992 +14,F,46.0,20517,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +14,F,41.0,20518,-109.08182699999641,31.937054000000447,2439521,19,10,1992 +3,M,25.0,20519,-109.08120799999641,31.938896000000387,2438516,19,10,1992 +15,,,20520,-109.08103599999642,31.937059000000463,,19,10,1992 +12,F,39.0,20521,-109.07851899999636,31.938203000000414,2439521,21,12,1992 +20,F,10.0,20522,-109.08019099999642,31.93633400000045,2437874,21,12,1992 +17,,,20523,-109.07941499999636,31.937117000000445,,21,12,1992 +12,F,10.0,20524,-109.07851899999636,31.938203000000414,2437874,21,12,1992 +17,M,51.0,20525,-109.07941499999636,31.937117000000445,2439521,21,12,1992 +24,M,11.0,20526,-109.07773599999636,31.938560000000447,2437874,21,12,1992 +24,F,10.0,20527,-109.07773599999636,31.938560000000447,2437874,21,12,1992 +12,M,167.0,20528,-109.07851899999636,31.938203000000414,,21,12,1992 +17,M,55.0,20529,-109.07941499999636,31.937117000000445,2439521,21,12,1992 +22,F,7.0,20530,-109.07860199999635,31.93644100000042,2439566,21,12,1992 +1,M,55.0,20531,-109.08282899999641,31.938851000000387,2439541,21,12,1992 +18,F,11.0,20532,-109.07863299999636,31.93712600000041,2437874,21,12,1992 +24,F,10.0,20533,-109.07773599999636,31.938560000000447,2437874,21,12,1992 +7,,,20534,-109.08281599999641,31.938113000000413,2491757,21,12,1992 +17,F,25.0,20535,-109.07941499999636,31.937117000000445,2438517,21,12,1992 +12,,,20536,-109.07851899999636,31.938203000000414,2491757,21,12,1992 +22,F,117.0,20537,-109.07860199999635,31.93644100000042,2439531,21,12,1992 +19,M,19.0,20538,-109.07791199999636,31.937438000000434,2439591,21,12,1992 +17,M,45.0,20539,-109.07941499999636,31.937117000000445,2439521,21,12,1992 +12,F,44.0,20540,-109.07851899999636,31.938203000000414,2439521,21,12,1992 +17,,44.0,20541,-109.07941499999636,31.937117000000445,2439521,21,12,1992 +17,M,35.0,20542,-109.07941499999636,31.937117000000445,2439521,21,12,1992 +7,F,12.0,20543,-109.08281599999641,31.938113000000413,2437874,21,12,1992 +12,M,11.0,20544,-109.07851899999636,31.938203000000414,2437874,21,12,1992 +24,M,7.0,20545,-109.07773599999636,31.938560000000447,2437874,21,12,1992 +12,,,20546,-109.07851899999636,31.938203000000414,2491757,21,12,1992 +19,M,9.0,20547,-109.07791199999636,31.937438000000434,2437874,21,12,1992 +2,,,20548,-109.08197499999642,31.93888700000037,,21,12,1992 +21,,,20549,-109.07939799999636,31.936448000000453,,21,12,1992 +23,,,20550,-109.07783799999636,31.93676300000042,,21,12,1992 +5,M,21.0,20551,-109.07960199999636,31.93897000000045,2438517,22,12,1992 +6,M,45.0,20552,-109.07883599999636,31.939078000000414,2439521,22,12,1992 +11,F,44.0,20553,-109.07930699999636,31.938056000000426,2439521,22,12,1992 +14,F,42.0,20554,-109.08182699999641,31.937054000000447,2439521,22,12,1992 +4,M,,20555,-109.08040899999641,31.93889400000041,2439521,22,12,1992 +6,M,11.0,20556,-109.07883599999636,31.939078000000414,2437874,22,12,1992 +10,,,20557,-109.08009099999636,31.938017000000425,2437874,22,12,1992 +11,M,50.0,20558,-109.07930699999636,31.938056000000426,2439521,22,12,1992 +9,F,42.0,20559,-109.08090299999638,31.93785900000039,2439521,22,12,1992 +14,M,125.0,20560,-109.08182699999641,31.937054000000447,2439531,22,12,1992 +9,M,43.0,20561,-109.08090299999638,31.93785900000039,2439521,22,12,1992 +5,M,43.0,20562,-109.07960199999636,31.93897000000045,2439521,22,12,1992 +5,F,17.0,20563,-109.07960199999636,31.93897000000045,2437874,22,12,1992 +3,F,12.0,20564,-109.08120799999641,31.938896000000387,2437874,22,12,1992 +3,F,49.0,20565,-109.08120799999641,31.938896000000387,2438153,22,12,1992 +14,M,44.0,20566,-109.08182699999641,31.937054000000447,2439521,22,12,1992 +9,F,41.0,20567,-109.08090299999638,31.93785900000039,2439521,22,12,1992 +14,M,43.0,20568,-109.08182699999641,31.937054000000447,2439521,22,12,1992 +5,M,43.0,20569,-109.07960199999636,31.93897000000045,2439521,22,12,1992 +4,F,39.0,20570,-109.08040899999641,31.93889400000041,2439521,22,12,1992 +6,M,11.0,20571,-109.07883599999636,31.939078000000414,2437874,22,12,1992 +13,F,40.0,20572,-109.08261299999641,31.937028000000442,2439521,22,12,1992 +8,,,20573,-109.08167999999641,31.937884000000402,,22,12,1992 +15,,,20574,-109.08103599999642,31.937059000000463,,22,12,1992 +16,,,20575,-109.08024399999636,31.93709400000041,,22,12,1992 +1,,,20576,-109.08282899999641,31.938851000000387,2439541,23,1,1993 +21,M,9.0,20577,-109.07939799999636,31.936448000000453,2439566,24,1,1993 +18,F,9.0,20578,-109.07863299999636,31.93712600000041,2439566,24,1,1993 +12,M,11.0,20579,-109.07851899999636,31.938203000000414,2437874,24,1,1993 +20,F,8.0,20580,-109.08019099999642,31.93633400000045,2437874,24,1,1993 +21,F,9.0,20581,-109.07939799999636,31.936448000000453,2437874,24,1,1993 +12,M,170.0,20582,-109.07851899999636,31.938203000000414,,24,1,1993 +17,M,53.0,20583,-109.07941499999636,31.937117000000445,2439521,24,1,1993 +24,M,22.0,20584,-109.07773599999636,31.938560000000447,2437981,24,1,1993 +12,M,233.0,20585,-109.07851899999636,31.938203000000414,,24,1,1993 +24,M,12.0,20586,-109.07773599999636,31.938560000000447,2437874,24,1,1993 +17,,,20587,-109.07941499999636,31.937117000000445,2437568,24,1,1993 +12,F,46.0,20588,-109.07851899999636,31.938203000000414,2439521,24,1,1993 +12,,,20589,-109.07851899999636,31.938203000000414,2491123,24,1,1993 +18,F,11.0,20590,-109.07863299999636,31.93712600000041,2437874,24,1,1993 +19,M,9.0,20591,-109.07791199999636,31.937438000000434,2437874,24,1,1993 +7,M,9.0,20592,-109.08281599999641,31.938113000000413,2437874,24,1,1993 +12,M,38.0,20593,-109.07851899999636,31.938203000000414,2439521,24,1,1993 +1,F,53.0,20594,-109.08282899999641,31.938851000000387,2439541,24,1,1993 +19,M,11.0,20595,-109.07791199999636,31.937438000000434,2437874,24,1,1993 +19,F,22.0,20596,-109.07791199999636,31.937438000000434,2438517,24,1,1993 +18,F,8.0,20597,-109.07863299999636,31.93712600000041,2439566,24,1,1993 +23,,,20598,-109.07783799999636,31.93676300000042,2437568,24,1,1993 +17,M,40.0,20599,-109.07941499999636,31.937117000000445,2439521,24,1,1993 +18,M,10.0,20600,-109.07863299999636,31.93712600000041,2437874,24,1,1993 +17,M,54.0,20601,-109.07941499999636,31.937117000000445,2439521,24,1,1993 +2,M,,20602,-109.08197499999642,31.93888700000037,2437874,24,1,1993 +2,F,11.0,20603,-109.08197499999642,31.93888700000037,2437874,24,1,1993 +17,M,48.0,20604,-109.07941499999636,31.937117000000445,2439521,24,1,1993 +17,M,,20605,-109.07941499999636,31.937117000000445,2439521,24,1,1993 +7,F,12.0,20606,-109.08281599999641,31.938113000000413,2437874,24,1,1993 +17,F,28.0,20607,-109.07941499999636,31.937117000000445,2438517,24,1,1993 +2,M,23.0,20608,-109.08197499999642,31.93888700000037,2437981,24,1,1993 +17,F,48.0,20609,-109.07941499999636,31.937117000000445,2439521,24,1,1993 +22,F,127.0,20610,-109.07860199999635,31.93644100000042,2439531,24,1,1993 +11,M,47.0,20611,-109.07930699999636,31.938056000000426,2439521,25,1,1993 +3,F,24.0,20612,-109.08120799999641,31.938896000000387,2438517,25,1,1993 +13,,,20613,-109.08261299999641,31.937028000000442,2491276,25,1,1993 +6,M,44.0,20614,-109.07883599999636,31.939078000000414,2439541,25,1,1993 +8,M,57.0,20615,-109.08167999999641,31.937884000000402,2439541,25,1,1993 +9,F,36.0,20616,-109.08090299999638,31.93785900000039,2439521,25,1,1993 +5,M,24.0,20617,-109.07960199999636,31.93897000000045,2438516,25,1,1993 +16,F,11.0,20618,-109.08024399999636,31.93709400000041,2437874,25,1,1993 +14,M,129.0,20619,-109.08182699999641,31.937054000000447,2439531,25,1,1993 +9,F,41.0,20620,-109.08090299999638,31.93785900000039,2439521,25,1,1993 +14,M,44.0,20621,-109.08182699999641,31.937054000000447,2439521,25,1,1993 +10,,,20622,-109.08009099999636,31.938017000000425,2437874,25,1,1993 +14,M,46.0,20623,-109.08182699999641,31.937054000000447,2439521,25,1,1993 +3,M,9.0,20624,-109.08120799999641,31.938896000000387,2437874,25,1,1993 +14,F,44.0,20625,-109.08182699999641,31.937054000000447,2439521,25,1,1993 +5,,,20626,-109.07960199999636,31.93897000000045,,25,1,1993 +13,F,42.0,20627,-109.08261299999641,31.937028000000442,2439521,25,1,1993 +6,F,9.0,20628,-109.07883599999636,31.939078000000414,2437874,25,1,1993 +9,M,46.0,20629,-109.08090299999638,31.93785900000039,2439521,25,1,1993 +11,F,46.0,20630,-109.07930699999636,31.938056000000426,2439521,25,1,1993 +4,,,20631,-109.08040899999641,31.93889400000041,,25,1,1993 +15,,,20632,-109.08103599999642,31.937059000000463,,25,1,1993 +22,M,9.0,20633,-109.07860199999635,31.93644100000042,2437874,19,2,1993 +19,M,9.0,20634,-109.07791199999636,31.937438000000434,2439566,19,2,1993 +23,M,10.0,20635,-109.07783799999636,31.93676300000042,2437874,19,2,1993 +17,M,51.0,20636,-109.07941499999636,31.937117000000445,2439521,19,2,1993 +19,M,11.0,20637,-109.07791199999636,31.937438000000434,2437874,19,2,1993 +22,M,8.0,20638,-109.07860199999635,31.93644100000042,2439566,19,2,1993 +18,M,11.0,20639,-109.07863299999636,31.93712600000041,2437874,19,2,1993 +21,F,9.0,20640,-109.07939799999636,31.936448000000453,2437874,19,2,1993 +19,M,17.0,20641,-109.07791199999636,31.937438000000434,2439591,19,2,1993 +19,F,24.0,20642,-109.07791199999636,31.937438000000434,2438517,19,2,1993 +24,M,12.0,20643,-109.07773599999636,31.938560000000447,2437874,19,2,1993 +1,M,13.0,20644,-109.08282899999641,31.938851000000387,2437874,19,2,1993 +12,M,39.0,20645,-109.07851899999636,31.938203000000414,2439521,19,2,1993 +17,M,50.0,20646,-109.07941499999636,31.937117000000445,2439521,19,2,1993 +18,F,11.0,20647,-109.07863299999636,31.93712600000041,2437874,19,2,1993 +19,M,27.0,20648,-109.07791199999636,31.937438000000434,2438517,19,2,1993 +7,F,11.0,20649,-109.08281599999641,31.938113000000413,2437874,19,2,1993 +12,M,16.0,20650,-109.07851899999636,31.938203000000414,2439591,19,2,1993 +17,F,26.0,20651,-109.07941499999636,31.937117000000445,2438517,19,2,1993 +17,F,46.0,20652,-109.07941499999636,31.937117000000445,2439521,19,2,1993 +22,F,7.0,20653,-109.07860199999635,31.93644100000042,2439566,19,2,1993 +2,M,10.0,20654,-109.08197499999642,31.93888700000037,2437874,19,2,1993 +17,,,20655,-109.07941499999636,31.937117000000445,,19,2,1993 +21,M,10.0,20656,-109.07939799999636,31.936448000000453,2437874,19,2,1993 +18,F,10.0,20657,-109.07863299999636,31.93712600000041,2437874,19,2,1993 +17,F,40.0,20658,-109.07941499999636,31.937117000000445,2439521,19,2,1993 +17,M,51.0,20659,-109.07941499999636,31.937117000000445,2439521,19,2,1993 +22,F,,20660,-109.07860199999635,31.93644100000042,2437874,19,2,1993 +12,F,,20661,-109.07851899999636,31.938203000000414,2439521,19,2,1993 +7,F,12.0,20662,-109.08281599999641,31.938113000000413,2437874,19,2,1993 +20,,,20663,-109.08019099999642,31.93633400000045,,19,2,1993 +13,,,20664,-109.08261299999641,31.937028000000442,2437568,26,2,1993 +13,,,20665,-109.08261299999641,31.937028000000442,2491757,26,2,1993 +4,M,51.0,20666,-109.08040899999641,31.93889400000041,2439521,26,2,1993 +8,F,50.0,20667,-109.08167999999641,31.937884000000402,2439541,26,2,1993 +6,M,47.0,20668,-109.07883599999636,31.939078000000414,2439541,26,2,1993 +10,F,12.0,20669,-109.08009099999636,31.938017000000425,2437874,26,2,1993 +4,M,8.0,20670,-109.08040899999641,31.93889400000041,2439566,26,2,1993 +3,M,10.0,20671,-109.08120799999641,31.938896000000387,2437874,26,2,1993 +8,M,46.0,20672,-109.08167999999641,31.937884000000402,2439521,26,2,1993 +14,M,47.0,20673,-109.08182699999641,31.937054000000447,2439521,26,2,1993 +10,F,10.0,20674,-109.08009099999636,31.938017000000425,2437874,26,2,1993 +14,M,120.0,20675,-109.08182699999641,31.937054000000447,2439531,26,2,1993 +3,F,24.0,20676,-109.08120799999641,31.938896000000387,2438517,26,2,1993 +3,M,12.0,20677,-109.08120799999641,31.938896000000387,2437874,26,2,1993 +11,F,46.0,20678,-109.07930699999636,31.938056000000426,2439521,26,2,1993 +4,F,41.0,20679,-109.08040899999641,31.93889400000041,2439521,26,2,1993 +11,M,42.0,20680,-109.07930699999636,31.938056000000426,2439521,26,2,1993 +6,M,12.0,20681,-109.07883599999636,31.939078000000414,2437874,26,2,1993 +9,F,50.0,20682,-109.08090299999638,31.93785900000039,2439521,26,2,1993 +6,M,10.0,20683,-109.07883599999636,31.939078000000414,2437874,26,2,1993 +5,M,25.0,20684,-109.07960199999636,31.93897000000045,2438516,26,2,1993 +16,F,13.0,20685,-109.08024399999636,31.93709400000041,2437874,26,2,1993 +9,F,47.0,20686,-109.08090299999638,31.93785900000039,2439521,26,2,1993 +5,F,25.0,20687,-109.07960199999636,31.93897000000045,2438516,26,2,1993 +6,F,12.0,20688,-109.07883599999636,31.939078000000414,2437874,26,2,1993 +3,F,61.0,20689,-109.08120799999641,31.938896000000387,2438153,26,2,1993 +13,M,10.0,20690,-109.08261299999641,31.937028000000442,2437874,26,2,1993 +15,,,20691,-109.08103599999642,31.937059000000463,,26,2,1993 +1,M,45.0,20692,-109.08282899999641,31.938851000000387,2439521,17,3,1993 +20,M,10.0,20693,-109.08019099999642,31.93633400000045,2437874,17,3,1993 +7,M,10.0,20694,-109.08281599999641,31.938113000000413,2437874,17,3,1993 +1,M,47.0,20695,-109.08282899999641,31.938851000000387,2439521,17,3,1993 +22,F,44.0,20696,-109.07860199999635,31.93644100000042,2439521,17,3,1993 +12,M,13.0,20697,-109.07851899999636,31.938203000000414,2437981,17,3,1993 +12,F,42.0,20698,-109.07851899999636,31.938203000000414,2439521,17,3,1993 +7,M,9.0,20699,-109.08281599999641,31.938113000000413,2437874,17,3,1993 +1,F,47.0,20700,-109.08282899999641,31.938851000000387,2439521,17,3,1993 +20,M,15.0,20701,-109.08019099999642,31.93633400000045,2439591,17,3,1993 +1,M,44.0,20702,-109.08282899999641,31.938851000000387,2439521,17,3,1993 +17,M,50.0,20703,-109.07941499999636,31.937117000000445,2439521,17,3,1993 +17,M,51.0,20704,-109.07941499999636,31.937117000000445,2439521,17,3,1993 +18,F,8.0,20705,-109.07863299999636,31.93712600000041,2439566,17,3,1993 +19,M,20.0,20706,-109.07791199999636,31.937438000000434,2439591,17,3,1993 +2,M,57.0,20707,-109.08197499999642,31.93888700000037,2439541,17,3,1993 +12,M,51.0,20708,-109.07851899999636,31.938203000000414,2439521,17,3,1993 +18,M,10.0,20709,-109.07863299999636,31.93712600000041,2439566,17,3,1993 +21,M,11.0,20710,-109.07939799999636,31.936448000000453,2439566,17,3,1993 +17,M,52.0,20711,-109.07941499999636,31.937117000000445,2439521,17,3,1993 +12,M,44.0,20712,-109.07851899999636,31.938203000000414,2439521,17,3,1993 +12,M,,20713,-109.07851899999636,31.938203000000414,2439591,17,3,1993 +17,M,22.0,20714,-109.07941499999636,31.937117000000445,2439591,17,3,1993 +12,M,47.0,20715,-109.07851899999636,31.938203000000414,2439521,17,3,1993 +22,F,130.0,20716,-109.07860199999635,31.93644100000042,2439531,17,3,1993 +1,M,51.0,20717,-109.08282899999641,31.938851000000387,2439521,17,3,1993 +17,F,47.0,20718,-109.07941499999636,31.937117000000445,2439521,17,3,1993 +22,F,10.0,20719,-109.07860199999635,31.93644100000042,2439566,17,3,1993 +2,M,10.0,20720,-109.08197499999642,31.93888700000037,2437874,17,3,1993 +18,F,9.0,20721,-109.07863299999636,31.93712600000041,2439566,17,3,1993 +12,,,20722,-109.07851899999636,31.938203000000414,2438517,17,3,1993 +12,M,42.0,20723,-109.07851899999636,31.938203000000414,2439521,17,3,1993 +20,,,20724,-109.08019099999642,31.93633400000045,2437325,17,3,1993 +1,F,52.0,20725,-109.08282899999641,31.938851000000387,2439541,17,3,1993 +12,M,44.0,20726,-109.07851899999636,31.938203000000414,2439521,17,3,1993 +18,F,15.0,20727,-109.07863299999636,31.93712600000041,2437874,17,3,1993 +7,F,12.0,20728,-109.08281599999641,31.938113000000413,2437874,17,3,1993 +2,M,26.0,20729,-109.08197499999642,31.93888700000037,2438516,17,3,1993 +17,M,26.0,20730,-109.07941499999636,31.937117000000445,2438516,17,3,1993 +17,F,58.0,20731,-109.07941499999636,31.937117000000445,2439521,17,3,1993 +22,M,34.0,20732,-109.07860199999635,31.93644100000042,2439521,17,3,1993 +17,M,40.0,20733,-109.07941499999636,31.937117000000445,2439521,17,3,1993 +23,,,20734,-109.07783799999636,31.93676300000042,,17,3,1993 +24,,,20735,-109.07773599999636,31.938560000000447,,17,3,1993 +11,M,19.0,20736,-109.07930699999636,31.938056000000426,2439591,18,3,1993 +6,M,9.0,20737,-109.07883599999636,31.939078000000414,2439566,18,3,1993 +11,M,50.0,20738,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +14,M,45.0,20739,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +6,M,21.0,20740,-109.07883599999636,31.939078000000414,2439591,18,3,1993 +9,F,27.0,20741,-109.08090299999638,31.93785900000039,2438517,18,3,1993 +3,M,11.0,20742,-109.08120799999641,31.938896000000387,2437874,18,3,1993 +3,F,12.0,20743,-109.08120799999641,31.938896000000387,2437874,18,3,1993 +3,M,86.0,20744,-109.08120799999641,31.938896000000387,,18,3,1993 +16,M,10.0,20745,-109.08024399999636,31.93709400000041,2437874,18,3,1993 +10,M,12.0,20746,-109.08009099999636,31.938017000000425,2437874,18,3,1993 +3,F,93.0,20747,-109.08120799999641,31.938896000000387,,18,3,1993 +8,F,,20748,-109.08167999999641,31.937884000000402,2439566,18,3,1993 +14,F,53.0,20749,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +14,M,126.0,20750,-109.08182699999641,31.937054000000447,2439531,18,3,1993 +5,M,27.0,20751,-109.07960199999636,31.93897000000045,2438516,18,3,1993 +4,M,9.0,20752,-109.08040899999641,31.93889400000041,2439566,18,3,1993 +16,F,15.0,20753,-109.08024399999636,31.93709400000041,2437874,18,3,1993 +14,M,44.0,20754,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +9,M,47.0,20755,-109.08090299999638,31.93785900000039,2439521,18,3,1993 +14,M,43.0,20756,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +11,F,,20757,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +14,M,48.0,20758,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +8,F,45.0,20759,-109.08167999999641,31.937884000000402,2439521,18,3,1993 +14,M,48.0,20760,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +11,F,25.0,20761,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +8,F,48.0,20762,-109.08167999999641,31.937884000000402,2439521,18,3,1993 +4,F,42.0,20763,-109.08040899999641,31.93889400000041,2439521,18,3,1993 +11,M,56.0,20764,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +11,F,43.0,20765,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +11,M,47.0,20766,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +9,F,43.0,20767,-109.08090299999638,31.93785900000039,2439521,18,3,1993 +14,M,45.0,20768,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +5,F,31.0,20769,-109.07960199999636,31.93897000000045,2438517,18,3,1993 +10,F,12.0,20770,-109.08009099999636,31.938017000000425,2437874,18,3,1993 +9,F,45.0,20771,-109.08090299999638,31.93785900000039,2439521,18,3,1993 +13,M,35.0,20772,-109.08261299999641,31.937028000000442,2438517,18,3,1993 +11,F,23.0,20773,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +9,M,48.0,20774,-109.08090299999638,31.93785900000039,2439521,18,3,1993 +11,M,49.0,20775,-109.07930699999636,31.938056000000426,2439521,18,3,1993 +9,F,,20776,-109.08090299999638,31.93785900000039,2439521,18,3,1993 +14,M,49.0,20777,-109.08182699999641,31.937054000000447,2439521,18,3,1993 +15,,,20778,-109.08103599999642,31.937059000000463,,18,3,1993 +2,F,54.0,20779,-109.08197499999642,31.93888700000037,2439541,23,4,1993 +1,F,16.0,20780,-109.08282899999641,31.938851000000387,2439591,23,4,1993 +18,F,20.0,20781,-109.07863299999636,31.93712600000041,2439591,23,4,1993 +1,,,20782,-109.08282899999641,31.938851000000387,2439591,23,4,1993 +21,M,9.0,20783,-109.07939799999636,31.936448000000453,2439566,23,4,1993 +19,M,20.0,20784,-109.07791199999636,31.937438000000434,2439591,23,4,1993 +19,M,19.0,20785,-109.07791199999636,31.937438000000434,2439591,23,4,1993 +24,F,24.0,20786,-109.07773599999636,31.938560000000447,2437981,23,4,1993 +18,F,9.0,20787,-109.07863299999636,31.93712600000041,2439566,23,4,1993 +20,M,9.0,20788,-109.08019099999642,31.93633400000045,2439566,23,4,1993 +18,M,21.0,20789,-109.07863299999636,31.93712600000041,2439591,23,4,1993 +1,M,12.0,20790,-109.08282899999641,31.938851000000387,2437874,23,4,1993 +7,F,16.0,20791,-109.08281599999641,31.938113000000413,2437874,23,4,1993 +20,M,21.0,20792,-109.08019099999642,31.93633400000045,2439591,23,4,1993 +18,F,17.0,20793,-109.07863299999636,31.93712600000041,2439591,23,4,1993 +21,F,7.0,20794,-109.07939799999636,31.936448000000453,2439566,23,4,1993 +12,F,52.0,20795,-109.07851899999636,31.938203000000414,2439521,23,4,1993 +12,M,44.0,20796,-109.07851899999636,31.938203000000414,2439521,23,4,1993 +18,M,19.0,20797,-109.07863299999636,31.93712600000041,2439591,23,4,1993 +21,F,19.0,20798,-109.07939799999636,31.936448000000453,2439591,23,4,1993 +7,F,15.0,20799,-109.08281599999641,31.938113000000413,2439591,23,4,1993 +17,M,19.0,20800,-109.07941499999636,31.937117000000445,2439591,23,4,1993 +20,F,19.0,20801,-109.08019099999642,31.93633400000045,2439591,23,4,1993 +7,F,21.0,20802,-109.08281599999641,31.938113000000413,2439591,23,4,1993 +17,F,19.0,20803,-109.07941499999636,31.937117000000445,2439591,23,4,1993 +23,,,20804,-109.07783799999636,31.93676300000042,,23,4,1993 +22,F,112.0,20805,-109.07860199999635,31.93644100000042,2439531,23,4,1993 +22,M,84.0,20806,-109.07860199999635,31.93644100000042,2439531,23,4,1993 +3,F,90.0,20807,-109.08120799999641,31.938896000000387,,24,4,1993 +13,M,106.0,20808,-109.08261299999641,31.937028000000442,,24,4,1993 +3,F,83.0,20809,-109.08120799999641,31.938896000000387,,24,4,1993 +11,M,23.0,20810,-109.07930699999636,31.938056000000426,2439591,24,4,1993 +3,F,15.0,20811,-109.08120799999641,31.938896000000387,2437874,24,4,1993 +9,F,28.0,20812,-109.08090299999638,31.93785900000039,2438517,24,4,1993 +11,F,16.0,20813,-109.07930699999636,31.938056000000426,2439591,24,4,1993 +6,F,64.0,20814,-109.07883599999636,31.939078000000414,2439541,24,4,1993 +4,M,50.0,20815,-109.08040899999641,31.93889400000041,2439521,24,4,1993 +4,F,16.0,20816,-109.08040899999641,31.93889400000041,2439591,24,4,1993 +14,F,33.0,20817,-109.08182699999641,31.937054000000447,2439521,24,4,1993 +3,F,48.0,20818,-109.08120799999641,31.938896000000387,2438156,24,4,1993 +13,M,20.0,20819,-109.08261299999641,31.937028000000442,2439591,24,4,1993 +3,F,18.0,20820,-109.08120799999641,31.938896000000387,2439591,24,4,1993 +4,F,46.0,20821,-109.08040899999641,31.93889400000041,2439521,24,4,1993 +14,F,58.0,20822,-109.08182699999641,31.937054000000447,2439521,24,4,1993 +11,F,54.0,20823,-109.07930699999636,31.938056000000426,2439521,24,4,1993 +14,F,,20824,-109.08182699999641,31.937054000000447,2439521,24,4,1993 +11,M,20.0,20825,-109.07930699999636,31.938056000000426,2439591,24,4,1993 +11,M,11.0,20826,-109.07930699999636,31.938056000000426,2437874,24,4,1993 +8,F,51.0,20827,-109.08167999999641,31.937884000000402,2439521,24,4,1993 +14,M,36.0,20828,-109.08182699999641,31.937054000000447,2439521,24,4,1993 +9,M,49.0,20829,-109.08090299999638,31.93785900000039,2439521,24,4,1993 +16,F,12.0,20830,-109.08024399999636,31.93709400000041,2437874,24,4,1993 +9,M,35.0,20831,-109.08090299999638,31.93785900000039,2439521,24,4,1993 +11,M,52.0,20832,-109.07930699999636,31.938056000000426,2439521,24,4,1993 +13,M,37.0,20833,-109.08261299999641,31.937028000000442,2438517,24,4,1993 +9,F,47.0,20834,-109.08090299999638,31.93785900000039,2439521,24,4,1993 +8,M,39.0,20835,-109.08167999999641,31.937884000000402,2439521,24,4,1993 +5,,,20836,-109.07960199999636,31.93897000000045,,24,4,1993 +10,,,20837,-109.08009099999636,31.938017000000425,,24,4,1993 +15,,,20838,-109.08103599999642,31.937059000000463,,24,4,1993 +20,M,20.0,20839,-109.08019099999642,31.93633400000045,2439591,22,5,1993 +12,M,21.0,20840,-109.07851899999636,31.938203000000414,2438516,22,5,1993 +1,M,50.0,20841,-109.08282899999641,31.938851000000387,2439541,22,5,1993 +12,,,20842,-109.07851899999636,31.938203000000414,2439591,22,5,1993 +17,M,52.0,20843,-109.07941499999636,31.937117000000445,2439521,22,5,1993 +12,F,24.0,20844,-109.07851899999636,31.938203000000414,2438517,22,5,1993 +22,F,66.0,20845,-109.07860199999635,31.93644100000042,2439531,22,5,1993 +12,F,17.0,20846,-109.07851899999636,31.938203000000414,2438516,22,5,1993 +17,F,21.0,20847,-109.07941499999636,31.937117000000445,2439591,22,5,1993 +22,F,112.0,20848,-109.07860199999635,31.93644100000042,2439531,22,5,1993 +1,F,,20849,-109.08282899999641,31.938851000000387,2439541,22,5,1993 +12,M,27.0,20850,-109.07851899999636,31.938203000000414,2439521,22,5,1993 +18,M,,20851,-109.07863299999636,31.93712600000041,2439591,22,5,1993 +22,M,70.0,20852,-109.07860199999635,31.93644100000042,2439531,22,5,1993 +21,F,9.0,20853,-109.07939799999636,31.936448000000453,2439566,22,5,1993 +7,F,26.0,20854,-109.08281599999641,31.938113000000413,2439591,22,5,1993 +17,M,53.0,20855,-109.07941499999636,31.937117000000445,2439521,22,5,1993 +17,M,7.0,20856,-109.07941499999636,31.937117000000445,2439566,22,5,1993 +2,F,55.0,20857,-109.08197499999642,31.93888700000037,2439521,22,5,1993 +12,F,47.0,20858,-109.07851899999636,31.938203000000414,2439521,22,5,1993 +17,M,23.0,20859,-109.07941499999636,31.937117000000445,2437981,22,5,1993 +20,F,21.0,20860,-109.08019099999642,31.93633400000045,2439591,22,5,1993 +24,,,20861,-109.07773599999636,31.938560000000447,,22,5,1993 +23,,,20862,-109.07783799999636,31.93676300000042,,22,5,1993 +19,M,19.0,20863,-109.07791199999636,31.937438000000434,2439591,22,5,1993 +11,F,43.0,20864,-109.07930699999636,31.938056000000426,2439541,23,5,1993 +9,M,47.0,20865,-109.08090299999638,31.93785900000039,2439521,23,5,1993 +3,M,62.0,20866,-109.08120799999641,31.938896000000387,,23,5,1993 +11,F,27.0,20867,-109.07930699999636,31.938056000000426,2438516,23,5,1993 +3,M,22.0,20868,-109.08120799999641,31.938896000000387,2439591,23,5,1993 +13,F,38.0,20869,-109.08261299999641,31.937028000000442,2438517,23,5,1993 +3,M,76.0,20870,-109.08120799999641,31.938896000000387,2438156,23,5,1993 +8,F,49.0,20871,-109.08167999999641,31.937884000000402,2439541,23,5,1993 +14,M,44.0,20872,-109.08182699999641,31.937054000000447,2439521,23,5,1993 +13,M,31.0,20873,-109.08261299999641,31.937028000000442,2438517,23,5,1993 +11,F,47.0,20874,-109.07930699999636,31.938056000000426,2439521,23,5,1993 +9,F,45.0,20875,-109.08090299999638,31.93785900000039,2439521,23,5,1993 +8,M,34.0,20876,-109.08167999999641,31.937884000000402,2439541,23,5,1993 +15,,,20877,-109.08103599999642,31.937059000000463,2437568,23,5,1993 +16,M,19.0,20878,-109.08024399999636,31.93709400000041,2439591,23,5,1993 +5,M,27.0,20879,-109.07960199999636,31.93897000000045,2438516,23,5,1993 +4,F,41.0,20880,-109.08040899999641,31.93889400000041,2439521,23,5,1993 +14,M,22.0,20881,-109.08182699999641,31.937054000000447,2439521,23,5,1993 +9,M,29.0,20882,-109.08090299999638,31.93785900000039,2439521,23,5,1993 +15,F,9.0,20883,-109.08103599999642,31.937059000000463,2437874,23,5,1993 +6,M,12.0,20884,-109.07883599999636,31.939078000000414,2437874,23,5,1993 +8,M,26.0,20885,-109.08167999999641,31.937884000000402,2439521,23,5,1993 +14,M,44.0,20886,-109.08182699999641,31.937054000000447,2439521,23,5,1993 +14,F,48.0,20887,-109.08182699999641,31.937054000000447,2439521,23,5,1993 +14,,,20888,-109.08182699999641,31.937054000000447,2437568,23,5,1993 +8,F,59.0,20889,-109.08167999999641,31.937884000000402,2439521,23,5,1993 +6,M,,20890,-109.07883599999636,31.939078000000414,2439591,23,5,1993 +4,M,47.0,20891,-109.08040899999641,31.93889400000041,2439521,23,5,1993 +6,,,20892,-109.07883599999636,31.939078000000414,2439591,23,5,1993 +14,M,22.0,20893,-109.08182699999641,31.937054000000447,2439521,23,5,1993 +10,,,20894,-109.08009099999636,31.938017000000425,,23,5,1993 +19,F,11.0,20895,-109.07791199999636,31.937438000000434,2437981,18,6,1993 +18,,,20896,-109.07863299999636,31.93712600000041,2439591,18,6,1993 +1,M,47.0,20897,-109.08282899999641,31.938851000000387,2439521,18,6,1993 +21,M,7.0,20898,-109.07939799999636,31.936448000000453,2439566,18,6,1993 +12,M,,20899,-109.07851899999636,31.938203000000414,2439591,18,6,1993 +24,F,21.0,20900,-109.07773599999636,31.938560000000447,2437981,18,6,1993 +18,F,,20901,-109.07863299999636,31.93712600000041,2439591,18,6,1993 +17,M,51.0,20902,-109.07941499999636,31.937117000000445,2439521,18,6,1993 +18,M,24.0,20903,-109.07863299999636,31.93712600000041,2438153,18,6,1993 +17,,,20904,-109.07941499999636,31.937117000000445,2437568,18,6,1993 +24,M,11.0,20905,-109.07773599999636,31.938560000000447,2437874,18,6,1993 +7,M,18.0,20906,-109.08281599999641,31.938113000000413,2439591,18,6,1993 +24,M,22.0,20907,-109.07773599999636,31.938560000000447,2437981,18,6,1993 +18,F,26.0,20908,-109.07863299999636,31.93712600000041,2438516,18,6,1993 +24,F,21.0,20909,-109.07773599999636,31.938560000000447,2437981,18,6,1993 +2,F,,20910,-109.08197499999642,31.93888700000037,2439541,18,6,1993 +20,F,5.0,20911,-109.08019099999642,31.93633400000045,2439566,18,6,1993 +12,F,49.0,20912,-109.07851899999636,31.938203000000414,2439521,18,6,1993 +1,M,50.0,20913,-109.08282899999641,31.938851000000387,2439541,18,6,1993 +18,F,24.0,20914,-109.07863299999636,31.93712600000041,2439591,18,6,1993 +12,M,33.0,20915,-109.07851899999636,31.938203000000414,2439521,18,6,1993 +22,F,16.0,20916,-109.07860199999635,31.93644100000042,2439521,18,6,1993 +17,F,15.0,20917,-109.07941499999636,31.937117000000445,2439591,18,6,1993 +21,M,21.0,20918,-109.07939799999636,31.936448000000453,2439591,18,6,1993 +22,M,81.0,20919,-109.07860199999635,31.93644100000042,2439531,18,6,1993 +18,F,8.0,20920,-109.07863299999636,31.93712600000041,2437874,18,6,1993 +22,F,110.0,20921,-109.07860199999635,31.93644100000042,2439531,18,6,1993 +7,F,12.0,20922,-109.08281599999641,31.938113000000413,2439591,18,6,1993 +19,F,19.0,20923,-109.07791199999636,31.937438000000434,2439591,18,6,1993 +7,F,19.0,20924,-109.08281599999641,31.938113000000413,2439591,18,6,1993 +18,M,13.0,20925,-109.07863299999636,31.93712600000041,2439591,18,6,1993 +22,F,78.0,20926,-109.07860199999635,31.93644100000042,2439531,18,6,1993 +18,F,12.0,20927,-109.07863299999636,31.93712600000041,2439591,18,6,1993 +17,M,51.0,20928,-109.07941499999636,31.937117000000445,2439521,18,6,1993 +18,F,13.0,20929,-109.07863299999636,31.93712600000041,2439591,18,6,1993 +21,F,20.0,20930,-109.07939799999636,31.936448000000453,2439591,18,6,1993 +23,,,20931,-109.07783799999636,31.93676300000042,,18,6,1993 +3,F,22.0,20932,-109.08120799999641,31.938896000000387,2439591,19,6,1993 +9,M,44.0,20933,-109.08090299999638,31.93785900000039,2439521,19,6,1993 +8,M,38.0,20934,-109.08167999999641,31.937884000000402,2439541,19,6,1993 +6,M,10.0,20935,-109.07883599999636,31.939078000000414,2439591,19,6,1993 +9,F,21.0,20936,-109.08090299999638,31.93785900000039,2439521,19,6,1993 +3,F,11.0,20937,-109.08120799999641,31.938896000000387,2439591,19,6,1993 +15,M,9.0,20938,-109.08103599999642,31.937059000000463,2437874,19,6,1993 +5,M,11.0,20939,-109.07960199999636,31.93897000000045,2437874,19,6,1993 +14,,,20940,-109.08182699999641,31.937054000000447,2437568,19,6,1993 +3,M,41.0,20941,-109.08120799999641,31.938896000000387,,19,6,1993 +11,F,45.0,20942,-109.07930699999636,31.938056000000426,2439521,19,6,1993 +14,M,15.0,20943,-109.08182699999641,31.937054000000447,2439591,19,6,1993 +3,M,18.0,20944,-109.08120799999641,31.938896000000387,2439591,19,6,1993 +4,M,50.0,20945,-109.08040899999641,31.93889400000041,2439521,19,6,1993 +14,,,20946,-109.08182699999641,31.937054000000447,2437568,19,6,1993 +4,F,19.0,20947,-109.08040899999641,31.93889400000041,2439591,19,6,1993 +4,F,52.0,20948,-109.08040899999641,31.93889400000041,2439521,19,6,1993 +9,M,34.0,20949,-109.08090299999638,31.93785900000039,2439521,19,6,1993 +8,M,33.0,20950,-109.08167999999641,31.937884000000402,2439521,19,6,1993 +14,M,30.0,20951,-109.08182699999641,31.937054000000447,2439521,19,6,1993 +8,F,50.0,20952,-109.08167999999641,31.937884000000402,2439521,19,6,1993 +13,M,35.0,20953,-109.08261299999641,31.937028000000442,2438517,19,6,1993 +14,M,48.0,20954,-109.08182699999641,31.937054000000447,2439521,19,6,1993 +11,M,29.0,20955,-109.07930699999636,31.938056000000426,2439521,19,6,1993 +4,F,25.0,20956,-109.08040899999641,31.93889400000041,2439521,19,6,1993 +3,F,10.0,20957,-109.08120799999641,31.938896000000387,2439591,19,6,1993 +6,F,21.0,20958,-109.07883599999636,31.939078000000414,2439591,19,6,1993 +9,F,25.0,20959,-109.08090299999638,31.93785900000039,2438517,19,6,1993 +8,F,29.0,20960,-109.08167999999641,31.937884000000402,2438517,19,6,1993 +6,M,35.0,20961,-109.07883599999636,31.939078000000414,2438156,19,6,1993 +15,F,,20962,-109.08103599999642,31.937059000000463,2439591,19,6,1993 +11,M,51.0,20963,-109.07930699999636,31.938056000000426,2439521,19,6,1993 +13,F,,20964,-109.08261299999641,31.937028000000442,2439591,19,6,1993 +10,,,20965,-109.08009099999636,31.938017000000425,,19,6,1993 +16,,,20966,-109.08024399999636,31.93709400000041,,19,6,1993 +21,F,8.0,20967,-109.07939799999636,31.936448000000453,2439566,14,7,1993 +23,M,10.0,20968,-109.07783799999636,31.93676300000042,2437874,14,7,1993 +17,F,9.0,20969,-109.07941499999636,31.937117000000445,2439566,14,7,1993 +21,M,10.0,20970,-109.07939799999636,31.936448000000453,2437874,14,7,1993 +2,F,48.0,20971,-109.08197499999642,31.93888700000037,2439541,14,7,1993 +19,M,7.0,20972,-109.07791199999636,31.937438000000434,2439566,14,7,1993 +17,M,46.0,20973,-109.07941499999636,31.937117000000445,2439521,14,7,1993 +12,F,26.0,20974,-109.07851899999636,31.938203000000414,2438517,14,7,1993 +18,F,20.0,20975,-109.07863299999636,31.93712600000041,2439591,14,7,1993 +18,F,25.0,20976,-109.07863299999636,31.93712600000041,2439591,14,7,1993 +21,F,19.0,20977,-109.07939799999636,31.936448000000453,2439591,14,7,1993 +19,F,21.0,20978,-109.07791199999636,31.937438000000434,2439591,14,7,1993 +21,M,19.0,20979,-109.07939799999636,31.936448000000453,2439591,14,7,1993 +20,F,9.0,20980,-109.08019099999642,31.93633400000045,2439566,14,7,1993 +12,M,19.0,20981,-109.07851899999636,31.938203000000414,2439591,14,7,1993 +22,F,114.0,20982,-109.07860199999635,31.93644100000042,2439531,14,7,1993 +17,M,9.0,20983,-109.07941499999636,31.937117000000445,2439566,14,7,1993 +18,F,15.0,20984,-109.07863299999636,31.93712600000041,2439591,14,7,1993 +12,M,38.0,20985,-109.07851899999636,31.938203000000414,2439521,14,7,1993 +17,M,47.0,20986,-109.07941499999636,31.937117000000445,2439521,14,7,1993 +7,F,19.0,20987,-109.08281599999641,31.938113000000413,2439591,14,7,1993 +12,M,26.0,20988,-109.07851899999636,31.938203000000414,2439521,14,7,1993 +19,M,19.0,20989,-109.07791199999636,31.937438000000434,2439591,14,7,1993 +7,F,15.0,20990,-109.08281599999641,31.938113000000413,2439591,14,7,1993 +17,M,9.0,20991,-109.07941499999636,31.937117000000445,2437874,14,7,1993 +18,M,47.0,20992,-109.07863299999636,31.93712600000041,2438153,14,7,1993 +2,M,78.0,20993,-109.08197499999642,31.93888700000037,,14,7,1993 +21,M,6.0,20994,-109.07939799999636,31.936448000000453,2439566,14,7,1993 +7,,,20995,-109.08281599999641,31.938113000000413,2437568,14,7,1993 +12,M,26.0,20996,-109.07851899999636,31.938203000000414,2439521,14,7,1993 +24,F,25.0,20997,-109.07773599999636,31.938560000000447,2437981,14,7,1993 +19,F,12.0,20998,-109.07791199999636,31.937438000000434,2439591,14,7,1993 +17,M,55.0,20999,-109.07941499999636,31.937117000000445,2439521,14,7,1993 +24,F,126.0,21000,-109.07773599999636,31.938560000000447,,14,7,1993 +7,M,7.0,21001,-109.08281599999641,31.938113000000413,2437874,14,7,1993 +23,F,12.0,21002,-109.07783799999636,31.93676300000042,2437874,14,7,1993 +1,,,21003,-109.08282899999641,31.938851000000387,,14,7,1993 +9,M,47.0,21004,-109.08090299999638,31.93785900000039,2439521,15,7,1993 +3,F,18.0,21005,-109.08120799999641,31.938896000000387,2439591,15,7,1993 +11,F,60.0,21006,-109.07930699999636,31.938056000000426,2439521,15,7,1993 +3,F,49.0,21007,-109.08120799999641,31.938896000000387,2438156,15,7,1993 +6,M,17.0,21008,-109.07883599999636,31.939078000000414,2439591,15,7,1993 +14,,,21009,-109.08182699999641,31.937054000000447,2437568,15,7,1993 +9,F,19.0,21010,-109.08090299999638,31.93785900000039,2439521,15,7,1993 +13,M,37.0,21011,-109.08261299999641,31.937028000000442,2438517,15,7,1993 +14,M,38.0,21012,-109.08182699999641,31.937054000000447,2439521,15,7,1993 +5,F,12.0,21013,-109.07960199999636,31.93897000000045,2437874,15,7,1993 +4,M,51.0,21014,-109.08040899999641,31.93889400000041,2439521,15,7,1993 +14,F,10.0,21015,-109.08182699999641,31.937054000000447,2439566,15,7,1993 +14,M,20.0,21016,-109.08182699999641,31.937054000000447,2439591,15,7,1993 +9,F,41.0,21017,-109.08090299999638,31.93785900000039,2439521,15,7,1993 +15,F,8.0,21018,-109.08103599999642,31.937059000000463,2439566,15,7,1993 +8,M,39.0,21019,-109.08167999999641,31.937884000000402,2439521,15,7,1993 +8,M,46.0,21020,-109.08167999999641,31.937884000000402,2439521,15,7,1993 +11,M,35.0,21021,-109.07930699999636,31.938056000000426,2439521,15,7,1993 +14,F,45.0,21022,-109.08182699999641,31.937054000000447,2439521,15,7,1993 +13,F,17.0,21023,-109.08261299999641,31.937028000000442,2439591,15,7,1993 +9,F,25.0,21024,-109.08090299999638,31.93785900000039,2438517,15,7,1993 +6,F,19.0,21025,-109.07883599999636,31.939078000000414,2439591,15,7,1993 +14,M,49.0,21026,-109.08182699999641,31.937054000000447,2439521,15,7,1993 +9,M,32.0,21027,-109.08090299999638,31.93785900000039,2439521,15,7,1993 +8,M,41.0,21028,-109.08167999999641,31.937884000000402,2439521,15,7,1993 +13,F,33.0,21029,-109.08261299999641,31.937028000000442,2438517,15,7,1993 +10,,,21030,-109.08009099999636,31.938017000000425,,15,7,1993 +16,,,21031,-109.08024399999636,31.93709400000041,,15,7,1993 +2,,,21032,-109.08197499999642,31.93888700000037,2439566,19,8,1993 +19,M,14.0,21033,-109.07791199999636,31.937438000000434,2438516,19,8,1993 +24,F,17.0,21034,-109.07773599999636,31.938560000000447,2437981,19,8,1993 +7,M,10.0,21035,-109.08281599999641,31.938113000000413,2437874,19,8,1993 +12,,,21036,-109.07851899999636,31.938203000000414,,19,8,1993 +21,F,6.0,21037,-109.07939799999636,31.936448000000453,2439566,19,8,1993 +1,F,36.0,21038,-109.08282899999641,31.938851000000387,2439521,19,8,1993 +19,F,18.0,21039,-109.07791199999636,31.937438000000434,2439591,19,8,1993 +18,F,18.0,21040,-109.07863299999636,31.93712600000041,2439591,19,8,1993 +17,M,55.0,21041,-109.07941499999636,31.937117000000445,2439521,19,8,1993 +17,M,48.0,21042,-109.07941499999636,31.937117000000445,2439521,19,8,1993 +18,M,11.0,21043,-109.07863299999636,31.93712600000041,2437874,19,8,1993 +24,F,12.0,21044,-109.07773599999636,31.938560000000447,2437874,19,8,1993 +21,M,11.0,21045,-109.07939799999636,31.936448000000453,2437874,19,8,1993 +24,F,13.0,21046,-109.07773599999636,31.938560000000447,2437874,19,8,1993 +1,M,145.0,21047,-109.08282899999641,31.938851000000387,,19,8,1993 +12,M,41.0,21048,-109.07851899999636,31.938203000000414,2439521,19,8,1993 +17,M,47.0,21049,-109.07941499999636,31.937117000000445,2439521,19,8,1993 +24,M,12.0,21050,-109.07773599999636,31.938560000000447,2437874,19,8,1993 +18,M,8.0,21051,-109.07863299999636,31.93712600000041,2439566,19,8,1993 +19,,,21052,-109.07791199999636,31.937438000000434,2439591,19,8,1993 +17,F,7.0,21053,-109.07941499999636,31.937117000000445,2439566,19,8,1993 +2,M,,21054,-109.08197499999642,31.93888700000037,2438156,19,8,1993 +19,M,8.0,21055,-109.07791199999636,31.937438000000434,2439566,19,8,1993 +12,M,11.0,21056,-109.07851899999636,31.938203000000414,2438516,19,8,1993 +19,F,27.0,21057,-109.07791199999636,31.937438000000434,2438517,19,8,1993 +17,M,8.0,21058,-109.07941499999636,31.937117000000445,2439566,19,8,1993 +20,,,21059,-109.08019099999642,31.93633400000045,,19,8,1993 +22,,,21060,-109.07860199999635,31.93644100000042,,19,8,1993 +23,,,21061,-109.07783799999636,31.93676300000042,,19,8,1993 +9,F,41.0,21062,-109.08090299999638,31.93785900000039,2439521,20,8,1993 +14,M,,21063,-109.08182699999641,31.937054000000447,2439566,20,8,1993 +13,F,17.0,21064,-109.08261299999641,31.937028000000442,2439591,20,8,1993 +15,M,8.0,21065,-109.08103599999642,31.937059000000463,2439566,20,8,1993 +3,F,21.0,21066,-109.08120799999641,31.938896000000387,2439591,20,8,1993 +4,M,51.0,21067,-109.08040899999641,31.93889400000041,2439521,20,8,1993 +8,M,45.0,21068,-109.08167999999641,31.937884000000402,2439541,20,8,1993 +13,F,20.0,21069,-109.08261299999641,31.937028000000442,2439591,20,8,1993 +6,M,11.0,21070,-109.07883599999636,31.939078000000414,2439591,20,8,1993 +14,M,45.0,21071,-109.08182699999641,31.937054000000447,2439521,20,8,1993 +14,M,18.0,21072,-109.08182699999641,31.937054000000447,2439591,20,8,1993 +9,F,29.0,21073,-109.08090299999638,31.93785900000039,2439521,20,8,1993 +4,F,18.0,21074,-109.08040899999641,31.93889400000041,2439591,20,8,1993 +9,M,24.0,21075,-109.08090299999638,31.93785900000039,2438516,20,8,1993 +3,F,10.0,21076,-109.08120799999641,31.938896000000387,2437874,20,8,1993 +4,M,31.0,21077,-109.08040899999641,31.93889400000041,2439521,20,8,1993 +11,M,25.0,21078,-109.07930699999636,31.938056000000426,2439521,20,8,1993 +8,F,44.0,21079,-109.08167999999641,31.937884000000402,2439521,20,8,1993 +9,M,40.0,21080,-109.08090299999638,31.93785900000039,2439521,20,8,1993 +9,M,46.0,21081,-109.08090299999638,31.93785900000039,2439521,20,8,1993 +11,F,46.0,21082,-109.07930699999636,31.938056000000426,2439521,20,8,1993 +8,F,43.0,21083,-109.08167999999641,31.937884000000402,2439521,20,8,1993 +16,M,19.0,21084,-109.08024399999636,31.93709400000041,2439591,20,8,1993 +4,F,42.0,21085,-109.08040899999641,31.93889400000041,2439521,20,8,1993 +14,M,41.0,21086,-109.08182699999641,31.937054000000447,2439521,20,8,1993 +15,F,19.0,21087,-109.08103599999642,31.937059000000463,2439591,20,8,1993 +14,F,48.0,21088,-109.08182699999641,31.937054000000447,2439521,20,8,1993 +8,M,44.0,21089,-109.08167999999641,31.937884000000402,2439521,20,8,1993 +11,M,39.0,21090,-109.07930699999636,31.938056000000426,2439521,20,8,1993 +13,M,34.0,21091,-109.08261299999641,31.937028000000442,2438517,20,8,1993 +5,,,21092,-109.07960199999636,31.93897000000045,,20,8,1993 +10,,,21093,-109.08009099999636,31.938017000000425,,20,8,1993 +21,M,10.0,21094,-109.07939799999636,31.936448000000453,2437874,16,9,1993 +17,M,8.0,21095,-109.07941499999636,31.937117000000445,2439566,16,9,1993 +1,M,35.0,21096,-109.08282899999641,31.938851000000387,2439521,16,9,1993 +19,F,12.0,21097,-109.07791199999636,31.937438000000434,2439566,16,9,1993 +2,F,53.0,21098,-109.08197499999642,31.93888700000037,2439541,16,9,1993 +12,F,45.0,21099,-109.07851899999636,31.938203000000414,2439521,16,9,1993 +20,M,9.0,21100,-109.08019099999642,31.93633400000045,2439566,16,9,1993 +19,M,9.0,21101,-109.07791199999636,31.937438000000434,2439566,16,9,1993 +20,F,6.0,21102,-109.08019099999642,31.93633400000045,2439566,16,9,1993 +12,M,18.0,21103,-109.07851899999636,31.938203000000414,2438517,16,9,1993 +20,,,21104,-109.08019099999642,31.93633400000045,2491757,16,9,1993 +21,M,9.0,21105,-109.07939799999636,31.936448000000453,2439566,16,9,1993 +18,F,9.0,21106,-109.07863299999636,31.93712600000041,2439566,16,9,1993 +22,M,114.0,21107,-109.07860199999635,31.93644100000042,2439531,16,9,1993 +1,F,,21108,-109.08282899999641,31.938851000000387,2439521,16,9,1993 +19,F,15.0,21109,-109.07791199999636,31.937438000000434,2439591,16,9,1993 +7,M,10.0,21110,-109.08281599999641,31.938113000000413,2437874,16,9,1993 +17,M,56.0,21111,-109.07941499999636,31.937117000000445,2439521,16,9,1993 +17,M,51.0,21112,-109.07941499999636,31.937117000000445,2439521,16,9,1993 +20,M,6.0,21113,-109.08019099999642,31.93633400000045,2439566,16,9,1993 +2,M,,21114,-109.08197499999642,31.93888700000037,,16,9,1993 +12,M,41.0,21115,-109.07851899999636,31.938203000000414,2439521,16,9,1993 +23,,,21116,-109.07783799999636,31.93676300000042,2437568,16,9,1993 +21,F,6.0,21117,-109.07939799999636,31.936448000000453,2439566,16,9,1993 +18,M,11.0,21118,-109.07863299999636,31.93712600000041,2437874,16,9,1993 +17,M,7.0,21119,-109.07941499999636,31.937117000000445,2439566,16,9,1993 +20,F,10.0,21120,-109.08019099999642,31.93633400000045,2439566,16,9,1993 +2,M,138.0,21121,-109.08197499999642,31.93888700000037,,16,9,1993 +24,,,21122,-109.07773599999636,31.938560000000447,,16,9,1993 +9,F,48.0,21123,-109.08090299999638,31.93785900000039,2439521,17,9,1993 +6,F,13.0,21124,-109.07883599999636,31.939078000000414,2439591,17,9,1993 +3,M,50.0,21125,-109.08120799999641,31.938896000000387,2439521,17,9,1993 +15,F,19.0,21126,-109.08103599999642,31.937059000000463,2439591,17,9,1993 +3,F,52.0,21127,-109.08120799999641,31.938896000000387,2439521,17,9,1993 +3,M,51.0,21128,-109.08120799999641,31.938896000000387,2439521,17,9,1993 +3,F,16.0,21129,-109.08120799999641,31.938896000000387,2439591,17,9,1993 +3,M,137.0,21130,-109.08120799999641,31.938896000000387,,17,9,1993 +15,F,8.0,21131,-109.08103599999642,31.937059000000463,2439566,17,9,1993 +8,M,47.0,21132,-109.08167999999641,31.937884000000402,2439541,17,9,1993 +14,M,43.0,21133,-109.08182699999641,31.937054000000447,2439521,17,9,1993 +3,F,,21134,-109.08120799999641,31.938896000000387,2439591,17,9,1993 +11,M,34.0,21135,-109.07930699999636,31.938056000000426,2439521,17,9,1993 +11,F,49.0,21136,-109.07930699999636,31.938056000000426,2439521,17,9,1993 +3,F,11.0,21137,-109.08120799999641,31.938896000000387,2437874,17,9,1993 +15,M,11.0,21138,-109.08103599999642,31.937059000000463,2437874,17,9,1993 +14,M,44.0,21139,-109.08182699999641,31.937054000000447,2439521,17,9,1993 +16,M,19.0,21140,-109.08024399999636,31.93709400000041,2439591,17,9,1993 +13,,,21141,-109.08261299999641,31.937028000000442,5231474,17,9,1993 +8,F,50.0,21142,-109.08167999999641,31.937884000000402,2439521,17,9,1993 +9,M,39.0,21143,-109.08090299999638,31.93785900000039,2439521,17,9,1993 +14,,,21144,-109.08182699999641,31.937054000000447,5231474,17,9,1993 +3,F,10.0,21145,-109.08120799999641,31.938896000000387,2437874,17,9,1993 +13,,,21146,-109.08261299999641,31.937028000000442,5231474,17,9,1993 +14,M,50.0,21147,-109.08182699999641,31.937054000000447,2439521,17,9,1993 +9,M,48.0,21148,-109.08090299999638,31.93785900000039,2439521,17,9,1993 +13,M,34.0,21149,-109.08261299999641,31.937028000000442,2438517,17,9,1993 +15,,,21150,-109.08103599999642,31.937059000000463,2437300,17,9,1993 +4,,,21151,-109.08040899999641,31.93889400000041,,17,9,1993 +5,,,21152,-109.07960199999636,31.93897000000045,,17,9,1993 +10,,,21153,-109.08009099999636,31.938017000000425,,17,9,1993 +17,M,8.0,21154,-109.07941499999636,31.937117000000445,2439566,15,10,1993 +21,M,9.0,21155,-109.07939799999636,31.936448000000453,2439566,15,10,1993 +19,M,10.0,21156,-109.07791199999636,31.937438000000434,2437874,15,10,1993 +20,F,9.0,21157,-109.08019099999642,31.93633400000045,2439566,15,10,1993 +7,M,11.0,21158,-109.08281599999641,31.938113000000413,2437874,15,10,1993 +1,F,41.0,21159,-109.08282899999641,31.938851000000387,2439521,15,10,1993 +12,M,38.0,21160,-109.07851899999636,31.938203000000414,2439521,15,10,1993 +2,,,21161,-109.08197499999642,31.93888700000037,2491757,15,10,1993 +2,M,148.0,21162,-109.08197499999642,31.93888700000037,,15,10,1993 +12,M,19.0,21163,-109.07851899999636,31.938203000000414,2438517,15,10,1993 +7,,,21164,-109.08281599999641,31.938113000000413,2437568,15,10,1993 +20,M,,21165,-109.08019099999642,31.93633400000045,2438517,15,10,1993 +17,M,,21166,-109.07941499999636,31.937117000000445,2439521,15,10,1993 +12,F,42.0,21167,-109.07851899999636,31.938203000000414,2439521,15,10,1993 +2,M,34.0,21168,-109.08197499999642,31.93888700000037,2439521,15,10,1993 +17,M,56.0,21169,-109.07941499999636,31.937117000000445,2439521,15,10,1993 +23,F,12.0,21170,-109.07783799999636,31.93676300000042,2437874,15,10,1993 +19,M,8.0,21171,-109.07791199999636,31.937438000000434,2439566,15,10,1993 +1,M,46.0,21172,-109.08282899999641,31.938851000000387,2439521,15,10,1993 +13,M,34.0,21173,-109.08261299999641,31.937028000000442,2438517,15,10,1993 +18,F,9.0,21174,-109.07863299999636,31.93712600000041,2439566,15,10,1993 +22,M,110.0,21175,-109.07860199999635,31.93644100000042,2439531,15,10,1993 +17,M,8.0,21176,-109.07941499999636,31.937117000000445,2439566,15,10,1993 +24,,,21177,-109.07773599999636,31.938560000000447,,15,10,1993 +9,F,42.0,21178,-109.08090299999638,31.93785900000039,2439521,16,10,1993 +9,F,16.0,21179,-109.08090299999638,31.93785900000039,2438516,16,10,1993 +14,M,42.0,21180,-109.08182699999641,31.937054000000447,2439521,16,10,1993 +3,M,148.0,21181,-109.08120799999641,31.938896000000387,,16,10,1993 +14,M,33.0,21182,-109.08182699999641,31.937054000000447,2439521,16,10,1993 +11,M,44.0,21183,-109.07930699999636,31.938056000000426,2439521,16,10,1993 +15,F,9.0,21184,-109.08103599999642,31.937059000000463,2439566,16,10,1993 +3,M,144.0,21185,-109.08120799999641,31.938896000000387,,16,10,1993 +8,M,52.0,21186,-109.08167999999641,31.937884000000402,2439541,16,10,1993 +4,M,47.0,21187,-109.08040899999641,31.93889400000041,2439521,16,10,1993 +4,M,42.0,21188,-109.08040899999641,31.93889400000041,2439521,16,10,1993 +8,,,21189,-109.08167999999641,31.937884000000402,5231474,16,10,1993 +5,F,33.0,21190,-109.07960199999636,31.93897000000045,2439521,16,10,1993 +9,M,45.0,21191,-109.08090299999638,31.93785900000039,2439521,16,10,1993 +11,M,42.0,21192,-109.07930699999636,31.938056000000426,2439521,16,10,1993 +9,M,38.0,21193,-109.08090299999638,31.93785900000039,2439521,16,10,1993 +15,F,18.0,21194,-109.08103599999642,31.937059000000463,2439591,16,10,1993 +14,M,43.0,21195,-109.08182699999641,31.937054000000447,2439521,16,10,1993 +4,F,37.0,21196,-109.08040899999641,31.93889400000041,2439521,16,10,1993 +11,M,52.0,21197,-109.07930699999636,31.938056000000426,2439521,16,10,1993 +6,F,9.0,21198,-109.07883599999636,31.939078000000414,2439591,16,10,1993 +8,M,45.0,21199,-109.08167999999641,31.937884000000402,2439521,16,10,1993 +9,M,20.0,21200,-109.08090299999638,31.93785900000039,2438517,16,10,1993 +8,F,21.0,21201,-109.08167999999641,31.937884000000402,2439521,16,10,1993 +3,M,11.0,21202,-109.08120799999641,31.938896000000387,2437874,16,10,1993 +6,M,10.0,21203,-109.07883599999636,31.939078000000414,2437874,16,10,1993 +11,F,46.0,21204,-109.07930699999636,31.938056000000426,2439521,16,10,1993 +8,F,46.0,21205,-109.08167999999641,31.937884000000402,2439521,16,10,1993 +3,F,12.0,21206,-109.08120799999641,31.938896000000387,2439591,16,10,1993 +10,,,21207,-109.08009099999636,31.938017000000425,,16,10,1993 +16,,,21208,-109.08024399999636,31.93709400000041,,16,10,1993 +2,M,26.0,21209,-109.08197499999642,31.93888700000037,2438517,13,11,1993 +7,,,21210,-109.08281599999641,31.938113000000413,5227544,13,11,1993 +1,F,40.0,21211,-109.08282899999641,31.938851000000387,2439521,13,11,1993 +19,F,8.0,21212,-109.07791199999636,31.937438000000434,2439566,13,11,1993 +18,F,11.0,21213,-109.07863299999636,31.93712600000041,2439566,13,11,1993 +24,F,18.0,21214,-109.07773599999636,31.938560000000447,2437981,13,11,1993 +1,M,38.0,21215,-109.08282899999641,31.938851000000387,2439521,13,11,1993 +2,M,39.0,21216,-109.08197499999642,31.93888700000037,2439521,13,11,1993 +17,M,24.0,21217,-109.07941499999636,31.937117000000445,2438516,13,11,1993 +18,F,9.0,21218,-109.07863299999636,31.93712600000041,2439566,13,11,1993 +1,F,20.0,21219,-109.08282899999641,31.938851000000387,2438516,13,11,1993 +24,M,10.0,21220,-109.07773599999636,31.938560000000447,2437981,13,11,1993 +12,F,35.0,21221,-109.07851899999636,31.938203000000414,2439521,13,11,1993 +12,F,42.0,21222,-109.07851899999636,31.938203000000414,2439521,13,11,1993 +17,M,48.0,21223,-109.07941499999636,31.937117000000445,2439521,13,11,1993 +2,M,49.0,21224,-109.08197499999642,31.93888700000037,2439521,13,11,1993 +19,M,13.0,21225,-109.07791199999636,31.937438000000434,2437874,13,11,1993 +19,F,9.0,21226,-109.07791199999636,31.937438000000434,2439566,13,11,1993 +2,F,70.0,21227,-109.08197499999642,31.93888700000037,2438156,13,11,1993 +12,M,42.0,21228,-109.07851899999636,31.938203000000414,2439521,13,11,1993 +1,F,43.0,21229,-109.08282899999641,31.938851000000387,2439521,13,11,1993 +24,M,12.0,21230,-109.07773599999636,31.938560000000447,2437874,13,11,1993 +19,M,10.0,21231,-109.07791199999636,31.937438000000434,2437874,13,11,1993 +7,,10.0,21232,-109.08281599999641,31.938113000000413,2437874,13,11,1993 +2,M,154.0,21233,-109.08197499999642,31.93888700000037,,13,11,1993 +12,M,46.0,21234,-109.07851899999636,31.938203000000414,2439521,13,11,1993 +17,M,53.0,21235,-109.07941499999636,31.937117000000445,2439521,13,11,1993 +2,M,160.0,21236,-109.08197499999642,31.93888700000037,,13,11,1993 +2,F,46.0,21237,-109.08197499999642,31.93888700000037,2439541,13,11,1993 +1,M,47.0,21238,-109.08282899999641,31.938851000000387,2439521,13,11,1993 +7,M,13.0,21239,-109.08281599999641,31.938113000000413,2437874,13,11,1993 +20,,,21240,-109.08019099999642,31.93633400000045,,13,11,1993 +21,,,21241,-109.07939799999636,31.936448000000453,,13,11,1993 +23,,,21242,-109.07783799999636,31.93676300000042,,13,11,1993 +22,M,111.0,21243,-109.07860199999635,31.93644100000042,2439531,13,11,1993 +11,F,44.0,21244,-109.07930699999636,31.938056000000426,2439521,14,11,1993 +5,M,7.0,21245,-109.07960199999636,31.93897000000045,2439566,14,11,1993 +5,F,40.0,21246,-109.07960199999636,31.93897000000045,2439521,14,11,1993 +10,,,21247,-109.08009099999636,31.938017000000425,2437874,14,11,1993 +3,M,150.0,21248,-109.08120799999641,31.938896000000387,,14,11,1993 +15,F,7.0,21249,-109.08103599999642,31.937059000000463,2439566,14,11,1993 +4,M,50.0,21250,-109.08040899999641,31.93889400000041,2439521,14,11,1993 +15,M,9.0,21251,-109.08103599999642,31.937059000000463,2437874,14,11,1993 +6,M,50.0,21252,-109.07883599999636,31.939078000000414,2439541,14,11,1993 +14,M,42.0,21253,-109.08182699999641,31.937054000000447,2439521,14,11,1993 +15,,,21254,-109.08103599999642,31.937059000000463,5231474,14,11,1993 +4,M,42.0,21255,-109.08040899999641,31.93889400000041,2439521,14,11,1993 +8,M,45.0,21256,-109.08167999999641,31.937884000000402,2439541,14,11,1993 +14,M,40.0,21257,-109.08182699999641,31.937054000000447,2439521,14,11,1993 +11,M,51.0,21258,-109.07930699999636,31.938056000000426,2439521,14,11,1993 +9,M,43.0,21259,-109.08090299999638,31.93785900000039,2439521,14,11,1993 +14,F,124.0,21260,-109.08182699999641,31.937054000000447,,14,11,1993 +14,M,44.0,21261,-109.08182699999641,31.937054000000447,2439521,14,11,1993 +16,M,7.0,21262,-109.08024399999636,31.93709400000041,2439566,14,11,1993 +8,M,25.0,21263,-109.08167999999641,31.937884000000402,2438516,14,11,1993 +6,M,13.0,21264,-109.07883599999636,31.939078000000414,2437874,14,11,1993 +5,M,24.0,21265,-109.07960199999636,31.93897000000045,2438516,14,11,1993 +11,M,41.0,21266,-109.07930699999636,31.938056000000426,2439521,14,11,1993 +13,,,21267,-109.08261299999641,31.937028000000442,2437568,14,11,1993 +4,F,34.0,21268,-109.08040899999641,31.93889400000041,2439521,14,11,1993 +8,M,44.0,21269,-109.08167999999641,31.937884000000402,2439521,14,11,1993 +2,M,48.0,21270,-109.08197499999642,31.93888700000037,2439521,14,12,1993 +22,,,21271,-109.07860199999635,31.93644100000042,2491757,14,12,1993 +19,F,8.0,21272,-109.07791199999636,31.937438000000434,2439566,14,12,1993 +24,M,11.0,21273,-109.07773599999636,31.938560000000447,2437874,14,12,1993 +20,,,21274,-109.08019099999642,31.93633400000045,2491757,14,12,1993 +24,R,,21275,-109.07773599999636,31.938560000000447,2437568,14,12,1993 +2,M,36.0,21276,-109.08197499999642,31.93888700000037,2439521,14,12,1993 +17,M,20.0,21277,-109.07941499999636,31.937117000000445,2438517,14,12,1993 +22,,,21278,-109.07860199999635,31.93644100000042,2491757,14,12,1993 +18,M,22.0,21279,-109.07863299999636,31.93712600000041,2438516,14,12,1993 +19,F,8.0,21280,-109.07791199999636,31.937438000000434,2439566,14,12,1993 +18,F,8.0,21281,-109.07863299999636,31.93712600000041,2437874,14,12,1993 +17,M,47.0,21282,-109.07941499999636,31.937117000000445,2439521,14,12,1993 +12,M,39.0,21283,-109.07851899999636,31.938203000000414,2439521,14,12,1993 +22,M,109.0,21284,-109.07860199999635,31.93644100000042,2439531,14,12,1993 +2,M,46.0,21285,-109.08197499999642,31.93888700000037,2439521,14,12,1993 +18,M,11.0,21286,-109.07863299999636,31.93712600000041,2437874,14,12,1993 +2,M,153.0,21287,-109.08197499999642,31.93888700000037,,14,12,1993 +23,,,21288,-109.07783799999636,31.93676300000042,2491757,14,12,1993 +12,F,39.0,21289,-109.07851899999636,31.938203000000414,2439521,14,12,1993 +7,F,12.0,21290,-109.08281599999641,31.938113000000413,2437874,14,12,1993 +18,F,9.0,21291,-109.07863299999636,31.93712600000041,2439566,14,12,1993 +12,F,33.0,21292,-109.07851899999636,31.938203000000414,2439521,14,12,1993 +20,,,21293,-109.08019099999642,31.93633400000045,2491757,14,12,1993 +23,,,21294,-109.07783799999636,31.93676300000042,2491757,14,12,1993 +2,F,42.0,21295,-109.08197499999642,31.93888700000037,2439541,14,12,1993 +1,,,21296,-109.08282899999641,31.938851000000387,,14,12,1993 +21,,,21297,-109.07939799999636,31.936448000000453,2437568,14,12,1993 +11,F,44.0,21298,-109.07930699999636,31.938056000000426,2439521,15,12,1993 +14,M,44.0,21299,-109.08182699999641,31.937054000000447,2439521,15,12,1993 +3,M,161.0,21300,-109.08120799999641,31.938896000000387,,15,12,1993 +14,M,44.0,21301,-109.08182699999641,31.937054000000447,2439521,15,12,1993 +3,F,6.0,21302,-109.08120799999641,31.938896000000387,2437874,15,12,1993 +4,F,45.0,21303,-109.08040899999641,31.93889400000041,2439521,15,12,1993 +5,F,40.0,21304,-109.07960199999636,31.93897000000045,2439521,15,12,1993 +15,F,7.0,21305,-109.08103599999642,31.937059000000463,2439566,15,12,1993 +8,F,45.0,21306,-109.08167999999641,31.937884000000402,2439541,15,12,1993 +6,M,6.0,21307,-109.07883599999636,31.939078000000414,2439566,15,12,1993 +4,M,50.0,21308,-109.08040899999641,31.93889400000041,2439521,15,12,1993 +14,,,21309,-109.08182699999641,31.937054000000447,,15,12,1993 +10,F,7.0,21310,-109.08009099999636,31.938017000000425,2437874,15,12,1993 +8,M,45.0,21311,-109.08167999999641,31.937884000000402,2439541,15,12,1993 +11,M,8.0,21312,-109.07930699999636,31.938056000000426,2437874,15,12,1993 +4,F,35.0,21313,-109.08040899999641,31.93889400000041,2439521,15,12,1993 +13,M,19.0,21314,-109.08261299999641,31.937028000000442,2438516,15,12,1993 +14,M,42.0,21315,-109.08182699999641,31.937054000000447,2439521,15,12,1993 +5,M,42.0,21316,-109.07960199999636,31.93897000000045,2439521,15,12,1993 +6,M,11.0,21317,-109.07883599999636,31.939078000000414,2437874,15,12,1993 +6,F,8.0,21318,-109.07883599999636,31.939078000000414,2437874,15,12,1993 +8,M,43.0,21319,-109.08167999999641,31.937884000000402,2439521,15,12,1993 +5,M,22.0,21320,-109.07960199999636,31.93897000000045,2438516,15,12,1993 +9,M,37.0,21321,-109.08090299999638,31.93785900000039,2439521,15,12,1993 +8,M,24.0,21322,-109.08167999999641,31.937884000000402,2438517,15,12,1993 +16,F,17.0,21323,-109.08024399999636,31.93709400000041,2438517,15,12,1993 +11,M,41.0,21324,-109.07930699999636,31.938056000000426,2439521,15,12,1993 +16,M,42.0,21325,-109.08024399999636,31.93709400000041,2439521,15,12,1993 +2,M,39.0,21326,-109.08197499999642,31.93888700000037,2439521,1,2,1994 +1,M,39.0,21327,-109.08282899999641,31.938851000000387,2439521,1,2,1994 +19,M,8.0,21328,-109.07791199999636,31.937438000000434,2439566,1,2,1994 +1,F,41.0,21329,-109.08282899999641,31.938851000000387,2439521,1,2,1994 +1,F,42.0,21330,-109.08282899999641,31.938851000000387,2439521,1,2,1994 +7,R,,21331,-109.08281599999641,31.938113000000413,2437568,1,2,1994 +1,F,20.0,21332,-109.08282899999641,31.938851000000387,2438516,1,2,1994 +1,,,21333,-109.08282899999641,31.938851000000387,2491757,1,2,1994 +12,M,42.0,21334,-109.07851899999636,31.938203000000414,2439521,1,2,1994 +18,F,8.0,21335,-109.07863299999636,31.93712600000041,2437874,1,2,1994 +12,F,33.0,21336,-109.07851899999636,31.938203000000414,2439521,1,2,1994 +1,,,21337,-109.08282899999641,31.938851000000387,2491276,1,2,1994 +12,F,42.0,21338,-109.07851899999636,31.938203000000414,2439521,1,2,1994 +1,M,47.0,21339,-109.08282899999641,31.938851000000387,2439521,1,2,1994 +23,,,21340,-109.07783799999636,31.93676300000042,2437568,1,2,1994 +2,M,36.0,21341,-109.08197499999642,31.93888700000037,2438516,1,2,1994 +22,,,21342,-109.07860199999635,31.93644100000042,,1,2,1994 +24,,,21343,-109.07773599999636,31.938560000000447,2491244,1,2,1994 +17,M,51.0,21344,-109.07941499999636,31.937117000000445,2439521,2,2,1994 +4,M,48.0,21345,-109.08040899999641,31.93889400000041,2439521,2,2,1994 +3,M,165.0,21346,-109.08120799999641,31.938896000000387,,2,2,1994 +5,F,42.0,21347,-109.07960199999636,31.93897000000045,2439521,2,2,1994 +16,F,10.0,21348,-109.08024399999636,31.93709400000041,2437874,2,2,1994 +4,F,42.0,21349,-109.08040899999641,31.93889400000041,2439521,2,2,1994 +17,M,47.0,21350,-109.07941499999636,31.937117000000445,2439521,2,2,1994 +8,M,49.0,21351,-109.08167999999641,31.937884000000402,2439541,2,2,1994 +17,M,49.0,21352,-109.07941499999636,31.937117000000445,2439521,2,2,1994 +5,M,46.0,21353,-109.07960199999636,31.93897000000045,2439521,2,2,1994 +3,F,57.0,21354,-109.08120799999641,31.938896000000387,2438156,2,2,1994 +4,M,44.0,21355,-109.08040899999641,31.93889400000041,2439521,2,2,1994 +20,,,21356,-109.08019099999642,31.93633400000045,2491244,2,2,1994 +8,M,47.0,21357,-109.08167999999641,31.937884000000402,2439521,2,2,1994 +5,M,22.0,21358,-109.07960199999636,31.93897000000045,2438516,2,2,1994 +20,,,21359,-109.08019099999642,31.93633400000045,2491757,2,2,1994 +5,M,17.0,21360,-109.07960199999636,31.93897000000045,2438517,2,2,1994 +3,F,44.0,21361,-109.08120799999641,31.938896000000387,2438156,2,2,1994 +6,,,21362,-109.07883599999636,31.939078000000414,,2,2,1994 +21,,,21363,-109.07939799999636,31.936448000000453,,2,2,1994 +3,M,7.0,21364,-109.08120799999641,31.938896000000387,2437874,2,2,1994 +15,F,8.0,21365,-109.08103599999642,31.937059000000463,2439566,3,2,1994 +13,M,26.0,21366,-109.08261299999641,31.937028000000442,2438516,3,2,1994 +13,M,43.0,21367,-109.08261299999641,31.937028000000442,2439521,3,2,1994 +9,F,37.0,21368,-109.08090299999638,31.93785900000039,2439521,3,2,1994 +14,M,43.0,21369,-109.08182699999641,31.937054000000447,2439521,3,2,1994 +11,M,43.0,21370,-109.07930699999636,31.938056000000426,2439521,3,2,1994 +14,,,21371,-109.08182699999641,31.937054000000447,2491757,3,2,1994 +14,,,21372,-109.08182699999641,31.937054000000447,2437568,3,2,1994 +14,M,47.0,21373,-109.08182699999641,31.937054000000447,2439521,3,2,1994 +5,M,19.0,21374,-109.07960199999636,31.93897000000045,2438517,3,2,1994 +5,F,24.0,21375,-109.07960199999636,31.93897000000045,2438516,3,2,1994 +14,M,46.0,21376,-109.08182699999641,31.937054000000447,2439521,3,2,1994 +11,F,43.0,21377,-109.07930699999636,31.938056000000426,2439521,3,2,1994 +13,F,18.0,21378,-109.08261299999641,31.937028000000442,2438516,3,2,1994 +14,M,44.0,21379,-109.08182699999641,31.937054000000447,2439521,3,2,1994 +13,M,18.0,21380,-109.08261299999641,31.937028000000442,2438516,3,2,1994 +9,M,41.0,21381,-109.08090299999638,31.93785900000039,2439521,3,2,1994 +10,,,21382,-109.08009099999636,31.938017000000425,,3,2,1994 +16,,,21383,-109.08024399999636,31.93709400000041,,3,2,1994 +17,,,21384,-109.07941499999636,31.937117000000445,2437568,20,2,1994 +17,M,43.0,21385,-109.07941499999636,31.937117000000445,2439521,20,2,1994 +2,M,40.0,21386,-109.08197499999642,31.93888700000037,2439521,20,2,1994 +17,M,42.0,21387,-109.07941499999636,31.937117000000445,2439521,20,2,1994 +17,F,47.0,21388,-109.07941499999636,31.937117000000445,2439521,20,2,1994 +17,M,49.0,21389,-109.07941499999636,31.937117000000445,2439521,20,2,1994 +12,F,33.0,21390,-109.07851899999636,31.938203000000414,2439521,20,2,1994 +18,M,9.0,21391,-109.07863299999636,31.93712600000041,2437874,20,2,1994 +12,F,40.0,21392,-109.07851899999636,31.938203000000414,2439521,20,2,1994 +22,F,38.0,21393,-109.07860199999635,31.93644100000042,2439521,20,2,1994 +17,M,52.0,21394,-109.07941499999636,31.937117000000445,2439521,20,2,1994 +17,F,43.0,21395,-109.07941499999636,31.937117000000445,2439521,20,2,1994 +19,F,8.0,21396,-109.07791199999636,31.937438000000434,2439566,20,2,1994 +12,M,42.0,21397,-109.07851899999636,31.938203000000414,2439521,20,2,1994 +19,F,8.0,21398,-109.07791199999636,31.937438000000434,2439566,20,2,1994 +7,M,8.0,21399,-109.08281599999641,31.938113000000413,2437874,20,2,1994 +17,M,44.0,21400,-109.07941499999636,31.937117000000445,2439521,20,2,1994 +2,M,27.0,21401,-109.08197499999642,31.93888700000037,2438516,20,2,1994 +1,,,21402,-109.08282899999641,31.938851000000387,,20,2,1994 +23,,,21403,-109.07783799999636,31.93676300000042,,20,2,1994 +4,F,45.0,21404,-109.08040899999641,31.93889400000041,2439521,21,2,1994 +11,F,49.0,21405,-109.07930699999636,31.938056000000426,2439521,21,2,1994 +24,M,11.0,21406,-109.07773599999636,31.938560000000447,2437874,21,2,1994 +3,M,171.0,21407,-109.08120799999641,31.938896000000387,,21,2,1994 +20,M,9.0,21408,-109.08019099999642,31.93633400000045,2439566,21,2,1994 +3,M,170.0,21409,-109.08120799999641,31.938896000000387,,21,2,1994 +4,M,50.0,21410,-109.08040899999641,31.93889400000041,2439521,21,2,1994 +11,F,10.0,21411,-109.07930699999636,31.938056000000426,2437874,21,2,1994 +16,M,49.0,21412,-109.08024399999636,31.93709400000041,2439521,21,2,1994 +4,M,37.0,21413,-109.08040899999641,31.93889400000041,2439521,21,2,1994 +21,F,8.0,21414,-109.07939799999636,31.936448000000453,2439566,21,2,1994 +4,F,39.0,21415,-109.08040899999641,31.93889400000041,2439521,21,2,1994 +4,M,50.0,21416,-109.08040899999641,31.93889400000041,2439521,21,2,1994 +3,M,27.0,21417,-109.08120799999641,31.938896000000387,2438516,21,2,1994 +10,,,21418,-109.08009099999636,31.938017000000425,,21,2,1994 +5,M,46.0,21419,-109.07960199999636,31.93897000000045,2439521,22,2,1994 +14,M,41.0,21420,-109.08182699999641,31.937054000000447,2439521,22,2,1994 +9,,,21421,-109.08090299999638,31.93785900000039,,22,2,1994 +5,M,46.0,21422,-109.07960199999636,31.93897000000045,2439521,22,2,1994 +15,F,8.0,21423,-109.08103599999642,31.937059000000463,2439566,22,2,1994 +9,M,42.0,21424,-109.08090299999638,31.93785900000039,2439521,22,2,1994 +14,M,44.0,21425,-109.08182699999641,31.937054000000447,2439521,22,2,1994 +5,F,42.0,21426,-109.07960199999636,31.93897000000045,2439521,22,2,1994 +14,M,43.0,21427,-109.08182699999641,31.937054000000447,2439521,22,2,1994 +13,,,21428,-109.08261299999641,31.937028000000442,2437568,22,2,1994 +14,M,44.0,21429,-109.08182699999641,31.937054000000447,2439521,22,2,1994 +13,M,21.0,21430,-109.08261299999641,31.937028000000442,2438516,22,2,1994 +6,F,9.0,21431,-109.07883599999636,31.939078000000414,2437874,22,2,1994 +8,M,50.0,21432,-109.08167999999641,31.937884000000402,2439521,22,2,1994 +13,M,43.0,21433,-109.08261299999641,31.937028000000442,2439521,22,2,1994 +12,F,41.0,21434,-109.07851899999636,31.938203000000414,2439521,11,3,1994 +7,,,21435,-109.08281599999641,31.938113000000413,2491757,11,3,1994 +2,M,40.0,21436,-109.08197499999642,31.93888700000037,2439521,11,3,1994 +23,F,12.0,21437,-109.07783799999636,31.93676300000042,2437874,11,3,1994 +17,F,45.0,21438,-109.07941499999636,31.937117000000445,2439521,11,3,1994 +23,M,10.0,21439,-109.07783799999636,31.93676300000042,2437874,11,3,1994 +17,M,52.0,21440,-109.07941499999636,31.937117000000445,2439521,11,3,1994 +22,M,115.0,21441,-109.07860199999635,31.93644100000042,2439531,11,3,1994 +12,M,41.0,21442,-109.07851899999636,31.938203000000414,2439521,11,3,1994 +2,M,45.0,21443,-109.08197499999642,31.93888700000037,2439521,11,3,1994 +17,M,57.0,21444,-109.07941499999636,31.937117000000445,2439521,11,3,1994 +12,F,37.0,21445,-109.07851899999636,31.938203000000414,2439521,11,3,1994 +21,F,9.0,21446,-109.07939799999636,31.936448000000453,2439566,11,3,1994 +19,F,10.0,21447,-109.07791199999636,31.937438000000434,2437874,11,3,1994 +17,F,24.0,21448,-109.07941499999636,31.937117000000445,2438516,11,3,1994 +2,M,47.0,21449,-109.08197499999642,31.93888700000037,2439521,11,3,1994 +19,M,10.0,21450,-109.07791199999636,31.937438000000434,2437874,11,3,1994 +17,M,26.0,21451,-109.07941499999636,31.937117000000445,2438516,11,3,1994 +1,,,21452,-109.08282899999641,31.938851000000387,,11,3,1994 +18,,,21453,-109.07863299999636,31.93712600000041,,11,3,1994 +20,,,21454,-109.08019099999642,31.93633400000045,,11,3,1994 +24,M,10.0,21455,-109.07773599999636,31.938560000000447,2437874,11,3,1994 +14,M,43.0,21456,-109.08182699999641,31.937054000000447,2439521,12,3,1994 +3,M,8.0,21457,-109.08120799999641,31.938896000000387,2437874,12,3,1994 +9,M,25.0,21458,-109.08090299999638,31.93785900000039,2438516,12,3,1994 +8,M,,21459,-109.08167999999641,31.937884000000402,2439541,12,3,1994 +3,F,9.0,21460,-109.08120799999641,31.938896000000387,2437874,12,3,1994 +4,F,54.0,21461,-109.08040899999641,31.93889400000041,2439521,12,3,1994 +4,M,52.0,21462,-109.08040899999641,31.93889400000041,2439521,12,3,1994 +3,M,,21463,-109.08120799999641,31.938896000000387,,12,3,1994 +11,F,45.0,21464,-109.07930699999636,31.938056000000426,2439521,12,3,1994 +14,M,44.0,21465,-109.08182699999641,31.937054000000447,2439521,12,3,1994 +11,M,46.0,21466,-109.07930699999636,31.938056000000426,2439521,12,3,1994 +11,M,44.0,21467,-109.07930699999636,31.938056000000426,2439521,12,3,1994 +14,M,47.0,21468,-109.08182699999641,31.937054000000447,2439521,12,3,1994 +11,F,37.0,21469,-109.07930699999636,31.938056000000426,2439521,12,3,1994 +6,M,7.0,21470,-109.07883599999636,31.939078000000414,2439566,12,3,1994 +13,M,42.0,21471,-109.08261299999641,31.937028000000442,2439521,12,3,1994 +5,M,7.0,21472,-109.07960199999636,31.93897000000045,2439566,12,3,1994 +4,F,47.0,21473,-109.08040899999641,31.93889400000041,2439521,12,3,1994 +6,F,13.0,21474,-109.07883599999636,31.939078000000414,2437874,12,3,1994 +11,M,55.0,21475,-109.07930699999636,31.938056000000426,2439521,12,3,1994 +11,F,44.0,21476,-109.07930699999636,31.938056000000426,2439521,12,3,1994 +4,M,48.0,21477,-109.08040899999641,31.93889400000041,2439521,12,3,1994 +11,M,44.0,21478,-109.07930699999636,31.938056000000426,2439521,12,3,1994 +8,M,49.0,21479,-109.08167999999641,31.937884000000402,2439521,12,3,1994 +9,M,43.0,21480,-109.08090299999638,31.93785900000039,2439521,12,3,1994 +8,M,23.0,21481,-109.08167999999641,31.937884000000402,2438516,12,3,1994 +10,,,21482,-109.08009099999636,31.938017000000425,,12,3,1994 +15,,,21483,-109.08103599999642,31.937059000000463,,12,3,1994 +16,,,21484,-109.08024399999636,31.93709400000041,,12,3,1994 +22,M,47.0,21485,-109.07860199999635,31.93644100000042,2439521,10,4,1994 +24,M,10.0,21486,-109.07773599999636,31.938560000000447,2437874,10,4,1994 +19,M,20.0,21487,-109.07791199999636,31.937438000000434,2439591,10,4,1994 +19,F,6.0,21488,-109.07791199999636,31.937438000000434,2439566,10,4,1994 +22,M,57.0,21489,-109.07860199999635,31.93644100000042,2439521,10,4,1994 +22,F,78.0,21490,-109.07860199999635,31.93644100000042,2439531,10,4,1994 +22,M,51.0,21491,-109.07860199999635,31.93644100000042,2439521,10,4,1994 +22,F,43.0,21492,-109.07860199999635,31.93644100000042,2439521,10,4,1994 +2,M,31.0,21493,-109.08197499999642,31.93888700000037,2438516,10,4,1994 +12,F,41.0,21494,-109.07851899999636,31.938203000000414,2439521,10,4,1994 +2,F,30.0,21495,-109.08197499999642,31.93888700000037,2438516,10,4,1994 +22,M,118.0,21496,-109.07860199999635,31.93644100000042,2439531,10,4,1994 +21,F,8.0,21497,-109.07939799999636,31.936448000000453,2439566,10,4,1994 +17,M,51.0,21498,-109.07941499999636,31.937117000000445,2439521,10,4,1994 +22,F,13.0,21499,-109.07860199999635,31.93644100000042,2439591,10,4,1994 +18,M,11.0,21500,-109.07863299999636,31.93712600000041,2437874,10,4,1994 +17,F,45.0,21501,-109.07941499999636,31.937117000000445,2439521,10,4,1994 +12,F,37.0,21502,-109.07851899999636,31.938203000000414,2439521,10,4,1994 +2,M,41.0,21503,-109.08197499999642,31.93888700000037,2439521,10,4,1994 +19,M,6.0,21504,-109.07791199999636,31.937438000000434,2439566,10,4,1994 +1,F,44.0,21505,-109.08282899999641,31.938851000000387,2439521,10,4,1994 +2,M,52.0,21506,-109.08197499999642,31.93888700000037,2439521,10,4,1994 +1,M,42.0,21507,-109.08282899999641,31.938851000000387,2439521,10,4,1994 +2,M,180.0,21508,-109.08197499999642,31.93888700000037,,10,4,1994 +17,M,31.0,21509,-109.07941499999636,31.937117000000445,2439521,10,4,1994 +12,M,24.0,21510,-109.07851899999636,31.938203000000414,2438516,10,4,1994 +2,M,18.0,21511,-109.08197499999642,31.93888700000037,2439591,10,4,1994 +1,M,44.0,21512,-109.08282899999641,31.938851000000387,2439521,10,4,1994 +19,M,10.0,21513,-109.07791199999636,31.937438000000434,2439566,10,4,1994 +17,F,6.0,21514,-109.07941499999636,31.937117000000445,2439566,10,4,1994 +1,M,49.0,21515,-109.08282899999641,31.938851000000387,2439521,10,4,1994 +19,M,8.0,21516,-109.07791199999636,31.937438000000434,2439566,10,4,1994 +7,F,18.0,21517,-109.08281599999641,31.938113000000413,2439591,10,4,1994 +20,,,21518,-109.08019099999642,31.93633400000045,,10,4,1994 +23,,,21519,-109.07783799999636,31.93676300000042,,10,4,1994 +9,F,43.0,21520,-109.08090299999638,31.93785900000039,2439521,11,4,1994 +4,F,49.0,21521,-109.08040899999641,31.93889400000041,2439521,11,4,1994 +6,M,7.0,21522,-109.07883599999636,31.939078000000414,2439566,11,4,1994 +3,M,9.0,21523,-109.08120799999641,31.938896000000387,2437874,11,4,1994 +14,M,46.0,21524,-109.08182699999641,31.937054000000447,2439521,11,4,1994 +3,F,11.0,21525,-109.08120799999641,31.938896000000387,2437874,11,4,1994 +8,M,51.0,21526,-109.08167999999641,31.937884000000402,2439541,11,4,1994 +3,M,19.0,21527,-109.08120799999641,31.938896000000387,2439591,11,4,1994 +3,M,180.0,21528,-109.08120799999641,31.938896000000387,,11,4,1994 +14,M,41.0,21529,-109.08182699999641,31.937054000000447,2439521,11,4,1994 +4,F,41.0,21530,-109.08040899999641,31.93889400000041,2439521,11,4,1994 +11,M,43.0,21531,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +11,M,46.0,21532,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +13,M,44.0,21533,-109.08261299999641,31.937028000000442,2439521,11,4,1994 +11,M,45.0,21534,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +8,M,44.0,21535,-109.08167999999641,31.937884000000402,2439521,11,4,1994 +13,M,22.0,21536,-109.08261299999641,31.937028000000442,2438516,11,4,1994 +11,M,44.0,21537,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +11,F,50.0,21538,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +14,M,47.0,21539,-109.08182699999641,31.937054000000447,2439521,11,4,1994 +6,M,16.0,21540,-109.07883599999636,31.939078000000414,2439591,11,4,1994 +11,F,45.0,21541,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +8,F,49.0,21542,-109.08167999999641,31.937884000000402,2439541,11,4,1994 +4,M,23.0,21543,-109.08040899999641,31.93889400000041,2439521,11,4,1994 +8,,,21544,-109.08167999999641,31.937884000000402,2437300,11,4,1994 +8,M,51.0,21545,-109.08167999999641,31.937884000000402,2439521,11,4,1994 +11,M,52.0,21546,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +15,M,8.0,21547,-109.08103599999642,31.937059000000463,2437874,11,4,1994 +9,M,46.0,21548,-109.08090299999638,31.93785900000039,2439521,11,4,1994 +16,M,20.0,21549,-109.08024399999636,31.93709400000041,2439591,11,4,1994 +4,F,24.0,21550,-109.08040899999641,31.93889400000041,2439521,11,4,1994 +11,F,35.0,21551,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +9,M,43.0,21552,-109.08090299999638,31.93785900000039,2439521,11,4,1994 +11,M,43.0,21553,-109.07930699999636,31.938056000000426,2439521,11,4,1994 +10,F,10.0,21554,-109.08009099999636,31.938017000000425,2437874,11,4,1994 +5,,,21555,-109.07960199999636,31.93897000000045,,11,4,1994 +2,M,44.0,21556,-109.08197499999642,31.93888700000037,2439521,18,5,1994 +18,,,21557,-109.07863299999636,31.93712600000041,,18,5,1994 +24,M,86.0,21558,-109.07773599999636,31.938560000000447,2438156,18,5,1994 +2,M,,21559,-109.08197499999642,31.93888700000037,,18,5,1994 +19,M,8.0,21560,-109.07791199999636,31.937438000000434,2439566,18,5,1994 +2,M,51.0,21561,-109.08197499999642,31.93888700000037,2439521,18,5,1994 +19,M,6.0,21562,-109.07791199999636,31.937438000000434,2439566,18,5,1994 +24,F,10.0,21563,-109.07773599999636,31.938560000000447,2437874,18,5,1994 +17,M,,21564,-109.07941499999636,31.937117000000445,2439521,18,5,1994 +7,M,11.0,21565,-109.08281599999641,31.938113000000413,2437874,18,5,1994 +21,M,20.0,21566,-109.07939799999636,31.936448000000453,2439591,18,5,1994 +19,M,9.0,21567,-109.07791199999636,31.937438000000434,2439566,18,5,1994 +17,M,51.0,21568,-109.07941499999636,31.937117000000445,2439521,18,5,1994 +1,M,48.0,21569,-109.08282899999641,31.938851000000387,2439521,18,5,1994 +17,M,38.0,21570,-109.07941499999636,31.937117000000445,2439521,18,5,1994 +12,F,42.0,21571,-109.07851899999636,31.938203000000414,2439521,18,5,1994 +7,F,15.0,21572,-109.08281599999641,31.938113000000413,2439591,18,5,1994 +21,F,7.0,21573,-109.07939799999636,31.936448000000453,2439566,18,5,1994 +21,M,7.0,21574,-109.07939799999636,31.936448000000453,2439566,18,5,1994 +23,,,21575,-109.07783799999636,31.93676300000042,2437568,18,5,1994 +12,M,29.0,21576,-109.07851899999636,31.938203000000414,2439521,18,5,1994 +24,M,9.0,21577,-109.07773599999636,31.938560000000447,2437874,18,5,1994 +2,M,32.0,21578,-109.08197499999642,31.93888700000037,2438516,18,5,1994 +23,,,21579,-109.07783799999636,31.93676300000042,2437568,18,5,1994 +22,F,,21580,-109.07860199999635,31.93644100000042,2439531,18,5,1994 +19,M,19.0,21581,-109.07791199999636,31.937438000000434,2439591,18,5,1994 +21,F,24.0,21582,-109.07939799999636,31.936448000000453,2439591,18,5,1994 +20,,,21583,-109.08019099999642,31.93633400000045,,18,5,1994 +3,F,21.0,21584,-109.08120799999641,31.938896000000387,2439591,19,5,1994 +4,F,43.0,21585,-109.08040899999641,31.93889400000041,2439521,19,5,1994 +14,M,44.0,21586,-109.08182699999641,31.937054000000447,2439521,19,5,1994 +4,M,26.0,21587,-109.08040899999641,31.93889400000041,2439521,19,5,1994 +4,M,51.0,21588,-109.08040899999641,31.93889400000041,2439521,19,5,1994 +11,F,18.0,21589,-109.07930699999636,31.938056000000426,2439521,19,5,1994 +8,,,21590,-109.08167999999641,31.937884000000402,2437568,19,5,1994 +6,F,6.0,21591,-109.07883599999636,31.939078000000414,2439566,19,5,1994 +11,F,16.0,21592,-109.07930699999636,31.938056000000426,2439521,19,5,1994 +4,F,42.0,21593,-109.08040899999641,31.93889400000041,2439521,19,5,1994 +8,M,54.0,21594,-109.08167999999641,31.937884000000402,2439541,19,5,1994 +13,,,21595,-109.08261299999641,31.937028000000442,,19,5,1994 +14,M,46.0,21596,-109.08182699999641,31.937054000000447,2439521,19,5,1994 +11,M,18.0,21597,-109.07930699999636,31.938056000000426,2439521,19,5,1994 +8,M,52.0,21598,-109.08167999999641,31.937884000000402,2439541,19,5,1994 +8,M,51.0,21599,-109.08167999999641,31.937884000000402,2439521,19,5,1994 +13,F,38.0,21600,-109.08261299999641,31.937028000000442,2439521,19,5,1994 +8,,,21601,-109.08167999999641,31.937884000000402,2437568,19,5,1994 +8,,,21602,-109.08167999999641,31.937884000000402,,19,5,1994 +9,M,47.0,21603,-109.08090299999638,31.93785900000039,2439521,19,5,1994 +13,F,19.0,21604,-109.08261299999641,31.937028000000442,2438517,19,5,1994 +14,M,46.0,21605,-109.08182699999641,31.937054000000447,2439521,19,5,1994 +13,M,45.0,21606,-109.08261299999641,31.937028000000442,2439521,19,5,1994 +13,M,28.0,21607,-109.08261299999641,31.937028000000442,2438516,19,5,1994 +11,M,44.0,21608,-109.07930699999636,31.938056000000426,2439521,19,5,1994 +9,M,42.0,21609,-109.08090299999638,31.93785900000039,2439521,19,5,1994 +10,,,21610,-109.08009099999636,31.938017000000425,,19,5,1994 +15,,,21611,-109.08103599999642,31.937059000000463,,19,5,1994 +5,,,21612,-109.07960199999636,31.93897000000045,,19,5,1994 +16,,,21613,-109.08024399999636,31.93709400000041,,19,5,1994 +19,F,11.0,21614,-109.07791199999636,31.937438000000434,2439566,14,6,1994 +17,F,24.0,21615,-109.07941499999636,31.937117000000445,2439521,14,6,1994 +17,M,40.0,21616,-109.07941499999636,31.937117000000445,2439521,14,6,1994 +7,M,11.0,21617,-109.08281599999641,31.938113000000413,2439591,14,6,1994 +2,M,42.0,21618,-109.08197499999642,31.93888700000037,2439541,14,6,1994 +17,M,50.0,21619,-109.07941499999636,31.937117000000445,2439521,14,6,1994 +2,M,9.0,21620,-109.08197499999642,31.93888700000037,2437874,14,6,1994 +18,F,19.0,21621,-109.07863299999636,31.93712600000041,2439591,14,6,1994 +22,F,104.0,21622,-109.07860199999635,31.93644100000042,2439531,14,6,1994 +12,M,33.0,21623,-109.07851899999636,31.938203000000414,2439521,14,6,1994 +12,F,45.0,21624,-109.07851899999636,31.938203000000414,2439521,14,6,1994 +21,F,20.0,21625,-109.07939799999636,31.936448000000453,2439591,14,6,1994 +19,M,8.0,21626,-109.07791199999636,31.937438000000434,2439566,14,6,1994 +17,F,41.0,21627,-109.07941499999636,31.937117000000445,2439521,14,6,1994 +7,F,19.0,21628,-109.08281599999641,31.938113000000413,2439591,14,6,1994 +7,F,17.0,21629,-109.08281599999641,31.938113000000413,2439591,14,6,1994 +1,F,37.0,21630,-109.08282899999641,31.938851000000387,2438517,14,6,1994 +17,F,,21631,-109.07941499999636,31.937117000000445,2439566,14,6,1994 +1,M,42.0,21632,-109.08282899999641,31.938851000000387,2439521,14,6,1994 +20,F,22.0,21633,-109.08019099999642,31.93633400000045,2439591,14,6,1994 +7,F,12.0,21634,-109.08281599999641,31.938113000000413,2439591,14,6,1994 +18,M,18.0,21635,-109.07863299999636,31.93712600000041,2439591,14,6,1994 +24,,,21636,-109.07773599999636,31.938560000000447,,14,6,1994 +23,,,21637,-109.07783799999636,31.93676300000042,,14,6,1994 +13,M,25.0,21638,-109.08261299999641,31.937028000000442,2438517,15,6,1994 +5,,,21639,-109.07960199999636,31.93897000000045,2437300,15,6,1994 +11,F,29.0,21640,-109.07930699999636,31.938056000000426,2439521,15,6,1994 +5,,,21641,-109.07960199999636,31.93897000000045,2437300,15,6,1994 +14,M,43.0,21642,-109.08182699999641,31.937054000000447,2439521,15,6,1994 +3,M,18.0,21643,-109.08120799999641,31.938896000000387,2439591,15,6,1994 +8,M,49.0,21644,-109.08167999999641,31.937884000000402,2439521,15,6,1994 +11,M,44.0,21645,-109.07930699999636,31.938056000000426,2439521,15,6,1994 +8,M,53.0,21646,-109.08167999999641,31.937884000000402,2439541,15,6,1994 +14,M,45.0,21647,-109.08182699999641,31.937054000000447,2439521,15,6,1994 +13,F,30.0,21648,-109.08261299999641,31.937028000000442,2438517,15,6,1994 +3,M,19.0,21649,-109.08120799999641,31.938896000000387,2439591,15,6,1994 +8,F,39.0,21650,-109.08167999999641,31.937884000000402,2439521,15,6,1994 +13,F,17.0,21651,-109.08261299999641,31.937028000000442,2439591,15,6,1994 +4,F,19.0,21652,-109.08040899999641,31.93889400000041,2439521,15,6,1994 +11,F,26.0,21653,-109.07930699999636,31.938056000000426,2439521,15,6,1994 +15,,,21654,-109.08103599999642,31.937059000000463,,15,6,1994 +16,,,21655,-109.08024399999636,31.93709400000041,,15,6,1994 +10,,,21656,-109.08009099999636,31.938017000000425,,15,6,1994 +9,,,21657,-109.08090299999638,31.93785900000039,,15,6,1994 +6,,,21658,-109.07883599999636,31.939078000000414,,15,6,1994 +12,F,42.0,21659,-109.07851899999636,31.938203000000414,2439521,8,7,1994 +17,F,30.0,21660,-109.07941499999636,31.937117000000445,2439521,8,7,1994 +17,M,43.0,21661,-109.07941499999636,31.937117000000445,2439521,8,7,1994 +19,F,11.0,21662,-109.07791199999636,31.937438000000434,2439566,8,7,1994 +7,M,19.0,21663,-109.08281599999641,31.938113000000413,2439591,8,7,1994 +20,F,23.0,21664,-109.08019099999642,31.93633400000045,2439591,8,7,1994 +17,M,52.0,21665,-109.07941499999636,31.937117000000445,2439521,8,7,1994 +12,F,34.0,21666,-109.07851899999636,31.938203000000414,2439521,8,7,1994 +22,,103.0,21667,-109.07860199999635,31.93644100000042,2439531,8,7,1994 +1,M,47.0,21668,-109.08282899999641,31.938851000000387,2439521,8,7,1994 +22,M,41.0,21669,-109.07860199999635,31.93644100000042,2439521,8,7,1994 +21,M,18.0,21670,-109.07939799999636,31.936448000000453,2439591,8,7,1994 +23,M,10.0,21671,-109.07783799999636,31.93676300000042,2437874,8,7,1994 +19,F,7.0,21672,-109.07791199999636,31.937438000000434,2439566,8,7,1994 +7,F,22.0,21673,-109.08281599999641,31.938113000000413,2439591,8,7,1994 +1,F,16.0,21674,-109.08282899999641,31.938851000000387,2439591,8,7,1994 +12,M,36.0,21675,-109.07851899999636,31.938203000000414,2439521,8,7,1994 +1,F,32.0,21676,-109.08282899999641,31.938851000000387,2439521,8,7,1994 +18,M,19.0,21677,-109.07863299999636,31.93712600000041,2439591,8,7,1994 +23,F,8.0,21678,-109.07783799999636,31.93676300000042,2437874,8,7,1994 +2,M,44.0,21679,-109.08197499999642,31.93888700000037,2439541,8,7,1994 +19,F,,21680,-109.07791199999636,31.937438000000434,2439591,8,7,1994 +24,,,21681,-109.07773599999636,31.938560000000447,,8,7,1994 +4,F,41.0,21682,-109.08040899999641,31.93889400000041,2439521,9,7,1994 +13,M,20.0,21683,-109.08261299999641,31.937028000000442,2439591,9,7,1994 +3,M,20.0,21684,-109.08120799999641,31.938896000000387,2439591,9,7,1994 +3,F,,21685,-109.08120799999641,31.938896000000387,2439591,9,7,1994 +4,,,21686,-109.08040899999641,31.93889400000041,2437300,9,7,1994 +14,M,43.0,21687,-109.08182699999641,31.937054000000447,2439521,9,7,1994 +10,,,21688,-109.08009099999636,31.938017000000425,2437300,9,7,1994 +8,F,41.0,21689,-109.08167999999641,31.937884000000402,2439541,9,7,1994 +8,M,52.0,21690,-109.08167999999641,31.937884000000402,2439541,9,7,1994 +8,,,21691,-109.08167999999641,31.937884000000402,2437300,9,7,1994 +14,M,43.0,21692,-109.08182699999641,31.937054000000447,2439521,9,7,1994 +13,,,21693,-109.08261299999641,31.937028000000442,2437568,9,7,1994 +8,M,49.0,21694,-109.08167999999641,31.937884000000402,2439521,9,7,1994 +11,M,44.0,21695,-109.07930699999636,31.938056000000426,2439521,9,7,1994 +3,M,12.0,21696,-109.08120799999641,31.938896000000387,2437874,9,7,1994 +8,F,41.0,21697,-109.08167999999641,31.937884000000402,2439521,9,7,1994 +14,,,21698,-109.08182699999641,31.937054000000447,2491757,9,7,1994 +13,F,27.0,21699,-109.08261299999641,31.937028000000442,2438516,9,7,1994 +3,F,11.0,21700,-109.08120799999641,31.938896000000387,2437874,9,7,1994 +11,F,31.0,21701,-109.07930699999636,31.938056000000426,2439521,9,7,1994 +13,M,29.0,21702,-109.08261299999641,31.937028000000442,2438517,9,7,1994 +5,,,21703,-109.07960199999636,31.93897000000045,,9,7,1994 +6,,,21704,-109.07883599999636,31.939078000000414,,9,7,1994 +16,,,21705,-109.08024399999636,31.93709400000041,,9,7,1994 +15,,,21706,-109.08103599999642,31.937059000000463,,9,7,1994 +9,M,47.0,21707,-109.08090299999638,31.93785900000039,2439521,9,7,1994 +17,F,36.0,21708,-109.07941499999636,31.937117000000445,2439521,17,8,1994 +2,M,44.0,21709,-109.08197499999642,31.93888700000037,2439521,17,8,1994 +7,F,17.0,21710,-109.08281599999641,31.938113000000413,2439591,17,8,1994 +17,M,48.0,21711,-109.07941499999636,31.937117000000445,2439521,17,8,1994 +22,M,111.0,21712,-109.07860199999635,31.93644100000042,2439531,17,8,1994 +21,M,22.0,21713,-109.07939799999636,31.936448000000453,2439591,17,8,1994 +24,F,10.0,21714,-109.07773599999636,31.938560000000447,2437874,17,8,1994 +21,M,8.0,21715,-109.07939799999636,31.936448000000453,2439566,17,8,1994 +11,M,43.0,21716,-109.07930699999636,31.938056000000426,2439521,17,8,1994 +1,F,41.0,21717,-109.08282899999641,31.938851000000387,2439521,17,8,1994 +11,M,31.0,21718,-109.07930699999636,31.938056000000426,2439521,17,8,1994 +18,F,9.0,21719,-109.07863299999636,31.93712600000041,2439566,17,8,1994 +17,M,51.0,21720,-109.07941499999636,31.937117000000445,2439521,17,8,1994 +20,F,21.0,21721,-109.08019099999642,31.93633400000045,2439591,17,8,1994 +17,F,8.0,21722,-109.07941499999636,31.937117000000445,2439566,17,8,1994 +7,F,20.0,21723,-109.08281599999641,31.938113000000413,2439591,17,8,1994 +2,M,,21724,-109.08197499999642,31.93888700000037,2439591,17,8,1994 +21,F,7.0,21725,-109.07939799999636,31.936448000000453,2439566,17,8,1994 +1,F,47.0,21726,-109.08282899999641,31.938851000000387,2439521,17,8,1994 +2,F,15.0,21727,-109.08197499999642,31.93888700000037,2439591,17,8,1994 +21,F,19.0,21728,-109.07939799999636,31.936448000000453,2439591,17,8,1994 +19,F,18.0,21729,-109.07791199999636,31.937438000000434,2439591,17,8,1994 +20,M,9.0,21730,-109.08019099999642,31.93633400000045,2439566,17,8,1994 +23,,,21731,-109.07783799999636,31.93676300000042,,17,8,1994 +9,F,26.0,21732,-109.08090299999638,31.93785900000039,2439521,18,8,1994 +3,M,11.0,21733,-109.08120799999641,31.938896000000387,2439591,18,8,1994 +3,F,24.0,21734,-109.08120799999641,31.938896000000387,2439591,18,8,1994 +13,F,19.0,21735,-109.08261299999641,31.937028000000442,2438517,18,8,1994 +3,M,183.0,21736,-109.08120799999641,31.938896000000387,,18,8,1994 +6,F,8.0,21737,-109.07883599999636,31.939078000000414,2439566,18,8,1994 +12,F,21.0,21738,-109.07851899999636,31.938203000000414,2439521,18,8,1994 +4,F,56.0,21739,-109.08040899999641,31.93889400000041,2439521,18,8,1994 +14,M,46.0,21740,-109.08182699999641,31.937054000000447,2439521,18,8,1994 +12,F,41.0,21741,-109.07851899999636,31.938203000000414,2439521,18,8,1994 +12,F,43.0,21742,-109.07851899999636,31.938203000000414,2439521,18,8,1994 +3,M,11.0,21743,-109.08120799999641,31.938896000000387,2439591,18,8,1994 +14,F,16.0,21744,-109.08182699999641,31.937054000000447,2438517,18,8,1994 +15,M,20.0,21745,-109.08103599999642,31.937059000000463,2439591,18,8,1994 +12,M,42.0,21746,-109.07851899999636,31.938203000000414,2439521,18,8,1994 +16,F,12.0,21747,-109.08024399999636,31.93709400000041,2437874,18,8,1994 +14,M,48.0,21748,-109.08182699999641,31.937054000000447,2439521,18,8,1994 +6,M,20.0,21749,-109.07883599999636,31.939078000000414,2439591,18,8,1994 +6,M,14.0,21750,-109.07883599999636,31.939078000000414,2439591,18,8,1994 +14,M,19.0,21751,-109.08182699999641,31.937054000000447,2438517,18,8,1994 +5,M,17.0,21752,-109.07960199999636,31.93897000000045,2439591,18,8,1994 +8,M,16.0,21753,-109.08167999999641,31.937884000000402,2439591,18,8,1994 +13,M,43.0,21754,-109.08261299999641,31.937028000000442,2439521,18,8,1994 +10,,,21755,-109.08009099999636,31.938017000000425,,18,8,1994 +19,M,9.0,21756,-109.07791199999636,31.937438000000434,2439566,6,9,1994 +17,F,40.0,21757,-109.07941499999636,31.937117000000445,2439521,6,9,1994 +2,M,46.0,21758,-109.08197499999642,31.93888700000037,2439521,6,9,1994 +7,,,21759,-109.08281599999641,31.938113000000413,2437568,6,9,1994 +21,F,8.0,21760,-109.07939799999636,31.936448000000453,2439566,6,9,1994 +12,F,27.0,21761,-109.07851899999636,31.938203000000414,2439521,6,9,1994 +21,M,22.0,21762,-109.07939799999636,31.936448000000453,2439591,6,9,1994 +22,M,112.0,21763,-109.07860199999635,31.93644100000042,2439531,6,9,1994 +12,F,26.0,21764,-109.07851899999636,31.938203000000414,2438517,6,9,1994 +2,F,15.0,21765,-109.08197499999642,31.93888700000037,2439591,6,9,1994 +1,F,46.0,21766,-109.08282899999641,31.938851000000387,2439521,6,9,1994 +17,M,39.0,21767,-109.07941499999636,31.937117000000445,2439521,6,9,1994 +21,F,15.0,21768,-109.07939799999636,31.936448000000453,2439591,6,9,1994 +22,M,14.0,21769,-109.07860199999635,31.93644100000042,2439591,6,9,1994 +12,F,42.0,21770,-109.07851899999636,31.938203000000414,2439521,6,9,1994 +17,M,55.0,21771,-109.07941499999636,31.937117000000445,2439521,6,9,1994 +21,F,8.0,21772,-109.07939799999636,31.936448000000453,2439566,6,9,1994 +21,M,9.0,21773,-109.07939799999636,31.936448000000453,2439566,6,9,1994 +21,F,8.0,21774,-109.07939799999636,31.936448000000453,2439566,6,9,1994 +19,F,18.0,21775,-109.07791199999636,31.937438000000434,2439591,6,9,1994 +18,,,21776,-109.07863299999636,31.93712600000041,,6,9,1994 +24,,,21777,-109.07773599999636,31.938560000000447,,6,9,1994 +23,,,21778,-109.07783799999636,31.93676300000042,,6,9,1994 +20,,,21779,-109.08019099999642,31.93633400000045,,6,9,1994 +13,M,21.0,21780,-109.08261299999641,31.937028000000442,2438517,7,9,1994 +5,M,17.0,21781,-109.07960199999636,31.93897000000045,2438517,7,9,1994 +3,F,16.0,21782,-109.08120799999641,31.938896000000387,2439591,7,9,1994 +13,M,46.0,21783,-109.08261299999641,31.937028000000442,2439521,7,9,1994 +16,F,13.0,21784,-109.08024399999636,31.93709400000041,2437874,7,9,1994 +3,F,20.0,21785,-109.08120799999641,31.938896000000387,2439591,7,9,1994 +6,F,9.0,21786,-109.07883599999636,31.939078000000414,2439566,7,9,1994 +15,F,18.0,21787,-109.08103599999642,31.937059000000463,2439591,7,9,1994 +14,M,46.0,21788,-109.08182699999641,31.937054000000447,2439521,7,9,1994 +3,F,14.0,21789,-109.08120799999641,31.938896000000387,2437874,7,9,1994 +11,M,45.0,21790,-109.07930699999636,31.938056000000426,2439521,7,9,1994 +14,M,48.0,21791,-109.08182699999641,31.937054000000447,2439521,7,9,1994 +11,M,39.0,21792,-109.07930699999636,31.938056000000426,2439521,7,9,1994 +13,F,23.0,21793,-109.08261299999641,31.937028000000442,2438517,7,9,1994 +15,M,17.0,21794,-109.08103599999642,31.937059000000463,2439591,7,9,1994 +9,F,49.0,21795,-109.08090299999638,31.93785900000039,2439521,7,9,1994 +3,M,16.0,21796,-109.08120799999641,31.938896000000387,2439591,7,9,1994 +8,,,21797,-109.08167999999641,31.937884000000402,2437568,7,9,1994 +4,F,28.0,21798,-109.08040899999641,31.93889400000041,2439521,7,9,1994 +6,,,21799,-109.07883599999636,31.939078000000414,2439591,7,9,1994 +5,M,17.0,21800,-109.07960199999636,31.93897000000045,2439591,7,9,1994 +9,,,21801,-109.08090299999638,31.93785900000039,2437300,7,9,1994 +8,M,16.0,21802,-109.08167999999641,31.937884000000402,2439591,7,9,1994 +14,M,49.0,21803,-109.08182699999641,31.937054000000447,2439521,7,9,1994 +9,M,45.0,21804,-109.08090299999638,31.93785900000039,2439521,7,9,1994 +15,,,21805,-109.08103599999642,31.937059000000463,2437568,7,9,1994 +8,M,52.0,21806,-109.08167999999641,31.937884000000402,2439521,7,9,1994 +10,,,21807,-109.08009099999636,31.938017000000425,,7,9,1994 +20,,,21808,-109.08019099999642,31.93633400000045,2451347,12,10,1994 +12,M,39.0,21809,-109.07851899999636,31.938203000000414,2439521,12,10,1994 +20,F,16.0,21810,-109.08019099999642,31.93633400000045,2437874,12,10,1994 +2,F,14.0,21811,-109.08197499999642,31.93888700000037,2439591,12,10,1994 +17,,,21812,-109.07941499999636,31.937117000000445,2437568,12,10,1994 +21,F,8.0,21813,-109.07939799999636,31.936448000000453,2439566,12,10,1994 +17,F,45.0,21814,-109.07941499999636,31.937117000000445,2439521,12,10,1994 +2,M,43.0,21815,-109.08197499999642,31.93888700000037,2439521,12,10,1994 +12,M,47.0,21816,-109.07851899999636,31.938203000000414,2439521,12,10,1994 +19,F,9.0,21817,-109.07791199999636,31.937438000000434,2439566,12,10,1994 +12,F,27.0,21818,-109.07851899999636,31.938203000000414,2438517,12,10,1994 +12,M,220.0,21819,-109.07851899999636,31.938203000000414,,12,10,1994 +1,F,43.0,21820,-109.08282899999641,31.938851000000387,2439521,12,10,1994 +17,F,7.0,21821,-109.07941499999636,31.937117000000445,2439566,12,10,1994 +22,M,14.0,21822,-109.07860199999635,31.93644100000042,2439591,12,10,1994 +12,M,48.0,21823,-109.07851899999636,31.938203000000414,2439521,12,10,1994 +12,F,42.0,21824,-109.07851899999636,31.938203000000414,2439521,12,10,1994 +17,,,21825,-109.07941499999636,31.937117000000445,2437568,12,10,1994 +22,M,112.0,21826,-109.07860199999635,31.93644100000042,2439531,12,10,1994 +12,M,44.0,21827,-109.07851899999636,31.938203000000414,2439521,12,10,1994 +21,F,16.0,21828,-109.07939799999636,31.936448000000453,2439591,12,10,1994 +2,M,48.0,21829,-109.08197499999642,31.93888700000037,2439541,12,10,1994 +17,M,41.0,21830,-109.07941499999636,31.937117000000445,2439521,12,10,1994 +12,F,38.0,21831,-109.07851899999636,31.938203000000414,2439521,12,10,1994 +19,M,9.0,21832,-109.07791199999636,31.937438000000434,2439566,12,10,1994 +17,M,52.0,21833,-109.07941499999636,31.937117000000445,2439521,12,10,1994 +2,M,52.0,21834,-109.08197499999642,31.93888700000037,2439541,12,10,1994 +18,F,8.0,21835,-109.07863299999636,31.93712600000041,2439566,12,10,1994 +20,F,18.0,21836,-109.08019099999642,31.93633400000045,2439591,12,10,1994 +17,F,42.0,21837,-109.07941499999636,31.937117000000445,2439521,12,10,1994 +21,F,7.0,21838,-109.07939799999636,31.936448000000453,2439566,12,10,1994 +21,F,7.0,21839,-109.07939799999636,31.936448000000453,2439566,12,10,1994 +7,M,9.0,21840,-109.08281599999641,31.938113000000413,2437874,12,10,1994 +1,F,45.0,21841,-109.08282899999641,31.938851000000387,2439521,12,10,1994 +24,,,21842,-109.07773599999636,31.938560000000447,,12,10,1994 +23,,,21843,-109.07783799999636,31.93676300000042,,12,10,1994 +3,F,14.0,21844,-109.08120799999641,31.938896000000387,2437874,13,10,1994 +4,F,37.0,21845,-109.08040899999641,31.93889400000041,2439521,13,10,1994 +3,F,19.0,21846,-109.08120799999641,31.938896000000387,2439591,13,10,1994 +4,F,14.0,21847,-109.08040899999641,31.93889400000041,2439521,13,10,1994 +3,F,14.0,21848,-109.08120799999641,31.938896000000387,2439591,13,10,1994 +9,F,48.0,21849,-109.08090299999638,31.93785900000039,2439541,13,10,1994 +4,F,,21850,-109.08040899999641,31.93889400000041,2439566,13,10,1994 +8,F,52.0,21851,-109.08167999999641,31.937884000000402,2439541,13,10,1994 +13,M,44.0,21852,-109.08261299999641,31.937028000000442,2439521,13,10,1994 +11,M,39.0,21853,-109.07930699999636,31.938056000000426,2439521,13,10,1994 +14,M,42.0,21854,-109.08182699999641,31.937054000000447,2439521,13,10,1994 +4,F,42.0,21855,-109.08040899999641,31.93889400000041,2439521,13,10,1994 +14,M,48.0,21856,-109.08182699999641,31.937054000000447,2439521,13,10,1994 +14,M,44.0,21857,-109.08182699999641,31.937054000000447,2439521,13,10,1994 +11,M,44.0,21858,-109.07930699999636,31.938056000000426,2439521,13,10,1994 +13,F,18.0,21859,-109.08261299999641,31.937028000000442,2439591,13,10,1994 +3,F,14.0,21860,-109.08120799999641,31.938896000000387,2439591,13,10,1994 +16,F,15.0,21861,-109.08024399999636,31.93709400000041,2437874,13,10,1994 +4,M,7.0,21862,-109.08040899999641,31.93889400000041,2439566,13,10,1994 +4,F,,21863,-109.08040899999641,31.93889400000041,2439566,13,10,1994 +8,F,18.0,21864,-109.08167999999641,31.937884000000402,2438517,13,10,1994 +5,M,16.0,21865,-109.07960199999636,31.93897000000045,2439591,13,10,1994 +6,M,14.0,21866,-109.07883599999636,31.939078000000414,2439591,13,10,1994 +4,M,39.0,21867,-109.08040899999641,31.93889400000041,2439521,13,10,1994 +9,F,43.0,21868,-109.08090299999638,31.93785900000039,2439521,13,10,1994 +8,M,42.0,21869,-109.08167999999641,31.937884000000402,2439521,13,10,1994 +8,F,48.0,21870,-109.08167999999641,31.937884000000402,2439521,13,10,1994 +13,M,12.0,21871,-109.08261299999641,31.937028000000442,2438517,13,10,1994 +8,M,44.0,21872,-109.08167999999641,31.937884000000402,2439521,13,10,1994 +9,M,42.0,21873,-109.08090299999638,31.93785900000039,2439521,13,10,1994 +15,,,21874,-109.08103599999642,31.937059000000463,,13,10,1994 +10,,,21875,-109.08009099999636,31.938017000000425,,13,10,1994 +21,F,7.0,21876,-109.07939799999636,31.936448000000453,2439566,1,11,1994 +7,F,15.0,21877,-109.08281599999641,31.938113000000413,2437874,1,11,1994 +12,M,50.0,21878,-109.07851899999636,31.938203000000414,2439541,1,11,1994 +17,F,42.0,21879,-109.07941499999636,31.937117000000445,2439521,1,11,1994 +2,M,44.0,21880,-109.08197499999642,31.93888700000037,2439521,1,11,1994 +1,F,27.0,21881,-109.08282899999641,31.938851000000387,2439521,1,11,1994 +24,M,18.0,21882,-109.07773599999636,31.938560000000447,2437981,1,11,1994 +17,F,7.0,21883,-109.07941499999636,31.937117000000445,2439566,1,11,1994 +18,F,8.0,21884,-109.07863299999636,31.93712600000041,2439566,1,11,1994 +2,M,50.0,21885,-109.08197499999642,31.93888700000037,2439541,1,11,1994 +12,M,226.0,21886,-109.07851899999636,31.938203000000414,,1,11,1994 +21,M,,21887,-109.07939799999636,31.936448000000453,2439566,1,11,1994 +12,F,40.0,21888,-109.07851899999636,31.938203000000414,2439521,1,11,1994 +17,M,41.0,21889,-109.07941499999636,31.937117000000445,2439521,1,11,1994 +18,F,8.0,21890,-109.07863299999636,31.93712600000041,2439566,1,11,1994 +20,M,7.0,21891,-109.08019099999642,31.93633400000045,2439566,1,11,1994 +22,F,23.0,21892,-109.07860199999635,31.93644100000042,2439521,1,11,1994 +1,F,36.0,21893,-109.08282899999641,31.938851000000387,2439521,1,11,1994 +12,M,38.0,21894,-109.07851899999636,31.938203000000414,2439521,1,11,1994 +19,F,9.0,21895,-109.07791199999636,31.937438000000434,2439566,1,11,1994 +12,F,38.0,21896,-109.07851899999636,31.938203000000414,2439521,1,11,1994 +19,M,9.0,21897,-109.07791199999636,31.937438000000434,2439566,1,11,1994 +21,F,7.0,21898,-109.07939799999636,31.936448000000453,2439566,1,11,1994 +17,F,42.0,21899,-109.07941499999636,31.937117000000445,2439521,1,11,1994 +17,,,21900,-109.07941499999636,31.937117000000445,2437568,1,11,1994 +1,F,24.0,21901,-109.08282899999641,31.938851000000387,2439521,1,11,1994 +2,M,47.0,21902,-109.08197499999642,31.93888700000037,2439541,1,11,1994 +1,F,7.0,21903,-109.08282899999641,31.938851000000387,2439566,1,11,1994 +21,F,7.0,21904,-109.07939799999636,31.936448000000453,2439566,1,11,1994 +1,F,43.0,21905,-109.08282899999641,31.938851000000387,2439521,1,11,1994 +23,,,21906,-109.07783799999636,31.93676300000042,,1,11,1994 +6,,,21907,-109.07883599999636,31.939078000000414,2437568,2,11,1994 +13,M,42.0,21908,-109.08261299999641,31.937028000000442,2439521,2,11,1994 +13,F,7.0,21909,-109.08261299999641,31.937028000000442,2439566,2,11,1994 +14,M,36.0,21910,-109.08182699999641,31.937054000000447,2439521,2,11,1994 +14,M,45.0,21911,-109.08182699999641,31.937054000000447,2439521,2,11,1994 +4,F,6.0,21912,-109.08040899999641,31.93889400000041,2439566,2,11,1994 +6,F,8.0,21913,-109.07883599999636,31.939078000000414,2439566,2,11,1994 +15,,,21914,-109.08103599999642,31.937059000000463,2437568,2,11,1994 +11,M,42.0,21915,-109.07930699999636,31.938056000000426,2439521,2,11,1994 +14,M,47.0,21916,-109.08182699999641,31.937054000000447,2439521,2,11,1994 +11,M,41.0,21917,-109.07930699999636,31.938056000000426,2439521,2,11,1994 +4,M,45.0,21918,-109.08040899999641,31.93889400000041,2439521,2,11,1994 +8,F,39.0,21919,-109.08167999999641,31.937884000000402,2439541,2,11,1994 +9,F,42.0,21920,-109.08090299999638,31.93785900000039,2439521,2,11,1994 +9,M,39.0,21921,-109.08090299999638,31.93785900000039,2439521,2,11,1994 +13,M,,21922,-109.08261299999641,31.937028000000442,2438517,2,11,1994 +4,F,36.0,21923,-109.08040899999641,31.93889400000041,2439521,2,11,1994 +8,M,43.0,21924,-109.08167999999641,31.937884000000402,2439521,2,11,1994 +5,M,19.0,21925,-109.07960199999636,31.93897000000045,2439591,2,11,1994 +6,M,14.0,21926,-109.07883599999636,31.939078000000414,2439591,2,11,1994 +5,F,22.0,21927,-109.07960199999636,31.93897000000045,2438517,2,11,1994 +9,M,40.0,21928,-109.08090299999638,31.93785900000039,2439521,2,11,1994 +8,M,44.0,21929,-109.08167999999641,31.937884000000402,2439521,2,11,1994 +8,F,44.0,21930,-109.08167999999641,31.937884000000402,2439521,2,11,1994 +8,M,43.0,21931,-109.08167999999641,31.937884000000402,2439521,2,11,1994 +11,F,47.0,21932,-109.07930699999636,31.938056000000426,2439521,2,11,1994 +3,,,21933,-109.08120799999641,31.938896000000387,,2,11,1994 +10,,,21934,-109.08009099999636,31.938017000000425,,2,11,1994 +16,,,21935,-109.08024399999636,31.93709400000041,,2,11,1994 +18,F,9.0,21936,-109.07863299999636,31.93712600000041,2439566,4,12,1994 +18,F,8.0,21937,-109.07863299999636,31.93712600000041,2439566,4,12,1994 +12,M,47.0,21938,-109.07851899999636,31.938203000000414,2439541,4,12,1994 +24,M,19.0,21939,-109.07773599999636,31.938560000000447,2437981,4,12,1994 +24,F,17.0,21940,-109.07773599999636,31.938560000000447,2437981,4,12,1994 +2,M,44.0,21941,-109.08197499999642,31.93888700000037,2439521,4,12,1994 +18,F,7.0,21942,-109.07863299999636,31.93712600000041,2439566,4,12,1994 +1,F,41.0,21943,-109.08282899999641,31.938851000000387,2439521,4,12,1994 +19,F,10.0,21944,-109.07791199999636,31.937438000000434,2439566,4,12,1994 +2,M,49.0,21945,-109.08197499999642,31.93888700000037,2439541,4,12,1994 +17,M,42.0,21946,-109.07941499999636,31.937117000000445,2439521,4,12,1994 +22,,,21947,-109.07860199999635,31.93644100000042,2491757,4,12,1994 +12,M,38.0,21948,-109.07851899999636,31.938203000000414,2439521,4,12,1994 +17,M,41.0,21949,-109.07941499999636,31.937117000000445,2439521,4,12,1994 +22,F,42.0,21950,-109.07860199999635,31.93644100000042,2439521,4,12,1994 +12,F,38.0,21951,-109.07851899999636,31.938203000000414,2439521,4,12,1994 +1,F,45.0,21952,-109.08282899999641,31.938851000000387,2439521,4,12,1994 +19,M,9.0,21953,-109.07791199999636,31.937438000000434,2439566,4,12,1994 +22,F,38.0,21954,-109.07860199999635,31.93644100000042,2439521,4,12,1994 +22,F,28.0,21955,-109.07860199999635,31.93644100000042,2439521,4,12,1994 +20,M,7.0,21956,-109.08019099999642,31.93633400000045,2439566,4,12,1994 +1,M,45.0,21957,-109.08282899999641,31.938851000000387,2439521,4,12,1994 +2,M,46.0,21958,-109.08197499999642,31.93888700000037,2439541,4,12,1994 +2,M,46.0,21959,-109.08197499999642,31.93888700000037,2439541,4,12,1994 +21,F,7.0,21960,-109.07939799999636,31.936448000000453,2439566,4,12,1994 +1,M,44.0,21961,-109.08282899999641,31.938851000000387,2439521,4,12,1994 +17,M,52.0,21962,-109.07941499999636,31.937117000000445,2439521,4,12,1994 +21,,,21963,-109.07939799999636,31.936448000000453,5231474,4,12,1994 +1,M,48.0,21964,-109.08282899999641,31.938851000000387,2439521,4,12,1994 +12,F,41.0,21965,-109.07851899999636,31.938203000000414,2439521,4,12,1994 +19,,,21966,-109.07791199999636,31.937438000000434,2491757,4,12,1994 +23,,,21967,-109.07783799999636,31.93676300000042,,4,12,1994 +11,M,44.0,21968,-109.07930699999636,31.938056000000426,2439521,5,12,1994 +8,M,37.0,21969,-109.08167999999641,31.937884000000402,2439541,5,12,1994 +4,M,44.0,21970,-109.08040899999641,31.93889400000041,2439521,5,12,1994 +14,M,43.0,21971,-109.08182699999641,31.937054000000447,2439521,5,12,1994 +13,M,43.0,21972,-109.08261299999641,31.937028000000442,2439521,5,12,1994 +11,M,43.0,21973,-109.07930699999636,31.938056000000426,2439521,5,12,1994 +8,F,48.0,21974,-109.08167999999641,31.937884000000402,2439541,5,12,1994 +8,M,46.0,21975,-109.08167999999641,31.937884000000402,2439521,5,12,1994 +6,F,8.0,21976,-109.07883599999636,31.939078000000414,2439566,5,12,1994 +9,F,40.0,21977,-109.08090299999638,31.93785900000039,2439521,5,12,1994 +14,M,46.0,21978,-109.08182699999641,31.937054000000447,2439521,5,12,1994 +6,F,7.0,21979,-109.07883599999636,31.939078000000414,2439566,5,12,1994 +5,M,47.0,21980,-109.07960199999636,31.93897000000045,2439521,5,12,1994 +3,F,16.0,21981,-109.08120799999641,31.938896000000387,2437874,5,12,1994 +9,,,21982,-109.08090299999638,31.93785900000039,,5,12,1994 +15,F,23.0,21983,-109.08103599999642,31.937059000000463,2438517,5,12,1994 +9,,,21984,-109.08090299999638,31.93785900000039,2437568,5,12,1994 +15,M,19.0,21985,-109.08103599999642,31.937059000000463,2438517,5,12,1994 +14,M,44.0,21986,-109.08182699999641,31.937054000000447,2439521,5,12,1994 +5,F,43.0,21987,-109.07960199999636,31.93897000000045,2439521,5,12,1994 +8,M,46.0,21988,-109.08167999999641,31.937884000000402,2439521,5,12,1994 +4,F,38.0,21989,-109.08040899999641,31.93889400000041,2439521,5,12,1994 +8,F,40.0,21990,-109.08167999999641,31.937884000000402,2439521,5,12,1994 +10,,,21991,-109.08009099999636,31.938017000000425,,5,12,1994 +7,,,21992,-109.08281599999641,31.938113000000413,,5,12,1994 +16,,,21993,-109.08024399999636,31.93709400000041,,5,12,1994 +18,F,7.0,21994,-109.07863299999636,31.93712600000041,2439566,11,1,1995 +12,M,47.0,21995,-109.07851899999636,31.938203000000414,2439541,11,1,1995 +2,M,51.0,21996,-109.08197499999642,31.93888700000037,2439541,11,1,1995 +21,F,7.0,21997,-109.07939799999636,31.936448000000453,2439566,11,1,1995 +24,M,10.0,21998,-109.07773599999636,31.938560000000447,2437874,11,1,1995 +1,M,46.0,21999,-109.08282899999641,31.938851000000387,2439521,11,1,1995 +19,F,8.0,22000,-109.07791199999636,31.937438000000434,2439566,11,1,1995 +1,F,45.0,22001,-109.08282899999641,31.938851000000387,2439521,11,1,1995 +2,M,41.0,22002,-109.08197499999642,31.93888700000037,2439541,11,1,1995 +18,F,8.0,22003,-109.07863299999636,31.93712600000041,2439566,11,1,1995 +2,M,41.0,22004,-109.08197499999642,31.93888700000037,2439521,11,1,1995 +12,F,37.0,22005,-109.07851899999636,31.938203000000414,2439521,11,1,1995 +1,M,49.0,22006,-109.08282899999641,31.938851000000387,2439521,11,1,1995 +22,F,39.0,22007,-109.07860199999635,31.93644100000042,2439521,11,1,1995 +22,F,33.0,22008,-109.07860199999635,31.93644100000042,2439521,11,1,1995 +2,M,52.0,22009,-109.08197499999642,31.93888700000037,2439541,11,1,1995 +1,M,44.0,22010,-109.08282899999641,31.938851000000387,2439521,11,1,1995 +19,M,9.0,22011,-109.07791199999636,31.937438000000434,2439566,11,1,1995 +12,F,41.0,22012,-109.07851899999636,31.938203000000414,2439521,11,1,1995 +20,,,22013,-109.08019099999642,31.93633400000045,,11,1,1995 +23,,,22014,-109.07783799999636,31.93676300000042,,11,1,1995 +7,,,22015,-109.08281599999641,31.938113000000413,,11,1,1995 +14,M,47.0,22016,-109.08182699999641,31.937054000000447,2439521,12,1,1995 +11,M,47.0,22017,-109.07930699999636,31.938056000000426,2439521,12,1,1995 +15,F,9.0,22018,-109.08103599999642,31.937059000000463,2437874,12,1,1995 +4,F,39.0,22019,-109.08040899999641,31.93889400000041,2439521,12,1,1995 +13,M,24.0,22020,-109.08261299999641,31.937028000000442,2438517,12,1,1995 +17,M,44.0,22021,-109.07941499999636,31.937117000000445,2439521,12,1,1995 +4,M,43.0,22022,-109.08040899999641,31.93889400000041,2439521,12,1,1995 +17,M,54.0,22023,-109.07941499999636,31.937117000000445,2439521,12,1,1995 +13,F,34.0,22024,-109.08261299999641,31.937028000000442,2439521,12,1,1995 +15,,,22025,-109.08103599999642,31.937059000000463,2491276,12,1,1995 +5,F,19.0,22026,-109.07960199999636,31.93897000000045,2438517,12,1,1995 +14,M,51.0,22027,-109.08182699999641,31.937054000000447,2439521,12,1,1995 +13,M,47.0,22028,-109.08261299999641,31.937028000000442,2439521,12,1,1995 +11,M,48.0,22029,-109.07930699999636,31.938056000000426,2439521,12,1,1995 +11,F,41.0,22030,-109.07930699999636,31.938056000000426,2439521,12,1,1995 +3,,,22031,-109.08120799999641,31.938896000000387,,12,1,1995 +6,,,22032,-109.07883599999636,31.939078000000414,,12,1,1995 +16,,,22033,-109.08024399999636,31.93709400000041,,12,1,1995 +8,M,51.0,22034,-109.08167999999641,31.937884000000402,2439541,13,1,1995 +8,F,48.0,22035,-109.08167999999641,31.937884000000402,2439541,13,1,1995 +9,M,44.0,22036,-109.08090299999638,31.93785900000039,2439521,13,1,1995 +9,F,37.0,22037,-109.08090299999638,31.93785900000039,2439521,13,1,1995 +8,F,42.0,22038,-109.08167999999641,31.937884000000402,2439521,13,1,1995 +8,M,47.0,22039,-109.08167999999641,31.937884000000402,2439521,13,1,1995 +9,M,43.0,22040,-109.08090299999638,31.93785900000039,2439521,13,1,1995 +10,,,22041,-109.08009099999636,31.938017000000425,,13,1,1995 +20,,,22042,-109.08019099999642,31.93633400000045,2491757,4,2,1995 +2,F,45.0,22043,-109.08197499999642,31.93888700000037,2439521,4,2,1995 +17,M,48.0,22044,-109.07941499999636,31.937117000000445,2439521,4,2,1995 +2,M,46.0,22045,-109.08197499999642,31.93888700000037,2439521,4,2,1995 +23,,,22046,-109.07783799999636,31.93676300000042,2491757,4,2,1995 +24,F,10.0,22047,-109.07773599999636,31.938560000000447,2437874,4,2,1995 +1,M,33.0,22048,-109.08282899999641,31.938851000000387,2439541,4,2,1995 +1,F,40.0,22049,-109.08282899999641,31.938851000000387,2439521,4,2,1995 +2,M,51.0,22050,-109.08197499999642,31.93888700000037,2439541,4,2,1995 +8,F,61.0,22051,-109.08167999999641,31.937884000000402,2439541,4,2,1995 +12,F,46.0,22052,-109.07851899999636,31.938203000000414,2439521,4,2,1995 +19,F,9.0,22053,-109.07791199999636,31.937438000000434,2439566,4,2,1995 +18,F,9.0,22054,-109.07863299999636,31.93712600000041,2439566,4,2,1995 +12,,,22055,-109.07851899999636,31.938203000000414,2437568,4,2,1995 +1,F,25.0,22056,-109.08282899999641,31.938851000000387,2438517,4,2,1995 +22,F,,22057,-109.07860199999635,31.93644100000042,2439521,4,2,1995 +20,F,11.0,22058,-109.08019099999642,31.93633400000045,2437874,4,2,1995 +18,F,12.0,22059,-109.07863299999636,31.93712600000041,2437874,4,2,1995 +12,,,22060,-109.07851899999636,31.938203000000414,2437568,4,2,1995 +8,M,,22061,-109.08167999999641,31.937884000000402,2439541,4,2,1995 +22,F,36.0,22062,-109.07860199999635,31.93644100000042,2439521,4,2,1995 +2,M,52.0,22063,-109.08197499999642,31.93888700000037,2439541,4,2,1995 +1,F,53.0,22064,-109.08282899999641,31.938851000000387,2439521,4,2,1995 +20,,,22065,-109.08019099999642,31.93633400000045,2491757,4,2,1995 +17,M,,22066,-109.07941499999636,31.937117000000445,2439521,4,2,1995 +8,M,48.0,22067,-109.08167999999641,31.937884000000402,2439521,4,2,1995 +8,M,48.0,22068,-109.08167999999641,31.937884000000402,2439521,4,2,1995 +20,M,9.0,22069,-109.08019099999642,31.93633400000045,2439566,4,2,1995 +2,M,62.0,22070,-109.08197499999642,31.93888700000037,2439541,4,2,1995 +1,M,45.0,22071,-109.08282899999641,31.938851000000387,2439521,4,2,1995 +8,M,49.0,22072,-109.08167999999641,31.937884000000402,2439521,4,2,1995 +1,M,46.0,22073,-109.08282899999641,31.938851000000387,2439521,4,2,1995 +8,F,45.0,22074,-109.08167999999641,31.937884000000402,2439521,4,2,1995 +8,M,45.0,22075,-109.08167999999641,31.937884000000402,2439521,4,2,1995 +23,,,22076,-109.07783799999636,31.93676300000042,2491244,4,2,1995 +12,F,43.0,22077,-109.07851899999636,31.938203000000414,2439521,4,2,1995 +21,,,22078,-109.07939799999636,31.936448000000453,,4,2,1995 +4,M,44.0,22079,-109.08040899999641,31.93889400000041,2439521,5,2,1995 +14,M,48.0,22080,-109.08182699999641,31.937054000000447,2439521,5,2,1995 +15,,,22081,-109.08103599999642,31.937059000000463,2437568,5,2,1995 +14,M,52.0,22082,-109.08182699999641,31.937054000000447,2439521,5,2,1995 +3,F,41.0,22083,-109.08120799999641,31.938896000000387,2439521,5,2,1995 +15,,,22084,-109.08103599999642,31.937059000000463,2437568,5,2,1995 +4,M,49.0,22085,-109.08040899999641,31.93889400000041,2439521,5,2,1995 +6,F,9.0,22086,-109.07883599999636,31.939078000000414,2439566,5,2,1995 +11,M,50.0,22087,-109.07930699999636,31.938056000000426,2439521,5,2,1995 +7,M,8.0,22088,-109.08281599999641,31.938113000000413,2437874,5,2,1995 +15,F,13.0,22089,-109.08103599999642,31.937059000000463,2437874,5,2,1995 +7,M,20.0,22090,-109.08281599999641,31.938113000000413,2437981,5,2,1995 +9,M,43.0,22091,-109.08090299999638,31.93785900000039,2439521,5,2,1995 +13,M,54.0,22092,-109.08261299999641,31.937028000000442,2439521,5,2,1995 +6,M,10.0,22093,-109.07883599999636,31.939078000000414,2437874,5,2,1995 +9,M,47.0,22094,-109.08090299999638,31.93785900000039,2439521,5,2,1995 +4,M,47.0,22095,-109.08040899999641,31.93889400000041,2439521,5,2,1995 +14,,,22096,-109.08182699999641,31.937054000000447,2437568,5,2,1995 +14,F,45.0,22097,-109.08182699999641,31.937054000000447,2439521,5,2,1995 +5,F,20.0,22098,-109.07960199999636,31.93897000000045,2438517,5,2,1995 +9,M,45.0,22099,-109.08090299999638,31.93785900000039,2439521,5,2,1995 +15,,,22100,-109.08103599999642,31.937059000000463,2437568,5,2,1995 +9,F,39.0,22101,-109.08090299999638,31.93785900000039,2439521,5,2,1995 +9,F,41.0,22102,-109.08090299999638,31.93785900000039,2439521,5,2,1995 +4,F,43.0,22103,-109.08040899999641,31.93889400000041,2439521,5,2,1995 +10,,,22104,-109.08009099999636,31.938017000000425,,5,2,1995 +16,,,22105,-109.08024399999636,31.93709400000041,,5,2,1995 +2,F,49.0,22106,-109.08197499999642,31.93888700000037,2439521,4,3,1995 +24,M,12.0,22107,-109.07773599999636,31.938560000000447,2437874,4,3,1995 +1,M,39.0,22108,-109.08282899999641,31.938851000000387,2439541,4,3,1995 +2,M,24.0,22109,-109.08197499999642,31.93888700000037,2438517,4,3,1995 +2,M,46.0,22110,-109.08197499999642,31.93888700000037,2439521,4,3,1995 +18,F,18.0,22111,-109.07863299999636,31.93712600000041,2437874,4,3,1995 +7,,,22112,-109.08281599999641,31.938113000000413,2491757,4,3,1995 +1,F,43.0,22113,-109.08282899999641,31.938851000000387,2439521,4,3,1995 +18,F,9.0,22114,-109.07863299999636,31.93712600000041,2439566,4,3,1995 +17,F,47.0,22115,-109.07941499999636,31.937117000000445,2439521,4,3,1995 +12,F,40.0,22116,-109.07851899999636,31.938203000000414,2439521,4,3,1995 +17,M,57.0,22117,-109.07941499999636,31.937117000000445,2439521,4,3,1995 +12,F,45.0,22118,-109.07851899999636,31.938203000000414,2439521,4,3,1995 +17,M,47.0,22119,-109.07941499999636,31.937117000000445,2439521,4,3,1995 +12,F,23.0,22120,-109.07851899999636,31.938203000000414,2439521,4,3,1995 +2,M,54.0,22121,-109.08197499999642,31.93888700000037,2439541,4,3,1995 +1,M,7.0,22122,-109.08282899999641,31.938851000000387,2439566,4,3,1995 +1,F,22.0,22123,-109.08282899999641,31.938851000000387,2439521,4,3,1995 +12,M,24.0,22124,-109.07851899999636,31.938203000000414,2439521,4,3,1995 +7,M,10.0,22125,-109.08281599999641,31.938113000000413,2437874,4,3,1995 +18,F,10.0,22126,-109.07863299999636,31.93712600000041,2439566,4,3,1995 +1,M,48.0,22127,-109.08282899999641,31.938851000000387,2439521,4,3,1995 +21,F,8.0,22128,-109.07939799999636,31.936448000000453,2439566,4,3,1995 +3,,,22129,-109.08120799999641,31.938896000000387,,4,3,1995 +19,,,22130,-109.07791199999636,31.937438000000434,,4,3,1995 +20,,,22131,-109.08019099999642,31.93633400000045,,4,3,1995 +22,,,22132,-109.07860199999635,31.93644100000042,,4,3,1995 +23,,,22133,-109.07783799999636,31.93676300000042,,4,3,1995 +8,F,27.0,22134,-109.08167999999641,31.937884000000402,2439541,5,3,1995 +9,F,46.0,22135,-109.08090299999638,31.93785900000039,2439521,5,3,1995 +4,M,50.0,22136,-109.08040899999641,31.93889400000041,2439521,5,3,1995 +8,M,26.0,22137,-109.08167999999641,31.937884000000402,2439541,5,3,1995 +9,M,50.0,22138,-109.08090299999638,31.93785900000039,2439541,5,3,1995 +6,F,9.0,22139,-109.07883599999636,31.939078000000414,2439566,5,3,1995 +10,F,16.0,22140,-109.08009099999636,31.938017000000425,2437874,5,3,1995 +3,F,42.0,22141,-109.08120799999641,31.938896000000387,2439521,5,3,1995 +11,F,36.0,22142,-109.07930699999636,31.938056000000426,2439521,5,3,1995 +4,F,5.0,22143,-109.08040899999641,31.93889400000041,2439566,5,3,1995 +4,F,45.0,22144,-109.08040899999641,31.93889400000041,2439521,5,3,1995 +11,M,,22145,-109.07930699999636,31.938056000000426,2439521,5,3,1995 +14,M,51.0,22146,-109.08182699999641,31.937054000000447,2439521,5,3,1995 +4,M,42.0,22147,-109.08040899999641,31.93889400000041,2439521,5,3,1995 +13,M,49.0,22148,-109.08261299999641,31.937028000000442,2437967,5,3,1995 +5,,,22149,-109.07960199999636,31.93897000000045,2437300,5,3,1995 +11,F,14.0,22150,-109.07930699999636,31.938056000000426,2437874,5,3,1995 +14,F,35.0,22151,-109.08182699999641,31.937054000000447,2439521,5,3,1995 +8,F,53.0,22152,-109.08167999999641,31.937884000000402,2439541,5,3,1995 +11,M,47.0,22153,-109.07930699999636,31.938056000000426,2439521,5,3,1995 +15,F,16.0,22154,-109.08103599999642,31.937059000000463,2437874,5,3,1995 +13,F,24.0,22155,-109.08261299999641,31.937028000000442,2438517,5,3,1995 +8,M,49.0,22156,-109.08167999999641,31.937884000000402,2439521,5,3,1995 +13,F,53.0,22157,-109.08261299999641,31.937028000000442,2439521,5,3,1995 +6,M,16.0,22158,-109.07883599999636,31.939078000000414,2439591,5,3,1995 +16,F,13.0,22159,-109.08024399999636,31.93709400000041,2437874,5,3,1995 +8,F,39.0,22160,-109.08167999999641,31.937884000000402,2439521,5,3,1995 +4,F,40.0,22161,-109.08040899999641,31.93889400000041,2439521,5,3,1995 +11,F,,22162,-109.07930699999636,31.938056000000426,2439521,5,3,1995 +8,F,46.0,22163,-109.08167999999641,31.937884000000402,2439521,5,3,1995 +8,M,45.0,22164,-109.08167999999641,31.937884000000402,2439521,5,3,1995 +1,M,48.0,22165,-109.08282899999641,31.938851000000387,2439521,1,4,1995 +20,M,,22166,-109.08019099999642,31.93633400000045,2439591,1,4,1995 +20,F,16.0,22167,-109.08019099999642,31.93633400000045,2437874,1,4,1995 +1,M,45.0,22168,-109.08282899999641,31.938851000000387,2439521,1,4,1995 +2,M,48.0,22169,-109.08197499999642,31.93888700000037,2439521,1,4,1995 +2,F,46.0,22170,-109.08197499999642,31.93888700000037,2439541,1,4,1995 +18,F,9.0,22171,-109.07863299999636,31.93712600000041,2439566,1,4,1995 +17,M,53.0,22172,-109.07941499999636,31.937117000000445,2439521,1,4,1995 +1,F,50.0,22173,-109.08282899999641,31.938851000000387,2439521,1,4,1995 +12,M,32.0,22174,-109.07851899999636,31.938203000000414,2439521,1,4,1995 +18,F,9.0,22175,-109.07863299999636,31.93712600000041,2439566,1,4,1995 +19,F,10.0,22176,-109.07791199999636,31.937438000000434,2439566,1,4,1995 +20,M,9.0,22177,-109.08019099999642,31.93633400000045,2439566,1,4,1995 +12,M,9.0,22178,-109.07851899999636,31.938203000000414,2437874,1,4,1995 +17,F,10.0,22179,-109.07941499999636,31.937117000000445,2439521,1,4,1995 +12,F,43.0,22180,-109.07851899999636,31.938203000000414,2439521,1,4,1995 +1,M,48.0,22181,-109.08282899999641,31.938851000000387,2439541,1,4,1995 +7,F,21.0,22182,-109.08281599999641,31.938113000000413,2437874,1,4,1995 +12,F,43.0,22183,-109.07851899999636,31.938203000000414,2439521,1,4,1995 +17,F,7.0,22184,-109.07941499999636,31.937117000000445,2439566,1,4,1995 +17,M,55.0,22185,-109.07941499999636,31.937117000000445,2439521,1,4,1995 +17,M,49.0,22186,-109.07941499999636,31.937117000000445,2439521,1,4,1995 +20,F,8.0,22187,-109.08019099999642,31.93633400000045,2439566,1,4,1995 +17,M,56.0,22188,-109.07941499999636,31.937117000000445,2439521,1,4,1995 +17,M,9.0,22189,-109.07941499999636,31.937117000000445,2439566,1,4,1995 +17,F,45.0,22190,-109.07941499999636,31.937117000000445,2439521,1,4,1995 +21,,,22191,-109.07939799999636,31.936448000000453,,1,4,1995 +22,,,22192,-109.07860199999635,31.93644100000042,,1,4,1995 +23,,,22193,-109.07783799999636,31.93676300000042,,1,4,1995 +24,,,22194,-109.07773599999636,31.938560000000447,,1,4,1995 +3,M,21.0,22195,-109.08120799999641,31.938896000000387,2439591,2,4,1995 +9,F,38.0,22196,-109.08090299999638,31.93785900000039,2439541,2,4,1995 +6,F,,22197,-109.07883599999636,31.939078000000414,2439566,2,4,1995 +6,M,13.0,22198,-109.07883599999636,31.939078000000414,2437874,2,4,1995 +9,F,42.0,22199,-109.08090299999638,31.93785900000039,2439521,2,4,1995 +15,M,9.0,22200,-109.08103599999642,31.937059000000463,2437874,2,4,1995 +9,M,55.0,22201,-109.08090299999638,31.93785900000039,2439541,2,4,1995 +4,M,44.0,22202,-109.08040899999641,31.93889400000041,2439521,2,4,1995 +11,F,49.0,22203,-109.07930699999636,31.938056000000426,2439521,2,4,1995 +14,F,51.0,22204,-109.08182699999641,31.937054000000447,2439521,2,4,1995 +11,M,55.0,22205,-109.07930699999636,31.938056000000426,2439521,2,4,1995 +14,M,49.0,22206,-109.08182699999641,31.937054000000447,2439521,2,4,1995 +4,M,31.0,22207,-109.08040899999641,31.93889400000041,2439521,2,4,1995 +3,M,46.0,22208,-109.08120799999641,31.938896000000387,2439521,2,4,1995 +9,M,46.0,22209,-109.08090299999638,31.93785900000039,2439521,2,4,1995 +4,M,30.0,22210,-109.08040899999641,31.93889400000041,2439521,2,4,1995 +8,F,53.0,22211,-109.08167999999641,31.937884000000402,2439541,2,4,1995 +9,F,44.0,22212,-109.08090299999638,31.93785900000039,2439521,2,4,1995 +9,M,46.0,22213,-109.08090299999638,31.93785900000039,2439521,2,4,1995 +14,F,48.0,22214,-109.08182699999641,31.937054000000447,2439521,2,4,1995 +11,M,49.0,22215,-109.07930699999636,31.938056000000426,2439521,2,4,1995 +8,M,52.0,22216,-109.08167999999641,31.937884000000402,2439521,2,4,1995 +13,F,50.0,22217,-109.08261299999641,31.937028000000442,2439521,2,4,1995 +4,F,51.0,22218,-109.08040899999641,31.93889400000041,2439521,2,4,1995 +15,F,37.0,22219,-109.08103599999642,31.937059000000463,2439521,2,4,1995 +11,M,33.0,22220,-109.07930699999636,31.938056000000426,2439521,2,4,1995 +14,M,49.0,22221,-109.08182699999641,31.937054000000447,2439521,2,4,1995 +13,F,45.0,22222,-109.08261299999641,31.937028000000442,2439521,2,4,1995 +15,,,22223,-109.08103599999642,31.937059000000463,2437568,2,4,1995 +11,F,47.0,22224,-109.07930699999636,31.938056000000426,2439521,2,4,1995 +5,M,21.0,22225,-109.07960199999636,31.93897000000045,2439591,2,4,1995 +9,M,46.0,22226,-109.08090299999638,31.93785900000039,2439521,2,4,1995 +16,F,17.0,22227,-109.08024399999636,31.93709400000041,2437874,2,4,1995 +10,,,22228,-109.08009099999636,31.938017000000425,,2,4,1995 +21,M,20.0,22229,-109.07939799999636,31.936448000000453,2439591,29,4,1995 +23,F,21.0,22230,-109.07783799999636,31.93676300000042,2437874,29,4,1995 +1,M,47.0,22231,-109.08282899999641,31.938851000000387,2439521,29,4,1995 +17,F,46.0,22232,-109.07941499999636,31.937117000000445,2439521,29,4,1995 +24,M,14.0,22233,-109.07773599999636,31.938560000000447,2437874,29,4,1995 +21,,,22234,-109.07939799999636,31.936448000000453,2451347,29,4,1995 +22,M,38.0,22235,-109.07860199999635,31.93644100000042,2439521,29,4,1995 +2,M,55.0,22236,-109.08197499999642,31.93888700000037,2439541,29,4,1995 +17,,,22237,-109.07941499999636,31.937117000000445,5231474,29,4,1995 +21,F,20.0,22238,-109.07939799999636,31.936448000000453,2439591,29,4,1995 +24,F,22.0,22239,-109.07773599999636,31.938560000000447,2437981,29,4,1995 +7,F,20.0,22240,-109.08281599999641,31.938113000000413,2437874,29,4,1995 +12,F,43.0,22241,-109.07851899999636,31.938203000000414,2439521,29,4,1995 +18,M,9.0,22242,-109.07863299999636,31.93712600000041,2439566,29,4,1995 +17,F,52.0,22243,-109.07941499999636,31.937117000000445,2439521,29,4,1995 +1,F,,22244,-109.08282899999641,31.938851000000387,2439541,29,4,1995 +21,M,11.0,22245,-109.07939799999636,31.936448000000453,2439566,29,4,1995 +17,M,57.0,22246,-109.07941499999636,31.937117000000445,2439521,29,4,1995 +1,F,18.0,22247,-109.08282899999641,31.938851000000387,2439591,29,4,1995 +22,,,22248,-109.07860199999635,31.93644100000042,2451347,29,4,1995 +20,M,21.0,22249,-109.08019099999642,31.93633400000045,2439591,29,4,1995 +7,M,11.0,22250,-109.08281599999641,31.938113000000413,2437874,29,4,1995 +2,F,48.0,22251,-109.08197499999642,31.93888700000037,2439521,29,4,1995 +20,,,22252,-109.08019099999642,31.93633400000045,2451347,29,4,1995 +17,M,9.0,22253,-109.07941499999636,31.937117000000445,2439566,29,4,1995 +1,M,50.0,22254,-109.08282899999641,31.938851000000387,2439541,29,4,1995 +19,,,22255,-109.07791199999636,31.937438000000434,,29,4,1995 +3,M,20.0,22256,-109.08120799999641,31.938896000000387,2439591,30,4,1995 +9,M,55.0,22257,-109.08090299999638,31.93785900000039,2439541,30,4,1995 +3,F,22.0,22258,-109.08120799999641,31.938896000000387,2439591,30,4,1995 +8,,,22259,-109.08167999999641,31.937884000000402,2437568,30,4,1995 +13,F,23.0,22260,-109.08261299999641,31.937028000000442,2438516,30,4,1995 +14,M,,22261,-109.08182699999641,31.937054000000447,2439521,30,4,1995 +9,F,45.0,22262,-109.08090299999638,31.93785900000039,2439521,30,4,1995 +14,F,49.0,22263,-109.08182699999641,31.937054000000447,2439521,30,4,1995 +4,M,51.0,22264,-109.08040899999641,31.93889400000041,2439521,30,4,1995 +11,,,22265,-109.07930699999636,31.938056000000426,2451347,30,4,1995 +8,M,57.0,22266,-109.08167999999641,31.937884000000402,2439541,30,4,1995 +9,M,46.0,22267,-109.08090299999638,31.93785900000039,2439521,30,4,1995 +9,F,56.0,22268,-109.08090299999638,31.93785900000039,2439541,30,4,1995 +8,,,22269,-109.08167999999641,31.937884000000402,2437568,30,4,1995 +14,F,,22270,-109.08182699999641,31.937054000000447,2439521,30,4,1995 +14,F,40.0,22271,-109.08182699999641,31.937054000000447,2439521,30,4,1995 +4,F,47.0,22272,-109.08040899999641,31.93889400000041,2439521,30,4,1995 +13,F,44.0,22273,-109.08261299999641,31.937028000000442,2439521,30,4,1995 +14,M,53.0,22274,-109.08182699999641,31.937054000000447,2439521,30,4,1995 +11,F,45.0,22275,-109.07930699999636,31.938056000000426,2439521,30,4,1995 +15,,,22276,-109.08103599999642,31.937059000000463,2437568,30,4,1995 +14,M,23.0,22277,-109.08182699999641,31.937054000000447,2439521,30,4,1995 +4,,,22278,-109.08040899999641,31.93889400000041,,30,4,1995 +9,F,46.0,22279,-109.08090299999638,31.93785900000039,2439521,30,4,1995 +11,M,47.0,22280,-109.07930699999636,31.938056000000426,2439521,30,4,1995 +9,F,40.0,22281,-109.08090299999638,31.93785900000039,2439521,30,4,1995 +6,F,14.0,22282,-109.07883599999636,31.939078000000414,2437874,30,4,1995 +16,F,18.0,22283,-109.08024399999636,31.93709400000041,2437874,30,4,1995 +9,M,44.0,22284,-109.08090299999638,31.93785900000039,2439521,30,4,1995 +11,M,48.0,22285,-109.07930699999636,31.938056000000426,2439521,30,4,1995 +9,M,20.0,22286,-109.08090299999638,31.93785900000039,,30,4,1995 +11,M,43.0,22287,-109.07930699999636,31.938056000000426,2439521,30,4,1995 +9,,17.0,22288,-109.08090299999638,31.93785900000039,2437981,30,4,1995 +14,F,35.0,22289,-109.08182699999641,31.937054000000447,2439521,30,4,1995 +6,M,9.0,22290,-109.07883599999636,31.939078000000414,2439566,30,4,1995 +4,M,42.0,22291,-109.08040899999641,31.93889400000041,2439521,30,4,1995 +13,M,9.0,22292,-109.08261299999641,31.937028000000442,2437874,30,4,1995 +9,F,54.0,22293,-109.08090299999638,31.93785900000039,2439521,30,4,1995 +9,,,22294,-109.08090299999638,31.93785900000039,2437300,30,4,1995 +5,,,22295,-109.07960199999636,31.93897000000045,,30,4,1995 +10,,,22296,-109.08009099999636,31.938017000000425,,30,4,1995 +12,F,47.0,22297,-109.07851899999636,31.938203000000414,2439521,7,6,1995 +12,F,17.0,22298,-109.07851899999636,31.938203000000414,2439591,7,6,1995 +24,M,19.0,22299,-109.07773599999636,31.938560000000447,2437981,7,6,1995 +22,M,,22300,-109.07860199999635,31.93644100000042,2439521,7,6,1995 +17,F,50.0,22301,-109.07941499999636,31.937117000000445,2439521,7,6,1995 +1,F,50.0,22302,-109.08282899999641,31.938851000000387,2439521,7,6,1995 +17,F,44.0,22303,-109.07941499999636,31.937117000000445,2439521,7,6,1995 +20,M,10.0,22304,-109.08019099999642,31.93633400000045,2439566,7,6,1995 +12,F,29.0,22305,-109.07851899999636,31.938203000000414,2438517,7,6,1995 +21,F,9.0,22306,-109.07939799999636,31.936448000000453,2439566,7,6,1995 +12,F,44.0,22307,-109.07851899999636,31.938203000000414,2439521,7,6,1995 +22,M,47.0,22308,-109.07860199999635,31.93644100000042,2439521,7,6,1995 +21,M,16.0,22309,-109.07939799999636,31.936448000000453,2439591,7,6,1995 +1,F,20.0,22310,-109.08282899999641,31.938851000000387,2439591,7,6,1995 +1,F,55.0,22311,-109.08282899999641,31.938851000000387,2439541,7,6,1995 +17,M,57.0,22312,-109.07941499999636,31.937117000000445,2439521,7,6,1995 +24,F,18.0,22313,-109.07773599999636,31.938560000000447,2437981,7,6,1995 +24,M,23.0,22314,-109.07773599999636,31.938560000000447,2437981,7,6,1995 +2,M,,22315,-109.08197499999642,31.93888700000037,,7,6,1995 +21,F,24.0,22316,-109.07939799999636,31.936448000000453,2439591,7,6,1995 +19,,,22317,-109.07791199999636,31.937438000000434,,7,6,1995 +18,,,22318,-109.07863299999636,31.93712600000041,,7,6,1995 +23,,,22319,-109.07783799999636,31.93676300000042,,7,6,1995 +7,,,22320,-109.08281599999641,31.938113000000413,,7,6,1995 +3,F,9.0,22321,-109.08120799999641,31.938896000000387,2439591,8,6,1995 +5,F,31.0,22322,-109.07960199999636,31.93897000000045,2437967,8,6,1995 +14,M,23.0,22323,-109.08182699999641,31.937054000000447,2439521,8,6,1995 +14,M,54.0,22324,-109.08182699999641,31.937054000000447,2439521,8,6,1995 +4,M,30.0,22325,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +13,M,34.0,22326,-109.08261299999641,31.937028000000442,2438517,8,6,1995 +8,M,15.0,22327,-109.08167999999641,31.937884000000402,2439591,8,6,1995 +14,F,22.0,22328,-109.08182699999641,31.937054000000447,2439521,8,6,1995 +4,M,53.0,22329,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +14,F,52.0,22330,-109.08182699999641,31.937054000000447,2439521,8,6,1995 +16,M,,22331,-109.08024399999636,31.93709400000041,2437568,8,6,1995 +3,F,,22332,-109.08120799999641,31.938896000000387,2437874,8,6,1995 +14,F,18.0,22333,-109.08182699999641,31.937054000000447,2439591,8,6,1995 +4,F,25.0,22334,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +11,F,21.0,22335,-109.07930699999636,31.938056000000426,2439521,8,6,1995 +9,F,42.0,22336,-109.08090299999638,31.93785900000039,2439521,8,6,1995 +14,M,41.0,22337,-109.08182699999641,31.937054000000447,2439521,8,6,1995 +6,F,10.0,22338,-109.07883599999636,31.939078000000414,2439566,8,6,1995 +4,M,27.0,22339,-109.08040899999641,31.93889400000041,2438517,8,6,1995 +8,M,21.0,22340,-109.08167999999641,31.937884000000402,2439591,8,6,1995 +11,F,19.0,22341,-109.07930699999636,31.938056000000426,2439521,8,6,1995 +4,F,51.0,22342,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +15,,,22343,-109.08103599999642,31.937059000000463,2437568,8,6,1995 +3,F,22.0,22344,-109.08120799999641,31.938896000000387,2439591,8,6,1995 +4,F,13.0,22345,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +16,,,22346,-109.08024399999636,31.93709400000041,2437568,8,6,1995 +4,M,44.0,22347,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +11,F,45.0,22348,-109.07930699999636,31.938056000000426,2439521,8,6,1995 +13,,,22349,-109.08261299999641,31.937028000000442,2437568,8,6,1995 +14,M,39.0,22350,-109.08182699999641,31.937054000000447,2439521,8,6,1995 +4,M,49.0,22351,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +15,,,22352,-109.08103599999642,31.937059000000463,2437568,8,6,1995 +9,M,46.0,22353,-109.08090299999638,31.93785900000039,2439521,8,6,1995 +9,M,47.0,22354,-109.08090299999638,31.93785900000039,2439521,8,6,1995 +14,M,41.0,22355,-109.08182699999641,31.937054000000447,2439521,8,6,1995 +4,F,35.0,22356,-109.08040899999641,31.93889400000041,2439521,8,6,1995 +11,M,50.0,22357,-109.07930699999636,31.938056000000426,2439521,8,6,1995 +9,F,38.0,22358,-109.08090299999638,31.93785900000039,2439521,8,6,1995 +8,M,51.0,22359,-109.08167999999641,31.937884000000402,2439521,8,6,1995 +6,F,9.0,22360,-109.07883599999636,31.939078000000414,2439566,8,6,1995 +13,F,29.0,22361,-109.08261299999641,31.937028000000442,2438517,8,6,1995 +8,F,54.0,22362,-109.08167999999641,31.937884000000402,2439541,8,6,1995 +10,,,22363,-109.08009099999636,31.938017000000425,,8,6,1995 +1,M,48.0,22364,-109.08282899999641,31.938851000000387,2439521,27,6,1995 +7,M,10.0,22365,-109.08281599999641,31.938113000000413,2437874,27,6,1995 +12,M,18.0,22366,-109.07851899999636,31.938203000000414,2439591,27,6,1995 +17,F,56.0,22367,-109.07941499999636,31.937117000000445,2439521,27,6,1995 +18,F,10.0,22368,-109.07863299999636,31.93712600000041,2439566,27,6,1995 +2,M,44.0,22369,-109.08197499999642,31.93888700000037,2439521,27,6,1995 +12,F,18.0,22370,-109.07851899999636,31.938203000000414,2439521,27,6,1995 +1,M,14.0,22371,-109.08282899999641,31.938851000000387,2439591,27,6,1995 +12,M,22.0,22372,-109.07851899999636,31.938203000000414,2439521,27,6,1995 +17,M,39.0,22373,-109.07941499999636,31.937117000000445,2439521,27,6,1995 +20,M,18.0,22374,-109.08019099999642,31.93633400000045,2439591,27,6,1995 +21,F,20.0,22375,-109.07939799999636,31.936448000000453,2439591,27,6,1995 +2,F,27.0,22376,-109.08197499999642,31.93888700000037,2439521,27,6,1995 +18,F,22.0,22377,-109.07863299999636,31.93712600000041,2439591,27,6,1995 +17,F,26.0,22378,-109.07941499999636,31.937117000000445,2439521,27,6,1995 +20,F,13.0,22379,-109.08019099999642,31.93633400000045,2437874,27,6,1995 +22,M,49.0,22380,-109.07860199999635,31.93644100000042,2439521,27,6,1995 +17,M,37.0,22381,-109.07941499999636,31.937117000000445,2439521,27,6,1995 +2,M,21.0,22382,-109.08197499999642,31.93888700000037,2439591,27,6,1995 +17,M,41.0,22383,-109.07941499999636,31.937117000000445,2439521,27,6,1995 +1,F,18.0,22384,-109.08282899999641,31.938851000000387,2439591,27,6,1995 +7,F,13.0,22385,-109.08281599999641,31.938113000000413,2437874,27,6,1995 +20,M,11.0,22386,-109.08019099999642,31.93633400000045,2437874,27,6,1995 +21,M,19.0,22387,-109.07939799999636,31.936448000000453,2439591,27,6,1995 +24,M,12.0,22388,-109.07773599999636,31.938560000000447,2437874,27,6,1995 +20,F,17.0,22389,-109.08019099999642,31.93633400000045,2439591,27,6,1995 +1,M,49.0,22390,-109.08282899999641,31.938851000000387,2439541,27,6,1995 +17,F,9.0,22391,-109.07941499999636,31.937117000000445,2439566,27,6,1995 +19,,,22392,-109.07791199999636,31.937438000000434,,27,6,1995 +23,,,22393,-109.07783799999636,31.93676300000042,,27,6,1995 +3,F,21.0,22394,-109.08120799999641,31.938896000000387,2439591,28,6,1995 +9,F,43.0,22395,-109.08090299999638,31.93785900000039,2439521,28,6,1995 +8,F,,22396,-109.08167999999641,31.937884000000402,2438517,28,6,1995 +5,F,27.0,22397,-109.07960199999636,31.93897000000045,2437967,28,6,1995 +14,F,45.0,22398,-109.08182699999641,31.937054000000447,2439521,28,6,1995 +4,M,36.0,22399,-109.08040899999641,31.93889400000041,2439521,28,6,1995 +8,,,22400,-109.08167999999641,31.937884000000402,2437300,28,6,1995 +13,M,16.0,22401,-109.08261299999641,31.937028000000442,2439591,28,6,1995 +3,M,19.0,22402,-109.08120799999641,31.938896000000387,2439591,28,6,1995 +14,M,45.0,22403,-109.08182699999641,31.937054000000447,2439521,28,6,1995 +13,M,15.0,22404,-109.08261299999641,31.937028000000442,2439591,28,6,1995 +9,F,21.0,22405,-109.08090299999638,31.93785900000039,2439521,28,6,1995 +14,M,41.0,22406,-109.08182699999641,31.937054000000447,2439521,28,6,1995 +4,F,46.0,22407,-109.08040899999641,31.93889400000041,2439521,28,6,1995 +6,F,5.0,22408,-109.07883599999636,31.939078000000414,2439566,28,6,1995 +3,F,17.0,22409,-109.08120799999641,31.938896000000387,2439591,28,6,1995 +6,M,8.0,22410,-109.07883599999636,31.939078000000414,2439566,28,6,1995 +11,F,46.0,22411,-109.07930699999636,31.938056000000426,2439521,28,6,1995 +4,M,46.0,22412,-109.08040899999641,31.93889400000041,2439521,28,6,1995 +5,M,16.0,22413,-109.07960199999636,31.93897000000045,2439591,28,6,1995 +11,F,28.0,22414,-109.07930699999636,31.938056000000426,2439521,28,6,1995 +14,M,,22415,-109.08182699999641,31.937054000000447,2439521,28,6,1995 +11,F,31.0,22416,-109.07930699999636,31.938056000000426,2439521,28,6,1995 +8,F,48.0,22417,-109.08167999999641,31.937884000000402,2439521,28,6,1995 +13,F,22.0,22418,-109.08261299999641,31.937028000000442,2439591,28,6,1995 +3,F,40.0,22419,-109.08120799999641,31.938896000000387,2439521,28,6,1995 +9,M,25.0,22420,-109.08090299999638,31.93785900000039,2439521,28,6,1995 +13,,,22421,-109.08261299999641,31.937028000000442,5231474,28,6,1995 +9,M,47.0,22422,-109.08090299999638,31.93785900000039,2439521,28,6,1995 +13,F,32.0,22423,-109.08261299999641,31.937028000000442,2438516,28,6,1995 +15,,,22424,-109.08103599999642,31.937059000000463,2437568,28,6,1995 +16,F,15.0,22425,-109.08024399999636,31.93709400000041,2437874,28,6,1995 +11,F,38.0,22426,-109.07930699999636,31.938056000000426,2439521,28,6,1995 +8,M,50.0,22427,-109.08167999999641,31.937884000000402,2439521,28,6,1995 +14,M,51.0,22428,-109.08182699999641,31.937054000000447,2439521,28,6,1995 +3,F,24.0,22429,-109.08120799999641,31.938896000000387,2439591,28,6,1995 +4,F,40.0,22430,-109.08040899999641,31.93889400000041,2439521,28,6,1995 +6,F,35.0,22431,-109.07883599999636,31.939078000000414,2438517,28,6,1995 +9,F,42.0,22432,-109.08090299999638,31.93785900000039,2439521,28,6,1995 +11,M,47.0,22433,-109.07930699999636,31.938056000000426,2439521,28,6,1995 +10,,,22434,-109.08009099999636,31.938017000000425,,28,6,1995 +20,M,17.0,22435,-109.08019099999642,31.93633400000045,2439591,20,7,1995 +1,F,35.0,22436,-109.08282899999641,31.938851000000387,2439521,20,7,1995 +12,F,19.0,22437,-109.07851899999636,31.938203000000414,2439591,20,7,1995 +17,M,42.0,22438,-109.07941499999636,31.937117000000445,2439521,20,7,1995 +22,M,49.0,22439,-109.07860199999635,31.93644100000042,2439521,20,7,1995 +21,F,12.0,22440,-109.07939799999636,31.936448000000453,2439566,20,7,1995 +2,F,15.0,22441,-109.08197499999642,31.93888700000037,2439591,20,7,1995 +2,F,17.0,22442,-109.08197499999642,31.93888700000037,2439591,20,7,1995 +17,F,45.0,22443,-109.07941499999636,31.937117000000445,2439521,20,7,1995 +1,M,42.0,22444,-109.08282899999641,31.938851000000387,2439584,20,7,1995 +2,F,37.0,22445,-109.08197499999642,31.93888700000037,2439521,20,7,1995 +12,F,11.0,22446,-109.07851899999636,31.938203000000414,2439591,20,7,1995 +2,M,19.0,22447,-109.08197499999642,31.93888700000037,2439591,20,7,1995 +20,F,23.0,22448,-109.08019099999642,31.93633400000045,2437967,20,7,1995 +7,M,12.0,22449,-109.08281599999641,31.938113000000413,2437874,20,7,1995 +2,F,9.0,22450,-109.08197499999642,31.93888700000037,2439591,20,7,1995 +21,F,18.0,22451,-109.07939799999636,31.936448000000453,2439591,20,7,1995 +7,F,9.0,22452,-109.08281599999641,31.938113000000413,2437874,20,7,1995 +1,M,31.0,22453,-109.08282899999641,31.938851000000387,2439541,20,7,1995 +1,M,22.0,22454,-109.08282899999641,31.938851000000387,2439591,20,7,1995 +1,F,29.0,22455,-109.08282899999641,31.938851000000387,2439584,20,7,1995 +22,M,50.0,22456,-109.07860199999635,31.93644100000042,2439521,20,7,1995 +12,F,43.0,22457,-109.07851899999636,31.938203000000414,2439521,20,7,1995 +18,F,22.0,22458,-109.07863299999636,31.93712600000041,2439591,20,7,1995 +17,F,50.0,22459,-109.07941499999636,31.937117000000445,2439521,20,7,1995 +22,F,22.0,22460,-109.07860199999635,31.93644100000042,2439591,20,7,1995 +7,M,17.0,22461,-109.08281599999641,31.938113000000413,2439591,20,7,1995 +1,M,20.0,22462,-109.08282899999641,31.938851000000387,2439591,20,7,1995 +12,M,31.0,22463,-109.07851899999636,31.938203000000414,2439521,20,7,1995 +1,F,19.0,22464,-109.08282899999641,31.938851000000387,2439591,20,7,1995 +2,F,15.0,22465,-109.08197499999642,31.93888700000037,2439591,20,7,1995 +12,F,13.0,22466,-109.07851899999636,31.938203000000414,2439591,20,7,1995 +19,F,10.0,22467,-109.07791199999636,31.937438000000434,2439566,20,7,1995 +21,F,8.0,22468,-109.07939799999636,31.936448000000453,2439566,20,7,1995 +1,M,13.0,22469,-109.08282899999641,31.938851000000387,2439591,20,7,1995 +2,F,24.0,22470,-109.08197499999642,31.93888700000037,2439541,20,7,1995 +17,M,46.0,22471,-109.07941499999636,31.937117000000445,2439521,20,7,1995 +12,F,31.0,22472,-109.07851899999636,31.938203000000414,2439521,20,7,1995 +17,M,56.0,22473,-109.07941499999636,31.937117000000445,2439521,20,7,1995 +20,M,23.0,22474,-109.08019099999642,31.93633400000045,2439591,20,7,1995 +19,M,16.0,22475,-109.07791199999636,31.937438000000434,2439591,20,7,1995 +21,F,21.0,22476,-109.07939799999636,31.936448000000453,2439591,20,7,1995 +24,F,149.0,22477,-109.07773599999636,31.938560000000447,,20,7,1995 +23,,,22478,-109.07783799999636,31.93676300000042,,20,7,1995 +13,M,20.0,22479,-109.08261299999641,31.937028000000442,2439591,21,7,1995 +6,M,10.0,22480,-109.07883599999636,31.939078000000414,2439566,21,7,1995 +14,M,40.0,22481,-109.08182699999641,31.937054000000447,2439521,21,7,1995 +9,M,55.0,22482,-109.08090299999638,31.93785900000039,2439541,21,7,1995 +6,,,22483,-109.07883599999636,31.939078000000414,2437300,21,7,1995 +8,F,16.0,22484,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +4,F,9.0,22485,-109.08040899999641,31.93889400000041,2439566,21,7,1995 +8,M,55.0,22486,-109.08167999999641,31.937884000000402,2439541,21,7,1995 +14,M,52.0,22487,-109.08182699999641,31.937054000000447,2439521,21,7,1995 +9,F,56.0,22488,-109.08090299999638,31.93785900000039,2439541,21,7,1995 +8,P,13.0,22489,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +5,F,7.0,22490,-109.07960199999636,31.93897000000045,2439566,21,7,1995 +4,M,43.0,22491,-109.08040899999641,31.93889400000041,2439521,21,7,1995 +8,M,9.0,22492,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +8,F,28.0,22493,-109.08167999999641,31.937884000000402,2438516,21,7,1995 +14,F,47.0,22494,-109.08182699999641,31.937054000000447,2439521,21,7,1995 +11,F,20.0,22495,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +13,M,,22496,-109.08261299999641,31.937028000000442,2438517,21,7,1995 +14,M,48.0,22497,-109.08182699999641,31.937054000000447,2439521,21,7,1995 +5,F,27.0,22498,-109.07960199999636,31.93897000000045,2438517,21,7,1995 +9,M,48.0,22499,-109.08090299999638,31.93785900000039,2439521,21,7,1995 +11,M,21.0,22500,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +3,M,14.0,22501,-109.08120799999641,31.938896000000387,2439591,21,7,1995 +4,F,57.0,22502,-109.08040899999641,31.93889400000041,2439521,21,7,1995 +6,M,7.0,22503,-109.07883599999636,31.939078000000414,2439566,21,7,1995 +11,F,48.0,22504,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +8,M,17.0,22505,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +14,M,11.0,22506,-109.08182699999641,31.937054000000447,2439566,21,7,1995 +11,M,21.0,22507,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +8,M,,22508,-109.08167999999641,31.937884000000402,2439589,21,7,1995 +5,R,,22509,-109.07960199999636,31.93897000000045,2437568,21,7,1995 +8,M,8.0,22510,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +5,F,13.0,22511,-109.07960199999636,31.93897000000045,2437874,21,7,1995 +14,M,49.0,22512,-109.08182699999641,31.937054000000447,2439521,21,7,1995 +11,M,20.0,22513,-109.07930699999636,31.938056000000426,2439591,21,7,1995 +8,F,24.0,22514,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +14,M,50.0,22515,-109.08182699999641,31.937054000000447,2439521,21,7,1995 +13,M,18.0,22516,-109.08261299999641,31.937028000000442,2439591,21,7,1995 +11,M,56.0,22517,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +3,M,20.0,22518,-109.08120799999641,31.938896000000387,2439591,21,7,1995 +8,F,18.0,22519,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +13,F,18.0,22520,-109.08261299999641,31.937028000000442,2439591,21,7,1995 +14,F,56.0,22521,-109.08182699999641,31.937054000000447,2439521,21,7,1995 +3,F,17.0,22522,-109.08120799999641,31.938896000000387,2439591,21,7,1995 +4,F,34.0,22523,-109.08040899999641,31.93889400000041,2439521,21,7,1995 +3,F,12.0,22524,-109.08120799999641,31.938896000000387,2439591,21,7,1995 +3,F,20.0,22525,-109.08120799999641,31.938896000000387,2439591,21,7,1995 +11,M,50.0,22526,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +13,F,14.0,22527,-109.08261299999641,31.937028000000442,2439591,21,7,1995 +4,F,12.0,22528,-109.08040899999641,31.93889400000041,2439566,21,7,1995 +9,M,34.0,22529,-109.08090299999638,31.93785900000039,2439521,21,7,1995 +13,F,32.0,22530,-109.08261299999641,31.937028000000442,2438517,21,7,1995 +16,M,14.0,22531,-109.08024399999636,31.93709400000041,2437874,21,7,1995 +11,F,46.0,22532,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +11,M,53.0,22533,-109.07930699999636,31.938056000000426,2439521,21,7,1995 +9,F,45.0,22534,-109.08090299999638,31.93785900000039,2439521,21,7,1995 +3,M,13.0,22535,-109.08120799999641,31.938896000000387,2439591,21,7,1995 +8,M,18.0,22536,-109.08167999999641,31.937884000000402,2439591,21,7,1995 +13,M,19.0,22537,-109.08261299999641,31.937028000000442,2439591,21,7,1995 +10,F,10.0,22538,-109.08009099999636,31.938017000000425,2437874,21,7,1995 +15,,,22539,-109.08103599999642,31.937059000000463,,21,7,1995 +12,M,,22540,-109.07851899999636,31.938203000000414,2439591,26,8,1995 +12,M,57.0,22541,-109.07851899999636,31.938203000000414,2439521,26,8,1995 +17,F,17.0,22542,-109.07941499999636,31.937117000000445,2439591,26,8,1995 +2,F,18.0,22543,-109.08197499999642,31.93888700000037,2439591,26,8,1995 +12,F,19.0,22544,-109.07851899999636,31.938203000000414,2439591,26,8,1995 +12,F,21.0,22545,-109.07851899999636,31.938203000000414,2439591,26,8,1995 +17,M,46.0,22546,-109.07941499999636,31.937117000000445,2439521,26,8,1995 +2,F,14.0,22547,-109.08197499999642,31.93888700000037,2439591,26,8,1995 +19,M,8.0,22548,-109.07791199999636,31.937438000000434,2439566,26,8,1995 +18,F,10.0,22549,-109.07863299999636,31.93712600000041,2439566,26,8,1995 +7,M,11.0,22550,-109.08281599999641,31.938113000000413,2437874,26,8,1995 +2,F,26.0,22551,-109.08197499999642,31.93888700000037,2439521,26,8,1995 +12,M,20.0,22552,-109.07851899999636,31.938203000000414,2439591,26,8,1995 +19,F,19.0,22553,-109.07791199999636,31.937438000000434,2439591,26,8,1995 +21,F,18.0,22554,-109.07939799999636,31.936448000000453,2439591,26,8,1995 +1,F,42.0,22555,-109.08282899999641,31.938851000000387,2439521,26,8,1995 +20,F,29.0,22556,-109.08019099999642,31.93633400000045,2438516,26,8,1995 +1,,,22557,-109.08282899999641,31.938851000000387,2439591,26,8,1995 +2,M,19.0,22558,-109.08197499999642,31.93888700000037,2439591,26,8,1995 +24,M,13.0,22559,-109.07773599999636,31.938560000000447,2437874,26,8,1995 +17,F,60.0,22560,-109.07941499999636,31.937117000000445,2439521,26,8,1995 +2,F,41.0,22561,-109.08197499999642,31.93888700000037,2439521,26,8,1995 +12,M,39.0,22562,-109.07851899999636,31.938203000000414,2439521,26,8,1995 +1,F,15.0,22563,-109.08282899999641,31.938851000000387,2439591,26,8,1995 +1,M,45.0,22564,-109.08282899999641,31.938851000000387,2439541,26,8,1995 +19,F,17.0,22565,-109.07791199999636,31.937438000000434,2439591,26,8,1995 +18,M,10.0,22566,-109.07863299999636,31.93712600000041,2439566,26,8,1995 +2,F,19.0,22567,-109.08197499999642,31.93888700000037,2438516,26,8,1995 +20,M,,22568,-109.08019099999642,31.93633400000045,2439591,26,8,1995 +22,M,50.0,22569,-109.07860199999635,31.93644100000042,2439521,26,8,1995 +17,M,58.0,22570,-109.07941499999636,31.937117000000445,2439521,26,8,1995 +7,F,18.0,22571,-109.08281599999641,31.938113000000413,2439591,26,8,1995 +21,F,20.0,22572,-109.07939799999636,31.936448000000453,2439591,26,8,1995 +12,F,44.0,22573,-109.07851899999636,31.938203000000414,2439521,26,8,1995 +17,M,53.0,22574,-109.07941499999636,31.937117000000445,2439521,26,8,1995 +1,F,16.0,22575,-109.08282899999641,31.938851000000387,2439591,26,8,1995 +12,M,17.0,22576,-109.07851899999636,31.938203000000414,2439591,26,8,1995 +18,,,22577,-109.07863299999636,31.93712600000041,2439591,26,8,1995 +1,F,18.0,22578,-109.08282899999641,31.938851000000387,2439591,26,8,1995 +22,F,21.0,22579,-109.07860199999635,31.93644100000042,2439591,26,8,1995 +12,M,8.0,22580,-109.07851899999636,31.938203000000414,2439566,26,8,1995 +17,F,9.0,22581,-109.07941499999636,31.937117000000445,2439566,26,8,1995 +1,F,16.0,22582,-109.08282899999641,31.938851000000387,2439591,26,8,1995 +20,F,24.0,22583,-109.08019099999642,31.93633400000045,2439591,26,8,1995 +17,M,12.0,22584,-109.07941499999636,31.937117000000445,2439591,26,8,1995 +23,,,22585,-109.07783799999636,31.93676300000042,,26,8,1995 +3,F,17.0,22586,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +8,F,34.0,22587,-109.08167999999641,31.937884000000402,2438517,27,8,1995 +3,,,22588,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +14,M,45.0,22589,-109.08182699999641,31.937054000000447,2439521,27,8,1995 +5,,,22590,-109.07960199999636,31.93897000000045,2437568,27,8,1995 +13,M,19.0,22591,-109.08261299999641,31.937028000000442,2439591,27,8,1995 +14,M,34.0,22592,-109.08182699999641,31.937054000000447,2439521,27,8,1995 +3,F,19.0,22593,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +8,F,18.0,22594,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +10,F,14.0,22595,-109.08009099999636,31.938017000000425,2437874,27,8,1995 +8,M,12.0,22596,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +14,M,35.0,22597,-109.08182699999641,31.937054000000447,2438517,27,8,1995 +14,M,10.0,22598,-109.08182699999641,31.937054000000447,2439566,27,8,1995 +3,F,14.0,22599,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +6,M,7.0,22600,-109.07883599999636,31.939078000000414,2439566,27,8,1995 +8,,,22601,-109.08167999999641,31.937884000000402,2437568,27,8,1995 +8,F,18.0,22602,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +13,M,17.0,22603,-109.08261299999641,31.937028000000442,2439591,27,8,1995 +10,F,15.0,22604,-109.08009099999636,31.938017000000425,2437874,27,8,1995 +3,F,20.0,22605,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +9,F,41.0,22606,-109.08090299999638,31.93785900000039,2439521,27,8,1995 +14,F,45.0,22607,-109.08182699999641,31.937054000000447,2439521,27,8,1995 +6,F,8.0,22608,-109.07883599999636,31.939078000000414,2439566,27,8,1995 +14,M,52.0,22609,-109.08182699999641,31.937054000000447,2439521,27,8,1995 +15,,,22610,-109.08103599999642,31.937059000000463,2437568,27,8,1995 +4,M,46.0,22611,-109.08040899999641,31.93889400000041,2439521,27,8,1995 +6,M,7.0,22612,-109.07883599999636,31.939078000000414,2439566,27,8,1995 +4,F,18.0,22613,-109.08040899999641,31.93889400000041,2439591,27,8,1995 +6,M,19.0,22614,-109.07883599999636,31.939078000000414,2438516,27,8,1995 +11,M,19.0,22615,-109.07930699999636,31.938056000000426,2439591,27,8,1995 +8,M,20.0,22616,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +8,F,12.0,22617,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +3,M,16.0,22618,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +5,M,,22619,-109.07960199999636,31.93897000000045,2439591,27,8,1995 +9,M,41.0,22620,-109.08090299999638,31.93785900000039,2439521,27,8,1995 +14,F,56.0,22621,-109.08182699999641,31.937054000000447,2439521,27,8,1995 +16,M,12.0,22622,-109.08024399999636,31.93709400000041,2437874,27,8,1995 +3,F,18.0,22623,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +8,F,21.0,22624,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +9,M,47.0,22625,-109.08090299999638,31.93785900000039,2439521,27,8,1995 +6,M,25.0,22626,-109.07883599999636,31.939078000000414,2438516,27,8,1995 +14,M,48.0,22627,-109.08182699999641,31.937054000000447,2439521,27,8,1995 +3,M,18.0,22628,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +4,M,50.0,22629,-109.08040899999641,31.93889400000041,2439521,27,8,1995 +11,F,56.0,22630,-109.07930699999636,31.938056000000426,2439521,27,8,1995 +6,F,17.0,22631,-109.07883599999636,31.939078000000414,2439591,27,8,1995 +11,M,27.0,22632,-109.07930699999636,31.938056000000426,2438517,27,8,1995 +8,F,17.0,22633,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +3,F,11.0,22634,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +4,F,49.0,22635,-109.08040899999641,31.93889400000041,2439521,27,8,1995 +11,M,36.0,22636,-109.07930699999636,31.938056000000426,2439521,27,8,1995 +3,F,14.0,22637,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +9,M,54.0,22638,-109.08090299999638,31.93785900000039,2439521,27,8,1995 +8,F,19.0,22639,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +13,M,53.0,22640,-109.08261299999641,31.937028000000442,2439521,27,8,1995 +15,M,18.0,22641,-109.08103599999642,31.937059000000463,2439591,27,8,1995 +3,M,12.0,22642,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +4,F,15.0,22643,-109.08040899999641,31.93889400000041,2439591,27,8,1995 +3,F,19.0,22644,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +6,,,22645,-109.07883599999636,31.939078000000414,2437568,27,8,1995 +8,M,27.0,22646,-109.08167999999641,31.937884000000402,2438517,27,8,1995 +14,M,46.0,22647,-109.08182699999641,31.937054000000447,2439521,27,8,1995 +8,,,22648,-109.08167999999641,31.937884000000402,2437300,27,8,1995 +3,M,17.0,22649,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +9,F,27.0,22650,-109.08090299999638,31.93785900000039,2437981,27,8,1995 +8,M,13.0,22651,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +3,F,17.0,22652,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +5,F,18.0,22653,-109.07960199999636,31.93897000000045,2439591,27,8,1995 +4,F,27.0,22654,-109.08040899999641,31.93889400000041,2438516,27,8,1995 +6,F,19.0,22655,-109.07883599999636,31.939078000000414,2439591,27,8,1995 +8,M,43.0,22656,-109.08167999999641,31.937884000000402,2439521,27,8,1995 +8,F,48.0,22657,-109.08167999999641,31.937884000000402,2439521,27,8,1995 +13,M,19.0,22658,-109.08261299999641,31.937028000000442,2439591,27,8,1995 +3,F,17.0,22659,-109.08120799999641,31.938896000000387,2439591,27,8,1995 +6,F,23.0,22660,-109.07883599999636,31.939078000000414,2438516,27,8,1995 +11,M,47.0,22661,-109.07930699999636,31.938056000000426,2439521,27,8,1995 +8,M,18.0,22662,-109.08167999999641,31.937884000000402,2439591,27,8,1995 +1,F,42.0,22663,-109.08282899999641,31.938851000000387,2439521,23,9,1995 +2,F,11.0,22664,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +18,F,11.0,22665,-109.07863299999636,31.93712600000041,2439566,23,9,1995 +18,M,22.0,22666,-109.07863299999636,31.93712600000041,2438517,23,9,1995 +23,F,17.0,22667,-109.07783799999636,31.93676300000042,2437874,23,9,1995 +21,F,19.0,22668,-109.07939799999636,31.936448000000453,2437874,23,9,1995 +24,M,13.0,22669,-109.07773599999636,31.938560000000447,2437874,23,9,1995 +2,F,17.0,22670,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +22,,,22671,-109.07860199999635,31.93644100000042,2437300,23,9,1995 +20,F,17.0,22672,-109.08019099999642,31.93633400000045,2437874,23,9,1995 +2,F,13.0,22673,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +2,F,16.0,22674,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +21,F,15.0,22675,-109.07939799999636,31.936448000000453,2439591,23,9,1995 +19,F,15.0,22676,-109.07791199999636,31.937438000000434,2439591,23,9,1995 +17,F,7.0,22677,-109.07941499999636,31.937117000000445,2439566,23,9,1995 +12,M,17.0,22678,-109.07851899999636,31.938203000000414,2439591,23,9,1995 +1,F,35.0,22679,-109.08282899999641,31.938851000000387,2439584,23,9,1995 +22,F,9.0,22680,-109.07860199999635,31.93644100000042,2439566,23,9,1995 +19,F,15.0,22681,-109.07791199999636,31.937438000000434,2439591,23,9,1995 +18,M,10.0,22682,-109.07863299999636,31.93712600000041,2437874,23,9,1995 +2,F,16.0,22683,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +20,F,10.0,22684,-109.08019099999642,31.93633400000045,2439566,23,9,1995 +22,M,8.0,22685,-109.07860199999635,31.93644100000042,2439566,23,9,1995 +19,F,18.0,22686,-109.07791199999636,31.937438000000434,2439591,23,9,1995 +18,F,11.0,22687,-109.07863299999636,31.93712600000041,2439566,23,9,1995 +24,F,15.0,22688,-109.07773599999636,31.938560000000447,2437874,23,9,1995 +1,M,59.0,22689,-109.08282899999641,31.938851000000387,2439541,23,9,1995 +2,F,43.0,22690,-109.08197499999642,31.93888700000037,2439521,23,9,1995 +1,M,53.0,22691,-109.08282899999641,31.938851000000387,2439521,23,9,1995 +2,M,20.0,22692,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +2,F,14.0,22693,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +20,M,17.0,22694,-109.08019099999642,31.93633400000045,2439591,23,9,1995 +19,F,9.0,22695,-109.07791199999636,31.937438000000434,2439566,23,9,1995 +18,M,8.0,22696,-109.07863299999636,31.93712600000041,2439566,23,9,1995 +2,F,17.0,22697,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +17,M,50.0,22698,-109.07941499999636,31.937117000000445,2439521,23,9,1995 +12,,,22699,-109.07851899999636,31.938203000000414,2437568,23,9,1995 +20,M,14.0,22700,-109.08019099999642,31.93633400000045,2439591,23,9,1995 +19,F,18.0,22701,-109.07791199999636,31.937438000000434,2439591,23,9,1995 +7,F,13.0,22702,-109.08281599999641,31.938113000000413,2437874,23,9,1995 +1,M,47.0,22703,-109.08282899999641,31.938851000000387,2439541,23,9,1995 +22,M,53.0,22704,-109.07860199999635,31.93644100000042,2439521,23,9,1995 +19,,,22705,-109.07791199999636,31.937438000000434,2437568,23,9,1995 +1,F,14.0,22706,-109.08282899999641,31.938851000000387,2439591,23,9,1995 +18,M,9.0,22707,-109.07863299999636,31.93712600000041,2439566,23,9,1995 +20,F,8.0,22708,-109.08019099999642,31.93633400000045,2439566,23,9,1995 +22,F,42.0,22709,-109.07860199999635,31.93644100000042,2439521,23,9,1995 +17,F,28.0,22710,-109.07941499999636,31.937117000000445,2439521,23,9,1995 +20,,,22711,-109.08019099999642,31.93633400000045,2437568,23,9,1995 +1,F,30.0,22712,-109.08282899999641,31.938851000000387,2439581,23,9,1995 +19,M,17.0,22713,-109.07791199999636,31.937438000000434,2439591,23,9,1995 +12,F,46.0,22714,-109.07851899999636,31.938203000000414,2439521,23,9,1995 +21,F,16.0,22715,-109.07939799999636,31.936448000000453,2439591,23,9,1995 +22,F,9.0,22716,-109.07860199999635,31.93644100000042,2439566,23,9,1995 +18,M,11.0,22717,-109.07863299999636,31.93712600000041,2437874,23,9,1995 +12,M,43.0,22718,-109.07851899999636,31.938203000000414,2439521,23,9,1995 +17,M,53.0,22719,-109.07941499999636,31.937117000000445,2439521,23,9,1995 +2,M,27.0,22720,-109.08197499999642,31.93888700000037,2438516,23,9,1995 +12,M,39.0,22721,-109.07851899999636,31.938203000000414,2439521,23,9,1995 +20,F,23.0,22722,-109.08019099999642,31.93633400000045,2439591,23,9,1995 +19,M,18.0,22723,-109.07791199999636,31.937438000000434,2439591,23,9,1995 +17,F,31.0,22724,-109.07941499999636,31.937117000000445,2438516,23,9,1995 +21,F,19.0,22725,-109.07939799999636,31.936448000000453,2439591,23,9,1995 +19,F,18.0,22726,-109.07791199999636,31.937438000000434,2439591,23,9,1995 +18,F,11.0,22727,-109.07863299999636,31.93712600000041,2439566,23,9,1995 +2,F,16.0,22728,-109.08197499999642,31.93888700000037,2439591,23,9,1995 +2,F,165.0,22729,-109.08197499999642,31.93888700000037,,23,9,1995 +18,F,10.0,22730,-109.07863299999636,31.93712600000041,2439566,23,9,1995 +1,F,17.0,22731,-109.08282899999641,31.938851000000387,2439591,23,9,1995 +17,F,51.0,22732,-109.07941499999636,31.937117000000445,2439521,23,9,1995 +17,M,56.0,22733,-109.07941499999636,31.937117000000445,2439521,23,9,1995 +7,F,19.0,22734,-109.08281599999641,31.938113000000413,2439591,23,9,1995 +17,F,23.0,22735,-109.07941499999636,31.937117000000445,2439591,24,9,1995 +4,F,17.0,22736,-109.08040899999641,31.93889400000041,2439591,24,9,1995 +8,,,22737,-109.08167999999641,31.937884000000402,2437568,24,9,1995 +14,F,7.0,22738,-109.08182699999641,31.937054000000447,2439566,24,9,1995 +3,F,17.0,22739,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +4,F,10.0,22740,-109.08040899999641,31.93889400000041,2439566,24,9,1995 +8,F,61.0,22741,-109.08167999999641,31.937884000000402,2439541,24,9,1995 +13,F,17.0,22742,-109.08261299999641,31.937028000000442,2437981,24,9,1995 +15,F,7.0,22743,-109.08103599999642,31.937059000000463,2439566,24,9,1995 +3,F,17.0,22744,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +8,F,18.0,22745,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +14,F,49.0,22746,-109.08182699999641,31.937054000000447,2439521,24,9,1995 +3,M,15.0,22747,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +4,M,51.0,22748,-109.08040899999641,31.93889400000041,2439521,24,9,1995 +11,M,19.0,22749,-109.07930699999636,31.938056000000426,2439591,24,9,1995 +3,M,17.0,22750,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +8,F,17.0,22751,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +14,F,,22752,-109.08182699999641,31.937054000000447,2439566,24,9,1995 +3,M,9.0,22753,-109.08120799999641,31.938896000000387,2439566,24,9,1995 +8,F,15.0,22754,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +14,M,,22755,-109.08182699999641,31.937054000000447,2439521,24,9,1995 +3,M,26.0,22756,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +8,M,26.0,22757,-109.08167999999641,31.937884000000402,2438517,24,9,1995 +3,F,22.0,22758,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +4,F,15.0,22759,-109.08040899999641,31.93889400000041,2439591,24,9,1995 +9,F,51.0,22760,-109.08090299999638,31.93785900000039,2439521,24,9,1995 +3,M,,22761,-109.08120799999641,31.938896000000387,2437874,24,9,1995 +4,M,21.0,22762,-109.08040899999641,31.93889400000041,2439591,24,9,1995 +13,F,15.0,22763,-109.08261299999641,31.937028000000442,2439591,24,9,1995 +14,M,53.0,22764,-109.08182699999641,31.937054000000447,2439521,24,9,1995 +14,F,51.0,22765,-109.08182699999641,31.937054000000447,2439521,24,9,1995 +11,F,50.0,22766,-109.07930699999636,31.938056000000426,2439541,24,9,1995 +3,F,18.0,22767,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +13,M,15.0,22768,-109.08261299999641,31.937028000000442,2439591,24,9,1995 +15,M,26.0,22769,-109.08103599999642,31.937059000000463,2438516,24,9,1995 +6,M,10.0,22770,-109.07883599999636,31.939078000000414,2439566,24,9,1995 +8,F,15.0,22771,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +15,,,22772,-109.08103599999642,31.937059000000463,2437568,24,9,1995 +6,M,20.0,22773,-109.07883599999636,31.939078000000414,2439591,24,9,1995 +15,M,9.0,22774,-109.08103599999642,31.937059000000463,2439566,24,9,1995 +3,M,14.0,22775,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +11,F,44.0,22776,-109.07930699999636,31.938056000000426,2439521,24,9,1995 +10,,,22777,-109.08009099999636,31.938017000000425,2437874,24,9,1995 +13,M,17.0,22778,-109.08261299999641,31.937028000000442,2439591,24,9,1995 +3,M,15.0,22779,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +8,F,16.0,22780,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +14,M,51.0,22781,-109.08182699999641,31.937054000000447,2439521,24,9,1995 +9,M,55.0,22782,-109.08090299999638,31.93785900000039,2439521,24,9,1995 +14,M,8.0,22783,-109.08182699999641,31.937054000000447,2439566,24,9,1995 +10,M,16.0,22784,-109.08009099999636,31.938017000000425,2439591,24,9,1995 +14,M,7.0,22785,-109.08182699999641,31.937054000000447,2439566,24,9,1995 +13,F,35.0,22786,-109.08261299999641,31.937028000000442,2438516,24,9,1995 +3,F,17.0,22787,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +15,F,8.0,22788,-109.08103599999642,31.937059000000463,2439566,24,9,1995 +4,M,17.0,22789,-109.08040899999641,31.93889400000041,2439591,24,9,1995 +11,M,60.0,22790,-109.07930699999636,31.938056000000426,2439521,24,9,1995 +15,F,23.0,22791,-109.08103599999642,31.937059000000463,2438516,24,9,1995 +14,M,51.0,22792,-109.08182699999641,31.937054000000447,2439521,24,9,1995 +15,M,10.0,22793,-109.08103599999642,31.937059000000463,2439566,24,9,1995 +11,M,20.0,22794,-109.07930699999636,31.938056000000426,2438516,24,9,1995 +8,M,47.0,22795,-109.08167999999641,31.937884000000402,2439521,24,9,1995 +5,,16.0,22796,-109.07960199999636,31.93897000000045,2437874,24,9,1995 +3,F,18.0,22797,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +4,M,51.0,22798,-109.08040899999641,31.93889400000041,2439521,24,9,1995 +6,F,28.0,22799,-109.07883599999636,31.939078000000414,2438517,24,9,1995 +5,M,16.0,22800,-109.07960199999636,31.93897000000045,2439591,24,9,1995 +8,F,18.0,22801,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +13,M,53.0,22802,-109.08261299999641,31.937028000000442,2439521,24,9,1995 +4,F,9.0,22803,-109.08040899999641,31.93889400000041,2439566,24,9,1995 +14,F,10.0,22804,-109.08182699999641,31.937054000000447,2439566,24,9,1995 +3,F,15.0,22805,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +9,F,55.0,22806,-109.08090299999638,31.93785900000039,2439521,24,9,1995 +8,M,20.0,22807,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +3,F,16.0,22808,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +4,F,49.0,22809,-109.08040899999641,31.93889400000041,2439521,24,9,1995 +6,M,30.0,22810,-109.07883599999636,31.939078000000414,2438517,24,9,1995 +6,M,12.0,22811,-109.07883599999636,31.939078000000414,2439566,24,9,1995 +11,M,50.0,22812,-109.07930699999636,31.938056000000426,2439521,24,9,1995 +9,,,22813,-109.08090299999638,31.93785900000039,2437300,24,9,1995 +14,M,13.0,22814,-109.08182699999641,31.937054000000447,2439591,24,9,1995 +3,F,16.0,22815,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +4,,,22816,-109.08040899999641,31.93889400000041,2439521,24,9,1995 +15,M,15.0,22817,-109.08103599999642,31.937059000000463,2439591,24,9,1995 +10,,25.0,22818,-109.08009099999636,31.938017000000425,2438019,24,9,1995 +11,M,47.0,22819,-109.07930699999636,31.938056000000426,2439521,24,9,1995 +9,F,9.0,22820,-109.08090299999638,31.93785900000039,2439566,24,9,1995 +8,M,19.0,22821,-109.08167999999641,31.937884000000402,2439591,24,9,1995 +13,M,26.0,22822,-109.08261299999641,31.937028000000442,2438517,24,9,1995 +15,F,17.0,22823,-109.08103599999642,31.937059000000463,2439591,24,9,1995 +3,,14.0,22824,-109.08120799999641,31.938896000000387,2439591,24,9,1995 +13,F,15.0,22825,-109.08261299999641,31.937028000000442,2439591,24,9,1995 +4,F,16.0,22826,-109.08040899999641,31.93889400000041,2439591,24,9,1995 +6,M,24.0,22827,-109.07883599999636,31.939078000000414,2438516,24,9,1995 +15,F,15.0,22828,-109.08103599999642,31.937059000000463,2439591,24,9,1995 +10,,13.0,22829,-109.08009099999636,31.938017000000425,2437874,24,9,1995 +9,,,22830,-109.08090299999638,31.93785900000039,2439521,24,9,1995 +16,,,22831,-109.08024399999636,31.93709400000041,,24,9,1995 +2,F,14.0,22832,-109.08197499999642,31.93888700000037,2439591,28,10,1995 +18,M,9.0,22833,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +21,M,9.0,22834,-109.07939799999636,31.936448000000453,2439566,28,10,1995 +17,F,40.0,22835,-109.07941499999636,31.937117000000445,2439521,28,10,1995 +20,F,8.0,22836,-109.08019099999642,31.93633400000045,2439566,28,10,1995 +2,F,16.0,22837,-109.08197499999642,31.93888700000037,2439591,28,10,1995 +18,M,10.0,22838,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +17,M,10.0,22839,-109.07941499999636,31.937117000000445,2439566,28,10,1995 +24,F,26.0,22840,-109.07773599999636,31.938560000000447,2437981,28,10,1995 +19,M,17.0,22841,-109.07791199999636,31.937438000000434,2439591,28,10,1995 +24,M,17.0,22842,-109.07773599999636,31.938560000000447,2437981,28,10,1995 +2,F,50.0,22843,-109.08197499999642,31.93888700000037,2439521,28,10,1995 +12,F,44.0,22844,-109.07851899999636,31.938203000000414,2439521,28,10,1995 +19,M,15.0,22845,-109.07791199999636,31.937438000000434,2439591,28,10,1995 +12,F,16.0,22846,-109.07851899999636,31.938203000000414,2439591,28,10,1995 +1,F,52.0,22847,-109.08282899999641,31.938851000000387,2439521,28,10,1995 +12,M,138.0,22848,-109.07851899999636,31.938203000000414,,28,10,1995 +19,F,15.0,22849,-109.07791199999636,31.937438000000434,2439591,28,10,1995 +18,F,9.0,22850,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +1,M,16.0,22851,-109.08282899999641,31.938851000000387,2439591,28,10,1995 +2,F,14.0,22852,-109.08197499999642,31.93888700000037,2439591,28,10,1995 +19,F,18.0,22853,-109.07791199999636,31.937438000000434,2439591,28,10,1995 +2,F,44.0,22854,-109.08197499999642,31.93888700000037,2439521,28,10,1995 +12,F,22.0,22855,-109.07851899999636,31.938203000000414,2438516,28,10,1995 +19,F,9.0,22856,-109.07791199999636,31.937438000000434,2439566,28,10,1995 +20,F,7.0,22857,-109.08019099999642,31.93633400000045,2439566,28,10,1995 +22,M,17.0,22858,-109.07860199999635,31.93644100000042,2439591,28,10,1995 +18,M,8.0,22859,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +18,M,9.0,22860,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +18,M,10.0,22861,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +17,M,48.0,22862,-109.07941499999636,31.937117000000445,2439521,28,10,1995 +20,F,19.0,22863,-109.08019099999642,31.93633400000045,2439591,28,10,1995 +22,M,51.0,22864,-109.07860199999635,31.93644100000042,2439521,28,10,1995 +1,M,62.0,22865,-109.08282899999641,31.938851000000387,2439541,28,10,1995 +2,M,31.0,22866,-109.08197499999642,31.93888700000037,2439521,28,10,1995 +12,M,57.0,22867,-109.07851899999636,31.938203000000414,2439521,28,10,1995 +19,F,15.0,22868,-109.07791199999636,31.937438000000434,2439591,28,10,1995 +1,F,31.0,22869,-109.08282899999641,31.938851000000387,2439581,28,10,1995 +19,F,18.0,22870,-109.07791199999636,31.937438000000434,2439591,28,10,1995 +1,F,39.0,22871,-109.08282899999641,31.938851000000387,2439581,28,10,1995 +17,F,17.0,22872,-109.07941499999636,31.937117000000445,2439591,28,10,1995 +20,M,16.0,22873,-109.08019099999642,31.93633400000045,2439591,28,10,1995 +1,M,59.0,22874,-109.08282899999641,31.938851000000387,2439541,28,10,1995 +17,M,9.0,22875,-109.07941499999636,31.937117000000445,2439566,28,10,1995 +21,F,16.0,22876,-109.07939799999636,31.936448000000453,2439591,28,10,1995 +1,F,17.0,22877,-109.08282899999641,31.938851000000387,2439591,28,10,1995 +18,M,9.0,22878,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +2,F,13.0,22879,-109.08197499999642,31.93888700000037,2439591,28,10,1995 +24,M,10.0,22880,-109.07773599999636,31.938560000000447,2437874,28,10,1995 +2,M,44.0,22881,-109.08197499999642,31.93888700000037,2439521,28,10,1995 +12,M,51.0,22882,-109.07851899999636,31.938203000000414,2439521,28,10,1995 +1,F,14.0,22883,-109.08282899999641,31.938851000000387,2439591,28,10,1995 +12,F,55.0,22884,-109.07851899999636,31.938203000000414,2439521,28,10,1995 +17,F,11.0,22885,-109.07941499999636,31.937117000000445,2439566,28,10,1995 +20,,,22886,-109.08019099999642,31.93633400000045,2437568,28,10,1995 +2,F,13.0,22887,-109.08197499999642,31.93888700000037,2439591,28,10,1995 +21,F,8.0,22888,-109.07939799999636,31.936448000000453,2439566,28,10,1995 +21,F,14.0,22889,-109.07939799999636,31.936448000000453,2439591,28,10,1995 +17,F,9.0,22890,-109.07941499999636,31.937117000000445,2439566,28,10,1995 +22,M,8.0,22891,-109.07860199999635,31.93644100000042,2439566,28,10,1995 +1,F,21.0,22892,-109.08282899999641,31.938851000000387,2438516,28,10,1995 +24,M,15.0,22893,-109.07773599999636,31.938560000000447,2437874,28,10,1995 +23,,,22894,-109.07783799999636,31.93676300000042,2437568,28,10,1995 +17,M,52.0,22895,-109.07941499999636,31.937117000000445,2439521,28,10,1995 +1,F,19.0,22896,-109.08282899999641,31.938851000000387,2439591,28,10,1995 +2,M,31.0,22897,-109.08197499999642,31.93888700000037,2439521,28,10,1995 +17,F,26.0,22898,-109.07941499999636,31.937117000000445,2438516,28,10,1995 +17,F,62.0,22899,-109.07941499999636,31.937117000000445,2439521,28,10,1995 +2,F,171.0,22900,-109.08197499999642,31.93888700000037,,28,10,1995 +18,M,7.0,22901,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +20,M,8.0,22902,-109.08019099999642,31.93633400000045,2439566,28,10,1995 +22,M,23.0,22903,-109.07860199999635,31.93644100000042,2438516,28,10,1995 +21,M,8.0,22904,-109.07939799999636,31.936448000000453,2439566,28,10,1995 +12,M,43.0,22905,-109.07851899999636,31.938203000000414,2439521,28,10,1995 +17,M,10.0,22906,-109.07941499999636,31.937117000000445,2439566,28,10,1995 +21,F,14.0,22907,-109.07939799999636,31.936448000000453,2439591,28,10,1995 +18,F,8.0,22908,-109.07863299999636,31.93712600000041,2439566,28,10,1995 +17,M,9.0,22909,-109.07941499999636,31.937117000000445,2439566,28,10,1995 +1,F,17.0,22910,-109.08282899999641,31.938851000000387,2437981,28,10,1995 +2,F,17.0,22911,-109.08197499999642,31.93888700000037,2439591,28,10,1995 +17,M,11.0,22912,-109.07941499999636,31.937117000000445,2437874,28,10,1995 +21,F,9.0,22913,-109.07939799999636,31.936448000000453,2439566,28,10,1995 +3,F,25.0,22914,-109.08120799999641,31.938896000000387,2438516,29,10,1995 +8,F,17.0,22915,-109.08167999999641,31.937884000000402,2439591,29,10,1995 +3,M,26.0,22916,-109.08120799999641,31.938896000000387,2438516,29,10,1995 +11,M,16.0,22917,-109.07930699999636,31.938056000000426,2439591,29,10,1995 +9,F,39.0,22918,-109.08090299999638,31.93785900000039,2439521,29,10,1995 +14,M,10.0,22919,-109.08182699999641,31.937054000000447,2439566,29,10,1995 +14,F,45.0,22920,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +3,F,17.0,22921,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +6,M,8.0,22922,-109.07883599999636,31.939078000000414,2439566,29,10,1995 +9,M,44.0,22923,-109.08090299999638,31.93785900000039,2439521,29,10,1995 +4,F,9.0,22924,-109.08040899999641,31.93889400000041,2439566,29,10,1995 +13,M,29.0,22925,-109.08261299999641,31.937028000000442,2438517,29,10,1995 +13,M,33.0,22926,-109.08261299999641,31.937028000000442,2438517,29,10,1995 +3,M,16.0,22927,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +14,M,44.0,22928,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +15,F,19.0,22929,-109.08103599999642,31.937059000000463,2438516,29,10,1995 +10,F,11.0,22930,-109.08009099999636,31.938017000000425,2437874,29,10,1995 +6,F,27.0,22931,-109.07883599999636,31.939078000000414,2438516,29,10,1995 +5,F,51.0,22932,-109.07960199999636,31.93897000000045,2439521,29,10,1995 +4,M,47.0,22933,-109.08040899999641,31.93889400000041,2439521,29,10,1995 +5,M,14.0,22934,-109.07960199999636,31.93897000000045,2439591,29,10,1995 +4,M,18.0,22935,-109.08040899999641,31.93889400000041,2439591,29,10,1995 +8,F,13.0,22936,-109.08167999999641,31.937884000000402,2439591,29,10,1995 +14,M,49.0,22937,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +5,M,15.0,22938,-109.07960199999636,31.93897000000045,2439591,29,10,1995 +8,F,15.0,22939,-109.08167999999641,31.937884000000402,2439591,29,10,1995 +13,M,21.0,22940,-109.08261299999641,31.937028000000442,2438517,29,10,1995 +15,,,22941,-109.08103599999642,31.937059000000463,2437568,29,10,1995 +11,F,10.0,22942,-109.07930699999636,31.938056000000426,2439566,29,10,1995 +13,M,16.0,22943,-109.08261299999641,31.937028000000442,2439591,29,10,1995 +3,F,14.0,22944,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +11,M,50.0,22945,-109.07930699999636,31.938056000000426,2439521,29,10,1995 +14,M,48.0,22946,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +15,F,11.0,22947,-109.08103599999642,31.937059000000463,2439566,29,10,1995 +14,F,45.0,22948,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +6,F,29.0,22949,-109.07883599999636,31.939078000000414,2439581,29,10,1995 +15,M,7.0,22950,-109.08103599999642,31.937059000000463,2439566,29,10,1995 +8,F,16.0,22951,-109.08167999999641,31.937884000000402,2439591,29,10,1995 +4,M,48.0,22952,-109.08040899999641,31.93889400000041,2439521,29,10,1995 +6,F,16.0,22953,-109.07883599999636,31.939078000000414,2439591,29,10,1995 +11,M,10.0,22954,-109.07930699999636,31.938056000000426,2439566,29,10,1995 +9,F,50.0,22955,-109.08090299999638,31.93785900000039,2439521,29,10,1995 +14,M,50.0,22956,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +13,M,51.0,22957,-109.08261299999641,31.937028000000442,2439521,29,10,1995 +3,F,18.0,22958,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +13,M,8.0,22959,-109.08261299999641,31.937028000000442,2439566,29,10,1995 +3,F,15.0,22960,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +4,F,34.0,22961,-109.08040899999641,31.93889400000041,2439521,29,10,1995 +5,F,9.0,22962,-109.07960199999636,31.93897000000045,2439591,29,10,1995 +9,M,48.0,22963,-109.08090299999638,31.93785900000039,2439521,29,10,1995 +15,M,8.0,22964,-109.08103599999642,31.937059000000463,2439566,29,10,1995 +3,M,15.0,22965,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +3,F,16.0,22966,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +4,M,9.0,22967,-109.08040899999641,31.93889400000041,2439566,29,10,1995 +15,M,23.0,22968,-109.08103599999642,31.937059000000463,2438516,29,10,1995 +13,M,8.0,22969,-109.08261299999641,31.937028000000442,2439566,29,10,1995 +4,F,13.0,22970,-109.08040899999641,31.93889400000041,2439591,29,10,1995 +6,F,10.0,22971,-109.07883599999636,31.939078000000414,2439566,29,10,1995 +11,F,43.0,22972,-109.07930699999636,31.938056000000426,2439521,29,10,1995 +4,F,53.0,22973,-109.08040899999641,31.93889400000041,2439521,29,10,1995 +13,M,15.0,22974,-109.08261299999641,31.937028000000442,2439591,29,10,1995 +3,F,19.0,22975,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +9,M,44.0,22976,-109.08090299999638,31.93785900000039,2439521,29,10,1995 +14,M,50.0,22977,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +4,M,50.0,22978,-109.08040899999641,31.93889400000041,2439521,29,10,1995 +9,M,23.0,22979,-109.08090299999638,31.93785900000039,2437981,29,10,1995 +3,F,15.0,22980,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +4,F,14.0,22981,-109.08040899999641,31.93889400000041,2439591,29,10,1995 +11,M,44.0,22982,-109.07930699999636,31.938056000000426,2439521,29,10,1995 +9,F,8.0,22983,-109.08090299999638,31.93785900000039,2439566,29,10,1995 +8,F,14.0,22984,-109.08167999999641,31.937884000000402,2439591,29,10,1995 +14,M,47.0,22985,-109.08182699999641,31.937054000000447,2439521,29,10,1995 +6,F,18.0,22986,-109.07883599999636,31.939078000000414,2439591,29,10,1995 +8,M,46.0,22987,-109.08167999999641,31.937884000000402,2439521,29,10,1995 +3,M,15.0,22988,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +3,F,14.0,22989,-109.08120799999641,31.938896000000387,2439591,29,10,1995 +8,F,58.0,22990,-109.08167999999641,31.937884000000402,2439521,29,10,1995 +7,,,22991,-109.08281599999641,31.938113000000413,,29,10,1995 +16,,,22992,-109.08024399999636,31.93709400000041,,29,10,1995 +12,F,47.0,22993,-109.07851899999636,31.938203000000414,2439521,2,12,1995 +21,F,7.0,22994,-109.07939799999636,31.936448000000453,2439566,2,12,1995 +20,M,5.0,22995,-109.08019099999642,31.93633400000045,2439566,2,12,1995 +18,F,10.0,22996,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +17,M,12.0,22997,-109.07941499999636,31.937117000000445,2439566,2,12,1995 +2,M,50.0,22998,-109.08197499999642,31.93888700000037,2439521,2,12,1995 +12,M,152.0,22999,-109.07851899999636,31.938203000000414,,2,12,1995 +18,F,10.0,23000,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +19,F,19.0,23001,-109.07791199999636,31.937438000000434,2439591,2,12,1995 +20,F,10.0,23002,-109.08019099999642,31.93633400000045,2437874,2,12,1995 +2,M,40.0,23003,-109.08197499999642,31.93888700000037,2439521,2,12,1995 +2,F,43.0,23004,-109.08197499999642,31.93888700000037,2439521,2,12,1995 +18,M,9.0,23005,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +21,F,14.0,23006,-109.07939799999636,31.936448000000453,2439591,2,12,1995 +24,F,14.0,23007,-109.07773599999636,31.938560000000447,2437874,2,12,1995 +1,F,40.0,23008,-109.08282899999641,31.938851000000387,2439581,2,12,1995 +19,F,16.0,23009,-109.07791199999636,31.937438000000434,2439591,2,12,1995 +18,F,9.0,23010,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +22,M,8.0,23011,-109.07860199999635,31.93644100000042,2439566,2,12,1995 +20,F,8.0,23012,-109.08019099999642,31.93633400000045,2439566,2,12,1995 +1,F,49.0,23013,-109.08282899999641,31.938851000000387,2439521,2,12,1995 +12,F,43.0,23014,-109.07851899999636,31.938203000000414,2439521,2,12,1995 +18,M,8.0,23015,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +21,M,12.0,23016,-109.07939799999636,31.936448000000453,2437874,2,12,1995 +23,F,21.0,23017,-109.07783799999636,31.93676300000042,2437967,2,12,1995 +24,F,11.0,23018,-109.07773599999636,31.938560000000447,2437874,2,12,1995 +12,F,6.0,23019,-109.07851899999636,31.938203000000414,2439566,2,12,1995 +17,F,50.0,23020,-109.07941499999636,31.937117000000445,2439521,2,12,1995 +24,M,10.0,23021,-109.07773599999636,31.938560000000447,2437874,2,12,1995 +24,F,21.0,23022,-109.07773599999636,31.938560000000447,2437967,2,12,1995 +19,M,16.0,23023,-109.07791199999636,31.937438000000434,2439591,2,12,1995 +22,F,41.0,23024,-109.07860199999635,31.93644100000042,2439521,2,12,1995 +17,F,29.0,23025,-109.07941499999636,31.937117000000445,2439521,2,12,1995 +21,F,16.0,23026,-109.07939799999636,31.936448000000453,2439591,2,12,1995 +17,F,12.0,23027,-109.07941499999636,31.937117000000445,2439566,2,12,1995 +22,F,48.0,23028,-109.07860199999635,31.93644100000042,2439521,2,12,1995 +2,F,14.0,23029,-109.08197499999642,31.93888700000037,2439591,2,12,1995 +12,M,49.0,23030,-109.07851899999636,31.938203000000414,2439521,2,12,1995 +17,M,11.0,23031,-109.07941499999636,31.937117000000445,2439566,2,12,1995 +21,F,18.0,23032,-109.07939799999636,31.936448000000453,2439591,2,12,1995 +2,F,,23033,-109.08197499999642,31.93888700000037,,2,12,1995 +19,F,14.0,23034,-109.07791199999636,31.937438000000434,2439591,2,12,1995 +18,M,9.0,23035,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +21,F,8.0,23036,-109.07939799999636,31.936448000000453,2439566,2,12,1995 +18,F,10.0,23037,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +17,F,28.0,23038,-109.07941499999636,31.937117000000445,2438516,2,12,1995 +2,F,23.0,23039,-109.08197499999642,31.93888700000037,2438516,2,12,1995 +18,F,5.0,23040,-109.07863299999636,31.93712600000041,2439566,2,12,1995 +17,M,54.0,23041,-109.07941499999636,31.937117000000445,2439521,2,12,1995 +2,M,47.0,23042,-109.08197499999642,31.93888700000037,2439521,2,12,1995 +17,M,13.0,23043,-109.07941499999636,31.937117000000445,2437874,2,12,1995 +12,M,44.0,23044,-109.07851899999636,31.938203000000414,2439521,2,12,1995 +2,M,43.0,23045,-109.08197499999642,31.93888700000037,2439521,2,12,1995 +7,F,12.0,23046,-109.08281599999641,31.938113000000413,2437874,2,12,1995 +20,F,,23047,-109.08019099999642,31.93633400000045,2439566,2,12,1995 +12,M,22.0,23048,-109.07851899999636,31.938203000000414,2439521,2,12,1995 +12,F,43.0,23049,-109.07851899999636,31.938203000000414,2439521,2,12,1995 +17,M,9.0,23050,-109.07941499999636,31.937117000000445,2439566,2,12,1995 +9,M,37.0,23051,-109.08090299999638,31.93785900000039,2439541,3,12,1995 +3,M,55.0,23052,-109.08120799999641,31.938896000000387,2439541,3,12,1995 +11,F,23.0,23053,-109.07930699999636,31.938056000000426,2439591,3,12,1995 +14,M,9.0,23054,-109.08182699999641,31.937054000000447,2439566,3,12,1995 +3,F,16.0,23055,-109.08120799999641,31.938896000000387,2439591,3,12,1995 +9,F,30.0,23056,-109.08090299999638,31.93785900000039,2437981,3,12,1995 +8,M,59.0,23057,-109.08167999999641,31.937884000000402,2439541,3,12,1995 +15,M,7.0,23058,-109.08103599999642,31.937059000000463,2439566,3,12,1995 +8,F,52.0,23059,-109.08167999999641,31.937884000000402,2439541,3,12,1995 +13,M,15.0,23060,-109.08261299999641,31.937028000000442,2439591,3,12,1995 +15,M,8.0,23061,-109.08103599999642,31.937059000000463,2437874,3,12,1995 +4,M,53.0,23062,-109.08040899999641,31.93889400000041,2439521,3,12,1995 +13,M,7.0,23063,-109.08261299999641,31.937028000000442,2437874,3,12,1995 +15,M,9.0,23064,-109.08103599999642,31.937059000000463,2439566,3,12,1995 +13,M,18.0,23065,-109.08261299999641,31.937028000000442,2439591,3,12,1995 +14,M,51.0,23066,-109.08182699999641,31.937054000000447,2439521,3,12,1995 +15,F,8.0,23067,-109.08103599999642,31.937059000000463,2439566,3,12,1995 +4,M,51.0,23068,-109.08040899999641,31.93889400000041,2439521,3,12,1995 +9,F,50.0,23069,-109.08090299999638,31.93785900000039,2439521,3,12,1995 +13,F,17.0,23070,-109.08261299999641,31.937028000000442,2437874,3,12,1995 +14,F,49.0,23071,-109.08182699999641,31.937054000000447,2439521,3,12,1995 +11,F,7.0,23072,-109.07930699999636,31.938056000000426,2439566,3,12,1995 +5,F,51.0,23073,-109.07960199999636,31.93897000000045,2439521,3,12,1995 +13,M,12.0,23074,-109.08261299999641,31.937028000000442,2439591,3,12,1995 +5,M,25.0,23075,-109.07960199999636,31.93897000000045,2438516,3,12,1995 +3,M,10.0,23076,-109.08120799999641,31.938896000000387,2437874,3,12,1995 +11,M,52.0,23077,-109.07930699999636,31.938056000000426,2439521,3,12,1995 +8,M,9.0,23078,-109.08167999999641,31.937884000000402,2439566,3,12,1995 +15,M,47.0,23079,-109.08103599999642,31.937059000000463,2439521,3,12,1995 +11,M,50.0,23080,-109.07930699999636,31.938056000000426,2439521,3,12,1995 +8,F,26.0,23081,-109.08167999999641,31.937884000000402,2438517,3,12,1995 +3,F,14.0,23082,-109.08120799999641,31.938896000000387,2439591,3,12,1995 +14,M,53.0,23083,-109.08182699999641,31.937054000000447,2439521,3,12,1995 +3,M,15.0,23084,-109.08120799999641,31.938896000000387,2439591,3,12,1995 +11,F,34.0,23085,-109.07930699999636,31.938056000000426,2439521,3,12,1995 +8,M,46.0,23086,-109.08167999999641,31.937884000000402,2439521,3,12,1995 +14,M,54.0,23087,-109.08182699999641,31.937054000000447,2439521,3,12,1995 +3,F,24.0,23088,-109.08120799999641,31.938896000000387,2438517,3,12,1995 +9,M,46.0,23089,-109.08090299999638,31.93785900000039,2439541,3,12,1995 +13,M,7.0,23090,-109.08261299999641,31.937028000000442,2439566,3,12,1995 +8,F,50.0,23091,-109.08167999999641,31.937884000000402,2439541,3,12,1995 +3,F,17.0,23092,-109.08120799999641,31.938896000000387,2439591,3,12,1995 +14,F,49.0,23093,-109.08182699999641,31.937054000000447,2439521,3,12,1995 +15,,,23094,-109.08103599999642,31.937059000000463,2437568,3,12,1995 +5,F,25.0,23095,-109.07960199999636,31.93897000000045,2438516,3,12,1995 +15,,,23096,-109.08103599999642,31.937059000000463,2437568,3,12,1995 +5,M,20.0,23097,-109.07960199999636,31.93897000000045,2438516,3,12,1995 +4,M,40.0,23098,-109.08040899999641,31.93889400000041,2439521,3,12,1995 +11,M,50.0,23099,-109.07930699999636,31.938056000000426,2439521,3,12,1995 +16,F,48.0,23100,-109.08024399999636,31.93709400000041,2439521,3,12,1995 +9,M,52.0,23101,-109.08090299999638,31.93785900000039,2439521,3,12,1995 +13,M,9.0,23102,-109.08261299999641,31.937028000000442,2439566,3,12,1995 +14,M,51.0,23103,-109.08182699999641,31.937054000000447,2439521,3,12,1995 +16,F,14.0,23104,-109.08024399999636,31.93709400000041,2439591,3,12,1995 +9,M,53.0,23105,-109.08090299999638,31.93785900000039,2439521,3,12,1995 +11,M,31.0,23106,-109.07930699999636,31.938056000000426,2439521,3,12,1995 +11,F,50.0,23107,-109.07930699999636,31.938056000000426,2439521,3,12,1995 +14,M,49.0,23108,-109.08182699999641,31.937054000000447,2439521,3,12,1995 +5,F,11.0,23109,-109.07960199999636,31.93897000000045,2437874,3,12,1995 +4,F,63.0,23110,-109.08040899999641,31.93889400000041,2439521,3,12,1995 +6,M,15.0,23111,-109.07883599999636,31.939078000000414,2437874,3,12,1995 +14,,,23112,-109.08182699999641,31.937054000000447,2437568,3,12,1995 +4,F,53.0,23113,-109.08040899999641,31.93889400000041,2439521,3,12,1995 +13,,,23114,-109.08261299999641,31.937028000000442,2437568,3,12,1995 +10,,,23115,-109.08009099999636,31.938017000000425,,3,12,1995 +2,F,51.0,23116,-109.08197499999642,31.93888700000037,2439521,21,12,1995 +1,F,48.0,23117,-109.08282899999641,31.938851000000387,2439521,21,12,1995 +2,M,23.0,23118,-109.08197499999642,31.93888700000037,2439521,21,12,1995 +20,M,8.0,23119,-109.08019099999642,31.93633400000045,2439566,21,12,1995 +22,M,60.0,23120,-109.07860199999635,31.93644100000042,2439521,21,12,1995 +2,M,42.0,23121,-109.08197499999642,31.93888700000037,2439521,21,12,1995 +21,F,12.0,23122,-109.07939799999636,31.936448000000453,2437874,21,12,1995 +22,,,23123,-109.07860199999635,31.93644100000042,2437568,21,12,1995 +21,F,15.0,23124,-109.07939799999636,31.936448000000453,2439591,21,12,1995 +12,F,160.0,23125,-109.07851899999636,31.938203000000414,,21,12,1995 +1,F,39.0,23126,-109.08282899999641,31.938851000000387,2439581,21,12,1995 +18,M,9.0,23127,-109.07863299999636,31.93712600000041,2437874,21,12,1995 +12,F,42.0,23128,-109.07851899999636,31.938203000000414,2439521,21,12,1995 +17,F,57.0,23129,-109.07941499999636,31.937117000000445,2439521,21,12,1995 +12,F,56.0,23130,-109.07851899999636,31.938203000000414,2439521,21,12,1995 +17,M,11.0,23131,-109.07941499999636,31.937117000000445,2437874,21,12,1995 +22,F,45.0,23132,-109.07860199999635,31.93644100000042,2439521,21,12,1995 +1,F,30.0,23133,-109.08282899999641,31.938851000000387,2439581,21,12,1995 +7,F,,23134,-109.08281599999641,31.938113000000413,2437981,21,12,1995 +22,M,57.0,23135,-109.07860199999635,31.93644100000042,2439521,21,12,1995 +24,F,21.0,23136,-109.07773599999636,31.938560000000447,2438019,21,12,1995 +2,M,27.0,23137,-109.08197499999642,31.93888700000037,2439521,21,12,1995 +17,F,27.0,23138,-109.07941499999636,31.937117000000445,2438516,21,12,1995 +21,M,12.0,23139,-109.07939799999636,31.936448000000453,2437874,21,12,1995 +22,F,30.0,23140,-109.07860199999635,31.93644100000042,2439521,21,12,1995 +22,F,49.0,23141,-109.07860199999635,31.93644100000042,2439521,21,12,1995 +17,F,36.0,23142,-109.07941499999636,31.937117000000445,2439521,21,12,1995 +17,F,8.0,23143,-109.07941499999636,31.937117000000445,2439566,21,12,1995 +19,M,17.0,23144,-109.07791199999636,31.937438000000434,2439591,21,12,1995 +2,F,42.0,23145,-109.08197499999642,31.93888700000037,2439521,21,12,1995 +12,F,6.0,23146,-109.07851899999636,31.938203000000414,2439566,21,12,1995 +2,M,23.0,23147,-109.08197499999642,31.93888700000037,2437967,21,12,1995 +24,M,21.0,23148,-109.07773599999636,31.938560000000447,2438019,21,12,1995 +17,M,8.0,23149,-109.07941499999636,31.937117000000445,2439566,21,12,1995 +21,F,10.0,23150,-109.07939799999636,31.936448000000453,2439566,21,12,1995 +1,M,54.0,23151,-109.08282899999641,31.938851000000387,2439541,21,12,1995 +2,F,22.0,23152,-109.08197499999642,31.93888700000037,2438516,21,12,1995 +22,M,61.0,23153,-109.07860199999635,31.93644100000042,2439521,21,12,1995 +21,F,16.0,23154,-109.07939799999636,31.936448000000453,2439591,21,12,1995 +17,M,9.0,23155,-109.07941499999636,31.937117000000445,2439566,21,12,1995 +1,M,52.0,23156,-109.08282899999641,31.938851000000387,2439521,21,12,1995 +2,M,47.0,23157,-109.08197499999642,31.93888700000037,2439521,21,12,1995 +12,M,31.0,23158,-109.07851899999636,31.938203000000414,2439521,21,12,1995 +18,F,10.0,23159,-109.07863299999636,31.93712600000041,2439566,21,12,1995 +17,M,9.0,23160,-109.07941499999636,31.937117000000445,2439566,21,12,1995 +18,M,7.0,23161,-109.07863299999636,31.93712600000041,2439566,21,12,1995 +17,M,54.0,23162,-109.07941499999636,31.937117000000445,2439521,21,12,1995 +1,F,60.0,23163,-109.08282899999641,31.938851000000387,2439541,21,12,1995 +7,F,23.0,23164,-109.08281599999641,31.938113000000413,2438516,21,12,1995 +2,M,29.0,23165,-109.08197499999642,31.93888700000037,2438516,21,12,1995 +17,,,23166,-109.07941499999636,31.937117000000445,2437568,21,12,1995 +17,F,9.0,23167,-109.07941499999636,31.937117000000445,2439566,21,12,1995 +2,F,9.0,23168,-109.08197499999642,31.93888700000037,2437874,21,12,1995 +1,F,31.0,23169,-109.08282899999641,31.938851000000387,2438516,21,12,1995 +2,F,44.0,23170,-109.08197499999642,31.93888700000037,2439521,21,12,1995 +12,M,46.0,23171,-109.07851899999636,31.938203000000414,2439521,21,12,1995 +19,M,12.0,23172,-109.07791199999636,31.937438000000434,2437874,21,12,1995 +23,,,23173,-109.07783799999636,31.93676300000042,,21,12,1995 +3,,57.0,23174,-109.08120799999641,31.938896000000387,2439541,22,12,1995 +3,,,23175,-109.08120799999641,31.938896000000387,2439521,22,12,1995 +4,M,,23176,-109.08040899999641,31.93889400000041,2439521,22,12,1995 +11,F,27.0,23177,-109.07930699999636,31.938056000000426,2438516,22,12,1995 +9,F,51.0,23178,-109.08090299999638,31.93785900000039,2439521,22,12,1995 +15,M,11.0,23179,-109.08103599999642,31.937059000000463,2439566,22,12,1995 +14,F,49.0,23180,-109.08182699999641,31.937054000000447,2439521,22,12,1995 +11,M,22.0,23181,-109.07930699999636,31.938056000000426,2438516,22,12,1995 +4,M,20.0,23182,-109.08040899999641,31.93889400000041,2438516,22,12,1995 +9,M,47.0,23183,-109.08090299999638,31.93785900000039,2439541,22,12,1995 +4,F,52.0,23184,-109.08040899999641,31.93889400000041,2439521,22,12,1995 +15,,,23185,-109.08103599999642,31.937059000000463,,22,12,1995 +13,F,9.0,23186,-109.08261299999641,31.937028000000442,2439566,22,12,1995 +14,M,55.0,23187,-109.08182699999641,31.937054000000447,2439521,22,12,1995 +11,M,48.0,23188,-109.07930699999636,31.938056000000426,2439521,22,12,1995 +15,F,9.0,23189,-109.08103599999642,31.937059000000463,2439566,22,12,1995 +11,M,50.0,23190,-109.07930699999636,31.938056000000426,2439521,22,12,1995 +4,M,50.0,23191,-109.08040899999641,31.93889400000041,2439521,22,12,1995 +3,F,10.0,23192,-109.08120799999641,31.938896000000387,2437874,22,12,1995 +16,,,23193,-109.08024399999636,31.93709400000041,,22,12,1995 +9,F,,23194,-109.08090299999638,31.93785900000039,2439541,22,12,1995 +4,M,45.0,23195,-109.08040899999641,31.93889400000041,2439521,22,12,1995 +3,M,24.0,23196,-109.08120799999641,31.938896000000387,2437967,22,12,1995 +3,F,49.0,23197,-109.08120799999641,31.938896000000387,2439541,22,12,1995 +9,M,48.0,23198,-109.08090299999638,31.93785900000039,2439521,22,12,1995 +14,,,23199,-109.08182699999641,31.937054000000447,2437568,22,12,1995 +9,M,49.0,23200,-109.08090299999638,31.93785900000039,2439521,22,12,1995 +9,F,49.0,23201,-109.08090299999638,31.93785900000039,2439521,22,12,1995 +4,M,43.0,23202,-109.08040899999641,31.93889400000041,2439521,22,12,1995 +11,F,42.0,23203,-109.07930699999636,31.938056000000426,2439521,22,12,1995 +9,F,34.0,23204,-109.08090299999638,31.93785900000039,2439521,22,12,1995 +3,F,12.0,23205,-109.08120799999641,31.938896000000387,2439591,22,12,1995 +11,M,48.0,23206,-109.07930699999636,31.938056000000426,2439521,22,12,1995 +3,,14.0,23207,-109.08120799999641,31.938896000000387,2439591,22,12,1995 +11,M,21.0,23208,-109.07930699999636,31.938056000000426,2439521,22,12,1995 +14,F,27.0,23209,-109.08182699999641,31.937054000000447,2439521,22,12,1995 +4,F,14.0,23210,-109.08040899999641,31.93889400000041,2439591,22,12,1995 +9,M,39.0,23211,-109.08090299999638,31.93785900000039,2439541,22,12,1995 +6,F,,23212,-109.07883599999636,31.939078000000414,2439541,22,12,1995 +5,,,23213,-109.07960199999636,31.93897000000045,,22,12,1995 +8,,,23214,-109.08167999999641,31.937884000000402,,22,12,1995 +10,,,23215,-109.08009099999636,31.938017000000425,,22,12,1995 +21,F,7.0,23216,-109.07939799999636,31.936448000000453,2439566,27,1,1996 +1,M,27.0,23217,-109.08282899999641,31.938851000000387,2439521,27,1,1996 +17,M,25.0,23218,-109.07941499999636,31.937117000000445,2439521,27,1,1996 +17,M,25.0,23219,-109.07941499999636,31.937117000000445,2439521,27,1,1996 +24,F,21.0,23220,-109.07773599999636,31.938560000000447,2438019,27,1,1996 +2,F,47.0,23221,-109.08197499999642,31.93888700000037,2439521,27,1,1996 +18,F,9.0,23222,-109.07863299999636,31.93712600000041,2439566,27,1,1996 +1,M,27.0,23223,-109.08282899999641,31.938851000000387,2439521,27,1,1996 +2,M,66.0,23224,-109.08197499999642,31.93888700000037,2439541,27,1,1996 +17,F,49.0,23225,-109.07941499999636,31.937117000000445,2439521,27,1,1996 +2,M,54.0,23226,-109.08197499999642,31.93888700000037,2439521,27,1,1996 +1,F,38.0,23227,-109.08282899999641,31.938851000000387,2439581,27,1,1996 +12,F,51.0,23228,-109.07851899999636,31.938203000000414,2439521,27,1,1996 +21,F,16.0,23229,-109.07939799999636,31.936448000000453,2439591,27,1,1996 +18,F,9.0,23230,-109.07863299999636,31.93712600000041,2439566,27,1,1996 +17,M,51.0,23231,-109.07941499999636,31.937117000000445,2439521,27,1,1996 +22,F,43.0,23232,-109.07860199999635,31.93644100000042,2439521,27,1,1996 +1,F,,23233,-109.08282899999641,31.938851000000387,2439581,27,1,1996 +12,F,44.0,23234,-109.07851899999636,31.938203000000414,2439521,27,1,1996 +2,F,45.0,23235,-109.08197499999642,31.93888700000037,2439521,27,1,1996 +17,M,42.0,23236,-109.07941499999636,31.937117000000445,2439521,27,1,1996 +1,M,42.0,23237,-109.08282899999641,31.938851000000387,2439541,27,1,1996 +2,M,46.0,23238,-109.08197499999642,31.93888700000037,2439521,27,1,1996 +22,M,56.0,23239,-109.07860199999635,31.93644100000042,2439521,27,1,1996 +2,M,46.0,23240,-109.08197499999642,31.93888700000037,2439581,27,1,1996 +20,M,6.0,23241,-109.08019099999642,31.93633400000045,2439566,27,1,1996 +24,F,23.0,23242,-109.07773599999636,31.938560000000447,2437981,27,1,1996 +2,M,54.0,23243,-109.08197499999642,31.93888700000037,2439541,27,1,1996 +2,M,49.0,23244,-109.08197499999642,31.93888700000037,2439521,27,1,1996 +24,M,10.0,23245,-109.07773599999636,31.938560000000447,2437874,27,1,1996 +12,M,56.0,23246,-109.07851899999636,31.938203000000414,2439521,27,1,1996 +21,F,31.0,23247,-109.07939799999636,31.936448000000453,2437967,27,1,1996 +1,M,54.0,23248,-109.08282899999641,31.938851000000387,2439541,27,1,1996 +19,M,16.0,23249,-109.07791199999636,31.937438000000434,2439591,27,1,1996 +1,M,48.0,23250,-109.08282899999641,31.938851000000387,2439541,27,1,1996 +21,M,6.0,23251,-109.07939799999636,31.936448000000453,2439566,27,1,1996 +17,M,10.0,23252,-109.07941499999636,31.937117000000445,2439566,27,1,1996 +12,F,40.0,23253,-109.07851899999636,31.938203000000414,2439521,27,1,1996 +17,M,58.0,23254,-109.07941499999636,31.937117000000445,2439521,27,1,1996 +23,F,24.0,23255,-109.07783799999636,31.93676300000042,2438019,27,1,1996 +1,F,53.0,23256,-109.08282899999641,31.938851000000387,2439541,27,1,1996 +7,M,17.0,23257,-109.08281599999641,31.938113000000413,2437874,27,1,1996 +2,M,50.0,23258,-109.08197499999642,31.93888700000037,2439521,27,1,1996 +2,M,25.0,23259,-109.08197499999642,31.93888700000037,2437981,27,1,1996 +12,M,47.0,23260,-109.07851899999636,31.938203000000414,2439521,27,1,1996 +2,F,25.0,23261,-109.08197499999642,31.93888700000037,2437981,27,1,1996 +20,M,9.0,23262,-109.08019099999642,31.93633400000045,2439566,27,1,1996 +1,M,25.0,23263,-109.08282899999641,31.938851000000387,2438516,27,1,1996 +22,M,44.0,23264,-109.07860199999635,31.93644100000042,2439521,27,1,1996 +17,M,55.0,23265,-109.07941499999636,31.937117000000445,2439521,27,1,1996 +3,M,64.0,23266,-109.08120799999641,31.938896000000387,2439541,28,1,1996 +4,M,9.0,23267,-109.08040899999641,31.93889400000041,2439566,28,1,1996 +3,M,19.0,23268,-109.08120799999641,31.938896000000387,2437981,28,1,1996 +11,F,52.0,23269,-109.07930699999636,31.938056000000426,2439541,28,1,1996 +13,M,17.0,23270,-109.08261299999641,31.937028000000442,2439591,28,1,1996 +15,F,37.0,23271,-109.08103599999642,31.937059000000463,2439521,28,1,1996 +13,F,7.0,23272,-109.08261299999641,31.937028000000442,2439566,28,1,1996 +14,M,53.0,23273,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +3,F,52.0,23274,-109.08120799999641,31.938896000000387,2439541,28,1,1996 +13,,,23275,-109.08261299999641,31.937028000000442,2437568,28,1,1996 +5,,,23276,-109.07960199999636,31.93897000000045,2437568,28,1,1996 +4,M,9.0,23277,-109.08040899999641,31.93889400000041,2439566,28,1,1996 +11,M,54.0,23278,-109.07930699999636,31.938056000000426,2439521,28,1,1996 +8,M,60.0,23279,-109.08167999999641,31.937884000000402,2439541,28,1,1996 +13,F,11.0,23280,-109.08261299999641,31.937028000000442,2439566,28,1,1996 +15,F,9.0,23281,-109.08103599999642,31.937059000000463,2439566,28,1,1996 +4,M,55.0,23282,-109.08040899999641,31.93889400000041,2439521,28,1,1996 +14,F,50.0,23283,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +3,M,5.0,23284,-109.08120799999641,31.938896000000387,2439566,28,1,1996 +9,F,8.0,23285,-109.08090299999638,31.93785900000039,2439566,28,1,1996 +13,F,9.0,23286,-109.08261299999641,31.937028000000442,2439566,28,1,1996 +4,F,9.0,23287,-109.08040899999641,31.93889400000041,2439566,28,1,1996 +3,F,18.0,23288,-109.08120799999641,31.938896000000387,2439591,28,1,1996 +15,M,10.0,23289,-109.08103599999642,31.937059000000463,2437874,28,1,1996 +15,M,11.0,23290,-109.08103599999642,31.937059000000463,2439566,28,1,1996 +5,M,9.0,23291,-109.07960199999636,31.93897000000045,2439566,28,1,1996 +3,M,9.0,23292,-109.08120799999641,31.938896000000387,2439566,28,1,1996 +8,M,44.0,23293,-109.08167999999641,31.937884000000402,2439541,28,1,1996 +5,F,50.0,23294,-109.07960199999636,31.93897000000045,2439541,28,1,1996 +3,F,9.0,23295,-109.08120799999641,31.938896000000387,2439566,28,1,1996 +4,M,46.0,23296,-109.08040899999641,31.93889400000041,2439521,28,1,1996 +5,M,36.0,23297,-109.07960199999636,31.93897000000045,2439521,28,1,1996 +4,,,23298,-109.08040899999641,31.93889400000041,2437568,28,1,1996 +6,M,44.0,23299,-109.07883599999636,31.939078000000414,2439541,28,1,1996 +14,M,46.0,23300,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +4,F,52.0,23301,-109.08040899999641,31.93889400000041,2439521,28,1,1996 +8,M,37.0,23302,-109.08167999999641,31.937884000000402,2439521,28,1,1996 +4,M,54.0,23303,-109.08040899999641,31.93889400000041,2439521,28,1,1996 +4,M,36.0,23304,-109.08040899999641,31.93889400000041,2439521,28,1,1996 +11,M,12.0,23305,-109.07930699999636,31.938056000000426,2437874,28,1,1996 +14,F,54.0,23306,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +5,F,62.0,23307,-109.07960199999636,31.93897000000045,2439521,28,1,1996 +13,M,60.0,23308,-109.08261299999641,31.937028000000442,2439521,28,1,1996 +14,M,54.0,23309,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +9,F,29.0,23310,-109.08090299999638,31.93785900000039,2439521,28,1,1996 +4,F,62.0,23311,-109.08040899999641,31.93889400000041,2439521,28,1,1996 +14,M,52.0,23312,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +5,F,44.0,23313,-109.07960199999636,31.93897000000045,2439541,28,1,1996 +8,M,30.0,23314,-109.08167999999641,31.937884000000402,2438517,28,1,1996 +8,M,55.0,23315,-109.08167999999641,31.937884000000402,2439541,28,1,1996 +9,M,48.0,23316,-109.08090299999638,31.93785900000039,2439541,28,1,1996 +8,F,51.0,23317,-109.08167999999641,31.937884000000402,2439541,28,1,1996 +6,M,7.0,23318,-109.07883599999636,31.939078000000414,2439566,28,1,1996 +9,M,30.0,23319,-109.08090299999638,31.93785900000039,2439521,28,1,1996 +9,M,45.0,23320,-109.08090299999638,31.93785900000039,2439521,28,1,1996 +9,M,52.0,23321,-109.08090299999638,31.93785900000039,2439521,28,1,1996 +8,M,53.0,23322,-109.08167999999641,31.937884000000402,2439521,28,1,1996 +14,M,48.0,23323,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +16,M,45.0,23324,-109.08024399999636,31.93709400000041,2439521,28,1,1996 +9,F,44.0,23325,-109.08090299999638,31.93785900000039,2439521,28,1,1996 +13,M,53.0,23326,-109.08261299999641,31.937028000000442,2439521,28,1,1996 +5,M,15.0,23327,-109.07960199999636,31.93897000000045,2439591,28,1,1996 +11,F,36.0,23328,-109.07930699999636,31.938056000000426,2439521,28,1,1996 +9,M,56.0,23329,-109.08090299999638,31.93785900000039,2439521,28,1,1996 +14,M,53.0,23330,-109.08182699999641,31.937054000000447,2439521,28,1,1996 +6,F,7.0,23331,-109.07883599999636,31.939078000000414,2439566,28,1,1996 +8,F,51.0,23332,-109.08167999999641,31.937884000000402,2439521,28,1,1996 +5,F,34.0,23333,-109.07960199999636,31.93897000000045,2439541,28,1,1996 +3,F,49.0,23334,-109.08120799999641,31.938896000000387,2439541,28,1,1996 +9,M,7.0,23335,-109.08090299999638,31.93785900000039,2439566,28,1,1996 +8,M,47.0,23336,-109.08167999999641,31.937884000000402,2439541,28,1,1996 +14,F,11.0,23337,-109.08182699999641,31.937054000000447,2439566,28,1,1996 +15,M,51.0,23338,-109.08103599999642,31.937059000000463,2439521,28,1,1996 +9,M,43.0,23339,-109.08090299999638,31.93785900000039,2439521,28,1,1996 +15,F,43.0,23340,-109.08103599999642,31.937059000000463,2439521,28,1,1996 +10,F,20.0,23341,-109.08009099999636,31.938017000000425,2438019,28,1,1996 +2,F,55.0,23342,-109.08197499999642,31.93888700000037,2439521,24,2,1996 +12,F,45.0,23343,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +21,M,10.0,23344,-109.07939799999636,31.936448000000453,2439566,24,2,1996 +20,M,22.0,23345,-109.08019099999642,31.93633400000045,2437981,24,2,1996 +2,M,45.0,23346,-109.08197499999642,31.93888700000037,2439521,24,2,1996 +22,F,49.0,23347,-109.07860199999635,31.93644100000042,2439521,24,2,1996 +21,M,12.0,23348,-109.07939799999636,31.936448000000453,2437874,24,2,1996 +17,F,34.0,23349,-109.07941499999636,31.937117000000445,2439521,24,2,1996 +12,M,48.0,23350,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +1,M,21.0,23351,-109.08282899999641,31.938851000000387,2439591,24,2,1996 +12,F,44.0,23352,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +18,M,9.0,23353,-109.07863299999636,31.93712600000041,2439566,24,2,1996 +2,F,17.0,23354,-109.08197499999642,31.93888700000037,2439591,24,2,1996 +12,M,58.0,23355,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +20,F,11.0,23356,-109.08019099999642,31.93633400000045,2437874,24,2,1996 +17,,,23357,-109.07941499999636,31.937117000000445,2437568,24,2,1996 +2,F,44.0,23358,-109.08197499999642,31.93888700000037,2439521,24,2,1996 +1,M,37.0,23359,-109.08282899999641,31.938851000000387,2439521,24,2,1996 +21,F,16.0,23360,-109.07939799999636,31.936448000000453,2439591,24,2,1996 +17,F,33.0,23361,-109.07941499999636,31.937117000000445,2439521,24,2,1996 +12,M,54.0,23362,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +12,F,49.0,23363,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +12,M,51.0,23364,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +1,M,47.0,23365,-109.08282899999641,31.938851000000387,2439541,24,2,1996 +2,F,49.0,23366,-109.08197499999642,31.93888700000037,2439521,24,2,1996 +7,M,11.0,23367,-109.08281599999641,31.938113000000413,2437874,24,2,1996 +1,F,42.0,23368,-109.08282899999641,31.938851000000387,2439581,24,2,1996 +2,M,55.0,23369,-109.08197499999642,31.93888700000037,2439521,24,2,1996 +20,M,,23370,-109.08019099999642,31.93633400000045,2439566,24,2,1996 +20,F,9.0,23371,-109.08019099999642,31.93633400000045,2439566,24,2,1996 +2,M,16.0,23372,-109.08197499999642,31.93888700000037,2437967,24,2,1996 +24,M,14.0,23373,-109.07773599999636,31.938560000000447,2437874,24,2,1996 +1,F,31.0,23374,-109.08282899999641,31.938851000000387,2439581,24,2,1996 +21,M,8.0,23375,-109.07939799999636,31.936448000000453,2439566,24,2,1996 +17,M,45.0,23376,-109.07941499999636,31.937117000000445,2439521,24,2,1996 +12,M,46.0,23377,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +18,M,11.0,23378,-109.07863299999636,31.93712600000041,2437874,24,2,1996 +20,M,9.0,23379,-109.08019099999642,31.93633400000045,2439566,24,2,1996 +2,F,17.0,23380,-109.08197499999642,31.93888700000037,2437981,24,2,1996 +12,F,7.0,23381,-109.07851899999636,31.938203000000414,2439566,24,2,1996 +2,M,12.0,23382,-109.08197499999642,31.93888700000037,2437874,24,2,1996 +12,F,40.0,23383,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +12,M,28.0,23384,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +22,F,34.0,23385,-109.07860199999635,31.93644100000042,2439521,24,2,1996 +1,F,59.0,23386,-109.08282899999641,31.938851000000387,2439541,24,2,1996 +17,M,52.0,23387,-109.07941499999636,31.937117000000445,2439521,24,2,1996 +24,M,21.0,23388,-109.07773599999636,31.938560000000447,2437967,24,2,1996 +2,M,49.0,23389,-109.08197499999642,31.93888700000037,2439541,24,2,1996 +12,M,51.0,23390,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +17,F,54.0,23391,-109.07941499999636,31.937117000000445,2439521,24,2,1996 +1,M,47.0,23392,-109.08282899999641,31.938851000000387,2439541,24,2,1996 +19,M,20.0,23393,-109.07791199999636,31.937438000000434,2439591,24,2,1996 +2,M,24.0,23394,-109.08197499999642,31.93888700000037,2437981,24,2,1996 +7,F,24.0,23395,-109.08281599999641,31.938113000000413,2437967,24,2,1996 +1,F,23.0,23396,-109.08282899999641,31.938851000000387,2438516,24,2,1996 +2,F,24.0,23397,-109.08197499999642,31.93888700000037,2437981,24,2,1996 +21,F,9.0,23398,-109.07939799999636,31.936448000000453,2439566,24,2,1996 +1,M,26.0,23399,-109.08282899999641,31.938851000000387,2438516,24,2,1996 +2,F,19.0,23400,-109.08197499999642,31.93888700000037,2437981,24,2,1996 +12,F,46.0,23401,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +17,M,54.0,23402,-109.07941499999636,31.937117000000445,2439521,24,2,1996 +20,F,9.0,23403,-109.08019099999642,31.93633400000045,2439566,24,2,1996 +2,M,47.0,23404,-109.08197499999642,31.93888700000037,2439521,24,2,1996 +23,F,22.0,23405,-109.07783799999636,31.93676300000042,2437967,24,2,1996 +12,M,53.0,23406,-109.07851899999636,31.938203000000414,2439521,24,2,1996 +17,M,9.0,23407,-109.07941499999636,31.937117000000445,2439566,24,2,1996 +2,F,13.0,23408,-109.08197499999642,31.93888700000037,2437874,24,2,1996 +22,M,53.0,23409,-109.07860199999635,31.93644100000042,2439521,24,2,1996 +19,M,20.0,23410,-109.07791199999636,31.937438000000434,2439591,24,2,1996 +3,F,18.0,23411,-109.08120799999641,31.938896000000387,2439591,25,2,1996 +9,,,23412,-109.08090299999638,31.93785900000039,,25,2,1996 +3,F,18.0,23413,-109.08120799999641,31.938896000000387,2437981,25,2,1996 +9,M,26.0,23414,-109.08090299999638,31.93785900000039,2438517,25,2,1996 +8,M,,23415,-109.08167999999641,31.937884000000402,2439541,25,2,1996 +11,F,54.0,23416,-109.07930699999636,31.938056000000426,2439541,25,2,1996 +4,F,10.0,23417,-109.08040899999641,31.93889400000041,2439566,25,2,1996 +9,F,47.0,23418,-109.08090299999638,31.93785900000039,2439541,25,2,1996 +11,M,21.0,23419,-109.07930699999636,31.938056000000426,2437967,25,2,1996 +3,M,21.0,23420,-109.08120799999641,31.938896000000387,2437981,25,2,1996 +11,M,24.0,23421,-109.07930699999636,31.938056000000426,2439591,25,2,1996 +8,F,8.0,23422,-109.08167999999641,31.937884000000402,2439566,25,2,1996 +8,M,50.0,23423,-109.08167999999641,31.937884000000402,2439541,25,2,1996 +14,M,10.0,23424,-109.08182699999641,31.937054000000447,2439566,25,2,1996 +4,M,51.0,23425,-109.08040899999641,31.93889400000041,2439521,25,2,1996 +13,M,23.0,23426,-109.08261299999641,31.937028000000442,2437967,25,2,1996 +3,M,62.0,23427,-109.08120799999641,31.938896000000387,2439541,25,2,1996 +4,F,49.0,23428,-109.08040899999641,31.93889400000041,2439521,25,2,1996 +3,F,40.0,23429,-109.08120799999641,31.938896000000387,2439541,25,2,1996 +4,M,9.0,23430,-109.08040899999641,31.93889400000041,2439566,25,2,1996 +11,M,53.0,23431,-109.07930699999636,31.938056000000426,2439521,25,2,1996 +6,M,28.0,23432,-109.07883599999636,31.939078000000414,2438517,25,2,1996 +8,F,40.0,23433,-109.08167999999641,31.937884000000402,2439541,25,2,1996 +3,F,26.0,23434,-109.08120799999641,31.938896000000387,2438517,25,2,1996 +13,F,23.0,23435,-109.08261299999641,31.937028000000442,2438516,25,2,1996 +13,,,23436,-109.08261299999641,31.937028000000442,,25,2,1996 +5,F,7.0,23437,-109.07960199999636,31.93897000000045,2439566,25,2,1996 +14,M,28.0,23438,-109.08182699999641,31.937054000000447,2439521,25,2,1996 +3,F,51.0,23439,-109.08120799999641,31.938896000000387,2439541,25,2,1996 +6,F,8.0,23440,-109.07883599999636,31.939078000000414,2439566,25,2,1996 +8,M,51.0,23441,-109.08167999999641,31.937884000000402,2439541,25,2,1996 +14,M,51.0,23442,-109.08182699999641,31.937054000000447,2439521,25,2,1996 +3,M,16.0,23443,-109.08120799999641,31.938896000000387,2439591,25,2,1996 +4,M,42.0,23444,-109.08040899999641,31.93889400000041,2439521,25,2,1996 +9,M,50.0,23445,-109.08090299999638,31.93785900000039,2439521,25,2,1996 +13,M,20.0,23446,-109.08261299999641,31.937028000000442,2439591,25,2,1996 +13,F,11.0,23447,-109.08261299999641,31.937028000000442,2439566,25,2,1996 +9,M,35.0,23448,-109.08090299999638,31.93785900000039,2439521,25,2,1996 +15,M,11.0,23449,-109.08103599999642,31.937059000000463,2439566,25,2,1996 +4,M,48.0,23450,-109.08040899999641,31.93889400000041,2439521,25,2,1996 +11,F,9.0,23451,-109.07930699999636,31.938056000000426,2439566,25,2,1996 +16,F,37.0,23452,-109.08024399999636,31.93709400000041,2439521,25,2,1996 +8,F,58.0,23453,-109.08167999999641,31.937884000000402,2439541,25,2,1996 +16,F,43.0,23454,-109.08024399999636,31.93709400000041,2439521,25,2,1996 +4,F,47.0,23455,-109.08040899999641,31.93889400000041,2439521,25,2,1996 +14,M,52.0,23456,-109.08182699999641,31.937054000000447,2439521,25,2,1996 +9,M,46.0,23457,-109.08090299999638,31.93785900000039,2439521,25,2,1996 +14,F,48.0,23458,-109.08182699999641,31.937054000000447,2439521,25,2,1996 +15,M,10.0,23459,-109.08103599999642,31.937059000000463,2437874,25,2,1996 +11,F,10.0,23460,-109.07930699999636,31.938056000000426,2439566,25,2,1996 +13,M,8.0,23461,-109.08261299999641,31.937028000000442,2439566,25,2,1996 +8,M,51.0,23462,-109.08167999999641,31.937884000000402,2439521,25,2,1996 +13,F,8.0,23463,-109.08261299999641,31.937028000000442,2439566,25,2,1996 +5,F,9.0,23464,-109.07960199999636,31.93897000000045,2439566,25,2,1996 +16,M,32.0,23465,-109.08024399999636,31.93709400000041,2439521,25,2,1996 +6,M,10.0,23466,-109.07883599999636,31.939078000000414,2439566,25,2,1996 +9,M,36.0,23467,-109.08090299999638,31.93785900000039,2439521,25,2,1996 +6,M,10.0,23468,-109.07883599999636,31.939078000000414,2439566,25,2,1996 +9,M,50.0,23469,-109.08090299999638,31.93785900000039,2439521,25,2,1996 +13,M,10.0,23470,-109.08261299999641,31.937028000000442,2439566,25,2,1996 +15,F,9.0,23471,-109.08103599999642,31.937059000000463,2439566,25,2,1996 +3,F,50.0,23472,-109.08120799999641,31.938896000000387,2439541,25,2,1996 +14,M,48.0,23473,-109.08182699999641,31.937054000000447,2439521,25,2,1996 +13,M,52.0,23474,-109.08261299999641,31.937028000000442,2439521,25,2,1996 +5,F,7.0,23475,-109.07960199999636,31.93897000000045,2439566,25,2,1996 +3,F,15.0,23476,-109.08120799999641,31.938896000000387,2439591,25,2,1996 +9,F,47.0,23477,-109.08090299999638,31.93785900000039,2439521,25,2,1996 +15,M,8.0,23478,-109.08103599999642,31.937059000000463,2439566,25,2,1996 +6,F,7.0,23479,-109.07883599999636,31.939078000000414,2439566,25,2,1996 +8,M,37.0,23480,-109.08167999999641,31.937884000000402,2439541,25,2,1996 +15,M,50.0,23481,-109.08103599999642,31.937059000000463,2439521,25,2,1996 +11,F,39.0,23482,-109.07930699999636,31.938056000000426,2439521,25,2,1996 +13,M,21.0,23483,-109.08261299999641,31.937028000000442,2439591,25,2,1996 +14,F,49.0,23484,-109.08182699999641,31.937054000000447,2439521,25,2,1996 +5,F,8.0,23485,-109.07960199999636,31.93897000000045,2439566,25,2,1996 +16,M,43.0,23486,-109.08024399999636,31.93709400000041,2439521,25,2,1996 +15,F,43.0,23487,-109.08103599999642,31.937059000000463,2439521,25,2,1996 +13,M,10.0,23488,-109.08261299999641,31.937028000000442,2439566,25,2,1996 +15,F,47.0,23489,-109.08103599999642,31.937059000000463,2439521,25,2,1996 +11,F,10.0,23490,-109.07930699999636,31.938056000000426,2439566,25,2,1996 +5,F,55.0,23491,-109.07960199999636,31.93897000000045,2439521,25,2,1996 +15,F,10.0,23492,-109.08103599999642,31.937059000000463,2439566,25,2,1996 +5,F,28.0,23493,-109.07960199999636,31.93897000000045,2438516,25,2,1996 +16,F,38.0,23494,-109.08024399999636,31.93709400000041,2439541,25,2,1996 +10,,,23495,-109.08009099999636,31.938017000000425,,25,2,1996 +12,,,23496,-109.07851899999636,31.938203000000414,2439521,23,3,1996 +1,F,52.0,23497,-109.08282899999641,31.938851000000387,2439521,23,3,1996 +19,M,9.0,23498,-109.07791199999636,31.937438000000434,2439566,23,3,1996 +2,F,41.0,23499,-109.08197499999642,31.93888700000037,2439521,23,3,1996 +17,F,38.0,23500,-109.07941499999636,31.937117000000445,2439521,23,3,1996 +1,M,23.0,23501,-109.08282899999641,31.938851000000387,2439521,23,3,1996 +2,F,18.0,23502,-109.08197499999642,31.93888700000037,2439591,23,3,1996 +22,M,8.0,23503,-109.07860199999635,31.93644100000042,2439566,23,3,1996 +23,M,10.0,23504,-109.07783799999636,31.93676300000042,2437874,23,3,1996 +2,M,21.0,23505,-109.08197499999642,31.93888700000037,2437981,23,3,1996 +18,M,10.0,23506,-109.07863299999636,31.93712600000041,2439566,23,3,1996 +7,M,20.0,23507,-109.08281599999641,31.938113000000413,2439591,23,3,1996 +1,M,8.0,23508,-109.08282899999641,31.938851000000387,2439566,23,3,1996 +1,M,39.0,23509,-109.08282899999641,31.938851000000387,2439521,23,3,1996 +12,F,43.0,23510,-109.07851899999636,31.938203000000414,2439521,23,3,1996 +12,F,48.0,23511,-109.07851899999636,31.938203000000414,2439521,23,3,1996 +19,M,,23512,-109.07791199999636,31.937438000000434,2439566,23,3,1996 +20,F,9.0,23513,-109.08019099999642,31.93633400000045,2439566,23,3,1996 +24,M,21.0,23514,-109.07773599999636,31.938560000000447,2437967,23,3,1996 +22,M,53.0,23515,-109.07860199999635,31.93644100000042,2439521,23,3,1996 +24,F,13.0,23516,-109.07773599999636,31.938560000000447,2437874,23,3,1996 +12,M,17.0,23517,-109.07851899999636,31.938203000000414,2437967,23,3,1996 +17,,,23518,-109.07941499999636,31.937117000000445,2437568,23,3,1996 +21,F,16.0,23519,-109.07939799999636,31.936448000000453,2439591,23,3,1996 +2,F,48.0,23520,-109.08197499999642,31.93888700000037,2439521,23,3,1996 +20,F,11.0,23521,-109.08019099999642,31.93633400000045,2437874,23,3,1996 +1,M,53.0,23522,-109.08282899999641,31.938851000000387,2439541,23,3,1996 +2,F,49.0,23523,-109.08197499999642,31.93888700000037,2439521,23,3,1996 +12,M,18.0,23524,-109.07851899999636,31.938203000000414,2437967,23,3,1996 +20,M,22.0,23525,-109.08019099999642,31.93633400000045,2437981,23,3,1996 +18,M,7.0,23526,-109.07863299999636,31.93712600000041,2439566,23,3,1996 +20,M,9.0,23527,-109.08019099999642,31.93633400000045,2439566,23,3,1996 +1,M,50.0,23528,-109.08282899999641,31.938851000000387,2439541,23,3,1996 +24,M,21.0,23529,-109.07773599999636,31.938560000000447,2437981,23,3,1996 +22,M,11.0,23530,-109.07860199999635,31.93644100000042,2439566,23,3,1996 +20,M,20.0,23531,-109.08019099999642,31.93633400000045,2439591,23,3,1996 +21,F,8.0,23532,-109.07939799999636,31.936448000000453,2439566,23,3,1996 +19,F,12.0,23533,-109.07791199999636,31.937438000000434,2437874,23,3,1996 +18,M,9.0,23534,-109.07863299999636,31.93712600000041,2439566,23,3,1996 +21,M,24.0,23535,-109.07939799999636,31.936448000000453,2439591,23,3,1996 +1,M,49.0,23536,-109.08282899999641,31.938851000000387,2439581,23,3,1996 +12,M,51.0,23537,-109.07851899999636,31.938203000000414,2439541,23,3,1996 +23,,,23538,-109.07783799999636,31.93676300000042,2437568,23,3,1996 +1,M,24.0,23539,-109.08282899999641,31.938851000000387,2439591,23,3,1996 +22,M,21.0,23540,-109.07860199999635,31.93644100000042,2439591,23,3,1996 +7,F,12.0,23541,-109.08281599999641,31.938113000000413,2437874,23,3,1996 +23,M,11.0,23542,-109.07783799999636,31.93676300000042,2437874,23,3,1996 +20,M,10.0,23543,-109.08019099999642,31.93633400000045,2439566,23,3,1996 +7,F,17.0,23544,-109.08281599999641,31.938113000000413,2439591,23,3,1996 +17,M,45.0,23545,-109.07941499999636,31.937117000000445,2439521,23,3,1996 +21,F,8.0,23546,-109.07939799999636,31.936448000000453,2439566,23,3,1996 +12,M,26.0,23547,-109.07851899999636,31.938203000000414,2438517,23,3,1996 +2,F,18.0,23548,-109.08197499999642,31.93888700000037,2437981,23,3,1996 +1,M,58.0,23549,-109.08282899999641,31.938851000000387,2439521,23,3,1996 +2,M,44.0,23550,-109.08197499999642,31.93888700000037,2439521,23,3,1996 +12,M,52.0,23551,-109.07851899999636,31.938203000000414,2439521,23,3,1996 +20,M,19.0,23552,-109.08019099999642,31.93633400000045,2439591,23,3,1996 +22,F,41.0,23553,-109.07860199999635,31.93644100000042,2439521,23,3,1996 +7,M,21.0,23554,-109.08281599999641,31.938113000000413,2439591,23,3,1996 +1,F,23.0,23555,-109.08282899999641,31.938851000000387,2438516,23,3,1996 +12,F,24.0,23556,-109.07851899999636,31.938203000000414,2438516,23,3,1996 +7,F,20.0,23557,-109.08281599999641,31.938113000000413,2439591,23,3,1996 +24,M,10.0,23558,-109.07773599999636,31.938560000000447,2437874,23,3,1996 +2,F,13.0,23559,-109.08197499999642,31.93888700000037,2437874,23,3,1996 +19,M,14.0,23560,-109.07791199999636,31.937438000000434,2437967,23,3,1996 +18,M,7.0,23561,-109.07863299999636,31.93712600000041,2439566,23,3,1996 +1,M,37.0,23562,-109.08282899999641,31.938851000000387,2439541,23,3,1996 +20,F,10.0,23563,-109.08019099999642,31.93633400000045,2439566,23,3,1996 +22,F,8.0,23564,-109.07860199999635,31.93644100000042,2439566,23,3,1996 +7,F,20.0,23565,-109.08281599999641,31.938113000000413,2437967,23,3,1996 +2,M,48.0,23566,-109.08197499999642,31.93888700000037,2439521,23,3,1996 +20,M,10.0,23567,-109.08019099999642,31.93633400000045,2437874,23,3,1996 +1,M,46.0,23568,-109.08282899999641,31.938851000000387,2439541,23,3,1996 +7,F,18.0,23569,-109.08281599999641,31.938113000000413,2439591,23,3,1996 +12,M,11.0,23570,-109.07851899999636,31.938203000000414,2437874,23,3,1996 +19,M,23.0,23571,-109.07791199999636,31.937438000000434,2437967,23,3,1996 +21,M,8.0,23572,-109.07939799999636,31.936448000000453,2439566,23,3,1996 +23,M,19.0,23573,-109.07783799999636,31.93676300000042,2438019,23,3,1996 +1,M,25.0,23574,-109.08282899999641,31.938851000000387,2438516,23,3,1996 +22,M,53.0,23575,-109.07860199999635,31.93644100000042,2439521,23,3,1996 +12,M,49.0,23576,-109.07851899999636,31.938203000000414,2439521,23,3,1996 +22,F,50.0,23577,-109.07860199999635,31.93644100000042,2439521,23,3,1996 +7,,,23578,-109.08281599999641,31.938113000000413,2439591,23,3,1996 +1,M,6.0,23579,-109.08282899999641,31.938851000000387,2439566,23,3,1996 +17,F,31.0,23580,-109.07941499999636,31.937117000000445,2438516,23,3,1996 +1,M,28.0,23581,-109.08282899999641,31.938851000000387,2438517,23,3,1996 +17,M,8.0,23582,-109.07941499999636,31.937117000000445,2439566,23,3,1996 +24,,,23583,-109.07773599999636,31.938560000000447,2437568,23,3,1996 +2,F,25.0,23584,-109.08197499999642,31.93888700000037,2437981,23,3,1996 +12,M,36.0,23585,-109.07851899999636,31.938203000000414,2439521,23,3,1996 +20,M,11.0,23586,-109.08019099999642,31.93633400000045,2437874,23,3,1996 +21,M,19.0,23587,-109.07939799999636,31.936448000000453,2439591,23,3,1996 +7,M,10.0,23588,-109.08281599999641,31.938113000000413,2437874,23,3,1996 +18,M,23.0,23589,-109.07863299999636,31.93712600000041,2439591,23,3,1996 +17,F,42.0,23590,-109.07941499999636,31.937117000000445,2439521,23,3,1996 +20,F,10.0,23591,-109.08019099999642,31.93633400000045,2439566,23,3,1996 +18,F,10.0,23592,-109.07863299999636,31.93712600000041,2439566,23,3,1996 +2,M,11.0,23593,-109.08197499999642,31.93888700000037,2437874,23,3,1996 +12,,,23594,-109.07851899999636,31.938203000000414,2437568,23,3,1996 +2,M,24.0,23595,-109.08197499999642,31.93888700000037,2439591,23,3,1996 +19,M,22.0,23596,-109.07791199999636,31.937438000000434,2439591,23,3,1996 +20,F,21.0,23597,-109.08019099999642,31.93633400000045,2439591,23,3,1996 +21,F,24.0,23598,-109.07939799999636,31.936448000000453,2439591,23,3,1996 +2,M,25.0,23599,-109.08197499999642,31.93888700000037,2437981,23,3,1996 +18,M,11.0,23600,-109.07863299999636,31.93712600000041,2437874,23,3,1996 +17,F,17.0,23601,-109.07941499999636,31.937117000000445,2439591,23,3,1996 +7,M,11.0,23602,-109.08281599999641,31.938113000000413,2437874,23,3,1996 +21,F,12.0,23603,-109.07939799999636,31.936448000000453,2437874,23,3,1996 +16,M,42.0,23604,-109.08024399999636,31.93709400000041,2439521,24,3,1996 +3,M,20.0,23605,-109.08120799999641,31.938896000000387,2437981,24,3,1996 +8,F,24.0,23606,-109.08167999999641,31.937884000000402,2437981,24,3,1996 +13,M,9.0,23607,-109.08261299999641,31.937028000000442,2439566,24,3,1996 +14,M,49.0,23608,-109.08182699999641,31.937054000000447,2439521,24,3,1996 +6,F,30.0,23609,-109.07883599999636,31.939078000000414,2438516,24,3,1996 +11,M,12.0,23610,-109.07930699999636,31.938056000000426,2437874,24,3,1996 +13,F,9.0,23611,-109.08261299999641,31.937028000000442,2439566,24,3,1996 +8,M,48.0,23612,-109.08167999999641,31.937884000000402,2439541,24,3,1996 +16,F,31.0,23613,-109.08024399999636,31.93709400000041,2439521,24,3,1996 +9,,,23614,-109.08090299999638,31.93785900000039,2437568,24,3,1996 +8,M,21.0,23615,-109.08167999999641,31.937884000000402,2439591,24,3,1996 +13,F,7.0,23616,-109.08261299999641,31.937028000000442,2439566,24,3,1996 +3,F,8.0,23617,-109.08120799999641,31.938896000000387,2439566,24,3,1996 +8,F,16.0,23618,-109.08167999999641,31.937884000000402,2439591,24,3,1996 +13,F,20.0,23619,-109.08261299999641,31.937028000000442,2437967,24,3,1996 +9,F,36.0,23620,-109.08090299999638,31.93785900000039,2439521,24,3,1996 +15,F,11.0,23621,-109.08103599999642,31.937059000000463,2437874,24,3,1996 +14,M,51.0,23622,-109.08182699999641,31.937054000000447,2439521,24,3,1996 +11,M,53.0,23623,-109.07930699999636,31.938056000000426,2439521,24,3,1996 +3,M,18.0,23624,-109.08120799999641,31.938896000000387,2439591,24,3,1996 +14,F,48.0,23625,-109.08182699999641,31.937054000000447,2439521,24,3,1996 +3,M,22.0,23626,-109.08120799999641,31.938896000000387,2439591,24,3,1996 +3,F,54.0,23627,-109.08120799999641,31.938896000000387,2439541,24,3,1996 +14,M,50.0,23628,-109.08182699999641,31.937054000000447,2439521,24,3,1996 +11,F,56.0,23629,-109.07930699999636,31.938056000000426,2439541,24,3,1996 +8,F,49.0,23630,-109.08167999999641,31.937884000000402,2439541,24,3,1996 +11,F,14.0,23631,-109.07930699999636,31.938056000000426,2437967,24,3,1996 +14,F,47.0,23632,-109.08182699999641,31.937054000000447,2439521,24,3,1996 +11,M,43.0,23633,-109.07930699999636,31.938056000000426,2439541,24,3,1996 +15,M,10.0,23634,-109.08103599999642,31.937059000000463,2437874,24,3,1996 +3,F,15.0,23635,-109.08120799999641,31.938896000000387,2439591,24,3,1996 +15,M,48.0,23636,-109.08103599999642,31.937059000000463,2439521,24,3,1996 +14,F,18.0,23637,-109.08182699999641,31.937054000000447,2439591,24,3,1996 +5,F,49.0,23638,-109.07960199999636,31.93897000000045,2439541,24,3,1996 +14,M,40.0,23639,-109.08182699999641,31.937054000000447,2439521,24,3,1996 +10,M,10.0,23640,-109.08009099999636,31.938017000000425,2437874,24,3,1996 +13,M,25.0,23641,-109.08261299999641,31.937028000000442,2439591,24,3,1996 +13,F,39.0,23642,-109.08261299999641,31.937028000000442,2439521,24,3,1996 +16,F,49.0,23643,-109.08024399999636,31.93709400000041,2439521,24,3,1996 +14,M,22.0,23644,-109.08182699999641,31.937054000000447,2439591,24,3,1996 +4,,,23645,-109.08040899999641,31.93889400000041,,24,3,1996 +2,F,47.0,23646,-109.08197499999642,31.93888700000037,2439521,14,4,1996 +7,M,21.0,23647,-109.08281599999641,31.938113000000413,2437967,14,4,1996 +1,M,36.0,23648,-109.08282899999641,31.938851000000387,2439541,14,4,1996 +12,F,19.0,23649,-109.07851899999636,31.938203000000414,2439591,14,4,1996 +7,F,17.0,23650,-109.08281599999641,31.938113000000413,2437967,14,4,1996 +2,F,26.0,23651,-109.08197499999642,31.93888700000037,2439521,14,4,1996 +19,F,9.0,23652,-109.07791199999636,31.937438000000434,2439566,14,4,1996 +22,F,8.0,23653,-109.07860199999635,31.93644100000042,2439566,14,4,1996 +17,M,40.0,23654,-109.07941499999636,31.937117000000445,2439521,14,4,1996 +21,F,10.0,23655,-109.07939799999636,31.936448000000453,2439566,14,4,1996 +22,F,27.0,23656,-109.07860199999635,31.93644100000042,2439521,14,4,1996 +1,M,8.0,23657,-109.08282899999641,31.938851000000387,2439566,14,4,1996 +7,M,10.0,23658,-109.08281599999641,31.938113000000413,2437874,14,4,1996 +2,M,20.0,23659,-109.08197499999642,31.93888700000037,2437981,14,4,1996 +20,M,10.0,23660,-109.08019099999642,31.93633400000045,2439566,14,4,1996 +24,M,18.0,23661,-109.07773599999636,31.938560000000447,2437967,14,4,1996 +18,F,9.0,23662,-109.07863299999636,31.93712600000041,2439566,14,4,1996 +17,M,39.0,23663,-109.07941499999636,31.937117000000445,2439521,14,4,1996 +12,F,48.0,23664,-109.07851899999636,31.938203000000414,2439521,14,4,1996 +24,M,10.0,23665,-109.07773599999636,31.938560000000447,2437874,14,4,1996 +21,F,20.0,23666,-109.07939799999636,31.936448000000453,2439591,14,4,1996 +12,F,8.0,23667,-109.07851899999636,31.938203000000414,2439566,14,4,1996 +18,F,20.0,23668,-109.07863299999636,31.93712600000041,2439591,14,4,1996 +19,M,8.0,23669,-109.07791199999636,31.937438000000434,2439566,14,4,1996 +12,F,15.0,23670,-109.07851899999636,31.938203000000414,2437874,14,4,1996 +12,F,49.0,23671,-109.07851899999636,31.938203000000414,2439521,14,4,1996 +20,M,11.0,23672,-109.08019099999642,31.93633400000045,2437874,14,4,1996 +19,M,18.0,23673,-109.07791199999636,31.937438000000434,2439591,14,4,1996 +17,M,49.0,23674,-109.07941499999636,31.937117000000445,2439521,14,4,1996 +20,F,11.0,23675,-109.08019099999642,31.93633400000045,2439566,14,4,1996 +1,M,8.0,23676,-109.08282899999641,31.938851000000387,2439566,14,4,1996 +2,F,20.0,23677,-109.08197499999642,31.93888700000037,2439591,14,4,1996 +20,,,23678,-109.08019099999642,31.93633400000045,2437568,14,4,1996 +22,F,7.0,23679,-109.07860199999635,31.93644100000042,2439566,14,4,1996 +1,F,14.0,23680,-109.08282899999641,31.938851000000387,2437874,14,4,1996 +2,M,12.0,23681,-109.08197499999642,31.93888700000037,2437874,14,4,1996 +1,F,51.0,23682,-109.08282899999641,31.938851000000387,2439541,14,4,1996 +12,M,52.0,23683,-109.07851899999636,31.938203000000414,2439541,14,4,1996 +19,F,18.0,23684,-109.07791199999636,31.937438000000434,2439591,14,4,1996 +17,M,9.0,23685,-109.07941499999636,31.937117000000445,2439566,14,4,1996 +18,M,11.0,23686,-109.07863299999636,31.93712600000041,2437874,14,4,1996 +17,M,45.0,23687,-109.07941499999636,31.937117000000445,2439521,14,4,1996 +2,M,56.0,23688,-109.08197499999642,31.93888700000037,2439521,14,4,1996 +18,M,7.0,23689,-109.07863299999636,31.93712600000041,2439566,14,4,1996 +22,M,51.0,23690,-109.07860199999635,31.93644100000042,2439521,14,4,1996 +18,M,9.0,23691,-109.07863299999636,31.93712600000041,2439566,14,4,1996 +17,M,9.0,23692,-109.07941499999636,31.937117000000445,2439566,14,4,1996 +18,M,23.0,23693,-109.07863299999636,31.93712600000041,2439591,14,4,1996 +12,M,52.0,23694,-109.07851899999636,31.938203000000414,2439521,14,4,1996 +21,F,9.0,23695,-109.07939799999636,31.936448000000453,2439566,14,4,1996 +20,M,21.0,23696,-109.08019099999642,31.93633400000045,2439591,14,4,1996 +20,M,11.0,23697,-109.08019099999642,31.93633400000045,2437874,14,4,1996 +7,F,21.0,23698,-109.08281599999641,31.938113000000413,2439591,14,4,1996 +12,M,44.0,23699,-109.07851899999636,31.938203000000414,2439521,14,4,1996 +23,M,20.0,23700,-109.07783799999636,31.93676300000042,2438019,14,4,1996 +12,M,12.0,23701,-109.07851899999636,31.938203000000414,2437874,14,4,1996 +17,F,,23702,-109.07941499999636,31.937117000000445,2439521,14,4,1996 +21,M,8.0,23703,-109.07939799999636,31.936448000000453,2439566,14,4,1996 +2,F,49.0,23704,-109.08197499999642,31.93888700000037,2439521,14,4,1996 +18,M,8.0,23705,-109.07863299999636,31.93712600000041,2439566,14,4,1996 +17,M,51.0,23706,-109.07941499999636,31.937117000000445,2439521,14,4,1996 +22,F,43.0,23707,-109.07860199999635,31.93644100000042,2439521,14,4,1996 +21,F,26.0,23708,-109.07939799999636,31.936448000000453,2439591,14,4,1996 +12,F,23.0,23709,-109.07851899999636,31.938203000000414,2438516,14,4,1996 +7,F,11.0,23710,-109.08281599999641,31.938113000000413,2437874,14,4,1996 +12,M,27.0,23711,-109.07851899999636,31.938203000000414,2438517,14,4,1996 +19,M,18.0,23712,-109.07791199999636,31.937438000000434,2439591,14,4,1996 +17,F,9.0,23713,-109.07941499999636,31.937117000000445,2437874,14,4,1996 +23,M,13.0,23714,-109.07783799999636,31.93676300000042,2437874,14,4,1996 +7,,,23715,-109.08281599999641,31.938113000000413,2437568,14,4,1996 +1,M,38.0,23716,-109.08282899999641,31.938851000000387,2439541,14,4,1996 +2,F,25.0,23717,-109.08197499999642,31.93888700000037,2437981,14,4,1996 +19,M,8.0,23718,-109.07791199999636,31.937438000000434,2439566,14,4,1996 +18,M,20.0,23719,-109.07863299999636,31.93712600000041,2439591,14,4,1996 +24,M,17.0,23720,-109.07773599999636,31.938560000000447,2437967,14,4,1996 +1,M,37.0,23721,-109.08282899999641,31.938851000000387,2439541,14,4,1996 +19,M,9.0,23722,-109.07791199999636,31.937438000000434,2439566,14,4,1996 +12,M,11.0,23723,-109.07851899999636,31.938203000000414,2437874,14,4,1996 +17,M,10.0,23724,-109.07941499999636,31.937117000000445,2437874,14,4,1996 +20,F,25.0,23725,-109.08019099999642,31.93633400000045,2439591,14,4,1996 +7,M,9.0,23726,-109.08281599999641,31.938113000000413,2437874,14,4,1996 +19,M,21.0,23727,-109.07791199999636,31.937438000000434,2439591,14,4,1996 +1,F,7.0,23728,-109.08282899999641,31.938851000000387,2439566,14,4,1996 +19,M,18.0,23729,-109.07791199999636,31.937438000000434,2439591,14,4,1996 +2,F,22.0,23730,-109.08197499999642,31.93888700000037,2437981,14,4,1996 +24,M,20.0,23731,-109.07773599999636,31.938560000000447,2437981,14,4,1996 +18,M,9.0,23732,-109.07863299999636,31.93712600000041,2439566,14,4,1996 +3,M,20.0,23733,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +13,M,21.0,23734,-109.08261299999641,31.937028000000442,2437967,15,4,1996 +16,F,30.0,23735,-109.08024399999636,31.93709400000041,2439521,15,4,1996 +3,F,19.0,23736,-109.08120799999641,31.938896000000387,2437981,15,4,1996 +11,M,22.0,23737,-109.07930699999636,31.938056000000426,2439591,15,4,1996 +16,M,10.0,23738,-109.08024399999636,31.93709400000041,2437874,15,4,1996 +3,,,23739,-109.08120799999641,31.938896000000387,2437300,15,4,1996 +11,M,51.0,23740,-109.07930699999636,31.938056000000426,2439521,15,4,1996 +14,,,23741,-109.08182699999641,31.937054000000447,2437300,15,4,1996 +3,M,20.0,23742,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +4,M,8.0,23743,-109.08040899999641,31.93889400000041,2439566,15,4,1996 +6,F,8.0,23744,-109.07883599999636,31.939078000000414,2439566,15,4,1996 +8,M,8.0,23745,-109.08167999999641,31.937884000000402,2439566,15,4,1996 +15,M,7.0,23746,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +3,M,25.0,23747,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +9,F,46.0,23748,-109.08090299999638,31.93785900000039,2439541,15,4,1996 +3,M,22.0,23749,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +4,F,49.0,23750,-109.08040899999641,31.93889400000041,2439521,15,4,1996 +3,F,41.0,23751,-109.08120799999641,31.938896000000387,2439541,15,4,1996 +11,M,49.0,23752,-109.07930699999636,31.938056000000426,2439521,15,4,1996 +8,F,17.0,23753,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +13,M,49.0,23754,-109.08261299999641,31.937028000000442,2439521,15,4,1996 +14,F,19.0,23755,-109.08182699999641,31.937054000000447,2439521,15,4,1996 +5,M,50.0,23756,-109.07960199999636,31.93897000000045,2439541,15,4,1996 +11,F,22.0,23757,-109.07930699999636,31.938056000000426,2439541,15,4,1996 +5,F,25.0,23758,-109.07960199999636,31.93897000000045,2438516,15,4,1996 +3,M,12.0,23759,-109.08120799999641,31.938896000000387,2437874,15,4,1996 +4,M,50.0,23760,-109.08040899999641,31.93889400000041,2439521,15,4,1996 +13,F,22.0,23761,-109.08261299999641,31.937028000000442,2437967,15,4,1996 +15,F,7.0,23762,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +3,F,46.0,23763,-109.08120799999641,31.938896000000387,2439541,15,4,1996 +5,F,8.0,23764,-109.07960199999636,31.93897000000045,2439566,15,4,1996 +6,M,9.0,23765,-109.07883599999636,31.939078000000414,2439566,15,4,1996 +8,,,23766,-109.08167999999641,31.937884000000402,2437300,15,4,1996 +11,F,49.0,23767,-109.07930699999636,31.938056000000426,2439541,15,4,1996 +5,F,,23768,-109.07960199999636,31.93897000000045,2439541,15,4,1996 +3,F,15.0,23769,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +9,F,37.0,23770,-109.08090299999638,31.93785900000039,2439521,15,4,1996 +3,M,50.0,23771,-109.08120799999641,31.938896000000387,2439541,15,4,1996 +4,M,44.0,23772,-109.08040899999641,31.93889400000041,2439521,15,4,1996 +6,M,42.0,23773,-109.07883599999636,31.939078000000414,2439541,15,4,1996 +3,M,19.0,23774,-109.08120799999641,31.938896000000387,2437981,15,4,1996 +8,M,49.0,23775,-109.08167999999641,31.937884000000402,2439541,15,4,1996 +14,M,50.0,23776,-109.08182699999641,31.937054000000447,2439521,15,4,1996 +3,M,11.0,23777,-109.08120799999641,31.938896000000387,2437874,15,4,1996 +4,M,11.0,23778,-109.08040899999641,31.93889400000041,2439566,15,4,1996 +11,M,51.0,23779,-109.07930699999636,31.938056000000426,2439541,15,4,1996 +4,F,47.0,23780,-109.08040899999641,31.93889400000041,2439521,15,4,1996 +6,M,48.0,23781,-109.07883599999636,31.939078000000414,2439541,15,4,1996 +8,M,49.0,23782,-109.08167999999641,31.937884000000402,2439541,15,4,1996 +13,F,8.0,23783,-109.08261299999641,31.937028000000442,2439566,15,4,1996 +15,M,14.0,23784,-109.08103599999642,31.937059000000463,2437874,15,4,1996 +6,M,,23785,-109.07883599999636,31.939078000000414,2439566,15,4,1996 +8,M,9.0,23786,-109.08167999999641,31.937884000000402,2439566,15,4,1996 +15,F,12.0,23787,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +3,M,23.0,23788,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +11,M,17.0,23789,-109.07930699999636,31.938056000000426,2437967,15,4,1996 +8,M,30.0,23790,-109.08167999999641,31.937884000000402,2439541,15,4,1996 +3,M,7.0,23791,-109.08120799999641,31.938896000000387,2439566,15,4,1996 +3,F,24.0,23792,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +4,F,8.0,23793,-109.08040899999641,31.93889400000041,2439566,15,4,1996 +8,M,29.0,23794,-109.08167999999641,31.937884000000402,2439541,15,4,1996 +14,,,23795,-109.08182699999641,31.937054000000447,2439521,15,4,1996 +8,F,8.0,23796,-109.08167999999641,31.937884000000402,2439566,15,4,1996 +13,F,13.0,23797,-109.08261299999641,31.937028000000442,2437967,15,4,1996 +4,F,11.0,23798,-109.08040899999641,31.93889400000041,2439591,15,4,1996 +8,M,20.0,23799,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +11,F,13.0,23800,-109.07930699999636,31.938056000000426,2437874,15,4,1996 +8,F,19.0,23801,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +14,F,8.0,23802,-109.08182699999641,31.937054000000447,2439566,15,4,1996 +15,M,8.0,23803,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +5,M,7.0,23804,-109.07960199999636,31.93897000000045,2439566,15,4,1996 +3,M,8.0,23805,-109.08120799999641,31.938896000000387,2439566,15,4,1996 +14,F,44.0,23806,-109.08182699999641,31.937054000000447,2439521,15,4,1996 +15,M,35.0,23807,-109.08103599999642,31.937059000000463,2439521,15,4,1996 +4,M,8.0,23808,-109.08040899999641,31.93889400000041,2439566,15,4,1996 +15,,,23809,-109.08103599999642,31.937059000000463,2437568,15,4,1996 +6,M,23.0,23810,-109.07883599999636,31.939078000000414,2439541,15,4,1996 +11,M,51.0,23811,-109.07930699999636,31.938056000000426,2439521,15,4,1996 +8,F,49.0,23812,-109.08167999999641,31.937884000000402,2439541,15,4,1996 +3,M,42.0,23813,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +4,M,51.0,23814,-109.08040899999641,31.93889400000041,2439521,15,4,1996 +6,M,27.0,23815,-109.07883599999636,31.939078000000414,2438517,15,4,1996 +11,M,11.0,23816,-109.07930699999636,31.938056000000426,2437874,15,4,1996 +3,F,23.0,23817,-109.08120799999641,31.938896000000387,2438517,15,4,1996 +8,F,16.0,23818,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +3,M,8.0,23819,-109.08120799999641,31.938896000000387,2439566,15,4,1996 +9,M,7.0,23820,-109.08090299999638,31.93785900000039,2439566,15,4,1996 +8,M,49.0,23821,-109.08167999999641,31.937884000000402,2439521,15,4,1996 +13,M,54.0,23822,-109.08261299999641,31.937028000000442,2439521,15,4,1996 +15,F,13.0,23823,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +3,M,29.0,23824,-109.08120799999641,31.938896000000387,2438516,15,4,1996 +9,M,39.0,23825,-109.08090299999638,31.93785900000039,2439521,15,4,1996 +8,F,8.0,23826,-109.08167999999641,31.937884000000402,2439566,15,4,1996 +14,F,46.0,23827,-109.08182699999641,31.937054000000447,2439521,15,4,1996 +15,,,23828,-109.08103599999642,31.937059000000463,2437568,15,4,1996 +3,F,48.0,23829,-109.08120799999641,31.938896000000387,2439541,15,4,1996 +6,M,41.0,23830,-109.07883599999636,31.939078000000414,2439541,15,4,1996 +11,M,,23831,-109.07930699999636,31.938056000000426,2439541,15,4,1996 +15,M,12.0,23832,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +3,M,41.0,23833,-109.08120799999641,31.938896000000387,2439541,15,4,1996 +11,F,11.0,23834,-109.07930699999636,31.938056000000426,2437874,15,4,1996 +8,F,14.0,23835,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +15,F,23.0,23836,-109.08103599999642,31.937059000000463,2439591,15,4,1996 +16,M,42.0,23837,-109.08024399999636,31.93709400000041,2439521,15,4,1996 +6,M,7.0,23838,-109.07883599999636,31.939078000000414,2439566,15,4,1996 +9,M,48.0,23839,-109.08090299999638,31.93785900000039,2439521,15,4,1996 +3,Z,18.0,23840,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +8,F,51.0,23841,-109.08167999999641,31.937884000000402,2439541,15,4,1996 +4,M,47.0,23842,-109.08040899999641,31.93889400000041,2439521,15,4,1996 +9,M,46.0,23843,-109.08090299999638,31.93785900000039,2439521,15,4,1996 +8,M,16.0,23844,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +8,M,22.0,23845,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +13,F,47.0,23846,-109.08261299999641,31.937028000000442,2439521,15,4,1996 +14,M,36.0,23847,-109.08182699999641,31.937054000000447,2439521,15,4,1996 +15,M,10.0,23848,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +9,F,22.0,23849,-109.08090299999638,31.93785900000039,2437981,15,4,1996 +8,M,49.0,23850,-109.08167999999641,31.937884000000402,2439521,15,4,1996 +13,F,9.0,23851,-109.08261299999641,31.937028000000442,2439566,15,4,1996 +14,,,23852,-109.08182699999641,31.937054000000447,2437300,15,4,1996 +15,F,16.0,23853,-109.08103599999642,31.937059000000463,2437874,15,4,1996 +4,F,9.0,23854,-109.08040899999641,31.93889400000041,2439566,15,4,1996 +15,,,23855,-109.08103599999642,31.937059000000463,2437568,15,4,1996 +4,M,38.0,23856,-109.08040899999641,31.93889400000041,2439521,15,4,1996 +6,F,58.0,23857,-109.07883599999636,31.939078000000414,2439541,15,4,1996 +9,M,9.0,23858,-109.08090299999638,31.93785900000039,2439566,15,4,1996 +5,M,8.0,23859,-109.07960199999636,31.93897000000045,2439566,15,4,1996 +6,M,59.0,23860,-109.07883599999636,31.939078000000414,2439541,15,4,1996 +11,M,53.0,23861,-109.07930699999636,31.938056000000426,2439541,15,4,1996 +16,,,23862,-109.08024399999636,31.93709400000041,2437568,15,4,1996 +3,F,8.0,23863,-109.08120799999641,31.938896000000387,2439566,15,4,1996 +8,,,23864,-109.08167999999641,31.937884000000402,2437300,15,4,1996 +3,F,16.0,23865,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +11,M,53.0,23866,-109.07930699999636,31.938056000000426,2439521,15,4,1996 +8,F,16.0,23867,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +14,F,45.0,23868,-109.08182699999641,31.937054000000447,2439521,15,4,1996 +13,M,,23869,-109.08261299999641,31.937028000000442,2439566,15,4,1996 +15,M,18.0,23870,-109.08103599999642,31.937059000000463,2439591,15,4,1996 +16,M,10.0,23871,-109.08024399999636,31.93709400000041,2437874,15,4,1996 +6,M,7.0,23872,-109.07883599999636,31.939078000000414,2439566,15,4,1996 +11,F,41.0,23873,-109.07930699999636,31.938056000000426,2439521,15,4,1996 +13,M,14.0,23874,-109.08261299999641,31.937028000000442,2437967,15,4,1996 +15,F,9.0,23875,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +8,F,16.0,23876,-109.08167999999641,31.937884000000402,2439591,15,4,1996 +16,,,23877,-109.08024399999636,31.93709400000041,2437568,15,4,1996 +3,M,18.0,23878,-109.08120799999641,31.938896000000387,2439591,15,4,1996 +11,M,18.0,23879,-109.07930699999636,31.938056000000426,2437967,15,4,1996 +15,M,20.0,23880,-109.08103599999642,31.937059000000463,2439591,15,4,1996 +15,M,12.0,23881,-109.08103599999642,31.937059000000463,2439566,15,4,1996 +10,M,9.0,23882,-109.08009099999636,31.938017000000425,2437874,15,4,1996 +21,M,10.0,23883,-109.07939799999636,31.936448000000453,2439566,23,5,1996 +12,F,34.0,23884,-109.07851899999636,31.938203000000414,2439541,23,5,1996 +21,M,7.0,23885,-109.07939799999636,31.936448000000453,2439591,23,5,1996 +22,M,8.0,23886,-109.07860199999635,31.93644100000042,2439566,23,5,1996 +21,M,8.0,23887,-109.07939799999636,31.936448000000453,2439566,23,5,1996 +22,F,18.0,23888,-109.07860199999635,31.93644100000042,2439591,23,5,1996 +21,M,18.0,23889,-109.07939799999636,31.936448000000453,2439591,23,5,1996 +18,M,8.0,23890,-109.07863299999636,31.93712600000041,2439566,23,5,1996 +12,M,46.0,23891,-109.07851899999636,31.938203000000414,2439521,23,5,1996 +1,F,45.0,23892,-109.08282899999641,31.938851000000387,2439541,23,5,1996 +2,F,21.0,23893,-109.08197499999642,31.93888700000037,2439591,23,5,1996 +21,M,11.0,23894,-109.07939799999636,31.936448000000453,2439591,23,5,1996 +12,M,118.0,23895,-109.07851899999636,31.938203000000414,,23,5,1996 +2,M,41.0,23896,-109.08197499999642,31.93888700000037,2439521,23,5,1996 +21,M,12.0,23897,-109.07939799999636,31.936448000000453,2439591,23,5,1996 +24,M,11.0,23898,-109.07773599999636,31.938560000000447,2437874,23,5,1996 +22,F,42.0,23899,-109.07860199999635,31.93644100000042,2439521,23,5,1996 +2,M,53.0,23900,-109.08197499999642,31.93888700000037,2439521,23,5,1996 +19,F,20.0,23901,-109.07791199999636,31.937438000000434,2439591,23,5,1996 +7,M,20.0,23902,-109.08281599999641,31.938113000000413,2437967,23,5,1996 +2,F,55.0,23903,-109.08197499999642,31.93888700000037,2439521,23,5,1996 +18,M,21.0,23904,-109.07863299999636,31.93712600000041,2439591,23,5,1996 +2,F,49.0,23905,-109.08197499999642,31.93888700000037,2439521,23,5,1996 +22,F,7.0,23906,-109.07860199999635,31.93644100000042,2439566,23,5,1996 +21,,,23907,-109.07939799999636,31.936448000000453,2437568,23,5,1996 +12,F,48.0,23908,-109.07851899999636,31.938203000000414,2439521,23,5,1996 +22,M,54.0,23909,-109.07860199999635,31.93644100000042,2439521,23,5,1996 +12,M,54.0,23910,-109.07851899999636,31.938203000000414,2439521,23,5,1996 +7,M,13.0,23911,-109.08281599999641,31.938113000000413,2439591,23,5,1996 +12,F,45.0,23912,-109.07851899999636,31.938203000000414,2439521,23,5,1996 +2,M,8.0,23913,-109.08197499999642,31.93888700000037,2439566,23,5,1996 +2,F,13.0,23914,-109.08197499999642,31.93888700000037,2439591,23,5,1996 +21,F,21.0,23915,-109.07939799999636,31.936448000000453,2439591,23,5,1996 +21,M,8.0,23916,-109.07939799999636,31.936448000000453,2439566,23,5,1996 +12,M,53.0,23917,-109.07851899999636,31.938203000000414,2439521,23,5,1996 +12,M,48.0,23918,-109.07851899999636,31.938203000000414,2439521,23,5,1996 +1,M,46.0,23919,-109.08282899999641,31.938851000000387,2439541,23,5,1996 +21,,,23920,-109.07939799999636,31.936448000000453,2437568,23,5,1996 +17,M,49.0,23921,-109.07941499999636,31.937117000000445,2439521,23,5,1996 +12,F,7.0,23922,-109.07851899999636,31.938203000000414,2439566,23,5,1996 +2,M,54.0,23923,-109.08197499999642,31.93888700000037,2439521,23,5,1996 +22,F,22.0,23924,-109.07860199999635,31.93644100000042,2439521,23,5,1996 +20,F,19.0,23925,-109.08019099999642,31.93633400000045,2439591,23,5,1996 +21,F,9.0,23926,-109.07939799999636,31.936448000000453,2439566,23,5,1996 +17,F,44.0,23927,-109.07941499999636,31.937117000000445,2439521,23,5,1996 +22,F,20.0,23928,-109.07860199999635,31.93644100000042,2439521,23,5,1996 +17,M,45.0,23929,-109.07941499999636,31.937117000000445,2439521,23,5,1996 +2,F,47.0,23930,-109.08197499999642,31.93888700000037,2439521,23,5,1996 +21,F,9.0,23931,-109.07939799999636,31.936448000000453,2439566,23,5,1996 +20,F,10.0,23932,-109.08019099999642,31.93633400000045,2439566,23,5,1996 +18,M,21.0,23933,-109.07863299999636,31.93712600000041,2439591,23,5,1996 +21,M,11.0,23934,-109.07939799999636,31.936448000000453,2437874,23,5,1996 +22,M,8.0,23935,-109.07860199999635,31.93644100000042,2439566,23,5,1996 +21,M,8.0,23936,-109.07939799999636,31.936448000000453,2439566,23,5,1996 +2,M,47.0,23937,-109.08197499999642,31.93888700000037,2439521,23,5,1996 +21,F,12.0,23938,-109.07939799999636,31.936448000000453,2439591,23,5,1996 +18,M,7.0,23939,-109.07863299999636,31.93712600000041,2439566,23,5,1996 +12,M,27.0,23940,-109.07851899999636,31.938203000000414,2439521,23,5,1996 +17,F,42.0,23941,-109.07941499999636,31.937117000000445,2439521,23,5,1996 +7,M,18.0,23942,-109.08281599999641,31.938113000000413,2439591,23,5,1996 +19,F,21.0,23943,-109.07791199999636,31.937438000000434,2439591,23,5,1996 +7,F,23.0,23944,-109.08281599999641,31.938113000000413,2439591,23,5,1996 +2,F,24.0,23945,-109.08197499999642,31.93888700000037,2437981,23,5,1996 +2,M,21.0,23946,-109.08197499999642,31.93888700000037,2437981,23,5,1996 +18,M,20.0,23947,-109.07863299999636,31.93712600000041,2439591,23,5,1996 +13,M,9.0,23948,-109.08261299999641,31.937028000000442,2439566,23,5,1996 +19,M,,23949,-109.07791199999636,31.937438000000434,2439591,23,5,1996 +23,,,23950,-109.07783799999636,31.93676300000042,,23,5,1996 +14,M,51.0,23951,-109.08182699999641,31.937054000000447,2439521,24,5,1996 +3,M,20.0,23952,-109.08120799999641,31.938896000000387,2439591,24,5,1996 +14,F,47.0,23953,-109.08182699999641,31.937054000000447,2439521,24,5,1996 +6,M,27.0,23954,-109.07883599999636,31.939078000000414,2439541,24,5,1996 +14,M,56.0,23955,-109.08182699999641,31.937054000000447,2439521,24,5,1996 +3,F,35.0,23956,-109.08120799999641,31.938896000000387,2439541,24,5,1996 +15,M,9.0,23957,-109.08103599999642,31.937059000000463,2439566,24,5,1996 +8,F,19.0,23958,-109.08167999999641,31.937884000000402,2439591,24,5,1996 +6,F,9.0,23959,-109.07883599999636,31.939078000000414,2439566,24,5,1996 +5,F,49.0,23960,-109.07960199999636,31.93897000000045,2439521,24,5,1996 +8,F,47.0,23961,-109.08167999999641,31.937884000000402,2439541,24,5,1996 +15,F,9.0,23962,-109.08103599999642,31.937059000000463,2439566,24,5,1996 +14,,,23963,-109.08182699999641,31.937054000000447,2437300,24,5,1996 +3,F,46.0,23964,-109.08120799999641,31.938896000000387,2439541,24,5,1996 +13,M,26.0,23965,-109.08261299999641,31.937028000000442,2438516,24,5,1996 +15,M,42.0,23966,-109.08103599999642,31.937059000000463,2439521,24,5,1996 +5,M,9.0,23967,-109.07960199999636,31.93897000000045,2439566,24,5,1996 +3,M,20.0,23968,-109.08120799999641,31.938896000000387,2439591,24,5,1996 +15,F,11.0,23969,-109.08103599999642,31.937059000000463,2439566,24,5,1996 +6,M,29.0,23970,-109.07883599999636,31.939078000000414,2438517,24,5,1996 +4,M,47.0,23971,-109.08040899999641,31.93889400000041,2439521,24,5,1996 +15,M,8.0,23972,-109.08103599999642,31.937059000000463,2439566,24,5,1996 +5,M,9.0,23973,-109.07960199999636,31.93897000000045,2439566,24,5,1996 +15,F,8.0,23974,-109.08103599999642,31.937059000000463,2439566,24,5,1996 +3,F,26.0,23975,-109.08120799999641,31.938896000000387,2439591,24,5,1996 +6,M,47.0,23976,-109.07883599999636,31.939078000000414,2439541,24,5,1996 +13,F,8.0,23977,-109.08261299999641,31.937028000000442,2439566,24,5,1996 +5,,,23978,-109.07960199999636,31.93897000000045,2437300,24,5,1996 +3,M,9.0,23979,-109.08120799999641,31.938896000000387,2439566,24,5,1996 +6,F,32.0,23980,-109.07883599999636,31.939078000000414,2439541,24,5,1996 +4,M,10.0,23981,-109.08040899999641,31.93889400000041,2439566,24,5,1996 +8,M,47.0,23982,-109.08167999999641,31.937884000000402,2439541,24,5,1996 +14,,,23983,-109.08182699999641,31.937054000000447,2437300,24,5,1996 +4,M,47.0,23984,-109.08040899999641,31.93889400000041,2439521,24,5,1996 +15,F,9.0,23985,-109.08103599999642,31.937059000000463,2439566,24,5,1996 +9,M,47.0,23986,-109.08090299999638,31.93785900000039,2439521,24,5,1996 +9,M,41.0,23987,-109.08090299999638,31.93785900000039,2439521,24,5,1996 +13,F,27.0,23988,-109.08261299999641,31.937028000000442,2438516,24,5,1996 +14,M,49.0,23989,-109.08182699999641,31.937054000000447,2439521,24,5,1996 +13,F,40.0,23990,-109.08261299999641,31.937028000000442,2439521,24,5,1996 +6,M,31.0,23991,-109.07883599999636,31.939078000000414,2439541,24,5,1996 +9,M,45.0,23992,-109.08090299999638,31.93785900000039,2439541,24,5,1996 +15,F,8.0,23993,-109.08103599999642,31.937059000000463,2439566,24,5,1996 +5,M,8.0,23994,-109.07960199999636,31.93897000000045,2439566,24,5,1996 +6,F,9.0,23995,-109.07883599999636,31.939078000000414,2439566,24,5,1996 +13,F,9.0,23996,-109.08261299999641,31.937028000000442,2439566,24,5,1996 +6,M,9.0,23997,-109.07883599999636,31.939078000000414,2439566,24,5,1996 +8,F,18.0,23998,-109.08167999999641,31.937884000000402,2439591,24,5,1996 +15,M,21.0,23999,-109.08103599999642,31.937059000000463,2439591,24,5,1996 +10,M,12.0,24000,-109.08009099999636,31.938017000000425,2437874,24,5,1996 +4,F,8.0,24001,-109.08040899999641,31.93889400000041,2439566,24,5,1996 +15,M,20.0,24002,-109.08103599999642,31.937059000000463,2439591,24,5,1996 +13,F,9.0,24003,-109.08261299999641,31.937028000000442,2439566,24,5,1996 +5,M,9.0,24004,-109.07960199999636,31.93897000000045,2439566,24,5,1996 +16,F,,24005,-109.08024399999636,31.93709400000041,2439521,24,5,1996 +4,M,51.0,24006,-109.08040899999641,31.93889400000041,2439521,24,5,1996 +14,F,49.0,24007,-109.08182699999641,31.937054000000447,2439521,24,5,1996 +15,M,10.0,24008,-109.08103599999642,31.937059000000463,2439591,24,5,1996 +13,M,24.0,24009,-109.08261299999641,31.937028000000442,2439521,24,5,1996 +5,F,30.0,24010,-109.07960199999636,31.93897000000045,2438516,24,5,1996 +3,M,44.0,24011,-109.08120799999641,31.938896000000387,2439541,24,5,1996 +14,F,61.0,24012,-109.08182699999641,31.937054000000447,2439521,24,5,1996 +11,,,24013,-109.07930699999636,31.938056000000426,,24,5,1996 +19,M,9.0,24014,-109.07791199999636,31.937438000000434,2439566,13,6,1996 +22,F,51.0,24015,-109.07860199999635,31.93644100000042,2439521,13,6,1996 +19,F,26.0,24016,-109.07791199999636,31.937438000000434,2439581,13,6,1996 +7,F,12.0,24017,-109.08281599999641,31.938113000000413,2439591,13,6,1996 +21,M,8.0,24018,-109.07939799999636,31.936448000000453,2439566,13,6,1996 +22,F,45.0,24019,-109.07860199999635,31.93644100000042,2439521,13,6,1996 +22,F,10.0,24020,-109.07860199999635,31.93644100000042,2439566,13,6,1996 +19,F,20.0,24021,-109.07791199999636,31.937438000000434,2439591,13,6,1996 +20,M,30.0,24022,-109.08019099999642,31.93633400000045,2438516,13,6,1996 +1,M,12.0,24023,-109.08282899999641,31.938851000000387,2439591,13,6,1996 +20,M,20.0,24024,-109.08019099999642,31.93633400000045,2439591,13,6,1996 +21,M,19.0,24025,-109.07939799999636,31.936448000000453,2439591,13,6,1996 +22,M,12.0,24026,-109.07860199999635,31.93644100000042,2439591,13,6,1996 +18,F,10.0,24027,-109.07863299999636,31.93712600000041,2439566,13,6,1996 +2,M,53.0,24028,-109.08197499999642,31.93888700000037,2439521,13,6,1996 +17,M,42.0,24029,-109.07941499999636,31.937117000000445,2439521,13,6,1996 +21,F,18.0,24030,-109.07939799999636,31.936448000000453,2439591,13,6,1996 +1,M,7.0,24031,-109.08282899999641,31.938851000000387,2439566,13,6,1996 +20,M,10.0,24032,-109.08019099999642,31.93633400000045,2439566,13,6,1996 +21,M,18.0,24033,-109.07939799999636,31.936448000000453,2439591,13,6,1996 +1,F,49.0,24034,-109.08282899999641,31.938851000000387,2439541,13,6,1996 +12,M,19.0,24035,-109.07851899999636,31.938203000000414,2439591,13,6,1996 +7,F,18.0,24036,-109.08281599999641,31.938113000000413,2439591,13,6,1996 +12,F,43.0,24037,-109.07851899999636,31.938203000000414,2439541,13,6,1996 +21,F,9.0,24038,-109.07939799999636,31.936448000000453,2439566,13,6,1996 +12,F,25.0,24039,-109.07851899999636,31.938203000000414,2439591,13,6,1996 +2,F,21.0,24040,-109.08197499999642,31.93888700000037,2439591,13,6,1996 +12,M,48.0,24041,-109.07851899999636,31.938203000000414,2439521,13,6,1996 +19,M,14.0,24042,-109.07791199999636,31.937438000000434,2439591,13,6,1996 +7,M,12.0,24043,-109.08281599999641,31.938113000000413,2439591,13,6,1996 +18,M,8.0,24044,-109.07863299999636,31.93712600000041,2439566,13,6,1996 +1,M,16.0,24045,-109.08282899999641,31.938851000000387,2439591,13,6,1996 +2,F,41.0,24046,-109.08197499999642,31.93888700000037,2439521,13,6,1996 +12,M,51.0,24047,-109.07851899999636,31.938203000000414,2439521,13,6,1996 +17,M,9.0,24048,-109.07941499999636,31.937117000000445,2439566,13,6,1996 +2,F,17.0,24049,-109.08197499999642,31.93888700000037,2439591,13,6,1996 +21,F,12.0,24050,-109.07939799999636,31.936448000000453,2437874,13,6,1996 +12,F,10.0,24051,-109.07851899999636,31.938203000000414,2439566,13,6,1996 +21,,,24052,-109.07939799999636,31.936448000000453,2437568,13,6,1996 +2,M,26.0,24053,-109.08197499999642,31.93888700000037,2439581,13,6,1996 +20,F,7.0,24054,-109.08019099999642,31.93633400000045,2439566,13,6,1996 +21,M,17.0,24055,-109.07939799999636,31.936448000000453,2439591,13,6,1996 +19,M,9.0,24056,-109.07791199999636,31.937438000000434,2439566,13,6,1996 +1,M,6.0,24057,-109.08282899999641,31.938851000000387,2439566,13,6,1996 +20,F,24.0,24058,-109.08019099999642,31.93633400000045,2438516,13,6,1996 +17,M,49.0,24059,-109.07941499999636,31.937117000000445,2439521,13,6,1996 +19,M,20.0,24060,-109.07791199999636,31.937438000000434,2439591,13,6,1996 +7,M,19.0,24061,-109.08281599999641,31.938113000000413,2439591,13,6,1996 +21,F,9.0,24062,-109.07939799999636,31.936448000000453,2439566,13,6,1996 +23,M,11.0,24063,-109.07783799999636,31.93676300000042,2437874,13,6,1996 +19,M,9.0,24064,-109.07791199999636,31.937438000000434,2439566,13,6,1996 +12,F,53.0,24065,-109.07851899999636,31.938203000000414,2439521,13,6,1996 +7,F,23.0,24066,-109.08281599999641,31.938113000000413,2439591,13,6,1996 +19,M,9.0,24067,-109.07791199999636,31.937438000000434,2439566,13,6,1996 +19,M,12.0,24068,-109.07791199999636,31.937438000000434,2439591,13,6,1996 +18,M,16.0,24069,-109.07863299999636,31.93712600000041,2439591,13,6,1996 +21,F,21.0,24070,-109.07939799999636,31.936448000000453,2439591,13,6,1996 +17,M,22.0,24071,-109.07941499999636,31.937117000000445,2439521,13,6,1996 +21,M,14.0,24072,-109.07939799999636,31.936448000000453,2439591,13,6,1996 +17,F,51.0,24073,-109.07941499999636,31.937117000000445,2439521,13,6,1996 +12,M,25.0,24074,-109.07851899999636,31.938203000000414,2438516,13,6,1996 +18,F,13.0,24075,-109.07863299999636,31.93712600000041,2439591,13,6,1996 +12,M,20.0,24076,-109.07851899999636,31.938203000000414,2437967,13,6,1996 +19,M,10.0,24077,-109.07791199999636,31.937438000000434,2439566,13,6,1996 +18,F,10.0,24078,-109.07863299999636,31.93712600000041,2439566,13,6,1996 +20,F,24.0,24079,-109.08019099999642,31.93633400000045,2439591,13,6,1996 +1,M,47.0,24080,-109.08282899999641,31.938851000000387,2439541,13,6,1996 +17,M,50.0,24081,-109.07941499999636,31.937117000000445,2439521,13,6,1996 +7,F,13.0,24082,-109.08281599999641,31.938113000000413,2439591,13,6,1996 +24,,,24083,-109.07773599999636,31.938560000000447,,13,6,1996 +13,M,19.0,24084,-109.08261299999641,31.937028000000442,2439591,14,6,1996 +14,F,46.0,24085,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +16,M,12.0,24086,-109.08024399999636,31.93709400000041,2437874,14,6,1996 +16,,,24087,-109.08024399999636,31.93709400000041,2437967,14,6,1996 +3,M,19.0,24088,-109.08120799999641,31.938896000000387,2439591,14,6,1996 +4,F,7.0,24089,-109.08040899999641,31.93889400000041,2439566,14,6,1996 +6,,,24090,-109.07883599999636,31.939078000000414,2439541,14,6,1996 +9,M,8.0,24091,-109.08090299999638,31.93785900000039,2439566,14,6,1996 +13,F,10.0,24092,-109.08261299999641,31.937028000000442,2439566,14,6,1996 +16,F,38.0,24093,-109.08024399999636,31.93709400000041,2439521,14,6,1996 +15,M,8.0,24094,-109.08103599999642,31.937059000000463,2439566,14,6,1996 +14,M,51.0,24095,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +4,,,24096,-109.08040899999641,31.93889400000041,2437300,14,6,1996 +4,M,52.0,24097,-109.08040899999641,31.93889400000041,2439521,14,6,1996 +3,F,49.0,24098,-109.08120799999641,31.938896000000387,2439541,14,6,1996 +8,F,28.0,24099,-109.08167999999641,31.937884000000402,2437981,14,6,1996 +13,,,24100,-109.08261299999641,31.937028000000442,2491276,14,6,1996 +14,M,7.0,24101,-109.08182699999641,31.937054000000447,2439566,14,6,1996 +8,M,52.0,24102,-109.08167999999641,31.937884000000402,2439541,14,6,1996 +9,M,48.0,24103,-109.08090299999638,31.93785900000039,2439541,14,6,1996 +8,F,18.0,24104,-109.08167999999641,31.937884000000402,2439591,14,6,1996 +9,,,24105,-109.08090299999638,31.93785900000039,2437568,14,6,1996 +3,M,9.0,24106,-109.08120799999641,31.938896000000387,2439566,14,6,1996 +9,F,40.0,24107,-109.08090299999638,31.93785900000039,2439521,14,6,1996 +13,F,41.0,24108,-109.08261299999641,31.937028000000442,2439521,14,6,1996 +14,M,56.0,24109,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +6,,,24110,-109.07883599999636,31.939078000000414,2437300,14,6,1996 +8,F,50.0,24111,-109.08167999999641,31.937884000000402,2439541,14,6,1996 +4,M,48.0,24112,-109.08040899999641,31.93889400000041,2439521,14,6,1996 +11,F,48.0,24113,-109.07930699999636,31.938056000000426,2439541,14,6,1996 +15,F,10.0,24114,-109.08103599999642,31.937059000000463,2439566,14,6,1996 +8,F,10.0,24115,-109.08167999999641,31.937884000000402,2439591,14,6,1996 +4,M,47.0,24116,-109.08040899999641,31.93889400000041,2439521,14,6,1996 +3,M,14.0,24117,-109.08120799999641,31.938896000000387,2439591,14,6,1996 +6,M,39.0,24118,-109.07883599999636,31.939078000000414,2439541,14,6,1996 +3,M,21.0,24119,-109.08120799999641,31.938896000000387,2439591,14,6,1996 +3,F,21.0,24120,-109.08120799999641,31.938896000000387,2439591,14,6,1996 +4,M,5.0,24121,-109.08040899999641,31.93889400000041,2439566,14,6,1996 +9,M,49.0,24122,-109.08090299999638,31.93785900000039,2439521,14,6,1996 +14,M,9.0,24123,-109.08182699999641,31.937054000000447,2439566,14,6,1996 +3,M,7.0,24124,-109.08120799999641,31.938896000000387,2439566,14,6,1996 +4,M,10.0,24125,-109.08040899999641,31.93889400000041,2439566,14,6,1996 +8,,,24126,-109.08167999999641,31.937884000000402,2437300,14,6,1996 +3,F,23.0,24127,-109.08120799999641,31.938896000000387,2437981,14,6,1996 +8,M,47.0,24128,-109.08167999999641,31.937884000000402,2439541,14,6,1996 +13,F,33.0,24129,-109.08261299999641,31.937028000000442,2439521,14,6,1996 +5,M,9.0,24130,-109.07960199999636,31.93897000000045,2439566,14,6,1996 +13,F,5.0,24131,-109.08261299999641,31.937028000000442,2439566,14,6,1996 +14,F,15.0,24132,-109.08182699999641,31.937054000000447,2439591,14,6,1996 +15,F,19.0,24133,-109.08103599999642,31.937059000000463,2439591,14,6,1996 +11,,,24134,-109.07930699999636,31.938056000000426,2437300,14,6,1996 +9,,,24135,-109.08090299999638,31.93785900000039,2437300,14,6,1996 +9,M,43.0,24136,-109.08090299999638,31.93785900000039,2439521,14,6,1996 +8,M,42.0,24137,-109.08167999999641,31.937884000000402,2439541,14,6,1996 +14,F,21.0,24138,-109.08182699999641,31.937054000000447,2439591,14,6,1996 +3,F,49.0,24139,-109.08120799999641,31.938896000000387,2439541,14,6,1996 +4,F,15.0,24140,-109.08040899999641,31.93889400000041,2439591,14,6,1996 +8,M,49.0,24141,-109.08167999999641,31.937884000000402,2439541,14,6,1996 +13,M,9.0,24142,-109.08261299999641,31.937028000000442,2439566,14,6,1996 +3,M,22.0,24143,-109.08120799999641,31.938896000000387,2439591,14,6,1996 +9,M,50.0,24144,-109.08090299999638,31.93785900000039,2439521,14,6,1996 +14,M,26.0,24145,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +11,M,19.0,24146,-109.07930699999636,31.938056000000426,2437967,14,6,1996 +13,F,9.0,24147,-109.08261299999641,31.937028000000442,2439566,14,6,1996 +14,M,43.0,24148,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +6,F,52.0,24149,-109.07883599999636,31.939078000000414,2439541,14,6,1996 +13,M,9.0,24150,-109.08261299999641,31.937028000000442,2439566,14,6,1996 +15,F,18.0,24151,-109.08103599999642,31.937059000000463,2439591,14,6,1996 +4,F,8.0,24152,-109.08040899999641,31.93889400000041,2439566,14,6,1996 +13,,,24153,-109.08261299999641,31.937028000000442,2437300,14,6,1996 +4,M,46.0,24154,-109.08040899999641,31.93889400000041,2439521,14,6,1996 +14,M,52.0,24155,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +4,M,40.0,24156,-109.08040899999641,31.93889400000041,2438517,14,6,1996 +14,F,44.0,24157,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +14,F,49.0,24158,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +11,F,33.0,24159,-109.07930699999636,31.938056000000426,2439541,14,6,1996 +13,M,31.0,24160,-109.08261299999641,31.937028000000442,2439521,14,6,1996 +14,M,48.0,24161,-109.08182699999641,31.937054000000447,2439521,14,6,1996 +15,F,10.0,24162,-109.08103599999642,31.937059000000463,2439566,14,6,1996 +5,F,29.0,24163,-109.07960199999636,31.93897000000045,2438516,14,6,1996 +13,M,13.0,24164,-109.08261299999641,31.937028000000442,2439591,14,6,1996 +15,M,26.0,24165,-109.08103599999642,31.937059000000463,2438516,14,6,1996 +3,,,24166,-109.08120799999641,31.938896000000387,2439521,14,6,1996 +6,F,42.0,24167,-109.07883599999636,31.939078000000414,2439541,14,6,1996 +11,M,,24168,-109.07930699999636,31.938056000000426,2439541,14,6,1996 +9,M,46.0,24169,-109.08090299999638,31.93785900000039,2439521,14,6,1996 +14,M,13.0,24170,-109.08182699999641,31.937054000000447,2437967,14,6,1996 +15,F,21.0,24171,-109.08103599999642,31.937059000000463,2438517,14,6,1996 +10,,,24172,-109.08009099999636,31.938017000000425,,14,6,1996 +2,M,17.0,24173,-109.08197499999642,31.93888700000037,2439591,20,7,1996 +19,M,18.0,24174,-109.07791199999636,31.937438000000434,2439591,20,7,1996 +21,F,9.0,24175,-109.07939799999636,31.936448000000453,2439566,20,7,1996 +19,F,23.0,24176,-109.07791199999636,31.937438000000434,2439591,20,7,1996 +2,F,23.0,24177,-109.08197499999642,31.93888700000037,2438516,20,7,1996 +18,M,9.0,24178,-109.07863299999636,31.93712600000041,2439566,20,7,1996 +20,F,8.0,24179,-109.08019099999642,31.93633400000045,2439566,20,7,1996 +17,M,44.0,24180,-109.07941499999636,31.937117000000445,2439521,20,7,1996 +21,F,16.0,24181,-109.07939799999636,31.936448000000453,2439591,20,7,1996 +12,F,42.0,24182,-109.07851899999636,31.938203000000414,2439521,20,7,1996 +23,M,12.0,24183,-109.07783799999636,31.93676300000042,2437874,20,7,1996 +18,F,14.0,24184,-109.07863299999636,31.93712600000041,2439591,20,7,1996 +7,F,22.0,24185,-109.08281599999641,31.938113000000413,2439591,20,7,1996 +2,F,17.0,24186,-109.08197499999642,31.93888700000037,2439591,20,7,1996 +21,F,19.0,24187,-109.07939799999636,31.936448000000453,2439591,20,7,1996 +12,M,8.0,24188,-109.07851899999636,31.938203000000414,2439566,20,7,1996 +7,M,23.0,24189,-109.08281599999641,31.938113000000413,2439591,20,7,1996 +1,F,16.0,24190,-109.08282899999641,31.938851000000387,2439591,20,7,1996 +1,M,10.0,24191,-109.08282899999641,31.938851000000387,2439591,20,7,1996 +20,F,18.0,24192,-109.08019099999642,31.93633400000045,2439591,20,7,1996 +21,F,17.0,24193,-109.07939799999636,31.936448000000453,2439591,20,7,1996 +17,M,47.0,24194,-109.07941499999636,31.937117000000445,2439521,20,7,1996 +23,,,24195,-109.07783799999636,31.93676300000042,2437568,20,7,1996 +19,F,20.0,24196,-109.07791199999636,31.937438000000434,2439591,20,7,1996 +22,M,49.0,24197,-109.07860199999635,31.93644100000042,2439521,20,7,1996 +2,F,46.0,24198,-109.08197499999642,31.93888700000037,2439521,20,7,1996 +18,M,19.0,24199,-109.07863299999636,31.93712600000041,2439591,20,7,1996 +20,M,20.0,24200,-109.08019099999642,31.93633400000045,2439591,20,7,1996 +12,M,49.0,24201,-109.07851899999636,31.938203000000414,2439521,20,7,1996 +7,F,17.0,24202,-109.08281599999641,31.938113000000413,2439591,20,7,1996 +12,F,21.0,24203,-109.07851899999636,31.938203000000414,2439591,20,7,1996 +19,M,9.0,24204,-109.07791199999636,31.937438000000434,2439566,20,7,1996 +7,M,21.0,24205,-109.08281599999641,31.938113000000413,2439591,20,7,1996 +19,F,7.0,24206,-109.07791199999636,31.937438000000434,2439566,20,7,1996 +17,M,49.0,24207,-109.07941499999636,31.937117000000445,2439521,20,7,1996 +7,F,20.0,24208,-109.08281599999641,31.938113000000413,2439591,20,7,1996 +17,M,28.0,24209,-109.07941499999636,31.937117000000445,2438516,20,7,1996 +22,F,51.0,24210,-109.07860199999635,31.93644100000042,2439521,20,7,1996 +1,M,19.0,24211,-109.08282899999641,31.938851000000387,2439591,20,7,1996 +20,M,10.0,24212,-109.08019099999642,31.93633400000045,2439566,20,7,1996 +1,F,58.0,24213,-109.08282899999641,31.938851000000387,2439541,20,7,1996 +23,,,24214,-109.07783799999636,31.93676300000042,2437568,20,7,1996 +7,M,23.0,24215,-109.08281599999641,31.938113000000413,2439591,20,7,1996 +17,M,20.0,24216,-109.07941499999636,31.937117000000445,2439591,20,7,1996 +2,F,24.0,24217,-109.08197499999642,31.93888700000037,2439581,20,7,1996 +2,M,12.0,24218,-109.08197499999642,31.93888700000037,2439591,20,7,1996 +17,M,53.0,24219,-109.07941499999636,31.937117000000445,2439521,20,7,1996 +23,,,24220,-109.07783799999636,31.93676300000042,2436910,20,7,1996 +1,F,7.0,24221,-109.08282899999641,31.938851000000387,2439566,20,7,1996 +18,F,10.0,24222,-109.07863299999636,31.93712600000041,2439566,20,7,1996 +17,F,7.0,24223,-109.07941499999636,31.937117000000445,2439566,20,7,1996 +21,F,21.0,24224,-109.07939799999636,31.936448000000453,2439591,20,7,1996 +21,F,26.0,24225,-109.07939799999636,31.936448000000453,2439591,20,7,1996 +12,F,6.0,24226,-109.07851899999636,31.938203000000414,2439566,20,7,1996 +19,M,19.0,24227,-109.07791199999636,31.937438000000434,2439591,20,7,1996 +22,M,8.0,24228,-109.07860199999635,31.93644100000042,2439566,20,7,1996 +24,,,24229,-109.07773599999636,31.938560000000447,,20,7,1996 +5,M,6.0,24230,-109.07960199999636,31.93897000000045,2439566,21,7,1996 +9,F,13.0,24231,-109.08090299999638,31.93785900000039,2439591,21,7,1996 +4,M,49.0,24232,-109.08040899999641,31.93889400000041,2439521,21,7,1996 +8,F,54.0,24233,-109.08167999999641,31.937884000000402,2439541,21,7,1996 +3,F,20.0,24234,-109.08120799999641,31.938896000000387,2439591,21,7,1996 +4,F,9.0,24235,-109.08040899999641,31.93889400000041,2439566,21,7,1996 +15,M,10.0,24236,-109.08103599999642,31.937059000000463,2439566,21,7,1996 +3,F,49.0,24237,-109.08120799999641,31.938896000000387,2439541,21,7,1996 +4,M,51.0,24238,-109.08040899999641,31.93889400000041,2439521,21,7,1996 +3,F,51.0,24239,-109.08120799999641,31.938896000000387,2439541,21,7,1996 +15,F,23.0,24240,-109.08103599999642,31.937059000000463,2439591,21,7,1996 +4,M,11.0,24241,-109.08040899999641,31.93889400000041,2439566,21,7,1996 +9,F,41.0,24242,-109.08090299999638,31.93785900000039,2439521,21,7,1996 +11,M,,24243,-109.07930699999636,31.938056000000426,2439541,21,7,1996 +15,M,46.0,24244,-109.08103599999642,31.937059000000463,2439521,21,7,1996 +8,M,25.0,24245,-109.08167999999641,31.937884000000402,2439591,21,7,1996 +3,M,19.0,24246,-109.08120799999641,31.938896000000387,2439591,21,7,1996 +3,M,17.0,24247,-109.08120799999641,31.938896000000387,2439591,21,7,1996 +11,M,9.0,24248,-109.07930699999636,31.938056000000426,2439566,21,7,1996 +8,F,23.0,24249,-109.08167999999641,31.937884000000402,2439591,21,7,1996 +14,F,10.0,24250,-109.08182699999641,31.937054000000447,2439566,21,7,1996 +9,M,48.0,24251,-109.08090299999638,31.93785900000039,2439521,21,7,1996 +8,M,52.0,24252,-109.08167999999641,31.937884000000402,2439541,21,7,1996 +5,F,8.0,24253,-109.07960199999636,31.93897000000045,2439566,21,7,1996 +11,M,15.0,24254,-109.07930699999636,31.938056000000426,2439591,21,7,1996 +9,M,32.0,24255,-109.08090299999638,31.93785900000039,2438516,21,7,1996 +5,M,22.0,24256,-109.07960199999636,31.93897000000045,2438516,21,7,1996 +4,M,47.0,24257,-109.08040899999641,31.93889400000041,2439521,21,7,1996 +6,F,58.0,24258,-109.07883599999636,31.939078000000414,2439541,21,7,1996 +6,F,52.0,24259,-109.07883599999636,31.939078000000414,2439541,21,7,1996 +8,M,51.0,24260,-109.08167999999641,31.937884000000402,2439541,21,7,1996 +14,M,55.0,24261,-109.08182699999641,31.937054000000447,2439521,21,7,1996 +9,M,45.0,24262,-109.08090299999638,31.93785900000039,2439521,21,7,1996 +14,M,44.0,24263,-109.08182699999641,31.937054000000447,2439521,21,7,1996 +13,F,13.0,24264,-109.08261299999641,31.937028000000442,2439566,21,7,1996 +14,F,55.0,24265,-109.08182699999641,31.937054000000447,2439521,21,7,1996 +15,M,23.0,24266,-109.08103599999642,31.937059000000463,2439591,21,7,1996 +11,M,19.0,24267,-109.07930699999636,31.938056000000426,2438516,21,7,1996 +8,M,54.0,24268,-109.08167999999641,31.937884000000402,2439541,21,7,1996 +4,F,9.0,24269,-109.08040899999641,31.93889400000041,2439566,21,7,1996 +6,M,50.0,24270,-109.07883599999636,31.939078000000414,2439541,21,7,1996 +11,M,39.0,24271,-109.07930699999636,31.938056000000426,2439521,21,7,1996 +13,F,44.0,24272,-109.08261299999641,31.937028000000442,2439521,21,7,1996 +3,F,53.0,24273,-109.08120799999641,31.938896000000387,2439541,21,7,1996 +8,M,51.0,24274,-109.08167999999641,31.937884000000402,2439541,21,7,1996 +3,M,18.0,24275,-109.08120799999641,31.938896000000387,2439591,21,7,1996 +4,M,45.0,24276,-109.08040899999641,31.93889400000041,2439521,21,7,1996 +3,M,19.0,24277,-109.08120799999641,31.938896000000387,2439591,21,7,1996 +10,,,24278,-109.08009099999636,31.938017000000425,,21,7,1996 +16,,,24279,-109.08024399999636,31.93709400000041,,21,7,1996 +19,M,18.0,24280,-109.07791199999636,31.937438000000434,2439591,14,8,1996 +22,F,46.0,24281,-109.07860199999635,31.93644100000042,2439521,14,8,1996 +19,F,23.0,24282,-109.07791199999636,31.937438000000434,2439581,14,8,1996 +22,F,42.0,24283,-109.07860199999635,31.93644100000042,2439521,14,8,1996 +20,F,18.0,24284,-109.08019099999642,31.93633400000045,2439591,14,8,1996 +12,M,,24285,-109.07851899999636,31.938203000000414,2439521,14,8,1996 +22,M,16.0,24286,-109.07860199999635,31.93644100000042,2439591,14,8,1996 +12,,,24287,-109.07851899999636,31.938203000000414,2437300,14,8,1996 +18,M,8.0,24288,-109.07863299999636,31.93712600000041,2439566,14,8,1996 +1,F,15.0,24289,-109.08282899999641,31.938851000000387,2439591,14,8,1996 +19,F,17.0,24290,-109.07791199999636,31.937438000000434,2439591,14,8,1996 +12,M,57.0,24291,-109.07851899999636,31.938203000000414,2439521,14,8,1996 +21,F,20.0,24292,-109.07939799999636,31.936448000000453,2439591,14,8,1996 +2,F,47.0,24293,-109.08197499999642,31.93888700000037,2439521,14,8,1996 +17,M,44.0,24294,-109.07941499999636,31.937117000000445,2439521,14,8,1996 +1,M,19.0,24295,-109.08282899999641,31.938851000000387,2439591,14,8,1996 +1,F,16.0,24296,-109.08282899999641,31.938851000000387,2439591,14,8,1996 +19,F,22.0,24297,-109.07791199999636,31.937438000000434,2439591,14,8,1996 +17,M,10.0,24298,-109.07941499999636,31.937117000000445,2439566,14,8,1996 +1,M,23.0,24299,-109.08282899999641,31.938851000000387,2439541,14,8,1996 +17,M,20.0,24300,-109.07941499999636,31.937117000000445,2439591,14,8,1996 +12,F,44.0,24301,-109.07851899999636,31.938203000000414,2439521,14,8,1996 +19,M,18.0,24302,-109.07791199999636,31.937438000000434,2439591,14,8,1996 +21,F,18.0,24303,-109.07939799999636,31.936448000000453,2439591,14,8,1996 +1,F,32.0,24304,-109.08282899999641,31.938851000000387,2439581,14,8,1996 +12,M,44.0,24305,-109.07851899999636,31.938203000000414,2439521,14,8,1996 +12,F,19.0,24306,-109.07851899999636,31.938203000000414,2439591,14,8,1996 +2,M,40.0,24307,-109.08197499999642,31.93888700000037,2439521,14,8,1996 +2,F,19.0,24308,-109.08197499999642,31.93888700000037,2439591,14,8,1996 +20,M,,24309,-109.08019099999642,31.93633400000045,2439591,14,8,1996 +20,F,18.0,24310,-109.08019099999642,31.93633400000045,2439591,14,8,1996 +7,F,17.0,24311,-109.08281599999641,31.938113000000413,2439591,14,8,1996 +23,F,16.0,24312,-109.07783799999636,31.93676300000042,2439591,14,8,1996 +1,F,46.0,24313,-109.08282899999641,31.938851000000387,2439541,14,8,1996 +19,M,15.0,24314,-109.07791199999636,31.937438000000434,2439591,14,8,1996 +18,F,20.0,24315,-109.07863299999636,31.93712600000041,2439591,14,8,1996 +18,F,16.0,24316,-109.07863299999636,31.93712600000041,2439591,14,8,1996 +20,M,21.0,24317,-109.08019099999642,31.93633400000045,2439591,14,8,1996 +1,F,18.0,24318,-109.08282899999641,31.938851000000387,2439591,14,8,1996 +2,M,15.0,24319,-109.08197499999642,31.93888700000037,2439591,14,8,1996 +12,F,49.0,24320,-109.07851899999636,31.938203000000414,2439521,14,8,1996 +18,F,11.0,24321,-109.07863299999636,31.93712600000041,2439566,14,8,1996 +17,M,46.0,24322,-109.07941499999636,31.937117000000445,2439521,14,8,1996 +20,M,19.0,24323,-109.08019099999642,31.93633400000045,2439591,14,8,1996 +19,M,19.0,24324,-109.07791199999636,31.937438000000434,2439591,14,8,1996 +12,F,16.0,24325,-109.07851899999636,31.938203000000414,2439591,14,8,1996 +21,F,21.0,24326,-109.07939799999636,31.936448000000453,2439591,14,8,1996 +21,F,17.0,24327,-109.07939799999636,31.936448000000453,2439591,14,8,1996 +12,M,9.0,24328,-109.07851899999636,31.938203000000414,2439566,14,8,1996 +17,M,49.0,24329,-109.07941499999636,31.937117000000445,2439521,14,8,1996 +24,,,24330,-109.07773599999636,31.938560000000447,,14,8,1996 +3,F,16.0,24331,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +6,M,15.0,24332,-109.07883599999636,31.939078000000414,2439591,15,8,1996 +8,M,15.0,24333,-109.08167999999641,31.937884000000402,2439591,15,8,1996 +14,M,13.0,24334,-109.08182699999641,31.937054000000447,2439591,15,8,1996 +3,F,48.0,24335,-109.08120799999641,31.938896000000387,2439541,15,8,1996 +14,M,17.0,24336,-109.08182699999641,31.937054000000447,2439591,15,8,1996 +3,F,15.0,24337,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +6,,,24338,-109.07883599999636,31.939078000000414,2437568,15,8,1996 +15,M,41.0,24339,-109.08103599999642,31.937059000000463,2439521,15,8,1996 +9,F,45.0,24340,-109.08090299999638,31.93785900000039,2439521,15,8,1996 +14,F,48.0,24341,-109.08182699999641,31.937054000000447,2439521,15,8,1996 +6,F,9.0,24342,-109.07883599999636,31.939078000000414,2439566,15,8,1996 +11,F,59.0,24343,-109.07930699999636,31.938056000000426,2439541,15,8,1996 +11,M,,24344,-109.07930699999636,31.938056000000426,2439591,15,8,1996 +8,F,55.0,24345,-109.08167999999641,31.937884000000402,2439541,15,8,1996 +4,M,52.0,24346,-109.08040899999641,31.93889400000041,2439521,15,8,1996 +14,M,45.0,24347,-109.08182699999641,31.937054000000447,2439521,15,8,1996 +3,M,19.0,24348,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +13,M,18.0,24349,-109.08261299999641,31.937028000000442,2439591,15,8,1996 +6,F,8.0,24350,-109.07883599999636,31.939078000000414,2439566,15,8,1996 +5,M,8.0,24351,-109.07960199999636,31.93897000000045,2439566,15,8,1996 +3,M,17.0,24352,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +5,F,8.0,24353,-109.07960199999636,31.93897000000045,2439566,15,8,1996 +11,M,43.0,24354,-109.07930699999636,31.938056000000426,2439521,15,8,1996 +9,M,13.0,24355,-109.08090299999638,31.93785900000039,2439591,15,8,1996 +4,M,12.0,24356,-109.08040899999641,31.93889400000041,2439591,15,8,1996 +4,M,45.0,24357,-109.08040899999641,31.93889400000041,2439521,15,8,1996 +6,M,22.0,24358,-109.07883599999636,31.939078000000414,2438516,15,8,1996 +11,F,11.0,24359,-109.07930699999636,31.938056000000426,2439591,15,8,1996 +5,F,22.0,24360,-109.07960199999636,31.93897000000045,2438516,15,8,1996 +3,F,15.0,24361,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +15,F,21.0,24362,-109.08103599999642,31.937059000000463,2439591,15,8,1996 +3,M,11.0,24363,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +6,F,8.0,24364,-109.07883599999636,31.939078000000414,2439566,15,8,1996 +3,F,17.0,24365,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +14,M,49.0,24366,-109.08182699999641,31.937054000000447,2439521,15,8,1996 +9,M,47.0,24367,-109.08090299999638,31.93785900000039,2439521,15,8,1996 +13,M,18.0,24368,-109.08261299999641,31.937028000000442,2439591,15,8,1996 +3,M,17.0,24369,-109.08120799999641,31.938896000000387,2439591,15,8,1996 +13,M,19.0,24370,-109.08261299999641,31.937028000000442,2439591,15,8,1996 +13,F,8.0,24371,-109.08261299999641,31.937028000000442,2439566,15,8,1996 +8,M,45.0,24372,-109.08167999999641,31.937884000000402,2439541,15,8,1996 +13,F,41.0,24373,-109.08261299999641,31.937028000000442,2439521,15,8,1996 +9,M,47.0,24374,-109.08090299999638,31.93785900000039,2439521,15,8,1996 +4,F,14.0,24375,-109.08040899999641,31.93889400000041,2439591,15,8,1996 +6,M,15.0,24376,-109.07883599999636,31.939078000000414,2439591,15,8,1996 +8,F,13.0,24377,-109.08167999999641,31.937884000000402,2439591,15,8,1996 +4,M,10.0,24378,-109.08040899999641,31.93889400000041,2439566,15,8,1996 +13,M,17.0,24379,-109.08261299999641,31.937028000000442,2439591,15,8,1996 +9,M,16.0,24380,-109.08090299999638,31.93785900000039,2439591,15,8,1996 +6,M,24.0,24381,-109.07883599999636,31.939078000000414,2438516,15,8,1996 +4,M,16.0,24382,-109.08040899999641,31.93889400000041,2439591,15,8,1996 +13,F,11.0,24383,-109.08261299999641,31.937028000000442,2439566,15,8,1996 +6,F,21.0,24384,-109.07883599999636,31.939078000000414,2438516,15,8,1996 +13,M,9.0,24385,-109.08261299999641,31.937028000000442,2439566,15,8,1996 +13,M,20.0,24386,-109.08261299999641,31.937028000000442,2439591,15,8,1996 +5,M,18.0,24387,-109.07960199999636,31.93897000000045,2439591,15,8,1996 +10,,,24388,-109.08009099999636,31.938017000000425,,15,8,1996 +16,,,24389,-109.08024399999636,31.93709400000041,,15,8,1996 +12,F,21.0,24390,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +17,M,48.0,24391,-109.07941499999636,31.937117000000445,2439521,21,9,1996 +18,F,18.0,24392,-109.07863299999636,31.93712600000041,2439591,21,9,1996 +23,M,22.0,24393,-109.07783799999636,31.93676300000042,2439591,21,9,1996 +2,F,26.0,24394,-109.08197499999642,31.93888700000037,2439521,21,9,1996 +21,M,23.0,24395,-109.07939799999636,31.936448000000453,2438516,21,9,1996 +12,M,11.0,24396,-109.07851899999636,31.938203000000414,2439591,21,9,1996 +2,M,28.0,24397,-109.08197499999642,31.93888700000037,2439521,21,9,1996 +12,M,31.0,24398,-109.07851899999636,31.938203000000414,2439581,21,9,1996 +19,M,16.0,24399,-109.07791199999636,31.937438000000434,2439591,21,9,1996 +1,F,32.0,24400,-109.08282899999641,31.938851000000387,2439581,21,9,1996 +12,M,47.0,24401,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +17,M,44.0,24402,-109.07941499999636,31.937117000000445,2439521,21,9,1996 +20,F,27.0,24403,-109.08019099999642,31.93633400000045,2438516,21,9,1996 +21,F,17.0,24404,-109.07939799999636,31.936448000000453,2439591,21,9,1996 +1,M,35.0,24405,-109.08282899999641,31.938851000000387,2439521,21,9,1996 +12,M,184.0,24406,-109.07851899999636,31.938203000000414,,21,9,1996 +22,F,41.0,24407,-109.07860199999635,31.93644100000042,2439521,21,9,1996 +2,F,42.0,24408,-109.08197499999642,31.93888700000037,2439521,21,9,1996 +20,M,14.0,24409,-109.08019099999642,31.93633400000045,2439591,21,9,1996 +17,F,8.0,24410,-109.07941499999636,31.937117000000445,2439566,21,9,1996 +20,M,8.0,24411,-109.08019099999642,31.93633400000045,2439566,21,9,1996 +19,F,17.0,24412,-109.07791199999636,31.937438000000434,2439591,21,9,1996 +22,F,54.0,24413,-109.07860199999635,31.93644100000042,2439521,21,9,1996 +2,F,31.0,24414,-109.08197499999642,31.93888700000037,2438516,21,9,1996 +18,M,17.0,24415,-109.07863299999636,31.93712600000041,2439591,21,9,1996 +20,M,21.0,24416,-109.08019099999642,31.93633400000045,2438516,21,9,1996 +1,M,7.0,24417,-109.08282899999641,31.938851000000387,2439566,21,9,1996 +12,M,22.0,24418,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +2,F,20.0,24419,-109.08197499999642,31.93888700000037,2439591,21,9,1996 +17,M,13.0,24420,-109.07941499999636,31.937117000000445,2438516,21,9,1996 +22,M,31.0,24421,-109.07860199999635,31.93644100000042,2439521,21,9,1996 +17,F,22.0,24422,-109.07941499999636,31.937117000000445,2438516,21,9,1996 +1,M,41.0,24423,-109.08282899999641,31.938851000000387,2439541,21,9,1996 +2,M,36.0,24424,-109.08197499999642,31.93888700000037,2439581,21,9,1996 +12,F,49.0,24425,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +17,M,7.0,24426,-109.07941499999636,31.937117000000445,2439566,21,9,1996 +2,M,27.0,24427,-109.08197499999642,31.93888700000037,2438516,21,9,1996 +17,F,46.0,24428,-109.07941499999636,31.937117000000445,2439521,21,9,1996 +12,M,50.0,24429,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +17,F,8.0,24430,-109.07941499999636,31.937117000000445,2439566,21,9,1996 +1,F,52.0,24431,-109.08282899999641,31.938851000000387,2439541,21,9,1996 +12,F,43.0,24432,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +21,M,15.0,24433,-109.07939799999636,31.936448000000453,2438516,21,9,1996 +24,M,20.0,24434,-109.07773599999636,31.938560000000447,2437967,21,9,1996 +18,M,8.0,24435,-109.07863299999636,31.93712600000041,2439566,21,9,1996 +2,F,21.0,24436,-109.08197499999642,31.93888700000037,2439591,21,9,1996 +12,M,7.0,24437,-109.07851899999636,31.938203000000414,2439566,21,9,1996 +21,F,21.0,24438,-109.07939799999636,31.936448000000453,2439591,21,9,1996 +22,F,52.0,24439,-109.07860199999635,31.93644100000042,2439521,21,9,1996 +7,F,21.0,24440,-109.08281599999641,31.938113000000413,2439591,21,9,1996 +2,F,24.0,24441,-109.08197499999642,31.93888700000037,2439581,21,9,1996 +12,F,29.0,24442,-109.07851899999636,31.938203000000414,2438516,21,9,1996 +17,M,50.0,24443,-109.07941499999636,31.937117000000445,2439521,21,9,1996 +2,M,42.0,24444,-109.08197499999642,31.93888700000037,2439521,21,9,1996 +20,M,25.0,24445,-109.08019099999642,31.93633400000045,2439581,21,9,1996 +12,M,49.0,24446,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +21,F,,24447,-109.07939799999636,31.936448000000453,2439591,21,9,1996 +12,M,27.0,24448,-109.07851899999636,31.938203000000414,2438516,21,9,1996 +20,M,20.0,24449,-109.08019099999642,31.93633400000045,2438516,21,9,1996 +12,M,14.0,24450,-109.07851899999636,31.938203000000414,2439591,21,9,1996 +18,F,9.0,24451,-109.07863299999636,31.93712600000041,2439566,21,9,1996 +22,M,40.0,24452,-109.07860199999635,31.93644100000042,2439581,21,9,1996 +2,M,32.0,24453,-109.08197499999642,31.93888700000037,2439581,21,9,1996 +12,F,8.0,24454,-109.07851899999636,31.938203000000414,2439566,21,9,1996 +18,F,16.0,24455,-109.07863299999636,31.93712600000041,2439591,21,9,1996 +17,F,16.0,24456,-109.07941499999636,31.937117000000445,2439591,21,9,1996 +22,F,24.0,24457,-109.07860199999635,31.93644100000042,2438516,21,9,1996 +12,F,42.0,24458,-109.07851899999636,31.938203000000414,2439521,21,9,1996 +17,M,50.0,24459,-109.07941499999636,31.937117000000445,2439521,21,9,1996 +17,M,20.0,24460,-109.07941499999636,31.937117000000445,2439591,21,9,1996 +4,M,54.0,24461,-109.08040899999641,31.93889400000041,2439521,22,9,1996 +6,F,15.0,24462,-109.07883599999636,31.939078000000414,2439591,22,9,1996 +8,M,18.0,24463,-109.08167999999641,31.937884000000402,2439591,22,9,1996 +15,F,10.0,24464,-109.08103599999642,31.937059000000463,2439566,22,9,1996 +4,M,11.0,24465,-109.08040899999641,31.93889400000041,2439591,22,9,1996 +6,M,16.0,24466,-109.07883599999636,31.939078000000414,2439591,22,9,1996 +3,F,17.0,24467,-109.08120799999641,31.938896000000387,2439591,22,9,1996 +8,F,9.0,24468,-109.08167999999641,31.937884000000402,2439566,22,9,1996 +15,F,9.0,24469,-109.08103599999642,31.937059000000463,2439566,22,9,1996 +8,M,54.0,24470,-109.08167999999641,31.937884000000402,2439541,22,9,1996 +6,F,25.0,24471,-109.07883599999636,31.939078000000414,2438516,22,9,1996 +9,F,43.0,24472,-109.08090299999638,31.93785900000039,2439521,22,9,1996 +13,F,16.0,24473,-109.08261299999641,31.937028000000442,2438516,22,9,1996 +4,M,9.0,24474,-109.08040899999641,31.93889400000041,2439566,22,9,1996 +15,M,48.0,24475,-109.08103599999642,31.937059000000463,2439521,22,9,1996 +4,M,51.0,24476,-109.08040899999641,31.93889400000041,2439521,22,9,1996 +6,F,,24477,-109.07883599999636,31.939078000000414,2439566,22,9,1996 +13,F,18.0,24478,-109.08261299999641,31.937028000000442,2438516,22,9,1996 +15,F,7.0,24479,-109.08103599999642,31.937059000000463,2439566,22,9,1996 +13,F,28.0,24480,-109.08261299999641,31.937028000000442,2438516,22,9,1996 +3,F,26.0,24481,-109.08120799999641,31.938896000000387,2439581,22,9,1996 +11,F,24.0,24482,-109.07930699999636,31.938056000000426,2438516,22,9,1996 +13,M,14.0,24483,-109.08261299999641,31.937028000000442,2438516,22,9,1996 +15,M,15.0,24484,-109.08103599999642,31.937059000000463,2439591,22,9,1996 +11,F,61.0,24485,-109.07930699999636,31.938056000000426,2439541,22,9,1996 +9,M,50.0,24486,-109.08090299999638,31.93785900000039,2439541,22,9,1996 +5,F,8.0,24487,-109.07960199999636,31.93897000000045,2439566,22,9,1996 +11,M,,24488,-109.07930699999636,31.938056000000426,2439541,22,9,1996 +5,F,16.0,24489,-109.07960199999636,31.93897000000045,2439591,22,9,1996 +9,M,49.0,24490,-109.08090299999638,31.93785900000039,2439521,22,9,1996 +8,F,19.0,24491,-109.08167999999641,31.937884000000402,2439591,22,9,1996 +14,M,47.0,24492,-109.08182699999641,31.937054000000447,2439521,22,9,1996 +3,F,16.0,24493,-109.08120799999641,31.938896000000387,2439591,22,9,1996 +14,F,49.0,24494,-109.08182699999641,31.937054000000447,2439521,22,9,1996 +3,F,18.0,24495,-109.08120799999641,31.938896000000387,2439591,22,9,1996 +14,F,14.0,24496,-109.08182699999641,31.937054000000447,2439591,22,9,1996 +15,F,8.0,24497,-109.08103599999642,31.937059000000463,2439566,22,9,1996 +14,M,57.0,24498,-109.08182699999641,31.937054000000447,2439521,22,9,1996 +3,F,16.0,24499,-109.08120799999641,31.938896000000387,2438516,22,9,1996 +11,F,33.0,24500,-109.07930699999636,31.938056000000426,2439521,22,9,1996 +8,M,52.0,24501,-109.08167999999641,31.937884000000402,2439541,22,9,1996 +13,M,21.0,24502,-109.08261299999641,31.937028000000442,2438516,22,9,1996 +14,F,30.0,24503,-109.08182699999641,31.937054000000447,2439521,22,9,1996 +11,F,5.0,24504,-109.07930699999636,31.938056000000426,2439566,22,9,1996 +16,M,22.0,24505,-109.08024399999636,31.93709400000041,2438516,22,9,1996 +3,M,20.0,24506,-109.08120799999641,31.938896000000387,2439591,22,9,1996 +3,F,19.0,24507,-109.08120799999641,31.938896000000387,2438516,22,9,1996 +6,F,5.0,24508,-109.07883599999636,31.939078000000414,2439566,22,9,1996 +8,F,40.0,24509,-109.08167999999641,31.937884000000402,2439541,22,9,1996 +13,F,8.0,24510,-109.08261299999641,31.937028000000442,2439566,22,9,1996 +14,M,8.0,24511,-109.08182699999641,31.937054000000447,2439566,22,9,1996 +5,F,9.0,24512,-109.07960199999636,31.93897000000045,2439566,22,9,1996 +4,M,50.0,24513,-109.08040899999641,31.93889400000041,2439521,22,9,1996 +16,M,19.0,24514,-109.08024399999636,31.93709400000041,2437967,22,9,1996 +5,M,8.0,24515,-109.07960199999636,31.93897000000045,2439566,22,9,1996 +3,M,17.0,24516,-109.08120799999641,31.938896000000387,2439591,22,9,1996 +9,M,35.0,24517,-109.08090299999638,31.93785900000039,2439521,22,9,1996 +13,M,26.0,24518,-109.08261299999641,31.937028000000442,2437981,22,9,1996 +14,M,48.0,24519,-109.08182699999641,31.937054000000447,2439521,22,9,1996 +15,F,27.0,24520,-109.08103599999642,31.937059000000463,2438516,22,9,1996 +4,M,8.0,24521,-109.08040899999641,31.93889400000041,2439566,22,9,1996 +6,F,29.0,24522,-109.07883599999636,31.939078000000414,2439581,22,9,1996 +6,F,14.0,24523,-109.07883599999636,31.939078000000414,2439591,22,9,1996 +15,M,16.0,24524,-109.08103599999642,31.937059000000463,2438516,22,9,1996 +8,F,25.0,24525,-109.08167999999641,31.937884000000402,2438516,22,9,1996 +13,F,45.0,24526,-109.08261299999641,31.937028000000442,2439521,22,9,1996 +14,M,30.0,24527,-109.08182699999641,31.937054000000447,2439521,22,9,1996 +15,F,15.0,24528,-109.08103599999642,31.937059000000463,2439591,22,9,1996 +11,M,47.0,24529,-109.07930699999636,31.938056000000426,2439521,22,9,1996 +13,M,19.0,24530,-109.08261299999641,31.937028000000442,2439591,22,9,1996 +14,F,53.0,24531,-109.08182699999641,31.937054000000447,2439521,22,9,1996 +10,M,11.0,24532,-109.08009099999636,31.938017000000425,2437874,22,9,1996 +13,M,9.0,24533,-109.08261299999641,31.937028000000442,2439566,22,9,1996 +11,M,15.0,24534,-109.07930699999636,31.938056000000426,2439591,22,9,1996 +4,F,28.0,24535,-109.08040899999641,31.93889400000041,2438516,22,9,1996 +16,F,14.0,24536,-109.08024399999636,31.93709400000041,2437874,22,9,1996 +1,M,25.0,24537,-109.08282899999641,31.938851000000387,2438516,12,10,1996 +2,M,45.0,24538,-109.08197499999642,31.93888700000037,2439521,12,10,1996 +12,M,46.0,24539,-109.07851899999636,31.938203000000414,2439521,12,10,1996 +18,F,9.0,24540,-109.07863299999636,31.93712600000041,2439566,12,10,1996 +1,F,27.0,24541,-109.08282899999641,31.938851000000387,2439521,12,10,1996 +17,F,8.0,24542,-109.07941499999636,31.937117000000445,2439566,12,10,1996 +19,M,14.0,24543,-109.07791199999636,31.937438000000434,2438516,12,10,1996 +17,M,44.0,24544,-109.07941499999636,31.937117000000445,2439521,12,10,1996 +7,M,20.0,24545,-109.08281599999641,31.938113000000413,2437967,12,10,1996 +24,F,19.0,24546,-109.07773599999636,31.938560000000447,2437981,12,10,1996 +2,M,50.0,24547,-109.08197499999642,31.93888700000037,2439521,12,10,1996 +12,M,16.0,24548,-109.07851899999636,31.938203000000414,2439591,12,10,1996 +1,M,40.0,24549,-109.08282899999641,31.938851000000387,2439521,12,10,1996 +2,M,36.0,24550,-109.08197499999642,31.93888700000037,2439521,12,10,1996 +12,M,7.0,24551,-109.07851899999636,31.938203000000414,2439566,12,10,1996 +21,,,24552,-109.07939799999636,31.936448000000453,2437568,12,10,1996 +24,M,20.0,24553,-109.07773599999636,31.938560000000447,2437981,12,10,1996 +2,F,48.0,24554,-109.08197499999642,31.93888700000037,2439521,12,10,1996 +12,M,22.0,24555,-109.07851899999636,31.938203000000414,2438516,12,10,1996 +1,F,34.0,24556,-109.08282899999641,31.938851000000387,2439581,12,10,1996 +12,M,185.0,24557,-109.07851899999636,31.938203000000414,,12,10,1996 +17,M,41.0,24558,-109.07941499999636,31.937117000000445,2439521,12,10,1996 +22,M,20.0,24559,-109.07860199999635,31.93644100000042,2439521,12,10,1996 +20,F,7.0,24560,-109.08019099999642,31.93633400000045,2439566,12,10,1996 +17,F,27.0,24561,-109.07941499999636,31.937117000000445,2439521,12,10,1996 +20,M,18.0,24562,-109.08019099999642,31.93633400000045,2439591,12,10,1996 +22,F,35.0,24563,-109.07860199999635,31.93644100000042,2439521,12,10,1996 +21,M,20.0,24564,-109.07939799999636,31.936448000000453,2438516,12,10,1996 +12,M,8.0,24565,-109.07851899999636,31.938203000000414,2439566,12,10,1996 +19,F,17.0,24566,-109.07791199999636,31.937438000000434,2439591,12,10,1996 +19,M,26.0,24567,-109.07791199999636,31.937438000000434,2439581,12,10,1996 +18,M,8.0,24568,-109.07863299999636,31.93712600000041,2439566,12,10,1996 +1,M,18.0,24569,-109.08282899999641,31.938851000000387,2439591,12,10,1996 +12,F,33.0,24570,-109.07851899999636,31.938203000000414,2439521,12,10,1996 +17,M,17.0,24571,-109.07941499999636,31.937117000000445,2438516,12,10,1996 +2,M,37.0,24572,-109.08197499999642,31.93888700000037,2439581,12,10,1996 +12,F,35.0,24573,-109.07851899999636,31.938203000000414,2439521,12,10,1996 +1,F,49.0,24574,-109.08282899999641,31.938851000000387,2439541,12,10,1996 +17,M,48.0,24575,-109.07941499999636,31.937117000000445,2439521,12,10,1996 +21,F,8.0,24576,-109.07939799999636,31.936448000000453,2439566,12,10,1996 +1,M,45.0,24577,-109.08282899999641,31.938851000000387,2439541,12,10,1996 +22,M,54.0,24578,-109.07860199999635,31.93644100000042,2439521,12,10,1996 +7,F,20.0,24579,-109.08281599999641,31.938113000000413,2439591,12,10,1996 +2,M,26.0,24580,-109.08197499999642,31.93888700000037,2439581,12,10,1996 +12,F,7.0,24581,-109.07851899999636,31.938203000000414,2439566,12,10,1996 +12,F,45.0,24582,-109.07851899999636,31.938203000000414,2439521,12,10,1996 +24,F,23.0,24583,-109.07773599999636,31.938560000000447,2438019,12,10,1996 +17,M,43.0,24584,-109.07941499999636,31.937117000000445,2439521,12,10,1996 +22,M,35.0,24585,-109.07860199999635,31.93644100000042,2439581,12,10,1996 +17,M,8.0,24586,-109.07941499999636,31.937117000000445,2439566,12,10,1996 +20,M,31.0,24587,-109.08019099999642,31.93633400000045,2439581,12,10,1996 +21,M,8.0,24588,-109.07939799999636,31.936448000000453,2439566,12,10,1996 +12,F,42.0,24589,-109.07851899999636,31.938203000000414,2439521,12,10,1996 +2,M,127.0,24590,-109.08197499999642,31.93888700000037,,12,10,1996 +1,F,38.0,24591,-109.08282899999641,31.938851000000387,2439541,12,10,1996 +17,F,45.0,24592,-109.07941499999636,31.937117000000445,2439521,12,10,1996 +12,F,25.0,24593,-109.07851899999636,31.938203000000414,2438516,12,10,1996 +22,F,34.0,24594,-109.07860199999635,31.93644100000042,2439521,12,10,1996 +1,F,30.0,24595,-109.08282899999641,31.938851000000387,2438516,12,10,1996 +2,M,38.0,24596,-109.08197499999642,31.93888700000037,2439581,12,10,1996 +20,F,7.0,24597,-109.08019099999642,31.93633400000045,2439566,12,10,1996 +18,M,7.0,24598,-109.07863299999636,31.93712600000041,2439566,12,10,1996 +17,M,16.0,24599,-109.07941499999636,31.937117000000445,2439591,12,10,1996 +23,,,24600,-109.07783799999636,31.93676300000042,,12,10,1996 +3,M,23.0,24601,-109.08120799999641,31.938896000000387,2438516,13,10,1996 +6,F,8.0,24602,-109.07883599999636,31.939078000000414,2439566,13,10,1996 +11,F,24.0,24603,-109.07930699999636,31.938056000000426,2438516,13,10,1996 +9,M,41.0,24604,-109.08090299999638,31.93785900000039,2439521,13,10,1996 +6,F,17.0,24605,-109.07883599999636,31.939078000000414,2438516,13,10,1996 +3,F,15.0,24606,-109.08120799999641,31.938896000000387,2439591,13,10,1996 +9,F,46.0,24607,-109.08090299999638,31.93785900000039,2439521,13,10,1996 +15,M,21.0,24608,-109.08103599999642,31.937059000000463,2438516,13,10,1996 +3,F,24.0,24609,-109.08120799999641,31.938896000000387,2438516,13,10,1996 +8,F,21.0,24610,-109.08167999999641,31.937884000000402,2438516,13,10,1996 +14,M,45.0,24611,-109.08182699999641,31.937054000000447,2439521,13,10,1996 +3,F,55.0,24612,-109.08120799999641,31.938896000000387,2439541,13,10,1996 +9,M,49.0,24613,-109.08090299999638,31.93785900000039,2439541,13,10,1996 +8,M,50.0,24614,-109.08167999999641,31.937884000000402,2439541,13,10,1996 +9,M,7.0,24615,-109.08090299999638,31.93785900000039,2439566,13,10,1996 +14,M,26.0,24616,-109.08182699999641,31.937054000000447,2439521,13,10,1996 +14,M,24.0,24617,-109.08182699999641,31.937054000000447,2439521,13,10,1996 +9,M,6.0,24618,-109.08090299999638,31.93785900000039,2439566,13,10,1996 +4,M,50.0,24619,-109.08040899999641,31.93889400000041,2439521,13,10,1996 +15,M,26.0,24620,-109.08103599999642,31.937059000000463,2438516,13,10,1996 +15,,,24621,-109.08103599999642,31.937059000000463,2437568,13,10,1996 +3,F,30.0,24622,-109.08120799999641,31.938896000000387,2439581,13,10,1996 +8,M,46.0,24623,-109.08167999999641,31.937884000000402,2439541,13,10,1996 +15,M,15.0,24624,-109.08103599999642,31.937059000000463,2439591,13,10,1996 +3,M,7.0,24625,-109.08120799999641,31.938896000000387,2439566,13,10,1996 +6,M,15.0,24626,-109.07883599999636,31.939078000000414,2439591,13,10,1996 +4,F,41.0,24627,-109.08040899999641,31.93889400000041,2439521,13,10,1996 +3,F,16.0,24628,-109.08120799999641,31.938896000000387,2439591,13,10,1996 +3,F,22.0,24629,-109.08120799999641,31.938896000000387,2438516,13,10,1996 +6,M,7.0,24630,-109.07883599999636,31.939078000000414,2439566,13,10,1996 +14,M,7.0,24631,-109.08182699999641,31.937054000000447,2439566,13,10,1996 +4,M,48.0,24632,-109.08040899999641,31.93889400000041,2439521,13,10,1996 +14,M,47.0,24633,-109.08182699999641,31.937054000000447,2439521,13,10,1996 +9,M,46.0,24634,-109.08090299999638,31.93785900000039,2439521,13,10,1996 +13,F,43.0,24635,-109.08261299999641,31.937028000000442,2439521,13,10,1996 +16,M,45.0,24636,-109.08024399999636,31.93709400000041,2439521,13,10,1996 +3,M,28.0,24637,-109.08120799999641,31.938896000000387,2438516,13,10,1996 +4,M,9.0,24638,-109.08040899999641,31.93889400000041,2439566,13,10,1996 +6,M,7.0,24639,-109.07883599999636,31.939078000000414,2439566,13,10,1996 +11,F,54.0,24640,-109.07930699999636,31.938056000000426,2439541,13,10,1996 +9,M,47.0,24641,-109.08090299999638,31.93785900000039,2439521,13,10,1996 +15,F,9.0,24642,-109.08103599999642,31.937059000000463,2439566,13,10,1996 +11,F,6.0,24643,-109.07930699999636,31.938056000000426,2439566,13,10,1996 +6,M,23.0,24644,-109.07883599999636,31.939078000000414,2438516,13,10,1996 +6,M,16.0,24645,-109.07883599999636,31.939078000000414,2439591,13,10,1996 +3,F,17.0,24646,-109.08120799999641,31.938896000000387,2439591,13,10,1996 +4,M,42.0,24647,-109.08040899999641,31.93889400000041,2439521,13,10,1996 +8,F,42.0,24648,-109.08167999999641,31.937884000000402,2439541,13,10,1996 +14,M,22.0,24649,-109.08182699999641,31.937054000000447,2438516,13,10,1996 +15,M,15.0,24650,-109.08103599999642,31.937059000000463,2439591,13,10,1996 +13,M,18.0,24651,-109.08261299999641,31.937028000000442,2439591,13,10,1996 +4,M,47.0,24652,-109.08040899999641,31.93889400000041,2439521,13,10,1996 +13,F,9.0,24653,-109.08261299999641,31.937028000000442,2439566,13,10,1996 +14,M,13.0,24654,-109.08182699999641,31.937054000000447,2438516,13,10,1996 +4,F,24.0,24655,-109.08040899999641,31.93889400000041,2438516,13,10,1996 +6,F,8.0,24656,-109.07883599999636,31.939078000000414,2439566,13,10,1996 +6,F,22.0,24657,-109.07883599999636,31.939078000000414,2438516,13,10,1996 +9,F,30.0,24658,-109.08090299999638,31.93785900000039,2438517,13,10,1996 +14,F,19.0,24659,-109.08182699999641,31.937054000000447,2438516,13,10,1996 +9,F,36.0,24660,-109.08090299999638,31.93785900000039,2439521,13,10,1996 +4,F,7.0,24661,-109.08040899999641,31.93889400000041,2439566,13,10,1996 +6,M,17.0,24662,-109.07883599999636,31.939078000000414,2439591,13,10,1996 +11,M,44.0,24663,-109.07930699999636,31.938056000000426,2439521,13,10,1996 +13,F,8.0,24664,-109.08261299999641,31.937028000000442,2439566,13,10,1996 +14,M,40.0,24665,-109.08182699999641,31.937054000000447,2439521,13,10,1996 +11,M,19.0,24666,-109.07930699999636,31.938056000000426,2439591,13,10,1996 +14,F,43.0,24667,-109.08182699999641,31.937054000000447,2439521,13,10,1996 +11,F,35.0,24668,-109.07930699999636,31.938056000000426,2439521,13,10,1996 +13,M,7.0,24669,-109.08261299999641,31.937028000000442,2439566,13,10,1996 +3,,,24670,-109.08120799999641,31.938896000000387,,13,10,1996 +5,,,24671,-109.07960199999636,31.93897000000045,,13,10,1996 +10,,,24672,-109.08009099999636,31.938017000000425,,13,10,1996 +21,M,13.0,24673,-109.07939799999636,31.936448000000453,2437874,16,11,1996 +23,M,23.0,24674,-109.07783799999636,31.93676300000042,2437967,16,11,1996 +22,F,38.0,24675,-109.07860199999635,31.93644100000042,2439521,16,11,1996 +17,F,7.0,24676,-109.07941499999636,31.937117000000445,2439566,16,11,1996 +12,M,48.0,24677,-109.07851899999636,31.938203000000414,2439521,16,11,1996 +17,M,42.0,24678,-109.07941499999636,31.937117000000445,2439521,16,11,1996 +12,F,49.0,24679,-109.07851899999636,31.938203000000414,2439521,16,11,1996 +1,M,40.0,24680,-109.08282899999641,31.938851000000387,2439521,16,11,1996 +20,F,9.0,24681,-109.08019099999642,31.93633400000045,2439566,16,11,1996 +2,M,42.0,24682,-109.08197499999642,31.93888700000037,2439521,16,11,1996 +2,M,41.0,24683,-109.08197499999642,31.93888700000037,2439521,16,11,1996 +22,F,43.0,24684,-109.07860199999635,31.93644100000042,2439521,16,11,1996 +23,M,10.0,24685,-109.07783799999636,31.93676300000042,2437874,16,11,1996 +12,M,36.0,24686,-109.07851899999636,31.938203000000414,2439521,16,11,1996 +17,F,25.0,24687,-109.07941499999636,31.937117000000445,2438516,16,11,1996 +22,F,25.0,24688,-109.07860199999635,31.93644100000042,2438516,16,11,1996 +17,M,47.0,24689,-109.07941499999636,31.937117000000445,2439521,16,11,1996 +24,M,25.0,24690,-109.07773599999636,31.938560000000447,2437967,16,11,1996 +2,F,130.0,24691,-109.08197499999642,31.93888700000037,,16,11,1996 +1,F,34.0,24692,-109.08282899999641,31.938851000000387,2439581,16,11,1996 +2,M,30.0,24693,-109.08197499999642,31.93888700000037,2439581,16,11,1996 +22,M,40.0,24694,-109.07860199999635,31.93644100000042,2439521,16,11,1996 +2,M,42.0,24695,-109.08197499999642,31.93888700000037,2439521,16,11,1996 +22,M,21.0,24696,-109.07860199999635,31.93644100000042,2438516,16,11,1996 +22,F,47.0,24697,-109.07860199999635,31.93644100000042,2439521,16,11,1996 +17,M,23.0,24698,-109.07941499999636,31.937117000000445,2437967,16,11,1996 +20,F,21.0,24699,-109.08019099999642,31.93633400000045,2438516,16,11,1996 +12,F,35.0,24700,-109.07851899999636,31.938203000000414,2439521,16,11,1996 +1,F,49.0,24701,-109.08282899999641,31.938851000000387,2439541,16,11,1996 +18,M,7.0,24702,-109.07863299999636,31.93712600000041,2439566,16,11,1996 +20,M,7.0,24703,-109.08019099999642,31.93633400000045,2439566,16,11,1996 +2,M,148.0,24704,-109.08197499999642,31.93888700000037,,16,11,1996 +17,F,34.0,24705,-109.07941499999636,31.937117000000445,2439521,16,11,1996 +2,F,27.0,24706,-109.08197499999642,31.93888700000037,2438516,16,11,1996 +17,M,51.0,24707,-109.07941499999636,31.937117000000445,2439521,16,11,1996 +1,M,46.0,24708,-109.08282899999641,31.938851000000387,2439541,16,11,1996 +12,F,144.0,24709,-109.07851899999636,31.938203000000414,,16,11,1996 +12,F,47.0,24710,-109.07851899999636,31.938203000000414,2439521,16,11,1996 +1,M,23.0,24711,-109.08282899999641,31.938851000000387,2438516,16,11,1996 +2,M,24.0,24712,-109.08197499999642,31.93888700000037,2437981,16,11,1996 +18,F,12.0,24713,-109.07863299999636,31.93712600000041,2437874,16,11,1996 +17,M,8.0,24714,-109.07941499999636,31.937117000000445,2439566,16,11,1996 +2,F,25.0,24715,-109.08197499999642,31.93888700000037,2437981,16,11,1996 +17,M,20.0,24716,-109.07941499999636,31.937117000000445,2438516,16,11,1996 +1,M,28.0,24717,-109.08282899999641,31.938851000000387,2438516,16,11,1996 +2,M,27.0,24718,-109.08197499999642,31.93888700000037,2439581,16,11,1996 +7,F,21.0,24719,-109.08281599999641,31.938113000000413,2437967,16,11,1996 +1,F,45.0,24720,-109.08282899999641,31.938851000000387,2439541,16,11,1996 +19,,,24721,-109.07791199999636,31.937438000000434,,16,11,1996 +3,M,23.0,24722,-109.08120799999641,31.938896000000387,2437981,17,11,1996 +8,F,39.0,24723,-109.08167999999641,31.937884000000402,2439521,17,11,1996 +14,M,47.0,24724,-109.08182699999641,31.937054000000447,2439521,17,11,1996 +6,F,29.0,24725,-109.07883599999636,31.939078000000414,2439581,17,11,1996 +3,M,11.0,24726,-109.08120799999641,31.938896000000387,2437874,17,11,1996 +9,M,49.0,24727,-109.08090299999638,31.93785900000039,2439521,17,11,1996 +15,F,9.0,24728,-109.08103599999642,31.937059000000463,2439566,17,11,1996 +4,F,7.0,24729,-109.08040899999641,31.93889400000041,2439566,17,11,1996 +6,F,8.0,24730,-109.07883599999636,31.939078000000414,2439566,17,11,1996 +9,F,40.0,24731,-109.08090299999638,31.93785900000039,2439521,17,11,1996 +4,F,39.0,24732,-109.08040899999641,31.93889400000041,2439521,17,11,1996 +9,F,24.0,24733,-109.08090299999638,31.93785900000039,2439521,17,11,1996 +15,F,12.0,24734,-109.08103599999642,31.937059000000463,2437874,17,11,1996 +8,M,34.0,24735,-109.08167999999641,31.937884000000402,2439541,17,11,1996 +4,F,8.0,24736,-109.08040899999641,31.93889400000041,2439566,17,11,1996 +11,M,41.0,24737,-109.07930699999636,31.938056000000426,2439541,17,11,1996 +3,F,33.0,24738,-109.08120799999641,31.938896000000387,2439581,17,11,1996 +4,M,51.0,24739,-109.08040899999641,31.93889400000041,2439521,17,11,1996 +14,M,33.0,24740,-109.08182699999641,31.937054000000447,2439521,17,11,1996 +3,F,15.0,24741,-109.08120799999641,31.938896000000387,2439591,17,11,1996 +13,F,27.0,24742,-109.08261299999641,31.937028000000442,2438516,17,11,1996 +3,M,19.0,24743,-109.08120799999641,31.938896000000387,2437967,17,11,1996 +9,M,40.0,24744,-109.08090299999638,31.93785900000039,2439521,17,11,1996 +3,F,54.0,24745,-109.08120799999641,31.938896000000387,2439541,17,11,1996 +8,F,,24746,-109.08167999999641,31.937884000000402,2439541,17,11,1996 +8,F,24.0,24747,-109.08167999999641,31.937884000000402,2438516,17,11,1996 +3,M,24.0,24748,-109.08120799999641,31.938896000000387,2438516,17,11,1996 +11,F,11.0,24749,-109.07930699999636,31.938056000000426,2437874,17,11,1996 +9,M,7.0,24750,-109.08090299999638,31.93785900000039,2439566,17,11,1996 +9,F,39.0,24751,-109.08090299999638,31.93785900000039,2439521,17,11,1996 +8,M,33.0,24752,-109.08167999999641,31.937884000000402,2439521,17,11,1996 +3,F,29.0,24753,-109.08120799999641,31.938896000000387,2438516,17,11,1996 +9,M,43.0,24754,-109.08090299999638,31.93785900000039,2439521,17,11,1996 +8,M,50.0,24755,-109.08167999999641,31.937884000000402,2439541,17,11,1996 +13,F,8.0,24756,-109.08261299999641,31.937028000000442,2439566,17,11,1996 +14,F,36.0,24757,-109.08182699999641,31.937054000000447,2439521,17,11,1996 +3,M,39.0,24758,-109.08120799999641,31.938896000000387,2439521,17,11,1996 +4,M,48.0,24759,-109.08040899999641,31.93889400000041,2439521,17,11,1996 +9,F,38.0,24760,-109.08090299999638,31.93785900000039,2439521,17,11,1996 +9,M,46.0,24761,-109.08090299999638,31.93785900000039,2439541,17,11,1996 +8,F,7.0,24762,-109.08167999999641,31.937884000000402,2439566,17,11,1996 +6,F,18.0,24763,-109.07883599999636,31.939078000000414,2438516,17,11,1996 +11,M,39.0,24764,-109.07930699999636,31.938056000000426,2439521,17,11,1996 +3,,,24765,-109.08120799999641,31.938896000000387,2437300,17,11,1996 +4,F,42.0,24766,-109.08040899999641,31.93889400000041,2439521,17,11,1996 +8,M,7.0,24767,-109.08167999999641,31.937884000000402,2439566,17,11,1996 +14,F,47.0,24768,-109.08182699999641,31.937054000000447,2439521,17,11,1996 +15,F,7.0,24769,-109.08103599999642,31.937059000000463,2439566,17,11,1996 +3,M,7.0,24770,-109.08120799999641,31.938896000000387,2439566,17,11,1996 +8,F,38.0,24771,-109.08167999999641,31.937884000000402,2439521,17,11,1996 +4,M,46.0,24772,-109.08040899999641,31.93889400000041,2439521,17,11,1996 +13,F,43.0,24773,-109.08261299999641,31.937028000000442,2439521,17,11,1996 +4,M,44.0,24774,-109.08040899999641,31.93889400000041,2439521,17,11,1996 +16,F,39.0,24775,-109.08024399999636,31.93709400000041,2439521,17,11,1996 +4,F,7.0,24776,-109.08040899999641,31.93889400000041,2439566,17,11,1996 +6,M,21.0,24777,-109.07883599999636,31.939078000000414,2438516,17,11,1996 +11,F,43.0,24778,-109.07930699999636,31.938056000000426,2439521,17,11,1996 +13,M,23.0,24779,-109.08261299999641,31.937028000000442,2438516,17,11,1996 +3,F,45.0,24780,-109.08120799999641,31.938896000000387,2439541,17,11,1996 +4,F,8.0,24781,-109.08040899999641,31.93889400000041,2439566,17,11,1996 +14,M,7.0,24782,-109.08182699999641,31.937054000000447,2439566,17,11,1996 +3,F,22.0,24783,-109.08120799999641,31.938896000000387,2438516,17,11,1996 +6,M,20.0,24784,-109.07883599999636,31.939078000000414,2438516,17,11,1996 +8,F,55.0,24785,-109.08167999999641,31.937884000000402,2439541,17,11,1996 +14,M,52.0,24786,-109.08182699999641,31.937054000000447,2439521,17,11,1996 +6,F,25.0,24787,-109.07883599999636,31.939078000000414,2438516,17,11,1996 +11,M,44.0,24788,-109.07930699999636,31.938056000000426,2439521,17,11,1996 +11,F,38.0,24789,-109.07930699999636,31.938056000000426,2439521,17,11,1996 +13,F,8.0,24790,-109.08261299999641,31.937028000000442,2439566,17,11,1996 +10,M,10.0,24791,-109.08009099999636,31.938017000000425,2437874,17,11,1996 +16,F,16.0,24792,-109.08024399999636,31.93709400000041,2437874,17,11,1996 +5,,,24793,-109.07960199999636,31.93897000000045,,17,11,1996 +1,M,44.0,24794,-109.08282899999641,31.938851000000387,2439521,18,12,1996 +2,M,34.0,24795,-109.08197499999642,31.93888700000037,2439581,18,12,1996 +17,M,48.0,24796,-109.07941499999636,31.937117000000445,2439521,18,12,1996 +1,M,36.0,24797,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +23,M,11.0,24798,-109.07783799999636,31.93676300000042,2437874,18,12,1996 +22,F,38.0,24799,-109.07860199999635,31.93644100000042,2439521,18,12,1996 +12,F,47.0,24800,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +12,F,20.0,24801,-109.07851899999636,31.938203000000414,2438516,18,12,1996 +19,M,8.0,24802,-109.07791199999636,31.937438000000434,2439566,18,12,1996 +24,F,19.0,24803,-109.07773599999636,31.938560000000447,2437967,18,12,1996 +18,M,11.0,24804,-109.07863299999636,31.93712600000041,2437874,18,12,1996 +20,F,10.0,24805,-109.08019099999642,31.93633400000045,2437874,18,12,1996 +1,M,7.0,24806,-109.08282899999641,31.938851000000387,2439566,18,12,1996 +2,F,27.0,24807,-109.08197499999642,31.93888700000037,2438516,18,12,1996 +22,F,47.0,24808,-109.07860199999635,31.93644100000042,2439521,18,12,1996 +17,F,22.0,24809,-109.07941499999636,31.937117000000445,2438516,18,12,1996 +24,F,11.0,24810,-109.07773599999636,31.938560000000447,2437874,18,12,1996 +17,M,52.0,24811,-109.07941499999636,31.937117000000445,2439521,18,12,1996 +1,M,38.0,24812,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +18,M,8.0,24813,-109.07863299999636,31.93712600000041,2439566,18,12,1996 +24,F,24.0,24814,-109.07773599999636,31.938560000000447,2437967,18,12,1996 +19,F,7.0,24815,-109.07791199999636,31.937438000000434,2439566,18,12,1996 +20,F,8.0,24816,-109.08019099999642,31.93633400000045,2439566,18,12,1996 +21,M,8.0,24817,-109.07939799999636,31.936448000000453,2439566,18,12,1996 +22,M,40.0,24818,-109.07860199999635,31.93644100000042,2439521,18,12,1996 +18,F,10.0,24819,-109.07863299999636,31.93712600000041,2439566,18,12,1996 +17,F,35.0,24820,-109.07941499999636,31.937117000000445,2439521,18,12,1996 +22,F,46.0,24821,-109.07860199999635,31.93644100000042,2439521,18,12,1996 +1,M,24.0,24822,-109.08282899999641,31.938851000000387,2438516,18,12,1996 +2,M,45.0,24823,-109.08197499999642,31.93888700000037,2439521,18,12,1996 +12,F,36.0,24824,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +1,F,52.0,24825,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +2,M,23.0,24826,-109.08197499999642,31.93888700000037,2438516,18,12,1996 +1,F,52.0,24827,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +12,F,45.0,24828,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +19,M,28.0,24829,-109.07791199999636,31.937438000000434,2437967,18,12,1996 +22,M,7.0,24830,-109.07860199999635,31.93644100000042,2439566,18,12,1996 +12,M,41.0,24831,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +19,F,24.0,24832,-109.07791199999636,31.937438000000434,2437967,18,12,1996 +18,M,13.0,24833,-109.07863299999636,31.93712600000041,2437874,18,12,1996 +20,M,7.0,24834,-109.08019099999642,31.93633400000045,2439566,18,12,1996 +1,F,43.0,24835,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +12,F,27.0,24836,-109.07851899999636,31.938203000000414,2438516,18,12,1996 +21,F,8.0,24837,-109.07939799999636,31.936448000000453,2439566,18,12,1996 +12,F,40.0,24838,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +2,M,11.0,24839,-109.08197499999642,31.93888700000037,2437874,18,12,1996 +18,F,14.0,24840,-109.07863299999636,31.93712600000041,2437874,18,12,1996 +23,F,12.0,24841,-109.07783799999636,31.93676300000042,2437874,18,12,1996 +17,M,41.0,24842,-109.07941499999636,31.937117000000445,2439521,18,12,1996 +19,F,9.0,24843,-109.07791199999636,31.937438000000434,2437874,18,12,1996 +19,M,12.0,24844,-109.07791199999636,31.937438000000434,2437874,18,12,1996 +2,M,47.0,24845,-109.08197499999642,31.93888700000037,2439521,18,12,1996 +2,F,26.0,24846,-109.08197499999642,31.93888700000037,2439581,18,12,1996 +1,M,37.0,24847,-109.08282899999641,31.938851000000387,2439521,18,12,1996 +2,F,9.0,24848,-109.08197499999642,31.93888700000037,2437874,18,12,1996 +19,F,28.0,24849,-109.07791199999636,31.937438000000434,2439581,18,12,1996 +17,M,40.0,24850,-109.07941499999636,31.937117000000445,2439521,18,12,1996 +2,M,44.0,24851,-109.08197499999642,31.93888700000037,2439581,18,12,1996 +17,M,46.0,24852,-109.07941499999636,31.937117000000445,2439521,18,12,1996 +24,M,20.0,24853,-109.07773599999636,31.938560000000447,2437967,18,12,1996 +22,M,45.0,24854,-109.07860199999635,31.93644100000042,2439581,18,12,1996 +1,M,50.0,24855,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +12,M,50.0,24856,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +17,M,28.0,24857,-109.07941499999636,31.937117000000445,2437967,18,12,1996 +12,F,40.0,24858,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +1,M,54.0,24859,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +12,M,47.0,24860,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +23,F,33.0,24861,-109.07783799999636,31.93676300000042,2437967,18,12,1996 +2,M,21.0,24862,-109.08197499999642,31.93888700000037,2437967,18,12,1996 +20,F,6.0,24863,-109.08019099999642,31.93633400000045,2439566,18,12,1996 +21,F,9.0,24864,-109.07939799999636,31.936448000000453,2437874,18,12,1996 +1,F,41.0,24865,-109.08282899999641,31.938851000000387,2439521,18,12,1996 +19,F,11.0,24866,-109.07791199999636,31.937438000000434,2437967,18,12,1996 +1,F,46.0,24867,-109.08282899999641,31.938851000000387,2439541,18,12,1996 +2,F,57.0,24868,-109.08197499999642,31.93888700000037,2439541,18,12,1996 +12,M,37.0,24869,-109.07851899999636,31.938203000000414,2439521,18,12,1996 +7,F,12.0,24870,-109.08281599999641,31.938113000000413,2437967,18,12,1996 +9,M,46.0,24871,-109.08090299999638,31.93785900000039,2439521,19,12,1996 +4,M,50.0,24872,-109.08040899999641,31.93889400000041,2439521,19,12,1996 +15,M,11.0,24873,-109.08103599999642,31.937059000000463,2437874,19,12,1996 +9,M,50.0,24874,-109.08090299999638,31.93785900000039,2439541,19,12,1996 +14,M,36.0,24875,-109.08182699999641,31.937054000000447,2439521,19,12,1996 +9,F,42.0,24876,-109.08090299999638,31.93785900000039,2439521,19,12,1996 +9,M,51.0,24877,-109.08090299999638,31.93785900000039,2439521,19,12,1996 +8,M,41.0,24878,-109.08167999999641,31.937884000000402,2439521,19,12,1996 +4,F,42.0,24879,-109.08040899999641,31.93889400000041,2439521,19,12,1996 +3,F,53.0,24880,-109.08120799999641,31.938896000000387,2439541,19,12,1996 +4,M,49.0,24881,-109.08040899999641,31.93889400000041,2439521,19,12,1996 +4,F,40.0,24882,-109.08040899999641,31.93889400000041,2439521,19,12,1996 +11,M,45.0,24883,-109.07930699999636,31.938056000000426,2439541,19,12,1996 +13,F,25.0,24884,-109.08261299999641,31.937028000000442,2438516,19,12,1996 +3,F,58.0,24885,-109.08120799999641,31.938896000000387,2439541,19,12,1996 +8,F,48.0,24886,-109.08167999999641,31.937884000000402,2439541,19,12,1996 +3,F,39.0,24887,-109.08120799999641,31.938896000000387,2439581,19,12,1996 +11,F,43.0,24888,-109.07930699999636,31.938056000000426,2439521,19,12,1996 +5,F,24.0,24889,-109.07960199999636,31.93897000000045,2438516,19,12,1996 +14,M,50.0,24890,-109.08182699999641,31.937054000000447,2439521,19,12,1996 +11,M,53.0,24891,-109.07930699999636,31.938056000000426,2439541,19,12,1996 +8,M,40.0,24892,-109.08167999999641,31.937884000000402,2439521,19,12,1996 +16,F,35.0,24893,-109.08024399999636,31.93709400000041,2439521,19,12,1996 +4,M,40.0,24894,-109.08040899999641,31.93889400000041,2439521,19,12,1996 +8,M,25.0,24895,-109.08167999999641,31.937884000000402,2439541,19,12,1996 +4,F,7.0,24896,-109.08040899999641,31.93889400000041,2439566,19,12,1996 +8,M,54.0,24897,-109.08167999999641,31.937884000000402,2439541,19,12,1996 +10,F,14.0,24898,-109.08009099999636,31.938017000000425,2437874,19,12,1996 +8,F,25.0,24899,-109.08167999999641,31.937884000000402,2438516,19,12,1996 +8,F,38.0,24900,-109.08167999999641,31.937884000000402,2439521,19,12,1996 +3,M,40.0,24901,-109.08120799999641,31.938896000000387,2439521,19,12,1996 +13,F,20.0,24902,-109.08261299999641,31.937028000000442,2438516,19,12,1996 +6,F,23.0,24903,-109.07883599999636,31.939078000000414,2438516,19,12,1996 +14,M,36.0,24904,-109.08182699999641,31.937054000000447,2439521,19,12,1996 +10,F,13.0,24905,-109.08009099999636,31.938017000000425,2437874,19,12,1996 +4,,6.0,24906,-109.08040899999641,31.93889400000041,2439566,19,12,1996 +9,F,41.0,24907,-109.08090299999638,31.93785900000039,2439521,19,12,1996 +14,M,45.0,24908,-109.08182699999641,31.937054000000447,2439521,19,12,1996 +16,M,46.0,24909,-109.08024399999636,31.93709400000041,2439521,19,12,1996 +4,M,51.0,24910,-109.08040899999641,31.93889400000041,2439521,19,12,1996 +9,M,49.0,24911,-109.08090299999638,31.93785900000039,2439521,19,12,1996 +8,F,44.0,24912,-109.08167999999641,31.937884000000402,2439541,19,12,1996 +13,M,25.0,24913,-109.08261299999641,31.937028000000442,2438516,19,12,1996 +16,F,39.0,24914,-109.08024399999636,31.93709400000041,2439521,19,12,1996 +11,M,52.0,24915,-109.07930699999636,31.938056000000426,2439521,19,12,1996 +9,F,42.0,24916,-109.08090299999638,31.93785900000039,2439521,19,12,1996 +13,F,23.0,24917,-109.08261299999641,31.937028000000442,2437967,19,12,1996 +5,M,23.0,24918,-109.07960199999636,31.93897000000045,2437967,19,12,1996 +4,M,51.0,24919,-109.08040899999641,31.93889400000041,2439521,19,12,1996 +11,F,39.0,24920,-109.07930699999636,31.938056000000426,2439521,19,12,1996 +10,M,9.0,24921,-109.08009099999636,31.938017000000425,2437874,19,12,1996 +2,M,32.0,24922,-109.08197499999642,31.93888700000037,2439581,8,2,1997 +21,M,8.0,24923,-109.07939799999636,31.936448000000453,2439566,8,2,1997 +1,M,22.0,24924,-109.08282899999641,31.938851000000387,2438516,8,2,1997 +20,F,19.0,24925,-109.08019099999642,31.93633400000045,2438516,8,2,1997 +22,F,43.0,24926,-109.07860199999635,31.93644100000042,2439521,8,2,1997 +22,M,51.0,24927,-109.07860199999635,31.93644100000042,2439521,8,2,1997 +24,M,11.0,24928,-109.07773599999636,31.938560000000447,2437874,8,2,1997 +12,M,47.0,24929,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +19,M,8.0,24930,-109.07791199999636,31.937438000000434,2439566,8,2,1997 +18,M,10.0,24931,-109.07863299999636,31.93712600000041,2437874,8,2,1997 +17,M,53.0,24932,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +1,F,39.0,24933,-109.08282899999641,31.938851000000387,2439521,8,2,1997 +19,F,30.0,24934,-109.07791199999636,31.937438000000434,2439581,8,2,1997 +1,F,47.0,24935,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +12,F,49.0,24936,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +21,F,9.0,24937,-109.07939799999636,31.936448000000453,2437874,8,2,1997 +24,M,24.0,24938,-109.07773599999636,31.938560000000447,2437967,8,2,1997 +1,M,42.0,24939,-109.08282899999641,31.938851000000387,2439521,8,2,1997 +2,M,44.0,24940,-109.08197499999642,31.93888700000037,2439521,8,2,1997 +19,F,8.0,24941,-109.07791199999636,31.937438000000434,2439566,8,2,1997 +7,M,9.0,24942,-109.08281599999641,31.938113000000413,2437874,8,2,1997 +1,M,47.0,24943,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +12,M,44.0,24944,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +7,M,22.0,24945,-109.08281599999641,31.938113000000413,2438516,8,2,1997 +21,M,7.0,24946,-109.07939799999636,31.936448000000453,2439566,8,2,1997 +1,F,32.0,24947,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +2,M,50.0,24948,-109.08197499999642,31.93888700000037,2439521,8,2,1997 +19,M,8.0,24949,-109.07791199999636,31.937438000000434,2439566,8,2,1997 +18,M,27.0,24950,-109.07863299999636,31.93712600000041,2439541,8,2,1997 +23,M,21.0,24951,-109.07783799999636,31.93676300000042,2437967,8,2,1997 +12,M,40.0,24952,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +23,F,9.0,24953,-109.07783799999636,31.93676300000042,2437874,8,2,1997 +24,F,20.0,24954,-109.07773599999636,31.938560000000447,2437981,8,2,1997 +1,M,55.0,24955,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +2,M,23.0,24956,-109.08197499999642,31.93888700000037,2437967,8,2,1997 +12,M,36.0,24957,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +17,M,48.0,24958,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +21,,,24959,-109.07939799999636,31.936448000000453,2437568,8,2,1997 +24,M,21.0,24960,-109.07773599999636,31.938560000000447,2438019,8,2,1997 +2,F,30.0,24961,-109.08197499999642,31.93888700000037,2437967,8,2,1997 +12,M,42.0,24962,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +1,M,45.0,24963,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +18,M,12.0,24964,-109.07863299999636,31.93712600000041,2437874,8,2,1997 +18,F,11.0,24965,-109.07863299999636,31.93712600000041,2437874,8,2,1997 +17,M,43.0,24966,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +22,M,41.0,24967,-109.07860199999635,31.93644100000042,2439521,8,2,1997 +12,M,9.0,24968,-109.07851899999636,31.938203000000414,2439566,8,2,1997 +12,F,42.0,24969,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +12,F,9.0,24970,-109.07851899999636,31.938203000000414,2437874,8,2,1997 +17,F,38.0,24971,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +22,M,7.0,24972,-109.07860199999635,31.93644100000042,2439566,8,2,1997 +1,M,51.0,24973,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +22,F,42.0,24974,-109.07860199999635,31.93644100000042,2439521,8,2,1997 +19,M,11.0,24975,-109.07791199999636,31.937438000000434,2437874,8,2,1997 +18,M,7.0,24976,-109.07863299999636,31.93712600000041,2439566,8,2,1997 +17,M,50.0,24977,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +1,F,50.0,24978,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +17,F,42.0,24979,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +22,F,20.0,24980,-109.07860199999635,31.93644100000042,2439521,8,2,1997 +2,F,11.0,24981,-109.08197499999642,31.93888700000037,2437874,8,2,1997 +2,M,24.0,24982,-109.08197499999642,31.93888700000037,2438516,8,2,1997 +12,M,49.0,24983,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +2,M,35.0,24984,-109.08197499999642,31.93888700000037,2439541,8,2,1997 +21,F,9.0,24985,-109.07939799999636,31.936448000000453,2439566,8,2,1997 +21,M,9.0,24986,-109.07939799999636,31.936448000000453,2439566,8,2,1997 +7,F,26.0,24987,-109.08281599999641,31.938113000000413,2437967,8,2,1997 +24,F,27.0,24988,-109.07773599999636,31.938560000000447,2438019,8,2,1997 +1,M,29.0,24989,-109.08282899999641,31.938851000000387,2438516,8,2,1997 +17,M,49.0,24990,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +22,M,42.0,24991,-109.07860199999635,31.93644100000042,2439581,8,2,1997 +23,F,20.0,24992,-109.07783799999636,31.93676300000042,,8,2,1997 +2,M,22.0,24993,-109.08197499999642,31.93888700000037,2437981,8,2,1997 +12,M,51.0,24994,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +12,F,52.0,24995,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +2,M,37.0,24996,-109.08197499999642,31.93888700000037,2439581,8,2,1997 +7,M,28.0,24997,-109.08281599999641,31.938113000000413,2438516,8,2,1997 +7,M,11.0,24998,-109.08281599999641,31.938113000000413,2437967,8,2,1997 +1,M,56.0,24999,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +2,F,38.0,25000,-109.08197499999642,31.93888700000037,2439581,8,2,1997 +19,F,21.0,25001,-109.07791199999636,31.937438000000434,2437967,8,2,1997 +19,F,11.0,25002,-109.07791199999636,31.937438000000434,2437874,8,2,1997 +17,F,22.0,25003,-109.07941499999636,31.937117000000445,2437967,8,2,1997 +17,M,41.0,25004,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +22,F,40.0,25005,-109.07860199999635,31.93644100000042,2439521,8,2,1997 +1,M,49.0,25006,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +1,F,37.0,25007,-109.08282899999641,31.938851000000387,2439521,8,2,1997 +2,M,43.0,25008,-109.08197499999642,31.93888700000037,2439581,8,2,1997 +12,M,45.0,25009,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +20,F,7.0,25010,-109.08019099999642,31.93633400000045,2439566,8,2,1997 +1,F,47.0,25011,-109.08282899999641,31.938851000000387,2439541,8,2,1997 +2,M,10.0,25012,-109.08197499999642,31.93888700000037,2437874,8,2,1997 +19,M,11.0,25013,-109.07791199999636,31.937438000000434,2437874,8,2,1997 +17,F,46.0,25014,-109.07941499999636,31.937117000000445,2439521,8,2,1997 +2,M,49.0,25015,-109.08197499999642,31.93888700000037,2439521,8,2,1997 +12,M,51.0,25016,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +12,M,40.0,25017,-109.07851899999636,31.938203000000414,2439521,8,2,1997 +21,M,10.0,25018,-109.07939799999636,31.936448000000453,2437874,8,2,1997 +22,F,35.0,25019,-109.07860199999635,31.93644100000042,2439521,8,2,1997 +23,M,12.0,25020,-109.07783799999636,31.93676300000042,2437874,8,2,1997 +2,M,39.0,25021,-109.08197499999642,31.93888700000037,2439581,8,2,1997 +12,,,25022,-109.07851899999636,31.938203000000414,2437568,8,2,1997 +19,M,12.0,25023,-109.07791199999636,31.937438000000434,2437874,8,2,1997 +23,M,11.0,25024,-109.07783799999636,31.93676300000042,2437874,8,2,1997 +24,F,11.0,25025,-109.07773599999636,31.938560000000447,2437874,8,2,1997 +4,M,10.0,25026,-109.08040899999641,31.93889400000041,2439566,9,2,1997 +6,F,34.0,25027,-109.07883599999636,31.939078000000414,2439581,9,2,1997 +9,M,45.0,25028,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +14,F,43.0,25029,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +8,M,50.0,25030,-109.08167999999641,31.937884000000402,2439541,9,2,1997 +14,F,45.0,25031,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +15,M,11.0,25032,-109.08103599999642,31.937059000000463,2437874,9,2,1997 +3,M,22.0,25033,-109.08120799999641,31.938896000000387,2437967,9,2,1997 +4,F,10.0,25034,-109.08040899999641,31.93889400000041,2437874,9,2,1997 +9,F,35.0,25035,-109.08090299999638,31.93785900000039,2438517,9,2,1997 +13,M,9.0,25036,-109.08261299999641,31.937028000000442,2437874,9,2,1997 +3,F,52.0,25037,-109.08120799999641,31.938896000000387,2439541,9,2,1997 +4,M,51.0,25038,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +3,F,57.0,25039,-109.08120799999641,31.938896000000387,2439541,9,2,1997 +4,M,25.0,25040,-109.08040899999641,31.93889400000041,2438516,9,2,1997 +13,F,10.0,25041,-109.08261299999641,31.937028000000442,2437874,9,2,1997 +11,M,25.0,25042,-109.07930699999636,31.938056000000426,2438516,9,2,1997 +14,M,57.0,25043,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +4,F,40.0,25044,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +4,M,53.0,25045,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +9,F,52.0,25046,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +16,M,11.0,25047,-109.08024399999636,31.93709400000041,2437874,9,2,1997 +5,F,11.0,25048,-109.07960199999636,31.93897000000045,2437874,9,2,1997 +6,M,48.0,25049,-109.07883599999636,31.939078000000414,2439541,9,2,1997 +14,M,12.0,25050,-109.08182699999641,31.937054000000447,2437874,9,2,1997 +8,F,48.0,25051,-109.08167999999641,31.937884000000402,2439541,9,2,1997 +14,M,47.0,25052,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +11,M,57.0,25053,-109.07930699999636,31.938056000000426,2439541,9,2,1997 +6,F,25.0,25054,-109.07883599999636,31.939078000000414,2438516,9,2,1997 +9,M,47.0,25055,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +3,M,11.0,25056,-109.08120799999641,31.938896000000387,2437874,9,2,1997 +6,M,10.0,25057,-109.07883599999636,31.939078000000414,2437874,9,2,1997 +11,M,23.0,25058,-109.07930699999636,31.938056000000426,2438516,9,2,1997 +8,F,23.0,25059,-109.08167999999641,31.937884000000402,2438516,9,2,1997 +10,M,21.0,25060,-109.08009099999636,31.938017000000425,2438019,9,2,1997 +4,M,48.0,25061,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +14,M,39.0,25062,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +16,F,8.0,25063,-109.08024399999636,31.93709400000041,2437874,9,2,1997 +11,M,51.0,25064,-109.07930699999636,31.938056000000426,2439541,9,2,1997 +4,M,45.0,25065,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +6,F,46.0,25066,-109.07883599999636,31.939078000000414,2439541,9,2,1997 +14,M,49.0,25067,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +15,M,9.0,25068,-109.08103599999642,31.937059000000463,2437874,9,2,1997 +11,F,56.0,25069,-109.07930699999636,31.938056000000426,2439541,9,2,1997 +11,M,43.0,25070,-109.07930699999636,31.938056000000426,2439521,9,2,1997 +10,M,12.0,25071,-109.08009099999636,31.938017000000425,2437874,9,2,1997 +15,M,10.0,25072,-109.08103599999642,31.937059000000463,2437874,9,2,1997 +4,M,56.0,25073,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +6,M,55.0,25074,-109.07883599999636,31.939078000000414,2439541,9,2,1997 +14,M,37.0,25075,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +3,M,23.0,25076,-109.08120799999641,31.938896000000387,2438516,9,2,1997 +9,F,57.0,25077,-109.08090299999638,31.93785900000039,2439541,9,2,1997 +3,M,49.0,25078,-109.08120799999641,31.938896000000387,2439541,9,2,1997 +9,M,22.0,25079,-109.08090299999638,31.93785900000039,2438516,9,2,1997 +14,M,47.0,25080,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +4,F,26.0,25081,-109.08040899999641,31.93889400000041,2438516,9,2,1997 +14,M,19.0,25082,-109.08182699999641,31.937054000000447,2437967,9,2,1997 +5,F,42.0,25083,-109.07960199999636,31.93897000000045,2439521,9,2,1997 +4,F,7.0,25084,-109.08040899999641,31.93889400000041,2439566,9,2,1997 +5,M,19.0,25085,-109.07960199999636,31.93897000000045,2437967,9,2,1997 +3,F,35.0,25086,-109.08120799999641,31.938896000000387,2439581,9,2,1997 +8,M,53.0,25087,-109.08167999999641,31.937884000000402,2439541,9,2,1997 +14,F,46.0,25088,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +5,M,53.0,25089,-109.07960199999636,31.93897000000045,2439521,9,2,1997 +9,M,54.0,25090,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +8,F,48.0,25091,-109.08167999999641,31.937884000000402,2439541,9,2,1997 +15,F,10.0,25092,-109.08103599999642,31.937059000000463,2437874,9,2,1997 +10,F,11.0,25093,-109.08009099999636,31.938017000000425,2437874,9,2,1997 +3,F,24.0,25094,-109.08120799999641,31.938896000000387,2438516,9,2,1997 +9,F,22.0,25095,-109.08090299999638,31.93785900000039,2438019,9,2,1997 +3,M,47.0,25096,-109.08120799999641,31.938896000000387,2439521,9,2,1997 +6,M,8.0,25097,-109.07883599999636,31.939078000000414,2439566,9,2,1997 +11,M,46.0,25098,-109.07930699999636,31.938056000000426,2439541,9,2,1997 +4,F,47.0,25099,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +11,M,11.0,25100,-109.07930699999636,31.938056000000426,2437874,9,2,1997 +8,M,39.0,25101,-109.08167999999641,31.937884000000402,2439521,9,2,1997 +9,F,37.0,25102,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +4,M,9.0,25103,-109.08040899999641,31.93889400000041,2439566,9,2,1997 +4,F,46.0,25104,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +6,M,52.0,25105,-109.07883599999636,31.939078000000414,2439541,9,2,1997 +14,M,49.0,25106,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +3,M,52.0,25107,-109.08120799999641,31.938896000000387,2439541,9,2,1997 +6,M,8.0,25108,-109.07883599999636,31.939078000000414,2439566,9,2,1997 +9,F,43.0,25109,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +5,M,45.0,25110,-109.07960199999636,31.93897000000045,2439521,9,2,1997 +3,F,45.0,25111,-109.08120799999641,31.938896000000387,2439541,9,2,1997 +14,F,20.0,25112,-109.08182699999641,31.937054000000447,2438516,9,2,1997 +10,M,9.0,25113,-109.08009099999636,31.938017000000425,2437874,9,2,1997 +6,M,36.0,25114,-109.07883599999636,31.939078000000414,2439581,9,2,1997 +9,F,18.0,25115,-109.08090299999638,31.93785900000039,2437967,9,2,1997 +8,M,46.0,25116,-109.08167999999641,31.937884000000402,2439521,9,2,1997 +16,M,51.0,25117,-109.08024399999636,31.93709400000041,2439521,9,2,1997 +3,F,39.0,25118,-109.08120799999641,31.938896000000387,2439521,9,2,1997 +9,M,47.0,25119,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +9,F,41.0,25120,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +13,M,7.0,25121,-109.08261299999641,31.937028000000442,2439566,9,2,1997 +16,M,47.0,25122,-109.08024399999636,31.93709400000041,2439521,9,2,1997 +5,M,11.0,25123,-109.07960199999636,31.93897000000045,,9,2,1997 +4,M,48.0,25124,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +6,M,22.0,25125,-109.07883599999636,31.939078000000414,2437967,9,2,1997 +11,M,7.0,25126,-109.07930699999636,31.938056000000426,2439566,9,2,1997 +11,F,22.0,25127,-109.07930699999636,31.938056000000426,2438516,9,2,1997 +11,M,59.0,25128,-109.07930699999636,31.938056000000426,2439541,9,2,1997 +9,M,46.0,25129,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +14,F,10.0,25130,-109.08182699999641,31.937054000000447,2437874,9,2,1997 +16,M,50.0,25131,-109.08024399999636,31.93709400000041,2439521,9,2,1997 +4,M,47.0,25132,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +11,M,47.0,25133,-109.07930699999636,31.938056000000426,2439521,9,2,1997 +9,F,43.0,25134,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +14,M,23.0,25135,-109.08182699999641,31.937054000000447,2438019,9,2,1997 +11,F,41.0,25136,-109.07930699999636,31.938056000000426,2439521,9,2,1997 +8,M,51.0,25137,-109.08167999999641,31.937884000000402,2439541,9,2,1997 +13,M,18.0,25138,-109.08261299999641,31.937028000000442,,9,2,1997 +13,F,20.0,25139,-109.08261299999641,31.937028000000442,2438516,9,2,1997 +15,F,7.0,25140,-109.08103599999642,31.937059000000463,2439566,9,2,1997 +16,F,36.0,25141,-109.08024399999636,31.93709400000041,2439521,9,2,1997 +5,F,16.0,25142,-109.07960199999636,31.93897000000045,2437967,9,2,1997 +6,M,40.0,25143,-109.07883599999636,31.939078000000414,2439541,9,2,1997 +11,M,45.0,25144,-109.07930699999636,31.938056000000426,2439521,9,2,1997 +9,M,48.0,25145,-109.08090299999638,31.93785900000039,2439541,9,2,1997 +8,F,40.0,25146,-109.08167999999641,31.937884000000402,2439521,9,2,1997 +15,F,6.0,25147,-109.08103599999642,31.937059000000463,2439566,9,2,1997 +5,M,12.0,25148,-109.07960199999636,31.93897000000045,2437874,9,2,1997 +8,M,24.0,25149,-109.08167999999641,31.937884000000402,2438516,9,2,1997 +5,F,11.0,25150,-109.07960199999636,31.93897000000045,2437874,9,2,1997 +6,M,52.0,25151,-109.07883599999636,31.939078000000414,2439541,9,2,1997 +8,M,38.0,25152,-109.08167999999641,31.937884000000402,2439521,9,2,1997 +15,F,8.0,25153,-109.08103599999642,31.937059000000463,2439566,9,2,1997 +14,M,43.0,25154,-109.08182699999641,31.937054000000447,2439521,9,2,1997 +3,M,51.0,25155,-109.08120799999641,31.938896000000387,2439521,9,2,1997 +4,M,48.0,25156,-109.08040899999641,31.93889400000041,2439521,9,2,1997 +11,F,39.0,25157,-109.07930699999636,31.938056000000426,2439521,9,2,1997 +9,M,49.0,25158,-109.08090299999638,31.93785900000039,2439521,9,2,1997 +10,F,10.0,25159,-109.08009099999636,31.938017000000425,2437874,9,2,1997 +2,M,55.0,25160,-109.08197499999642,31.93888700000037,2439541,15,3,1997 +18,F,7.0,25161,-109.07863299999636,31.93712600000041,2439566,15,3,1997 +20,F,25.0,25162,-109.08019099999642,31.93633400000045,2438516,15,3,1997 +23,M,18.0,25163,-109.07783799999636,31.93676300000042,2437967,15,3,1997 +1,F,18.0,25164,-109.08282899999641,31.938851000000387,2437874,15,3,1997 +2,M,51.0,25165,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +17,M,51.0,25166,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +19,M,8.0,25167,-109.07791199999636,31.937438000000434,2439566,15,3,1997 +20,F,10.0,25168,-109.08019099999642,31.93633400000045,2437874,15,3,1997 +23,M,12.0,25169,-109.07783799999636,31.93676300000042,2437874,15,3,1997 +17,M,27.0,25170,-109.07941499999636,31.937117000000445,2438516,15,3,1997 +22,M,22.0,25171,-109.07860199999635,31.93644100000042,2439591,15,3,1997 +7,F,30.0,25172,-109.08281599999641,31.938113000000413,2437967,15,3,1997 +22,M,54.0,25173,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +20,M,8.0,25174,-109.08019099999642,31.93633400000045,2439566,15,3,1997 +23,F,12.0,25175,-109.07783799999636,31.93676300000042,2437874,15,3,1997 +2,M,52.0,25176,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +22,F,42.0,25177,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +17,M,40.0,25178,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +18,M,7.0,25179,-109.07863299999636,31.93712600000041,2439566,15,3,1997 +22,F,12.0,25180,-109.07860199999635,31.93644100000042,2437874,15,3,1997 +1,F,13.0,25181,-109.08282899999641,31.938851000000387,2437874,15,3,1997 +2,M,46.0,25182,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +24,M,27.0,25183,-109.07773599999636,31.938560000000447,2437981,15,3,1997 +2,F,48.0,25184,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +1,M,11.0,25185,-109.08282899999641,31.938851000000387,2437874,15,3,1997 +12,M,18.0,25186,-109.07851899999636,31.938203000000414,2439591,15,3,1997 +17,F,51.0,25187,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +1,M,65.0,25188,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +17,M,50.0,25189,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +18,M,22.0,25190,-109.07863299999636,31.93712600000041,2437967,15,3,1997 +22,M,56.0,25191,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +22,M,44.0,25192,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +24,F,11.0,25193,-109.07773599999636,31.938560000000447,2437874,15,3,1997 +2,M,48.0,25194,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +2,M,38.0,25195,-109.08197499999642,31.93888700000037,2439581,15,3,1997 +12,M,39.0,25196,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +20,M,11.0,25197,-109.08019099999642,31.93633400000045,2437874,15,3,1997 +2,F,53.0,25198,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +12,M,22.0,25199,-109.07851899999636,31.938203000000414,2439591,15,3,1997 +24,M,29.0,25200,-109.07773599999636,31.938560000000447,2437967,15,3,1997 +22,F,46.0,25201,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +12,M,10.0,25202,-109.07851899999636,31.938203000000414,2437874,15,3,1997 +20,F,8.0,25203,-109.08019099999642,31.93633400000045,2439566,15,3,1997 +19,F,10.0,25204,-109.07791199999636,31.937438000000434,2439566,15,3,1997 +17,M,47.0,25205,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +1,M,54.0,25206,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +2,F,39.0,25207,-109.08197499999642,31.93888700000037,2438516,15,3,1997 +17,F,41.0,25208,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +22,M,57.0,25209,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +21,F,10.0,25210,-109.07939799999636,31.936448000000453,2437874,15,3,1997 +1,F,60.0,25211,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +2,M,48.0,25212,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +19,F,9.0,25213,-109.07791199999636,31.937438000000434,2439566,15,3,1997 +19,F,25.0,25214,-109.07791199999636,31.937438000000434,2437967,15,3,1997 +2,M,53.0,25215,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +12,M,43.0,25216,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +1,M,23.0,25217,-109.08282899999641,31.938851000000387,2437967,15,3,1997 +2,M,50.0,25218,-109.08197499999642,31.93888700000037,2439521,15,3,1997 +17,M,9.0,25219,-109.07941499999636,31.937117000000445,2437874,15,3,1997 +19,M,11.0,25220,-109.07791199999636,31.937438000000434,2437874,15,3,1997 +22,M,44.0,25221,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +1,F,58.0,25222,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +2,M,11.0,25223,-109.08197499999642,31.93888700000037,2437874,15,3,1997 +17,M,43.0,25224,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +12,M,9.0,25225,-109.07851899999636,31.938203000000414,2439566,15,3,1997 +17,M,44.0,25226,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +18,F,10.0,25227,-109.07863299999636,31.93712600000041,2437874,15,3,1997 +22,F,49.0,25228,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +21,M,9.0,25229,-109.07939799999636,31.936448000000453,2439566,15,3,1997 +20,M,9.0,25230,-109.08019099999642,31.93633400000045,2439566,15,3,1997 +24,M,26.0,25231,-109.07773599999636,31.938560000000447,2437981,15,3,1997 +1,M,50.0,25232,-109.08282899999641,31.938851000000387,2439521,15,3,1997 +12,M,46.0,25233,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +2,M,32.0,25234,-109.08197499999642,31.93888700000037,2438516,15,3,1997 +18,F,24.0,25235,-109.07863299999636,31.93712600000041,2437967,15,3,1997 +22,M,53.0,25236,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +12,M,49.0,25237,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +18,M,9.0,25238,-109.07863299999636,31.93712600000041,2439566,15,3,1997 +24,F,34.0,25239,-109.07773599999636,31.938560000000447,2437981,15,3,1997 +1,F,30.0,25240,-109.08282899999641,31.938851000000387,2438516,15,3,1997 +17,M,47.0,25241,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +22,M,8.0,25242,-109.07860199999635,31.93644100000042,2439566,15,3,1997 +1,M,58.0,25243,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +17,F,48.0,25244,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +18,M,9.0,25245,-109.07863299999636,31.93712600000041,2437874,15,3,1997 +12,M,20.0,25246,-109.07851899999636,31.938203000000414,2439591,15,3,1997 +17,F,23.0,25247,-109.07941499999636,31.937117000000445,2437967,15,3,1997 +2,M,147.0,25248,-109.08197499999642,31.93888700000037,,15,3,1997 +12,F,29.0,25249,-109.07851899999636,31.938203000000414,2438516,15,3,1997 +23,F,12.0,25250,-109.07783799999636,31.93676300000042,2437874,15,3,1997 +1,M,55.0,25251,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +22,M,44.0,25252,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +23,M,15.0,25253,-109.07783799999636,31.93676300000042,2437967,15,3,1997 +1,M,54.0,25254,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +12,M,50.0,25255,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +17,F,28.0,25256,-109.07941499999636,31.937117000000445,2438516,15,3,1997 +1,F,8.0,25257,-109.08282899999641,31.938851000000387,2439566,15,3,1997 +2,F,50.0,25258,-109.08197499999642,31.93888700000037,2439541,15,3,1997 +12,M,45.0,25259,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +17,M,10.0,25260,-109.07941499999636,31.937117000000445,2439566,15,3,1997 +1,M,19.0,25261,-109.08282899999641,31.938851000000387,2439591,15,3,1997 +2,M,27.0,25262,-109.08197499999642,31.93888700000037,2438516,15,3,1997 +12,F,45.0,25263,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +7,M,9.0,25264,-109.08281599999641,31.938113000000413,2437874,15,3,1997 +23,M,13.0,25265,-109.07783799999636,31.93676300000042,2437874,15,3,1997 +2,M,40.0,25266,-109.08197499999642,31.93888700000037,2439581,15,3,1997 +12,M,8.0,25267,-109.07851899999636,31.938203000000414,2439566,15,3,1997 +17,M,50.0,25268,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +22,F,41.0,25269,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +20,M,10.0,25270,-109.08019099999642,31.93633400000045,2439566,15,3,1997 +1,F,50.0,25271,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +2,,,25272,-109.08197499999642,31.93888700000037,2439581,15,3,1997 +22,M,53.0,25273,-109.07860199999635,31.93644100000042,2439521,15,3,1997 +1,M,45.0,25274,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +1,M,50.0,25275,-109.08282899999641,31.938851000000387,2439541,15,3,1997 +12,F,53.0,25276,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +17,M,49.0,25277,-109.07941499999636,31.937117000000445,2439521,15,3,1997 +2,M,24.0,25278,-109.08197499999642,31.93888700000037,2437981,15,3,1997 +19,M,21.0,25279,-109.07791199999636,31.937438000000434,2439591,15,3,1997 +22,M,50.0,25280,-109.07860199999635,31.93644100000042,2439581,15,3,1997 +2,M,24.0,25281,-109.08197499999642,31.93888700000037,2437981,15,3,1997 +2,F,50.0,25282,-109.08197499999642,31.93888700000037,2439541,15,3,1997 +12,F,12.0,25283,-109.07851899999636,31.938203000000414,2437874,15,3,1997 +18,M,,25284,-109.07863299999636,31.93712600000041,2439591,15,3,1997 +20,M,8.0,25285,-109.08019099999642,31.93633400000045,2439566,15,3,1997 +2,F,53.0,25286,-109.08197499999642,31.93888700000037,2439541,15,3,1997 +12,M,43.0,25287,-109.07851899999636,31.938203000000414,2439521,15,3,1997 +17,M,11.0,25288,-109.07941499999636,31.937117000000445,2437874,15,3,1997 +22,F,27.0,25289,-109.07860199999635,31.93644100000042,2438516,15,3,1997 +3,F,53.0,25290,-109.08120799999641,31.938896000000387,2439541,16,3,1997 +13,,,25291,-109.08261299999641,31.937028000000442,2439566,16,3,1997 +14,M,44.0,25292,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +15,M,11.0,25293,-109.08103599999642,31.937059000000463,2437874,16,3,1997 +6,M,53.0,25294,-109.07883599999636,31.939078000000414,2439581,16,3,1997 +13,M,8.0,25295,-109.08261299999641,31.937028000000442,2439566,16,3,1997 +14,M,47.0,25296,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +3,M,21.0,25297,-109.08120799999641,31.938896000000387,2439591,16,3,1997 +9,F,31.0,25298,-109.08090299999638,31.93785900000039,2438517,16,3,1997 +6,M,12.0,25299,-109.07883599999636,31.939078000000414,2437874,16,3,1997 +8,F,44.0,25300,-109.08167999999641,31.937884000000402,2439541,16,3,1997 +14,M,,25301,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +8,M,21.0,25302,-109.08167999999641,31.937884000000402,2439591,16,3,1997 +13,F,12.0,25303,-109.08261299999641,31.937028000000442,2437874,16,3,1997 +14,M,43.0,25304,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +11,M,12.0,25305,-109.07930699999636,31.938056000000426,2439591,16,3,1997 +14,M,53.0,25306,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +3,M,25.0,25307,-109.08120799999641,31.938896000000387,2437981,16,3,1997 +6,F,14.0,25308,-109.07883599999636,31.939078000000414,2437874,16,3,1997 +9,M,39.0,25309,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +3,M,34.0,25310,-109.08120799999641,31.938896000000387,2439581,16,3,1997 +11,M,55.0,25311,-109.07930699999636,31.938056000000426,2439541,16,3,1997 +8,M,29.0,25312,-109.08167999999641,31.937884000000402,2438516,16,3,1997 +14,M,53.0,25313,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +16,F,31.0,25314,-109.08024399999636,31.93709400000041,2438516,16,3,1997 +3,F,20.0,25315,-109.08120799999641,31.938896000000387,2437981,16,3,1997 +4,M,52.0,25316,-109.08040899999641,31.93889400000041,2439521,16,3,1997 +9,M,43.0,25317,-109.08090299999638,31.93785900000039,2439541,16,3,1997 +13,M,9.0,25318,-109.08261299999641,31.937028000000442,2439566,16,3,1997 +3,M,50.0,25319,-109.08120799999641,31.938896000000387,2439541,16,3,1997 +6,M,8.0,25320,-109.07883599999636,31.939078000000414,2439566,16,3,1997 +8,F,23.0,25321,-109.08167999999641,31.937884000000402,2438516,16,3,1997 +14,M,8.0,25322,-109.08182699999641,31.937054000000447,2439566,16,3,1997 +4,F,46.0,25323,-109.08040899999641,31.93889400000041,2439521,16,3,1997 +9,F,26.0,25324,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +4,M,50.0,25325,-109.08040899999641,31.93889400000041,2439521,16,3,1997 +6,F,24.0,25326,-109.07883599999636,31.939078000000414,2438516,16,3,1997 +9,F,39.0,25327,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +3,M,21.0,25328,-109.08120799999641,31.938896000000387,2439591,16,3,1997 +13,M,20.0,25329,-109.08261299999641,31.937028000000442,2439591,16,3,1997 +14,M,48.0,25330,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +14,F,49.0,25331,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +9,M,48.0,25332,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +13,F,8.0,25333,-109.08261299999641,31.937028000000442,2439566,16,3,1997 +14,F,44.0,25334,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +15,F,25.0,25335,-109.08103599999642,31.937059000000463,2438516,16,3,1997 +3,F,48.0,25336,-109.08120799999641,31.938896000000387,2439581,16,3,1997 +6,M,44.0,25337,-109.07883599999636,31.939078000000414,2439541,16,3,1997 +11,F,40.0,25338,-109.07930699999636,31.938056000000426,2439521,16,3,1997 +8,M,8.0,25339,-109.08167999999641,31.937884000000402,2439566,16,3,1997 +14,M,48.0,25340,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +6,F,36.0,25341,-109.07883599999636,31.939078000000414,2438516,16,3,1997 +8,M,52.0,25342,-109.08167999999641,31.937884000000402,2439541,16,3,1997 +14,M,48.0,25343,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +10,M,11.0,25344,-109.08009099999636,31.938017000000425,2437874,16,3,1997 +3,F,28.0,25345,-109.08120799999641,31.938896000000387,2438516,16,3,1997 +11,M,47.0,25346,-109.07930699999636,31.938056000000426,2439541,16,3,1997 +4,F,41.0,25347,-109.08040899999641,31.93889400000041,2439541,16,3,1997 +6,,,25348,-109.07883599999636,31.939078000000414,2437300,16,3,1997 +10,F,10.0,25349,-109.08009099999636,31.938017000000425,2437967,16,3,1997 +4,M,44.0,25350,-109.08040899999641,31.93889400000041,2439521,16,3,1997 +16,F,47.0,25351,-109.08024399999636,31.93709400000041,2439521,16,3,1997 +11,M,43.0,25352,-109.07930699999636,31.938056000000426,2439521,16,3,1997 +14,F,33.0,25353,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +11,M,12.0,25354,-109.07930699999636,31.938056000000426,2437874,16,3,1997 +14,M,42.0,25355,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +16,M,50.0,25356,-109.08024399999636,31.93709400000041,2439521,16,3,1997 +4,M,10.0,25357,-109.08040899999641,31.93889400000041,2439566,16,3,1997 +8,F,50.0,25358,-109.08167999999641,31.937884000000402,2439541,16,3,1997 +14,M,47.0,25359,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +16,M,50.0,25360,-109.08024399999636,31.93709400000041,2439521,16,3,1997 +11,F,11.0,25361,-109.07930699999636,31.938056000000426,2437874,16,3,1997 +4,M,10.0,25362,-109.08040899999641,31.93889400000041,2439566,16,3,1997 +11,F,24.0,25363,-109.07930699999636,31.938056000000426,2438516,16,3,1997 +11,M,7.0,25364,-109.07930699999636,31.938056000000426,2439566,16,3,1997 +8,F,8.0,25365,-109.08167999999641,31.937884000000402,2439566,16,3,1997 +16,M,50.0,25366,-109.08024399999636,31.93709400000041,2439521,16,3,1997 +8,F,46.0,25367,-109.08167999999641,31.937884000000402,2439541,16,3,1997 +9,M,7.0,25368,-109.08090299999638,31.93785900000039,2439566,16,3,1997 +8,M,37.0,25369,-109.08167999999641,31.937884000000402,2439541,16,3,1997 +8,M,49.0,25370,-109.08167999999641,31.937884000000402,2439541,16,3,1997 +15,M,26.0,25371,-109.08103599999642,31.937059000000463,2438516,16,3,1997 +5,F,10.0,25372,-109.07960199999636,31.93897000000045,2437874,16,3,1997 +6,M,21.0,25373,-109.07883599999636,31.939078000000414,2437967,16,3,1997 +9,M,28.0,25374,-109.08090299999638,31.93785900000039,2438516,16,3,1997 +8,M,50.0,25375,-109.08167999999641,31.937884000000402,2439521,16,3,1997 +14,M,50.0,25376,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +16,F,38.0,25377,-109.08024399999636,31.93709400000041,2439521,16,3,1997 +11,M,52.0,25378,-109.07930699999636,31.938056000000426,2439521,16,3,1997 +14,M,8.0,25379,-109.08182699999641,31.937054000000447,2439566,16,3,1997 +15,F,6.0,25380,-109.08103599999642,31.937059000000463,2439566,16,3,1997 +6,M,33.0,25381,-109.07883599999636,31.939078000000414,2439581,16,3,1997 +4,M,51.0,25382,-109.08040899999641,31.93889400000041,2439521,16,3,1997 +16,M,47.0,25383,-109.08024399999636,31.93709400000041,2439521,16,3,1997 +4,F,44.0,25384,-109.08040899999641,31.93889400000041,2439521,16,3,1997 +16,M,24.0,25385,-109.08024399999636,31.93709400000041,2437967,16,3,1997 +3,F,48.0,25386,-109.08120799999641,31.938896000000387,2439541,16,3,1997 +3,M,46.0,25387,-109.08120799999641,31.938896000000387,2439521,16,3,1997 +4,F,27.0,25388,-109.08040899999641,31.93889400000041,2438516,16,3,1997 +9,M,42.0,25389,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +8,M,7.0,25390,-109.08167999999641,31.937884000000402,2439566,16,3,1997 +14,F,48.0,25391,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +15,M,12.0,25392,-109.08103599999642,31.937059000000463,2437874,16,3,1997 +16,M,11.0,25393,-109.08024399999636,31.93709400000041,2437874,16,3,1997 +4,M,52.0,25394,-109.08040899999641,31.93889400000041,2439521,16,3,1997 +11,M,43.0,25395,-109.07930699999636,31.938056000000426,2439521,16,3,1997 +9,F,42.0,25396,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +8,F,46.0,25397,-109.08167999999641,31.937884000000402,2439521,16,3,1997 +14,M,36.0,25398,-109.08182699999641,31.937054000000447,2439521,16,3,1997 +3,,,25399,-109.08120799999641,31.938896000000387,2437300,16,3,1997 +6,M,17.0,25400,-109.07883599999636,31.939078000000414,2439591,16,3,1997 +3,F,36.0,25401,-109.08120799999641,31.938896000000387,2439521,16,3,1997 +9,F,40.0,25402,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +8,F,20.0,25403,-109.08167999999641,31.937884000000402,2437967,16,3,1997 +16,M,44.0,25404,-109.08024399999636,31.93709400000041,2439521,16,3,1997 +6,M,6.0,25405,-109.07883599999636,31.939078000000414,2439566,16,3,1997 +9,M,49.0,25406,-109.08090299999638,31.93785900000039,2439521,16,3,1997 +13,M,18.0,25407,-109.08261299999641,31.937028000000442,2439591,16,3,1997 +14,M,10.0,25408,-109.08182699999641,31.937054000000447,2437874,16,3,1997 +5,F,48.0,25409,-109.07960199999636,31.93897000000045,2439521,16,3,1997 +15,F,9.0,25410,-109.08103599999642,31.937059000000463,2439566,16,3,1997 +6,M,16.0,25411,-109.07883599999636,31.939078000000414,2439591,16,3,1997 +9,F,14.0,25412,-109.08090299999638,31.93785900000039,2437874,16,3,1997 +14,M,22.0,25413,-109.08182699999641,31.937054000000447,2437967,16,3,1997 +15,F,21.0,25414,-109.08103599999642,31.937059000000463,2437967,16,3,1997 +10,F,25.0,25415,-109.08009099999636,31.938017000000425,2437967,16,3,1997 +12,M,49.0,25416,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +19,F,20.0,25417,-109.07791199999636,31.937438000000434,2439591,12,4,1997 +18,M,24.0,25418,-109.07863299999636,31.93712600000041,2439591,12,4,1997 +18,F,28.0,25419,-109.07863299999636,31.93712600000041,2439591,12,4,1997 +21,F,15.0,25420,-109.07939799999636,31.936448000000453,2437874,12,4,1997 +7,F,16.0,25421,-109.08281599999641,31.938113000000413,2437874,12,4,1997 +1,F,49.0,25422,-109.08282899999641,31.938851000000387,2439521,12,4,1997 +2,M,43.0,25423,-109.08197499999642,31.93888700000037,2439521,12,4,1997 +12,M,31.0,25424,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +19,M,10.0,25425,-109.07791199999636,31.937438000000434,2439566,12,4,1997 +21,M,22.0,25426,-109.07939799999636,31.936448000000453,2439591,12,4,1997 +17,M,51.0,25427,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +20,F,9.0,25428,-109.08019099999642,31.93633400000045,2439566,12,4,1997 +21,M,10.0,25429,-109.07939799999636,31.936448000000453,2439566,12,4,1997 +23,F,35.0,25430,-109.07783799999636,31.93676300000042,2437967,12,4,1997 +2,F,22.0,25431,-109.08197499999642,31.93888700000037,2439591,12,4,1997 +21,M,10.0,25432,-109.07939799999636,31.936448000000453,2437874,12,4,1997 +7,M,13.0,25433,-109.08281599999641,31.938113000000413,2437874,12,4,1997 +12,F,17.0,25434,-109.07851899999636,31.938203000000414,2439591,12,4,1997 +19,M,17.0,25435,-109.07791199999636,31.937438000000434,2439591,12,4,1997 +17,F,31.0,25436,-109.07941499999636,31.937117000000445,2438516,12,4,1997 +21,F,20.0,25437,-109.07939799999636,31.936448000000453,2439591,12,4,1997 +2,F,28.0,25438,-109.08197499999642,31.93888700000037,2437967,12,4,1997 +12,M,12.0,25439,-109.07851899999636,31.938203000000414,2437874,12,4,1997 +17,M,49.0,25440,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +22,,,25441,-109.07860199999635,31.93644100000042,2437874,12,4,1997 +24,F,10.0,25442,-109.07773599999636,31.938560000000447,2437874,12,4,1997 +2,M,18.0,25443,-109.08197499999642,31.93888700000037,2437967,12,4,1997 +12,M,44.0,25444,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +19,F,23.0,25445,-109.07791199999636,31.937438000000434,2439591,12,4,1997 +21,M,11.0,25446,-109.07939799999636,31.936448000000453,2437874,12,4,1997 +2,F,43.0,25447,-109.08197499999642,31.93888700000037,2439521,12,4,1997 +12,M,23.0,25448,-109.07851899999636,31.938203000000414,2439581,12,4,1997 +19,M,9.0,25449,-109.07791199999636,31.937438000000434,2439566,12,4,1997 +20,F,17.0,25450,-109.08019099999642,31.93633400000045,2437981,12,4,1997 +22,F,53.0,25451,-109.07860199999635,31.93644100000042,2439521,12,4,1997 +24,F,23.0,25452,-109.07773599999636,31.938560000000447,2439591,12,4,1997 +1,F,14.0,25453,-109.08282899999641,31.938851000000387,2437874,12,4,1997 +2,F,21.0,25454,-109.08197499999642,31.93888700000037,2439591,12,4,1997 +12,M,50.0,25455,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +18,F,32.0,25456,-109.07863299999636,31.93712600000041,2437967,12,4,1997 +17,F,15.0,25457,-109.07941499999636,31.937117000000445,2437874,12,4,1997 +24,M,12.0,25458,-109.07773599999636,31.938560000000447,2437967,12,4,1997 +1,F,21.0,25459,-109.08282899999641,31.938851000000387,2439591,12,4,1997 +12,F,21.0,25460,-109.07851899999636,31.938203000000414,2439591,12,4,1997 +18,M,19.0,25461,-109.07863299999636,31.93712600000041,2439591,12,4,1997 +17,F,49.0,25462,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +2,M,46.0,25463,-109.08197499999642,31.93888700000037,2439541,12,4,1997 +24,F,24.0,25464,-109.07773599999636,31.938560000000447,2439566,12,4,1997 +1,M,23.0,25465,-109.08282899999641,31.938851000000387,2439591,12,4,1997 +17,F,21.0,25466,-109.07941499999636,31.937117000000445,2439591,12,4,1997 +20,F,23.0,25467,-109.08019099999642,31.93633400000045,2437967,12,4,1997 +21,F,13.0,25468,-109.07939799999636,31.936448000000453,2437874,12,4,1997 +2,M,32.0,25469,-109.08197499999642,31.93888700000037,2438517,12,4,1997 +12,F,18.0,25470,-109.07851899999636,31.938203000000414,2439591,12,4,1997 +18,F,22.0,25471,-109.07863299999636,31.93712600000041,2439591,12,4,1997 +17,M,48.0,25472,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +17,F,17.0,25473,-109.07941499999636,31.937117000000445,2437967,12,4,1997 +1,M,65.0,25474,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +2,M,22.0,25475,-109.08197499999642,31.93888700000037,2439591,12,4,1997 +12,M,10.0,25476,-109.07851899999636,31.938203000000414,2437874,12,4,1997 +19,F,10.0,25477,-109.07791199999636,31.937438000000434,2439566,12,4,1997 +2,M,22.0,25478,-109.08197499999642,31.93888700000037,2439591,12,4,1997 +12,F,51.0,25479,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +1,F,35.0,25480,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +2,F,22.0,25481,-109.08197499999642,31.93888700000037,2439591,12,4,1997 +12,M,23.0,25482,-109.07851899999636,31.938203000000414,2439591,12,4,1997 +19,M,13.0,25483,-109.07791199999636,31.937438000000434,2437874,12,4,1997 +17,F,30.0,25484,-109.07941499999636,31.937117000000445,2438516,12,4,1997 +12,F,37.0,25485,-109.07851899999636,31.938203000000414,2438517,12,4,1997 +17,F,44.0,25486,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +2,F,29.0,25487,-109.08197499999642,31.93888700000037,2438516,12,4,1997 +17,M,19.0,25488,-109.07941499999636,31.937117000000445,2439591,12,4,1997 +20,M,19.0,25489,-109.08019099999642,31.93633400000045,2437967,12,4,1997 +1,F,42.0,25490,-109.08282899999641,31.938851000000387,2439581,12,4,1997 +2,M,31.0,25491,-109.08197499999642,31.93888700000037,2439581,12,4,1997 +12,M,16.0,25492,-109.07851899999636,31.938203000000414,2439591,12,4,1997 +18,M,20.0,25493,-109.07863299999636,31.93712600000041,2439591,12,4,1997 +23,M,12.0,25494,-109.07783799999636,31.93676300000042,2437874,12,4,1997 +2,F,23.0,25495,-109.08197499999642,31.93888700000037,2437981,12,4,1997 +21,M,9.0,25496,-109.07939799999636,31.936448000000453,2439566,12,4,1997 +22,F,45.0,25497,-109.07860199999635,31.93644100000042,2439521,12,4,1997 +7,F,21.0,25498,-109.08281599999641,31.938113000000413,2439591,12,4,1997 +12,M,46.0,25499,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +19,M,19.0,25500,-109.07791199999636,31.937438000000434,2437967,12,4,1997 +1,M,59.0,25501,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +12,M,21.0,25502,-109.07851899999636,31.938203000000414,2439591,12,4,1997 +19,M,21.0,25503,-109.07791199999636,31.937438000000434,2439566,12,4,1997 +21,F,17.0,25504,-109.07939799999636,31.936448000000453,2439591,12,4,1997 +24,,,25505,-109.07773599999636,31.938560000000447,2437967,12,4,1997 +1,M,57.0,25506,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +18,F,38.0,25507,-109.07863299999636,31.93712600000041,2438516,12,4,1997 +21,M,22.0,25508,-109.07939799999636,31.936448000000453,2439591,12,4,1997 +22,F,46.0,25509,-109.07860199999635,31.93644100000042,2439521,12,4,1997 +1,F,55.0,25510,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +12,M,48.0,25511,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +17,F,10.0,25512,-109.07941499999636,31.937117000000445,2439566,12,4,1997 +24,M,11.0,25513,-109.07773599999636,31.938560000000447,2437874,12,4,1997 +19,M,26.0,25514,-109.07791199999636,31.937438000000434,2439581,12,4,1997 +17,M,10.0,25515,-109.07941499999636,31.937117000000445,2439566,12,4,1997 +2,F,24.0,25516,-109.08197499999642,31.93888700000037,2437967,12,4,1997 +17,M,22.0,25517,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +20,M,21.0,25518,-109.08019099999642,31.93633400000045,2439591,12,4,1997 +20,F,9.0,25519,-109.08019099999642,31.93633400000045,2439566,12,4,1997 +21,F,20.0,25520,-109.07939799999636,31.936448000000453,2439591,12,4,1997 +18,M,14.0,25521,-109.07863299999636,31.93712600000041,2437874,12,4,1997 +7,M,11.0,25522,-109.08281599999641,31.938113000000413,2437874,12,4,1997 +2,M,20.0,25523,-109.08197499999642,31.93888700000037,2439591,12,4,1997 +22,M,22.0,25524,-109.07860199999635,31.93644100000042,2439591,12,4,1997 +1,M,49.0,25525,-109.08282899999641,31.938851000000387,2439521,12,4,1997 +12,F,51.0,25526,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +17,M,30.0,25527,-109.07941499999636,31.937117000000445,2437967,12,4,1997 +22,F,24.0,25528,-109.07860199999635,31.93644100000042,2439591,12,4,1997 +1,F,45.0,25529,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +2,M,25.0,25530,-109.08197499999642,31.93888700000037,2439591,12,4,1997 +18,M,23.0,25531,-109.07863299999636,31.93712600000041,2439591,12,4,1997 +17,M,50.0,25532,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +20,M,16.0,25533,-109.08019099999642,31.93633400000045,2437981,12,4,1997 +24,F,32.0,25534,-109.07773599999636,31.938560000000447,2437967,12,4,1997 +12,M,45.0,25535,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +12,F,53.0,25536,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +20,F,20.0,25537,-109.08019099999642,31.93633400000045,2439591,12,4,1997 +1,M,51.0,25538,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +12,M,20.0,25539,-109.07851899999636,31.938203000000414,2439591,12,4,1997 +18,F,22.0,25540,-109.07863299999636,31.93712600000041,2437967,12,4,1997 +20,M,8.0,25541,-109.08019099999642,31.93633400000045,2439566,12,4,1997 +1,F,31.0,25542,-109.08282899999641,31.938851000000387,2438516,12,4,1997 +12,F,42.0,25543,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +17,M,12.0,25544,-109.07941499999636,31.937117000000445,2437874,12,4,1997 +20,F,16.0,25545,-109.08019099999642,31.93633400000045,2437874,12,4,1997 +22,M,8.0,25546,-109.07860199999635,31.93644100000042,2437874,12,4,1997 +1,M,8.0,25547,-109.08282899999641,31.938851000000387,2439566,12,4,1997 +2,F,14.0,25548,-109.08197499999642,31.93888700000037,2437874,12,4,1997 +1,M,21.0,25549,-109.08282899999641,31.938851000000387,2439591,12,4,1997 +17,M,30.0,25550,-109.07941499999636,31.937117000000445,2438516,12,4,1997 +1,F,21.0,25551,-109.08282899999641,31.938851000000387,2439591,12,4,1997 +1,F,56.0,25552,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +19,M,9.0,25553,-109.07791199999636,31.937438000000434,2439566,12,4,1997 +12,M,9.0,25554,-109.07851899999636,31.938203000000414,2439566,12,4,1997 +17,M,44.0,25555,-109.07941499999636,31.937117000000445,2439521,12,4,1997 +1,M,36.0,25556,-109.08282899999641,31.938851000000387,2439541,12,4,1997 +12,M,44.0,25557,-109.07851899999636,31.938203000000414,2439521,12,4,1997 +19,F,28.0,25558,-109.07791199999636,31.937438000000434,2437967,12,4,1997 +3,F,27.0,25559,-109.08120799999641,31.938896000000387,2438516,13,4,1997 +11,M,20.0,25560,-109.07930699999636,31.938056000000426,2439591,13,4,1997 +9,M,23.0,25561,-109.08090299999638,31.93785900000039,2439591,13,4,1997 +16,M,10.0,25562,-109.08024399999636,31.93709400000041,2437874,13,4,1997 +6,F,38.0,25563,-109.07883599999636,31.939078000000414,2439581,13,4,1997 +11,M,51.0,25564,-109.07930699999636,31.938056000000426,2439541,13,4,1997 +14,M,28.0,25565,-109.08182699999641,31.937054000000447,2438516,13,4,1997 +4,M,50.0,25566,-109.08040899999641,31.93889400000041,2439521,13,4,1997 +3,M,17.0,25567,-109.08120799999641,31.938896000000387,2437967,13,4,1997 +9,M,41.0,25568,-109.08090299999638,31.93785900000039,2439541,13,4,1997 +11,M,55.0,25569,-109.07930699999636,31.938056000000426,2439541,13,4,1997 +8,M,7.0,25570,-109.08167999999641,31.937884000000402,2439566,13,4,1997 +13,M,22.0,25571,-109.08261299999641,31.937028000000442,2439591,13,4,1997 +3,F,57.0,25572,-109.08120799999641,31.938896000000387,2439541,13,4,1997 +4,F,46.0,25573,-109.08040899999641,31.93889400000041,2439521,13,4,1997 +15,M,8.0,25574,-109.08103599999642,31.937059000000463,2439566,13,4,1997 +10,M,12.0,25575,-109.08009099999636,31.938017000000425,2437874,13,4,1997 +14,M,42.0,25576,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +3,F,17.0,25577,-109.08120799999641,31.938896000000387,2439591,13,4,1997 +4,F,19.0,25578,-109.08040899999641,31.93889400000041,2439591,13,4,1997 +8,F,57.0,25579,-109.08167999999641,31.937884000000402,2439541,13,4,1997 +14,F,46.0,25580,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +5,F,15.0,25581,-109.07960199999636,31.93897000000045,2439591,13,4,1997 +16,M,22.0,25582,-109.08024399999636,31.93709400000041,2437967,13,4,1997 +9,F,38.0,25583,-109.08090299999638,31.93785900000039,2438517,13,4,1997 +15,F,9.0,25584,-109.08103599999642,31.937059000000463,2439566,13,4,1997 +9,M,50.0,25585,-109.08090299999638,31.93785900000039,2439541,13,4,1997 +8,F,8.0,25586,-109.08167999999641,31.937884000000402,2437874,13,4,1997 +14,F,14.0,25587,-109.08182699999641,31.937054000000447,2439591,13,4,1997 +5,F,29.0,25588,-109.07960199999636,31.93897000000045,2438516,13,4,1997 +9,M,23.0,25589,-109.08090299999638,31.93785900000039,2437967,13,4,1997 +14,F,48.0,25590,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +15,M,13.0,25591,-109.08103599999642,31.937059000000463,2437874,13,4,1997 +16,M,12.0,25592,-109.08024399999636,31.93709400000041,2437874,13,4,1997 +11,F,34.0,25593,-109.07930699999636,31.938056000000426,2438516,13,4,1997 +9,F,31.0,25594,-109.08090299999638,31.93785900000039,2439521,13,4,1997 +3,F,20.0,25595,-109.08120799999641,31.938896000000387,2437864,13,4,1997 +6,F,55.0,25596,-109.07883599999636,31.939078000000414,2439541,13,4,1997 +8,M,12.0,25597,-109.08167999999641,31.937884000000402,2437874,13,4,1997 +14,M,52.0,25598,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +16,M,16.0,25599,-109.08024399999636,31.93709400000041,2437967,13,4,1997 +3,F,23.0,25600,-109.08120799999641,31.938896000000387,2437981,13,4,1997 +13,M,12.0,25601,-109.08261299999641,31.937028000000442,2437874,13,4,1997 +6,M,7.0,25602,-109.07883599999636,31.939078000000414,2439566,13,4,1997 +9,F,22.0,25603,-109.08090299999638,31.93785900000039,2437967,13,4,1997 +13,M,10.0,25604,-109.08261299999641,31.937028000000442,2439566,13,4,1997 +14,F,40.0,25605,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +11,M,48.0,25606,-109.07930699999636,31.938056000000426,2439521,13,4,1997 +11,M,15.0,25607,-109.07930699999636,31.938056000000426,2439591,13,4,1997 +14,M,50.0,25608,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +3,F,18.0,25609,-109.08120799999641,31.938896000000387,2439591,13,4,1997 +4,M,11.0,25610,-109.08040899999641,31.93889400000041,2439566,13,4,1997 +4,F,52.0,25611,-109.08040899999641,31.93889400000041,2439541,13,4,1997 +9,F,20.0,25612,-109.08090299999638,31.93785900000039,2437967,13,4,1997 +15,F,25.0,25613,-109.08103599999642,31.937059000000463,2437967,13,4,1997 +8,M,33.0,25614,-109.08167999999641,31.937884000000402,2439541,13,4,1997 +4,F,59.0,25615,-109.08040899999641,31.93889400000041,2439521,13,4,1997 +9,F,52.0,25616,-109.08090299999638,31.93785900000039,2439521,13,4,1997 +8,M,32.0,25617,-109.08167999999641,31.937884000000402,2438516,13,4,1997 +3,F,49.0,25618,-109.08120799999641,31.938896000000387,2439541,13,4,1997 +4,M,55.0,25619,-109.08040899999641,31.93889400000041,2439521,13,4,1997 +6,F,22.0,25620,-109.07883599999636,31.939078000000414,2437967,13,4,1997 +13,F,8.0,25621,-109.08261299999641,31.937028000000442,2439566,13,4,1997 +14,M,40.0,25622,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +15,F,9.0,25623,-109.08103599999642,31.937059000000463,2439566,13,4,1997 +9,M,51.0,25624,-109.08090299999638,31.93785900000039,2439521,13,4,1997 +8,F,16.0,25625,-109.08167999999641,31.937884000000402,2439591,13,4,1997 +6,M,26.0,25626,-109.07883599999636,31.939078000000414,2437967,13,4,1997 +9,,,25627,-109.08090299999638,31.93785900000039,2439521,13,4,1997 +14,F,52.0,25628,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +15,F,23.0,25629,-109.08103599999642,31.937059000000463,2439591,13,4,1997 +3,M,22.0,25630,-109.08120799999641,31.938896000000387,2439591,13,4,1997 +13,F,26.0,25631,-109.08261299999641,31.937028000000442,2439581,13,4,1997 +15,F,26.0,25632,-109.08103599999642,31.937059000000463,2438516,13,4,1997 +3,M,9.0,25633,-109.08120799999641,31.938896000000387,2439566,13,4,1997 +4,M,9.0,25634,-109.08040899999641,31.93889400000041,2439566,13,4,1997 +6,M,49.0,25635,-109.07883599999636,31.939078000000414,2439541,13,4,1997 +11,F,29.0,25636,-109.07930699999636,31.938056000000426,2438516,13,4,1997 +8,M,48.0,25637,-109.08167999999641,31.937884000000402,2439541,13,4,1997 +15,M,9.0,25638,-109.08103599999642,31.937059000000463,2439566,13,4,1997 +5,F,15.0,25639,-109.07960199999636,31.93897000000045,2437874,13,4,1997 +3,M,51.0,25640,-109.08120799999641,31.938896000000387,2439541,13,4,1997 +15,M,22.0,25641,-109.08103599999642,31.937059000000463,2439591,13,4,1997 +10,M,13.0,25642,-109.08009099999636,31.938017000000425,2437874,13,4,1997 +4,M,49.0,25643,-109.08040899999641,31.93889400000041,2439521,13,4,1997 +15,F,17.0,25644,-109.08103599999642,31.937059000000463,2439591,13,4,1997 +4,F,26.0,25645,-109.08040899999641,31.93889400000041,2438516,13,4,1997 +8,M,46.0,25646,-109.08167999999641,31.937884000000402,2439521,13,4,1997 +14,F,50.0,25647,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +15,F,8.0,25648,-109.08103599999642,31.937059000000463,2439566,13,4,1997 +3,F,16.0,25649,-109.08120799999641,31.938896000000387,2439591,13,4,1997 +6,M,19.0,25650,-109.07883599999636,31.939078000000414,2439591,13,4,1997 +8,F,55.0,25651,-109.08167999999641,31.937884000000402,2439541,13,4,1997 +13,F,9.0,25652,-109.08261299999641,31.937028000000442,2439566,13,4,1997 +15,M,8.0,25653,-109.08103599999642,31.937059000000463,2439566,13,4,1997 +15,F,24.0,25654,-109.08103599999642,31.937059000000463,2439591,13,4,1997 +11,M,19.0,25655,-109.07930699999636,31.938056000000426,2439591,13,4,1997 +3,M,19.0,25656,-109.08120799999641,31.938896000000387,2437967,13,4,1997 +8,M,56.0,25657,-109.08167999999641,31.937884000000402,2439541,13,4,1997 +6,M,19.0,25658,-109.07883599999636,31.939078000000414,2439591,13,4,1997 +11,F,33.0,25659,-109.07930699999636,31.938056000000426,2439521,13,4,1997 +3,M,48.0,25660,-109.08120799999641,31.938896000000387,2439521,13,4,1997 +8,F,38.0,25661,-109.08167999999641,31.937884000000402,2438516,13,4,1997 +14,M,44.0,25662,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +16,F,13.0,25663,-109.08024399999636,31.93709400000041,2437874,13,4,1997 +3,M,24.0,25664,-109.08120799999641,31.938896000000387,2437967,13,4,1997 +6,M,20.0,25665,-109.07883599999636,31.939078000000414,2439591,13,4,1997 +4,F,9.0,25666,-109.08040899999641,31.93889400000041,2439566,13,4,1997 +11,M,27.0,25667,-109.07930699999636,31.938056000000426,2438516,13,4,1997 +9,M,10.0,25668,-109.08090299999638,31.93785900000039,2437874,13,4,1997 +8,M,22.0,25669,-109.08167999999641,31.937884000000402,2439591,13,4,1997 +14,M,45.0,25670,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +4,M,50.0,25671,-109.08040899999641,31.93889400000041,2439521,13,4,1997 +13,M,22.0,25672,-109.08261299999641,31.937028000000442,2439591,13,4,1997 +14,F,54.0,25673,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +15,M,8.0,25674,-109.08103599999642,31.937059000000463,2439566,13,4,1997 +3,M,23.0,25675,-109.08120799999641,31.938896000000387,2439591,13,4,1997 +11,M,12.0,25676,-109.07930699999636,31.938056000000426,2437874,13,4,1997 +3,M,22.0,25677,-109.08120799999641,31.938896000000387,2439591,13,4,1997 +6,M,22.0,25678,-109.07883599999636,31.939078000000414,2437967,13,4,1997 +11,F,16.0,25679,-109.07930699999636,31.938056000000426,2437967,13,4,1997 +9,M,49.0,25680,-109.08090299999638,31.93785900000039,2439521,13,4,1997 +14,M,47.0,25681,-109.08182699999641,31.937054000000447,2439521,13,4,1997 +15,M,,25682,-109.08103599999642,31.937059000000463,2439591,13,4,1997 +1,F,20.0,25683,-109.08282899999641,31.938851000000387,2439591,10,5,1997 +12,M,29.0,25684,-109.07851899999636,31.938203000000414,2438516,10,5,1997 +19,M,17.0,25685,-109.07791199999636,31.937438000000434,2437967,10,5,1997 +18,F,25.0,25686,-109.07863299999636,31.93712600000041,2437967,10,5,1997 +17,F,30.0,25687,-109.07941499999636,31.937117000000445,2438516,10,5,1997 +20,,,25688,-109.08019099999642,31.93633400000045,2437568,10,5,1997 +22,F,29.0,25689,-109.07860199999635,31.93644100000042,2437967,10,5,1997 +12,F,20.0,25690,-109.07851899999636,31.938203000000414,2438516,10,5,1997 +22,F,32.0,25691,-109.07860199999635,31.93644100000042,2438516,10,5,1997 +1,M,19.0,25692,-109.08282899999641,31.938851000000387,2438516,10,5,1997 +12,F,48.0,25693,-109.07851899999636,31.938203000000414,2439521,10,5,1997 +17,M,48.0,25694,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +20,M,23.0,25695,-109.08019099999642,31.93633400000045,2437981,10,5,1997 +2,M,20.0,25696,-109.08197499999642,31.93888700000037,2439591,10,5,1997 +12,F,20.0,25697,-109.07851899999636,31.938203000000414,2439591,10,5,1997 +21,M,26.0,25698,-109.07939799999636,31.936448000000453,2439581,10,5,1997 +22,M,31.0,25699,-109.07860199999635,31.93644100000042,2438516,10,5,1997 +7,M,23.0,25700,-109.08281599999641,31.938113000000413,2437981,10,5,1997 +1,F,42.0,25701,-109.08282899999641,31.938851000000387,2439581,10,5,1997 +2,F,144.0,25702,-109.08197499999642,31.93888700000037,,10,5,1997 +12,M,48.0,25703,-109.07851899999636,31.938203000000414,2439521,10,5,1997 +18,F,43.0,25704,-109.07863299999636,31.93712600000041,2438156,10,5,1997 +18,F,8.0,25705,-109.07863299999636,31.93712600000041,2439566,10,5,1997 +17,F,20.0,25706,-109.07941499999636,31.937117000000445,2438516,10,5,1997 +24,F,26.0,25707,-109.07773599999636,31.938560000000447,2437967,10,5,1997 +12,M,24.0,25708,-109.07851899999636,31.938203000000414,2439591,10,5,1997 +17,M,37.0,25709,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +24,M,23.0,25710,-109.07773599999636,31.938560000000447,2437981,10,5,1997 +7,M,31.0,25711,-109.08281599999641,31.938113000000413,2439581,10,5,1997 +19,F,23.0,25712,-109.07791199999636,31.937438000000434,2437967,10,5,1997 +21,M,22.0,25713,-109.07939799999636,31.936448000000453,2439591,10,5,1997 +1,F,44.0,25714,-109.08282899999641,31.938851000000387,2439521,10,5,1997 +12,M,18.0,25715,-109.07851899999636,31.938203000000414,2437967,10,5,1997 +19,F,20.0,25716,-109.07791199999636,31.937438000000434,2437967,10,5,1997 +18,F,10.0,25717,-109.07863299999636,31.93712600000041,2439566,10,5,1997 +12,F,214.0,25718,-109.07851899999636,31.938203000000414,,10,5,1997 +17,M,47.0,25719,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +1,M,9.0,25720,-109.08282899999641,31.938851000000387,2439566,10,5,1997 +2,M,49.0,25721,-109.08197499999642,31.93888700000037,2439521,10,5,1997 +12,M,28.0,25722,-109.07851899999636,31.938203000000414,2438516,10,5,1997 +20,F,21.0,25723,-109.08019099999642,31.93633400000045,2437967,10,5,1997 +22,F,12.0,25724,-109.07860199999635,31.93644100000042,2438516,10,5,1997 +12,M,62.0,25725,-109.07851899999636,31.938203000000414,,10,5,1997 +19,M,26.0,25726,-109.07791199999636,31.937438000000434,2439581,10,5,1997 +20,,,25727,-109.08019099999642,31.93633400000045,2437568,10,5,1997 +2,F,22.0,25728,-109.08197499999642,31.93888700000037,2439591,10,5,1997 +12,F,23.0,25729,-109.07851899999636,31.938203000000414,2439591,10,5,1997 +19,M,10.0,25730,-109.07791199999636,31.937438000000434,2439566,10,5,1997 +19,M,20.0,25731,-109.07791199999636,31.937438000000434,2439591,10,5,1997 +17,M,49.0,25732,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +21,F,21.0,25733,-109.07939799999636,31.936448000000453,2439591,10,5,1997 +22,M,25.0,25734,-109.07860199999635,31.93644100000042,2439581,10,5,1997 +2,M,52.0,25735,-109.08197499999642,31.93888700000037,2439541,10,5,1997 +12,F,54.0,25736,-109.07851899999636,31.938203000000414,2439521,10,5,1997 +19,F,20.0,25737,-109.07791199999636,31.937438000000434,2439591,10,5,1997 +17,F,20.0,25738,-109.07941499999636,31.937117000000445,2439591,10,5,1997 +7,F,17.0,25739,-109.08281599999641,31.938113000000413,2437874,10,5,1997 +12,M,42.0,25740,-109.07851899999636,31.938203000000414,2439521,10,5,1997 +19,M,12.0,25741,-109.07791199999636,31.937438000000434,2437874,10,5,1997 +22,M,50.0,25742,-109.07860199999635,31.93644100000042,2439521,10,5,1997 +22,F,49.0,25743,-109.07860199999635,31.93644100000042,2439521,10,5,1997 +1,M,52.0,25744,-109.08282899999641,31.938851000000387,2439541,10,5,1997 +23,F,24.0,25745,-109.07783799999636,31.93676300000042,2437967,10,5,1997 +19,M,21.0,25746,-109.07791199999636,31.937438000000434,2439591,10,5,1997 +19,F,21.0,25747,-109.07791199999636,31.937438000000434,2439591,10,5,1997 +20,,,25748,-109.08019099999642,31.93633400000045,2437568,10,5,1997 +21,M,22.0,25749,-109.07939799999636,31.936448000000453,2439591,10,5,1997 +7,F,24.0,25750,-109.08281599999641,31.938113000000413,2437967,10,5,1997 +1,M,22.0,25751,-109.08282899999641,31.938851000000387,2438516,10,5,1997 +2,F,26.0,25752,-109.08197499999642,31.93888700000037,2437967,10,5,1997 +21,M,22.0,25753,-109.07939799999636,31.936448000000453,2438516,10,5,1997 +2,M,18.0,25754,-109.08197499999642,31.93888700000037,2439591,10,5,1997 +18,M,20.0,25755,-109.07863299999636,31.93712600000041,2439591,10,5,1997 +17,M,27.0,25756,-109.07941499999636,31.937117000000445,2438516,10,5,1997 +12,M,20.0,25757,-109.07851899999636,31.938203000000414,2439591,10,5,1997 +19,M,13.0,25758,-109.07791199999636,31.937438000000434,2437967,10,5,1997 +18,M,18.0,25759,-109.07863299999636,31.93712600000041,2439591,10,5,1997 +20,,,25760,-109.08019099999642,31.93633400000045,2437568,10,5,1997 +1,M,56.0,25761,-109.08282899999641,31.938851000000387,2439541,10,5,1997 +2,M,27.0,25762,-109.08197499999642,31.93888700000037,2438516,10,5,1997 +18,F,20.0,25763,-109.07863299999636,31.93712600000041,2439591,10,5,1997 +22,F,11.0,25764,-109.07860199999635,31.93644100000042,2438516,10,5,1997 +18,M,16.0,25765,-109.07863299999636,31.93712600000041,2439591,10,5,1997 +1,F,49.0,25766,-109.08282899999641,31.938851000000387,2439541,10,5,1997 +12,F,64.0,25767,-109.07851899999636,31.938203000000414,,10,5,1997 +17,M,33.0,25768,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +1,M,22.0,25769,-109.08282899999641,31.938851000000387,2439591,10,5,1997 +2,M,22.0,25770,-109.08197499999642,31.93888700000037,2437967,10,5,1997 +12,F,,25771,-109.07851899999636,31.938203000000414,2438516,10,5,1997 +18,F,28.0,25772,-109.07863299999636,31.93712600000041,2437967,10,5,1997 +19,F,13.0,25773,-109.07791199999636,31.937438000000434,2437967,10,5,1997 +18,F,13.0,25774,-109.07863299999636,31.93712600000041,2437874,10,5,1997 +17,F,43.0,25775,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +20,F,8.0,25776,-109.08019099999642,31.93633400000045,2439566,10,5,1997 +1,F,50.0,25777,-109.08282899999641,31.938851000000387,2439541,10,5,1997 +12,F,54.0,25778,-109.07851899999636,31.938203000000414,2439541,10,5,1997 +24,M,26.0,25779,-109.07773599999636,31.938560000000447,2437981,10,5,1997 +2,F,18.0,25780,-109.08197499999642,31.93888700000037,2439591,10,5,1997 +12,F,36.0,25781,-109.07851899999636,31.938203000000414,2439521,10,5,1997 +19,F,8.0,25782,-109.07791199999636,31.937438000000434,2439566,10,5,1997 +20,M,25.0,25783,-109.08019099999642,31.93633400000045,2437967,10,5,1997 +21,M,10.0,25784,-109.07939799999636,31.936448000000453,2439566,10,5,1997 +18,M,21.0,25785,-109.07863299999636,31.93712600000041,2437967,10,5,1997 +12,M,45.0,25786,-109.07851899999636,31.938203000000414,2439521,10,5,1997 +20,F,12.0,25787,-109.08019099999642,31.93633400000045,2437874,10,5,1997 +1,F,20.0,25788,-109.08282899999641,31.938851000000387,2438516,10,5,1997 +2,F,13.0,25789,-109.08197499999642,31.93888700000037,2437967,10,5,1997 +1,F,50.0,25790,-109.08282899999641,31.938851000000387,2439541,10,5,1997 +2,F,100.0,25791,-109.08197499999642,31.93888700000037,2438156,10,5,1997 +12,F,63.0,25792,-109.07851899999636,31.938203000000414,,10,5,1997 +17,M,42.0,25793,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +20,F,9.0,25794,-109.08019099999642,31.93633400000045,2439566,10,5,1997 +21,F,23.0,25795,-109.07939799999636,31.936448000000453,2439591,10,5,1997 +22,F,46.0,25796,-109.07860199999635,31.93644100000042,2439521,10,5,1997 +7,F,28.0,25797,-109.08281599999641,31.938113000000413,2437967,10,5,1997 +1,M,32.0,25798,-109.08282899999641,31.938851000000387,2439541,10,5,1997 +12,M,70.0,25799,-109.07851899999636,31.938203000000414,,10,5,1997 +19,M,25.0,25800,-109.07791199999636,31.937438000000434,2439581,10,5,1997 +24,F,28.0,25801,-109.07773599999636,31.938560000000447,2437981,10,5,1997 +1,M,19.0,25802,-109.08282899999641,31.938851000000387,2438516,10,5,1997 +12,F,48.0,25803,-109.07851899999636,31.938203000000414,2439521,10,5,1997 +21,M,9.0,25804,-109.07939799999636,31.936448000000453,2439566,10,5,1997 +1,F,47.0,25805,-109.08282899999641,31.938851000000387,2439541,10,5,1997 +19,M,36.0,25806,-109.07791199999636,31.937438000000434,2439581,10,5,1997 +17,M,49.0,25807,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +1,F,22.0,25808,-109.08282899999641,31.938851000000387,2439591,10,5,1997 +18,F,23.0,25809,-109.07863299999636,31.93712600000041,2439591,10,5,1997 +21,F,24.0,25810,-109.07939799999636,31.936448000000453,2439591,10,5,1997 +24,F,22.0,25811,-109.07773599999636,31.938560000000447,2437967,10,5,1997 +18,M,22.0,25812,-109.07863299999636,31.93712600000041,2439584,10,5,1997 +20,M,13.0,25813,-109.08019099999642,31.93633400000045,2439591,10,5,1997 +2,M,47.0,25814,-109.08197499999642,31.93888700000037,2439541,10,5,1997 +18,M,8.0,25815,-109.07863299999636,31.93712600000041,2437874,10,5,1997 +2,M,17.0,25816,-109.08197499999642,31.93888700000037,2439581,10,5,1997 +17,F,50.0,25817,-109.07941499999636,31.937117000000445,2439541,10,5,1997 +21,F,7.0,25818,-109.07939799999636,31.936448000000453,2439566,10,5,1997 +22,M,28.0,25819,-109.07860199999635,31.93644100000042,2439581,10,5,1997 +24,M,11.0,25820,-109.07773599999636,31.938560000000447,2437874,10,5,1997 +2,F,21.0,25821,-109.08197499999642,31.93888700000037,2438156,10,5,1997 +19,F,25.0,25822,-109.07791199999636,31.937438000000434,2437967,10,5,1997 +18,F,28.0,25823,-109.07863299999636,31.93712600000041,2437967,10,5,1997 +20,M,9.0,25824,-109.08019099999642,31.93633400000045,2439566,10,5,1997 +7,M,11.0,25825,-109.08281599999641,31.938113000000413,2437874,10,5,1997 +18,M,9.0,25826,-109.07863299999636,31.93712600000041,2439566,10,5,1997 +17,F,22.0,25827,-109.07941499999636,31.937117000000445,2437967,10,5,1997 +24,M,7.0,25828,-109.07773599999636,31.938560000000447,2437967,10,5,1997 +24,M,7.0,25829,-109.07773599999636,31.938560000000447,2437967,10,5,1997 +18,M,9.0,25830,-109.07863299999636,31.93712600000041,2439566,10,5,1997 +17,F,40.0,25831,-109.07941499999636,31.937117000000445,2439521,10,5,1997 +20,F,27.0,25832,-109.08019099999642,31.93633400000045,2437981,10,5,1997 +22,M,7.0,25833,-109.07860199999635,31.93644100000042,2439566,10,5,1997 +2,F,12.0,25834,-109.08197499999642,31.93888700000037,2437874,10,5,1997 +17,F,46.0,25835,-109.07941499999636,31.937117000000445,2439541,10,5,1997 +20,F,20.0,25836,-109.08019099999642,31.93633400000045,2439591,10,5,1997 +21,M,20.0,25837,-109.07939799999636,31.936448000000453,2439591,10,5,1997 +12,M,59.0,25838,-109.07851899999636,31.938203000000414,2439541,10,5,1997 +1,M,21.0,25839,-109.08282899999641,31.938851000000387,2439591,10,5,1997 +2,F,31.0,25840,-109.08197499999642,31.93888700000037,2438516,10,5,1997 +12,M,44.0,25841,-109.07851899999636,31.938203000000414,2439541,10,5,1997 +6,F,26.0,25842,-109.07883599999636,31.939078000000414,2438516,11,5,1997 +4,M,10.0,25843,-109.08040899999641,31.93889400000041,2439566,11,5,1997 +14,F,29.0,25844,-109.08182699999641,31.937054000000447,2438516,11,5,1997 +15,M,10.0,25845,-109.08103599999642,31.937059000000463,2439566,11,5,1997 +3,F,63.0,25846,-109.08120799999641,31.938896000000387,2439541,11,5,1997 +14,M,41.0,25847,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +3,F,31.0,25848,-109.08120799999641,31.938896000000387,2438516,11,5,1997 +13,M,18.0,25849,-109.08261299999641,31.937028000000442,2439591,11,5,1997 +15,M,21.0,25850,-109.08103599999642,31.937059000000463,2439591,11,5,1997 +9,F,40.0,25851,-109.08090299999638,31.93785900000039,2438517,11,5,1997 +8,M,52.0,25852,-109.08167999999641,31.937884000000402,2439541,11,5,1997 +13,M,22.0,25853,-109.08261299999641,31.937028000000442,2439591,11,5,1997 +14,F,47.0,25854,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +3,M,20.0,25855,-109.08120799999641,31.938896000000387,2439581,11,5,1997 +6,M,18.0,25856,-109.07883599999636,31.939078000000414,2439591,11,5,1997 +8,M,48.0,25857,-109.08167999999641,31.937884000000402,2439521,11,5,1997 +14,M,18.0,25858,-109.08182699999641,31.937054000000447,2437981,11,5,1997 +15,F,9.0,25859,-109.08103599999642,31.937059000000463,2439566,11,5,1997 +6,F,41.0,25860,-109.07883599999636,31.939078000000414,2439581,11,5,1997 +13,M,21.0,25861,-109.08261299999641,31.937028000000442,2439591,11,5,1997 +4,M,52.0,25862,-109.08040899999641,31.93889400000041,2439521,11,5,1997 +6,M,22.0,25863,-109.07883599999636,31.939078000000414,2439591,11,5,1997 +11,M,50.0,25864,-109.07930699999636,31.938056000000426,2439541,11,5,1997 +11,F,67.0,25865,-109.07930699999636,31.938056000000426,2439541,11,5,1997 +9,M,46.0,25866,-109.08090299999638,31.93785900000039,2439541,11,5,1997 +8,F,26.0,25867,-109.08167999999641,31.937884000000402,2439541,11,5,1997 +10,F,24.0,25868,-109.08009099999636,31.938017000000425,2437967,11,5,1997 +9,F,44.0,25869,-109.08090299999638,31.93785900000039,2439521,11,5,1997 +5,M,23.0,25870,-109.07960199999636,31.93897000000045,2437967,11,5,1997 +8,M,51.0,25871,-109.08167999999641,31.937884000000402,2439541,11,5,1997 +13,F,21.0,25872,-109.08261299999641,31.937028000000442,2439591,11,5,1997 +11,M,22.0,25873,-109.07930699999636,31.938056000000426,2439581,11,5,1997 +13,M,23.0,25874,-109.08261299999641,31.937028000000442,2439581,11,5,1997 +11,M,19.0,25875,-109.07930699999636,31.938056000000426,2439591,11,5,1997 +15,F,21.0,25876,-109.08103599999642,31.937059000000463,2439591,11,5,1997 +14,F,16.0,25877,-109.08182699999641,31.937054000000447,2439591,11,5,1997 +3,F,18.0,25878,-109.08120799999641,31.938896000000387,2437874,11,5,1997 +6,M,46.0,25879,-109.07883599999636,31.939078000000414,2439541,11,5,1997 +14,M,40.0,25880,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +15,,,25881,-109.08103599999642,31.937059000000463,2437568,11,5,1997 +3,M,45.0,25882,-109.08120799999641,31.938896000000387,2439541,11,5,1997 +14,M,52.0,25883,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +15,F,23.0,25884,-109.08103599999642,31.937059000000463,2437967,11,5,1997 +3,M,12.0,25885,-109.08120799999641,31.938896000000387,2439591,11,5,1997 +9,F,36.0,25886,-109.08090299999638,31.93785900000039,2439521,11,5,1997 +3,M,31.0,25887,-109.08120799999641,31.938896000000387,2438516,11,5,1997 +6,F,30.0,25888,-109.07883599999636,31.939078000000414,2439581,11,5,1997 +11,M,16.0,25889,-109.07930699999636,31.938056000000426,2439591,11,5,1997 +9,M,44.0,25890,-109.08090299999638,31.93785900000039,2439521,11,5,1997 +3,M,23.0,25891,-109.08120799999641,31.938896000000387,2439591,11,5,1997 +11,M,22.0,25892,-109.07930699999636,31.938056000000426,2437967,11,5,1997 +15,,,25893,-109.08103599999642,31.937059000000463,2437568,11,5,1997 +3,F,47.0,25894,-109.08120799999641,31.938896000000387,2439581,11,5,1997 +6,F,50.0,25895,-109.07883599999636,31.939078000000414,2439541,11,5,1997 +11,F,31.0,25896,-109.07930699999636,31.938056000000426,2438516,11,5,1997 +14,F,40.0,25897,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +3,F,46.0,25898,-109.08120799999641,31.938896000000387,2439541,11,5,1997 +11,F,50.0,25899,-109.07930699999636,31.938056000000426,2439521,11,5,1997 +11,F,11.0,25900,-109.07930699999636,31.938056000000426,2438516,11,5,1997 +4,M,11.0,25901,-109.08040899999641,31.93889400000041,2439566,11,5,1997 +14,F,44.0,25902,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +14,M,22.0,25903,-109.08182699999641,31.937054000000447,2439591,11,5,1997 +3,M,21.0,25904,-109.08120799999641,31.938896000000387,2439591,11,5,1997 +8,F,64.0,25905,-109.08167999999641,31.937884000000402,2439541,11,5,1997 +4,,,25906,-109.08040899999641,31.93889400000041,2437300,11,5,1997 +9,M,8.0,25907,-109.08090299999638,31.93785900000039,2439566,11,5,1997 +4,F,58.0,25908,-109.08040899999641,31.93889400000041,2439521,11,5,1997 +11,M,56.0,25909,-109.07930699999636,31.938056000000426,2439521,11,5,1997 +14,M,49.0,25910,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +15,F,18.0,25911,-109.08103599999642,31.937059000000463,2439591,11,5,1997 +4,M,50.0,25912,-109.08040899999641,31.93889400000041,2439521,11,5,1997 +9,M,49.0,25913,-109.08090299999638,31.93785900000039,2439541,11,5,1997 +15,M,8.0,25914,-109.08103599999642,31.937059000000463,2439566,11,5,1997 +6,M,35.0,25915,-109.07883599999636,31.939078000000414,2439581,11,5,1997 +9,M,23.0,25916,-109.08090299999638,31.93785900000039,2437967,11,5,1997 +14,M,23.0,25917,-109.08182699999641,31.937054000000447,2439591,11,5,1997 +3,M,45.0,25918,-109.08120799999641,31.938896000000387,2439521,11,5,1997 +11,M,8.0,25919,-109.07930699999636,31.938056000000426,2439566,11,5,1997 +9,M,49.0,25920,-109.08090299999638,31.93785900000039,2439521,11,5,1997 +14,M,46.0,25921,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +16,F,26.0,25922,-109.08024399999636,31.93709400000041,2437967,11,5,1997 +4,F,20.0,25923,-109.08040899999641,31.93889400000041,2439591,11,5,1997 +11,F,49.0,25924,-109.07930699999636,31.938056000000426,2439521,11,5,1997 +8,M,54.0,25925,-109.08167999999641,31.937884000000402,2439541,11,5,1997 +4,F,48.0,25926,-109.08040899999641,31.93889400000041,2439521,11,5,1997 +13,M,,25927,-109.08261299999641,31.937028000000442,2439591,11,5,1997 +5,M,20.0,25928,-109.07960199999636,31.93897000000045,2439591,11,5,1997 +6,M,29.0,25929,-109.07883599999636,31.939078000000414,2439581,11,5,1997 +14,M,44.0,25930,-109.08182699999641,31.937054000000447,2439521,11,5,1997 +15,M,19.0,25931,-109.08103599999642,31.937059000000463,2439591,11,5,1997 +6,M,28.0,25932,-109.07883599999636,31.939078000000414,2438516,11,5,1997 +5,F,33.0,25933,-109.07960199999636,31.93897000000045,2438516,11,5,1997 +6,F,27.0,25934,-109.07883599999636,31.939078000000414,2439581,11,5,1997 +15,M,19.0,25935,-109.08103599999642,31.937059000000463,2439581,11,5,1997 +4,F,28.0,25936,-109.08040899999641,31.93889400000041,2438516,11,5,1997 +13,F,32.0,25937,-109.08261299999641,31.937028000000442,2439591,11,5,1997 +15,F,25.0,25938,-109.08103599999642,31.937059000000463,2438516,11,5,1997 +5,F,29.0,25939,-109.07960199999636,31.93897000000045,2438516,11,5,1997 +3,M,50.0,25940,-109.08120799999641,31.938896000000387,2439541,11,5,1997 +1,F,21.0,25941,-109.08282899999641,31.938851000000387,2439581,9,6,1997 +3,F,22.0,25942,-109.08120799999641,31.938896000000387,2438516,9,6,1997 +4,M,28.0,25943,-109.08040899999641,31.93889400000041,2439581,9,6,1997 +6,F,25.0,25944,-109.07883599999636,31.939078000000414,2438516,9,6,1997 +2,M,46.0,25945,-109.08197499999642,31.93888700000037,2439521,9,6,1997 +3,M,48.0,25946,-109.08120799999641,31.938896000000387,2439541,9,6,1997 +4,M,52.0,25947,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +4,F,42.0,25948,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +24,F,147.0,25949,-109.07773599999636,31.938560000000447,,9,6,1997 +3,F,29.0,25950,-109.08120799999641,31.938896000000387,2439581,9,6,1997 +4,M,9.0,25951,-109.08040899999641,31.93889400000041,2439566,9,6,1997 +19,F,20.0,25952,-109.07791199999636,31.937438000000434,2439591,9,6,1997 +6,M,31.0,25953,-109.07883599999636,31.939078000000414,2439581,9,6,1997 +3,F,19.0,25954,-109.08120799999641,31.938896000000387,2439591,9,6,1997 +4,M,13.0,25955,-109.08040899999641,31.93889400000041,2439591,9,6,1997 +19,M,15.0,25956,-109.07791199999636,31.937438000000434,2439591,9,6,1997 +1,M,16.0,25957,-109.08282899999641,31.938851000000387,2438517,9,6,1997 +24,F,20.0,25958,-109.07773599999636,31.938560000000447,2437981,9,6,1997 +4,,,25959,-109.08040899999641,31.93889400000041,2437300,9,6,1997 +3,M,7.0,25960,-109.08120799999641,31.938896000000387,2439566,9,6,1997 +19,M,31.0,25961,-109.07791199999636,31.937438000000434,2439581,9,6,1997 +6,F,38.0,25962,-109.07883599999636,31.939078000000414,2439581,9,6,1997 +19,F,19.0,25963,-109.07791199999636,31.937438000000434,2439591,9,6,1997 +6,F,48.0,25964,-109.07883599999636,31.939078000000414,2439541,9,6,1997 +1,F,41.0,25965,-109.08282899999641,31.938851000000387,2439581,9,6,1997 +3,F,28.0,25966,-109.08120799999641,31.938896000000387,2439581,9,6,1997 +4,F,25.0,25967,-109.08040899999641,31.93889400000041,2438516,9,6,1997 +6,F,31.0,25968,-109.07883599999636,31.939078000000414,2439581,9,6,1997 +19,F,9.0,25969,-109.07791199999636,31.937438000000434,2439566,9,6,1997 +3,F,11.0,25970,-109.08120799999641,31.938896000000387,2438516,9,6,1997 +6,M,19.0,25971,-109.07883599999636,31.939078000000414,2437967,9,6,1997 +19,F,23.0,25972,-109.07791199999636,31.937438000000434,2437967,9,6,1997 +1,M,57.0,25973,-109.08282899999641,31.938851000000387,2439541,9,6,1997 +2,M,18.0,25974,-109.08197499999642,31.93888700000037,2438516,9,6,1997 +6,F,7.0,25975,-109.07883599999636,31.939078000000414,2439566,9,6,1997 +19,F,22.0,25976,-109.07791199999636,31.937438000000434,2437967,9,6,1997 +1,M,49.0,25977,-109.08282899999641,31.938851000000387,2439541,9,6,1997 +2,M,22.0,25978,-109.08197499999642,31.93888700000037,2439591,9,6,1997 +19,M,20.0,25979,-109.07791199999636,31.937438000000434,2437967,9,6,1997 +5,F,29.0,25980,-109.07960199999636,31.93897000000045,2438516,9,6,1997 +1,F,49.0,25981,-109.08282899999641,31.938851000000387,2439541,9,6,1997 +3,M,45.0,25982,-109.08120799999641,31.938896000000387,2439541,9,6,1997 +4,M,49.0,25983,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +3,F,36.0,25984,-109.08120799999641,31.938896000000387,2439581,9,6,1997 +6,M,45.0,25985,-109.07883599999636,31.939078000000414,2439541,9,6,1997 +3,F,49.0,25986,-109.08120799999641,31.938896000000387,2439541,9,6,1997 +4,M,9.0,25987,-109.08040899999641,31.93889400000041,2439566,9,6,1997 +4,M,42.0,25988,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +4,M,50.0,25989,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +24,F,17.0,25990,-109.07773599999636,31.938560000000447,2437967,9,6,1997 +1,M,21.0,25991,-109.08282899999641,31.938851000000387,2438516,9,6,1997 +2,F,19.0,25992,-109.08197499999642,31.93888700000037,2439591,9,6,1997 +19,M,33.0,25993,-109.07791199999636,31.937438000000434,2439581,9,6,1997 +1,M,28.0,25994,-109.08282899999641,31.938851000000387,2438516,9,6,1997 +2,M,14.0,25995,-109.08197499999642,31.93888700000037,2439591,9,6,1997 +6,M,15.0,25996,-109.07883599999636,31.939078000000414,2439591,9,6,1997 +1,F,21.0,25997,-109.08282899999641,31.938851000000387,2439591,9,6,1997 +4,M,19.0,25998,-109.08040899999641,31.93889400000041,2437967,9,6,1997 +2,F,29.0,25999,-109.08197499999642,31.93888700000037,2437967,9,6,1997 +5,M,19.0,26000,-109.07960199999636,31.93897000000045,2437967,9,6,1997 +6,M,35.0,26001,-109.07883599999636,31.939078000000414,2439581,9,6,1997 +3,F,9.0,26002,-109.08120799999641,31.938896000000387,2439591,9,6,1997 +19,M,17.0,26003,-109.07791199999636,31.937438000000434,2439591,9,6,1997 +3,M,33.0,26004,-109.08120799999641,31.938896000000387,2439581,9,6,1997 +6,M,19.0,26005,-109.07883599999636,31.939078000000414,2438516,9,6,1997 +1,M,28.0,26006,-109.08282899999641,31.938851000000387,2439581,9,6,1997 +3,M,21.0,26007,-109.08120799999641,31.938896000000387,2438516,9,6,1997 +2,M,48.0,26008,-109.08197499999642,31.93888700000037,2439541,9,6,1997 +6,M,25.0,26009,-109.07883599999636,31.939078000000414,2438516,9,6,1997 +6,M,28.0,26010,-109.07883599999636,31.939078000000414,2439581,9,6,1997 +3,M,9.0,26011,-109.08120799999641,31.938896000000387,2439566,9,6,1997 +4,F,43.0,26012,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +2,F,24.0,26013,-109.08197499999642,31.93888700000037,2439581,9,6,1997 +19,M,29.0,26014,-109.07791199999636,31.937438000000434,2439581,9,6,1997 +24,,,26015,-109.07773599999636,31.938560000000447,2437568,9,6,1997 +2,F,31.0,26016,-109.08197499999642,31.93888700000037,2438516,9,6,1997 +4,M,48.0,26017,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +6,F,29.0,26018,-109.07883599999636,31.939078000000414,2439541,9,6,1997 +19,M,10.0,26019,-109.07791199999636,31.937438000000434,2437874,9,6,1997 +1,M,48.0,26020,-109.08282899999641,31.938851000000387,2439541,9,6,1997 +2,M,42.0,26021,-109.08197499999642,31.93888700000037,2439581,9,6,1997 +4,F,8.0,26022,-109.08040899999641,31.93889400000041,2439566,9,6,1997 +2,M,24.0,26023,-109.08197499999642,31.93888700000037,2437981,9,6,1997 +3,M,46.0,26024,-109.08120799999641,31.938896000000387,2439521,9,6,1997 +2,M,34.0,26025,-109.08197499999642,31.93888700000037,2439581,9,6,1997 +19,M,10.0,26026,-109.07791199999636,31.937438000000434,2439566,9,6,1997 +1,M,37.0,26027,-109.08282899999641,31.938851000000387,2439581,9,6,1997 +19,F,20.0,26028,-109.07791199999636,31.937438000000434,2437967,9,6,1997 +2,M,193.0,26029,-109.08197499999642,31.93888700000037,,9,6,1997 +4,M,43.0,26030,-109.08040899999641,31.93889400000041,2439521,9,6,1997 +6,F,28.0,26031,-109.07883599999636,31.939078000000414,2439581,9,6,1997 +24,M,117.0,26032,-109.07773599999636,31.938560000000447,,9,6,1997 +5,M,27.0,26033,-109.07960199999636,31.93897000000045,2438516,9,6,1997 +1,F,47.0,26034,-109.08282899999641,31.938851000000387,2439541,9,6,1997 +2,M,47.0,26035,-109.08197499999642,31.93888700000037,2439541,9,6,1997 +6,M,22.0,26036,-109.07883599999636,31.939078000000414,2437981,9,6,1997 +12,M,17.0,26037,-109.07851899999636,31.938203000000414,2437967,10,6,1997 +9,M,47.0,26038,-109.08090299999638,31.93785900000039,2439541,10,6,1997 +8,F,21.0,26039,-109.08167999999641,31.937884000000402,2438516,10,6,1997 +12,M,40.0,26040,-109.07851899999636,31.938203000000414,2439541,10,6,1997 +7,M,10.0,26041,-109.08281599999641,31.938113000000413,2439591,10,6,1997 +17,F,22.0,26042,-109.07941499999636,31.937117000000445,2439591,10,6,1997 +7,F,24.0,26043,-109.08281599999641,31.938113000000413,2439581,10,6,1997 +9,F,16.0,26044,-109.08090299999638,31.93785900000039,2438516,10,6,1997 +7,F,14.0,26045,-109.08281599999641,31.938113000000413,2437874,10,6,1997 +12,M,59.0,26046,-109.07851899999636,31.938203000000414,2439541,10,6,1997 +17,M,42.0,26047,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +18,M,30.0,26048,-109.07863299999636,31.93712600000041,2438516,10,6,1997 +12,M,20.0,26049,-109.07851899999636,31.938203000000414,2437967,10,6,1997 +12,M,109.0,26050,-109.07851899999636,31.938203000000414,,10,6,1997 +8,M,52.0,26051,-109.08167999999641,31.937884000000402,2439541,10,6,1997 +7,F,26.0,26052,-109.08281599999641,31.938113000000413,2437967,10,6,1997 +18,F,22.0,26053,-109.07863299999636,31.93712600000041,2439591,10,6,1997 +12,F,17.0,26054,-109.07851899999636,31.938203000000414,2438516,10,6,1997 +9,F,36.0,26055,-109.08090299999638,31.93785900000039,2439521,10,6,1997 +8,M,23.0,26056,-109.08167999999641,31.937884000000402,2438516,10,6,1997 +7,,,26057,-109.08281599999641,31.938113000000413,2437568,10,6,1997 +8,M,14.0,26058,-109.08167999999641,31.937884000000402,2439591,10,6,1997 +7,F,24.0,26059,-109.08281599999641,31.938113000000413,2437967,10,6,1997 +12,F,19.0,26060,-109.07851899999636,31.938203000000414,2439591,10,6,1997 +17,M,50.0,26061,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +12,F,44.0,26062,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +17,F,43.0,26063,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +17,F,92.0,26064,-109.07941499999636,31.937117000000445,,10,6,1997 +18,M,18.0,26065,-109.07863299999636,31.93712600000041,2439591,10,6,1997 +8,F,13.0,26066,-109.08167999999641,31.937884000000402,2439591,10,6,1997 +10,F,16.0,26067,-109.08009099999636,31.938017000000425,2437967,10,6,1997 +12,M,45.0,26068,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +8,M,28.0,26069,-109.08167999999641,31.937884000000402,2438516,10,6,1997 +12,M,20.0,26070,-109.07851899999636,31.938203000000414,2439591,10,6,1997 +17,F,22.0,26071,-109.07941499999636,31.937117000000445,2437967,10,6,1997 +12,F,186.0,26072,-109.07851899999636,31.938203000000414,,10,6,1997 +11,M,48.0,26073,-109.07930699999636,31.938056000000426,2439541,10,6,1997 +17,F,14.0,26074,-109.07941499999636,31.937117000000445,2439591,10,6,1997 +12,F,19.0,26075,-109.07851899999636,31.938203000000414,2439591,10,6,1997 +17,M,10.0,26076,-109.07941499999636,31.937117000000445,2439566,10,6,1997 +11,F,44.0,26077,-109.07930699999636,31.938056000000426,2439521,10,6,1997 +12,M,42.0,26078,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +8,F,7.0,26079,-109.08167999999641,31.937884000000402,2439566,10,6,1997 +17,M,47.0,26080,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +18,F,18.0,26081,-109.07863299999636,31.93712600000041,2439591,10,6,1997 +7,F,18.0,26082,-109.08281599999641,31.938113000000413,2437967,10,6,1997 +12,M,43.0,26083,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +9,M,49.0,26084,-109.08090299999638,31.93785900000039,2439521,10,6,1997 +17,M,21.0,26085,-109.07941499999636,31.937117000000445,2438516,10,6,1997 +18,F,31.0,26086,-109.07863299999636,31.93712600000041,2438516,10,6,1997 +17,F,17.0,26087,-109.07941499999636,31.937117000000445,2438516,10,6,1997 +11,M,15.0,26088,-109.07930699999636,31.938056000000426,2439591,10,6,1997 +8,M,48.0,26089,-109.08167999999641,31.937884000000402,2439541,10,6,1997 +7,F,,26090,-109.08281599999641,31.938113000000413,2439591,10,6,1997 +17,M,31.0,26091,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +18,M,12.0,26092,-109.07863299999636,31.93712600000041,2437874,10,6,1997 +17,F,38.0,26093,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +12,M,28.0,26094,-109.07851899999636,31.938203000000414,2438516,10,6,1997 +9,,,26095,-109.08090299999638,31.93785900000039,2437568,10,6,1997 +8,M,21.0,26096,-109.08167999999641,31.937884000000402,2438516,10,6,1997 +7,F,30.0,26097,-109.08281599999641,31.938113000000413,2439581,10,6,1997 +10,F,24.0,26098,-109.08009099999636,31.938017000000425,2437967,10,6,1997 +9,F,,26099,-109.08090299999638,31.93785900000039,2438516,10,6,1997 +8,M,26.0,26100,-109.08167999999641,31.937884000000402,2439541,10,6,1997 +8,M,12.0,26101,-109.08167999999641,31.937884000000402,2439591,10,6,1997 +12,M,28.0,26102,-109.07851899999636,31.938203000000414,2438516,10,6,1997 +9,F,,26103,-109.08090299999638,31.93785900000039,2439521,10,6,1997 +8,M,52.0,26104,-109.08167999999641,31.937884000000402,2439541,10,6,1997 +9,F,20.0,26105,-109.08090299999638,31.93785900000039,2437967,10,6,1997 +8,F,19.0,26106,-109.08167999999641,31.937884000000402,2439591,10,6,1997 +17,,,26107,-109.07941499999636,31.937117000000445,2437568,10,6,1997 +8,M,44.0,26108,-109.08167999999641,31.937884000000402,2439521,10,6,1997 +17,M,36.0,26109,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +17,M,10.0,26110,-109.07941499999636,31.937117000000445,2439591,10,6,1997 +7,M,10.0,26111,-109.08281599999641,31.938113000000413,2439591,10,6,1997 +17,M,44.0,26112,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +18,F,27.0,26113,-109.07863299999636,31.93712600000041,2437967,10,6,1997 +12,F,43.0,26114,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +11,M,22.0,26115,-109.07930699999636,31.938056000000426,2439591,10,6,1997 +9,M,8.0,26116,-109.08090299999638,31.93785900000039,2439566,10,6,1997 +8,F,33.0,26117,-109.08167999999641,31.937884000000402,2438516,10,6,1997 +17,F,22.0,26118,-109.07941499999636,31.937117000000445,2439591,10,6,1997 +9,F,38.0,26119,-109.08090299999638,31.93785900000039,2438516,10,6,1997 +7,F,11.0,26120,-109.08281599999641,31.938113000000413,2439591,10,6,1997 +12,M,48.0,26121,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +17,M,49.0,26122,-109.07941499999636,31.937117000000445,2439521,10,6,1997 +9,,,26123,-109.08090299999638,31.93785900000039,2437568,10,6,1997 +17,M,21.0,26124,-109.07941499999636,31.937117000000445,2437967,10,6,1997 +18,M,29.0,26125,-109.07863299999636,31.93712600000041,2437967,10,6,1997 +12,F,49.0,26126,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +12,F,27.0,26127,-109.07851899999636,31.938203000000414,2439521,10,6,1997 +11,M,49.0,26128,-109.07930699999636,31.938056000000426,2439521,10,6,1997 +9,,,26129,-109.08090299999638,31.93785900000039,2437568,10,6,1997 +8,F,44.0,26130,-109.08167999999641,31.937884000000402,2439521,10,6,1997 +7,M,19.0,26131,-109.08281599999641,31.938113000000413,2437967,10,6,1997 +17,F,42.0,26132,-109.07941499999636,31.937117000000445,2439541,10,6,1997 +11,F,42.0,26133,-109.07930699999636,31.938056000000426,2439521,10,6,1997 +9,M,31.0,26134,-109.08090299999638,31.93785900000039,2438516,10,6,1997 +8,M,17.0,26135,-109.08167999999641,31.937884000000402,2437967,10,6,1997 +7,M,12.0,26136,-109.08281599999641,31.938113000000413,2437874,10,6,1997 +17,,,26137,-109.07941499999636,31.937117000000445,2437568,10,6,1997 +9,F,45.0,26138,-109.08090299999638,31.93785900000039,2439521,10,6,1997 +8,F,44.0,26139,-109.08167999999641,31.937884000000402,2439541,10,6,1997 +13,M,21.0,26140,-109.08261299999641,31.937028000000442,2439591,11,6,1997 +21,M,9.0,26141,-109.07939799999636,31.936448000000453,2439566,11,6,1997 +13,M,17.0,26142,-109.08261299999641,31.937028000000442,2439591,11,6,1997 +14,F,44.0,26143,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +13,F,17.0,26144,-109.08261299999641,31.937028000000442,2439591,11,6,1997 +22,M,34.0,26145,-109.07860199999635,31.93644100000042,2439521,11,6,1997 +16,M,19.0,26146,-109.08024399999636,31.93709400000041,2437981,11,6,1997 +13,M,18.0,26147,-109.08261299999641,31.937028000000442,2437967,11,6,1997 +23,M,20.0,26148,-109.07783799999636,31.93676300000042,2439591,11,6,1997 +13,F,18.0,26149,-109.08261299999641,31.937028000000442,2439591,11,6,1997 +16,M,21.0,26150,-109.08024399999636,31.93709400000041,2439591,11,6,1997 +13,M,15.0,26151,-109.08261299999641,31.937028000000442,2437967,11,6,1997 +20,M,18.0,26152,-109.08019099999642,31.93633400000045,2437981,11,6,1997 +16,F,25.0,26153,-109.08024399999636,31.93709400000041,2437967,11,6,1997 +20,F,19.0,26154,-109.08019099999642,31.93633400000045,2439591,11,6,1997 +23,M,13.0,26155,-109.07783799999636,31.93676300000042,2437874,11,6,1997 +14,,,26156,-109.08182699999641,31.937054000000447,5231474,11,6,1997 +21,M,20.0,26157,-109.07939799999636,31.936448000000453,2438516,11,6,1997 +14,F,34.0,26158,-109.08182699999641,31.937054000000447,2438516,11,6,1997 +20,M,21.0,26159,-109.08019099999642,31.93633400000045,2439591,11,6,1997 +21,F,20.0,26160,-109.07939799999636,31.936448000000453,2439591,11,6,1997 +13,M,10.0,26161,-109.08261299999641,31.937028000000442,2437874,11,6,1997 +15,F,9.0,26162,-109.08103599999642,31.937059000000463,2439566,11,6,1997 +21,M,21.0,26163,-109.07939799999636,31.936448000000453,2437967,11,6,1997 +22,F,27.0,26164,-109.07860199999635,31.93644100000042,2439581,11,6,1997 +13,M,10.0,26165,-109.08261299999641,31.937028000000442,2439566,11,6,1997 +14,M,39.0,26166,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +15,M,14.0,26167,-109.08103599999642,31.937059000000463,2439591,11,6,1997 +22,M,49.0,26168,-109.07860199999635,31.93644100000042,2439521,11,6,1997 +16,F,15.0,26169,-109.08024399999636,31.93709400000041,2437967,11,6,1997 +21,M,21.0,26170,-109.07939799999636,31.936448000000453,2439581,11,6,1997 +16,F,16.0,26171,-109.08024399999636,31.93709400000041,2437967,11,6,1997 +21,F,20.0,26172,-109.07939799999636,31.936448000000453,2439591,11,6,1997 +22,M,47.0,26173,-109.07860199999635,31.93644100000042,2439521,11,6,1997 +14,M,53.0,26174,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +20,F,30.0,26175,-109.08019099999642,31.93633400000045,2437967,11,6,1997 +13,F,19.0,26176,-109.08261299999641,31.937028000000442,2439581,11,6,1997 +21,M,30.0,26177,-109.07939799999636,31.936448000000453,2439581,11,6,1997 +22,F,41.0,26178,-109.07860199999635,31.93644100000042,2439521,11,6,1997 +13,F,19.0,26179,-109.08261299999641,31.937028000000442,2439591,11,6,1997 +21,M,9.0,26180,-109.07939799999636,31.936448000000453,2439591,11,6,1997 +21,,,26181,-109.07939799999636,31.936448000000453,2437967,11,6,1997 +15,F,12.0,26182,-109.08103599999642,31.937059000000463,2439591,11,6,1997 +22,M,47.0,26183,-109.07860199999635,31.93644100000042,2439521,11,6,1997 +15,,,26184,-109.08103599999642,31.937059000000463,2437568,11,6,1997 +16,M,18.0,26185,-109.08024399999636,31.93709400000041,2437967,11,6,1997 +14,M,40.0,26186,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +13,F,30.0,26187,-109.08261299999641,31.937028000000442,2437967,11,6,1997 +13,F,30.0,26188,-109.08261299999641,31.937028000000442,2439581,11,6,1997 +20,F,20.0,26189,-109.08019099999642,31.93633400000045,2437981,11,6,1997 +21,F,22.0,26190,-109.07939799999636,31.936448000000453,2439581,11,6,1997 +13,M,19.0,26191,-109.08261299999641,31.937028000000442,2437967,11,6,1997 +14,F,41.0,26192,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +15,F,25.0,26193,-109.08103599999642,31.937059000000463,2439581,11,6,1997 +20,M,94.0,26194,-109.08019099999642,31.93633400000045,,11,6,1997 +20,F,198.0,26195,-109.08019099999642,31.93633400000045,,11,6,1997 +21,F,9.0,26196,-109.07939799999636,31.936448000000453,2439591,11,6,1997 +14,F,25.0,26197,-109.08182699999641,31.937054000000447,2439581,11,6,1997 +22,M,7.0,26198,-109.07860199999635,31.93644100000042,2439566,11,6,1997 +13,F,17.0,26199,-109.08261299999641,31.937028000000442,2439581,11,6,1997 +14,M,22.0,26200,-109.08182699999641,31.937054000000447,2439591,11,6,1997 +15,F,21.0,26201,-109.08103599999642,31.937059000000463,2437967,11,6,1997 +13,M,19.0,26202,-109.08261299999641,31.937028000000442,2439581,11,6,1997 +22,F,44.0,26203,-109.07860199999635,31.93644100000042,2439521,11,6,1997 +15,F,16.0,26204,-109.08103599999642,31.937059000000463,2437967,11,6,1997 +20,F,8.0,26205,-109.08019099999642,31.93633400000045,2439566,11,6,1997 +13,M,31.0,26206,-109.08261299999641,31.937028000000442,2439581,11,6,1997 +15,F,18.0,26207,-109.08103599999642,31.937059000000463,2439591,11,6,1997 +21,F,28.0,26208,-109.07939799999636,31.936448000000453,2439591,11,6,1997 +23,M,11.0,26209,-109.07783799999636,31.93676300000042,2437874,11,6,1997 +16,F,17.0,26210,-109.08024399999636,31.93709400000041,2437967,11,6,1997 +15,F,25.0,26211,-109.08103599999642,31.937059000000463,2438516,11,6,1997 +21,M,12.0,26212,-109.07939799999636,31.936448000000453,2439591,11,6,1997 +22,M,31.0,26213,-109.07860199999635,31.93644100000042,2439581,11,6,1997 +14,F,51.0,26214,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +14,F,39.0,26215,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +15,F,21.0,26216,-109.08103599999642,31.937059000000463,2439591,11,6,1997 +21,F,30.0,26217,-109.07939799999636,31.936448000000453,2439581,11,6,1997 +20,M,30.0,26218,-109.08019099999642,31.93633400000045,2439581,11,6,1997 +14,M,43.0,26219,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +20,M,11.0,26220,-109.08019099999642,31.93633400000045,2437981,11,6,1997 +13,F,17.0,26221,-109.08261299999641,31.937028000000442,2439581,11,6,1997 +20,F,21.0,26222,-109.08019099999642,31.93633400000045,2439591,11,6,1997 +21,M,29.0,26223,-109.07939799999636,31.936448000000453,2439581,11,6,1997 +13,M,18.0,26224,-109.08261299999641,31.937028000000442,2439581,11,6,1997 +14,F,20.0,26225,-109.08182699999641,31.937054000000447,2438516,11,6,1997 +23,F,23.0,26226,-109.07783799999636,31.93676300000042,2437967,11,6,1997 +15,F,17.0,26227,-109.08103599999642,31.937059000000463,2439591,11,6,1997 +21,M,28.0,26228,-109.07939799999636,31.936448000000453,2439581,11,6,1997 +14,M,44.0,26229,-109.08182699999641,31.937054000000447,2439521,11,6,1997 +20,F,20.0,26230,-109.08019099999642,31.93633400000045,2439591,11,6,1997 +14,F,46.0,26231,-109.08182699999641,31.937054000000447,2439521,9,7,1997 +15,M,9.0,26232,-109.08103599999642,31.937059000000463,2439566,9,7,1997 +20,F,7.0,26233,-109.08019099999642,31.93633400000045,2439566,9,7,1997 +21,F,15.0,26234,-109.07939799999636,31.936448000000453,2439591,9,7,1997 +22,F,47.0,26235,-109.07860199999635,31.93644100000042,2439521,9,7,1997 +17,M,14.0,26236,-109.07941499999636,31.937117000000445,2438516,9,7,1997 +12,M,20.0,26237,-109.07851899999636,31.938203000000414,2439591,9,7,1997 +11,M,44.0,26238,-109.07930699999636,31.938056000000426,2439541,9,7,1997 +1,F,41.0,26239,-109.08282899999641,31.938851000000387,2439521,9,7,1997 +3,F,26.0,26240,-109.08120799999641,31.938896000000387,2438516,9,7,1997 +5,M,24.0,26241,-109.07960199999636,31.93897000000045,2438516,9,7,1997 +13,M,22.0,26242,-109.08261299999641,31.937028000000442,2439591,9,7,1997 +15,F,15.0,26243,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +16,M,32.0,26244,-109.08024399999636,31.93709400000041,2439581,9,7,1997 +22,F,15.0,26245,-109.07860199999635,31.93644100000042,2439591,9,7,1997 +23,F,13.0,26246,-109.07783799999636,31.93676300000042,2437967,9,7,1997 +17,M,48.0,26247,-109.07941499999636,31.937117000000445,2439521,9,7,1997 +11,M,34.0,26248,-109.07930699999636,31.938056000000426,2439541,9,7,1997 +3,F,15.0,26249,-109.08120799999641,31.938896000000387,2439591,9,7,1997 +4,M,18.0,26250,-109.08040899999641,31.93889400000041,2439591,9,7,1997 +6,F,50.0,26251,-109.07883599999636,31.939078000000414,2439541,9,7,1997 +19,F,8.0,26252,-109.07791199999636,31.937438000000434,2439566,9,7,1997 +16,M,15.0,26253,-109.08024399999636,31.93709400000041,2437981,9,7,1997 +20,F,17.0,26254,-109.08019099999642,31.93633400000045,2439591,9,7,1997 +22,M,37.0,26255,-109.07860199999635,31.93644100000042,2439521,9,7,1997 +17,M,18.0,26256,-109.07941499999636,31.937117000000445,2439591,9,7,1997 +9,F,21.0,26257,-109.08090299999638,31.93785900000039,2439591,9,7,1997 +8,F,49.0,26258,-109.08167999999641,31.937884000000402,2439541,9,7,1997 +8,F,19.0,26259,-109.08167999999641,31.937884000000402,2439591,9,7,1997 +2,M,44.0,26260,-109.08197499999642,31.93888700000037,2439521,9,7,1997 +3,M,48.0,26261,-109.08120799999641,31.938896000000387,2439541,9,7,1997 +15,M,11.0,26262,-109.08103599999642,31.937059000000463,2437874,9,7,1997 +16,M,20.0,26263,-109.08024399999636,31.93709400000041,2437981,9,7,1997 +23,M,10.0,26264,-109.07783799999636,31.93676300000042,2437874,9,7,1997 +10,M,9.0,26265,-109.08009099999636,31.938017000000425,2437874,9,7,1997 +4,M,49.0,26266,-109.08040899999641,31.93889400000041,2439521,9,7,1997 +6,F,34.0,26267,-109.07883599999636,31.939078000000414,2439541,9,7,1997 +13,M,34.0,26268,-109.08261299999641,31.937028000000442,2439581,9,7,1997 +23,M,7.0,26269,-109.07783799999636,31.93676300000042,2437874,9,7,1997 +12,F,44.0,26270,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +8,M,28.0,26271,-109.08167999999641,31.937884000000402,2439541,9,7,1997 +6,F,35.0,26272,-109.07883599999636,31.939078000000414,2439581,9,7,1997 +14,M,39.0,26273,-109.08182699999641,31.937054000000447,2439521,9,7,1997 +15,F,8.0,26274,-109.08103599999642,31.937059000000463,2439566,9,7,1997 +23,F,12.0,26275,-109.07783799999636,31.93676300000042,2437967,9,7,1997 +12,M,39.0,26276,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +4,F,30.0,26277,-109.08040899999641,31.93889400000041,2439521,9,7,1997 +6,M,14.0,26278,-109.07883599999636,31.939078000000414,2438516,9,7,1997 +24,F,155.0,26279,-109.07773599999636,31.938560000000447,,9,7,1997 +16,F,15.0,26280,-109.08024399999636,31.93709400000041,2437981,9,7,1997 +20,F,20.0,26281,-109.08019099999642,31.93633400000045,2439591,9,7,1997 +21,F,24.0,26282,-109.07939799999636,31.936448000000453,2439581,9,7,1997 +18,F,16.0,26283,-109.07863299999636,31.93712600000041,2439591,9,7,1997 +12,F,20.0,26284,-109.07851899999636,31.938203000000414,2439591,9,7,1997 +19,F,13.0,26285,-109.07791199999636,31.937438000000434,2439591,9,7,1997 +15,F,18.0,26286,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +15,M,12.0,26287,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +22,F,15.0,26288,-109.07860199999635,31.93644100000042,2437967,9,7,1997 +18,F,22.0,26289,-109.07863299999636,31.93712600000041,2439591,9,7,1997 +8,M,31.0,26290,-109.08167999999641,31.937884000000402,2439521,9,7,1997 +1,M,13.0,26291,-109.08282899999641,31.938851000000387,2439591,9,7,1997 +15,M,13.0,26292,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +23,M,21.0,26293,-109.07783799999636,31.93676300000042,2437967,9,7,1997 +9,F,37.0,26294,-109.08090299999638,31.93785900000039,2439521,9,7,1997 +1,M,36.0,26295,-109.08282899999641,31.938851000000387,2439541,9,7,1997 +13,F,17.0,26296,-109.08261299999641,31.937028000000442,2439591,9,7,1997 +20,F,8.0,26297,-109.08019099999642,31.93633400000045,2439566,9,7,1997 +17,M,29.0,26298,-109.07941499999636,31.937117000000445,2439581,9,7,1997 +18,M,30.0,26299,-109.07863299999636,31.93712600000041,2437967,9,7,1997 +7,F,30.0,26300,-109.08281599999641,31.938113000000413,2437967,9,7,1997 +3,F,14.0,26301,-109.08120799999641,31.938896000000387,2439591,9,7,1997 +21,M,19.0,26302,-109.07939799999636,31.936448000000453,2437967,9,7,1997 +12,F,15.0,26303,-109.07851899999636,31.938203000000414,2439591,9,7,1997 +9,M,48.0,26304,-109.08090299999638,31.93785900000039,2439541,9,7,1997 +2,F,113.0,26305,-109.08197499999642,31.93888700000037,2439531,9,7,1997 +3,M,21.0,26306,-109.08120799999641,31.938896000000387,2439581,9,7,1997 +6,M,27.0,26307,-109.07883599999636,31.939078000000414,2438516,9,7,1997 +21,F,7.0,26308,-109.07939799999636,31.936448000000453,2439566,9,7,1997 +9,M,24.0,26309,-109.08090299999638,31.93785900000039,2438516,9,7,1997 +1,F,28.0,26310,-109.08282899999641,31.938851000000387,2439521,9,7,1997 +3,M,9.0,26311,-109.08120799999641,31.938896000000387,2439566,9,7,1997 +4,F,42.0,26312,-109.08040899999641,31.93889400000041,2439521,9,7,1997 +6,,,26313,-109.07883599999636,31.939078000000414,2437300,9,7,1997 +15,F,21.0,26314,-109.08103599999642,31.937059000000463,2439581,9,7,1997 +22,F,29.0,26315,-109.07860199999635,31.93644100000042,2439581,9,7,1997 +14,F,28.0,26316,-109.08182699999641,31.937054000000447,2438516,9,7,1997 +21,F,20.0,26317,-109.07939799999636,31.936448000000453,2437967,9,7,1997 +22,M,50.0,26318,-109.07860199999635,31.93644100000042,2439521,9,7,1997 +17,M,41.0,26319,-109.07941499999636,31.937117000000445,2439521,9,7,1997 +18,F,26.0,26320,-109.07863299999636,31.93712600000041,2438516,9,7,1997 +12,M,20.0,26321,-109.07851899999636,31.938203000000414,2439591,9,7,1997 +8,F,28.0,26322,-109.08167999999641,31.937884000000402,2439581,9,7,1997 +2,F,46.0,26323,-109.08197499999642,31.93888700000037,2439541,9,7,1997 +3,M,12.0,26324,-109.08120799999641,31.938896000000387,2439591,9,7,1997 +4,M,48.0,26325,-109.08040899999641,31.93889400000041,2439521,9,7,1997 +5,F,147.0,26326,-109.07960199999636,31.93897000000045,,9,7,1997 +15,F,18.0,26327,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +20,F,22.0,26328,-109.08019099999642,31.93633400000045,2438516,9,7,1997 +22,M,45.0,26329,-109.07860199999635,31.93644100000042,2439521,9,7,1997 +17,M,46.0,26330,-109.07941499999636,31.937117000000445,2439521,9,7,1997 +12,F,31.0,26331,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +9,M,6.0,26332,-109.08090299999638,31.93785900000039,2439566,9,7,1997 +7,F,15.0,26333,-109.08281599999641,31.938113000000413,2439591,9,7,1997 +2,F,17.0,26334,-109.08197499999642,31.93888700000037,2439581,9,7,1997 +4,,,26335,-109.08040899999641,31.93889400000041,2437300,9,7,1997 +24,M,17.0,26336,-109.07773599999636,31.938560000000447,2437981,9,7,1997 +13,F,24.0,26337,-109.08261299999641,31.937028000000442,2439591,9,7,1997 +20,F,15.0,26338,-109.08019099999642,31.93633400000045,2439591,9,7,1997 +20,M,22.0,26339,-109.08019099999642,31.93633400000045,2438516,9,7,1997 +21,F,21.0,26340,-109.07939799999636,31.936448000000453,2439591,9,7,1997 +17,M,21.0,26341,-109.07941499999636,31.937117000000445,2437967,9,7,1997 +2,M,30.0,26342,-109.08197499999642,31.93888700000037,2438516,9,7,1997 +4,M,16.0,26343,-109.08040899999641,31.93889400000041,2439591,9,7,1997 +19,M,17.0,26344,-109.07791199999636,31.937438000000434,2437967,9,7,1997 +14,M,48.0,26345,-109.08182699999641,31.937054000000447,2439521,9,7,1997 +16,M,25.0,26346,-109.08024399999636,31.93709400000041,2439581,9,7,1997 +12,F,194.0,26347,-109.07851899999636,31.938203000000414,,9,7,1997 +8,M,38.0,26348,-109.08167999999641,31.937884000000402,2439541,9,7,1997 +7,F,27.0,26349,-109.08281599999641,31.938113000000413,2437967,9,7,1997 +19,F,8.0,26350,-109.07791199999636,31.937438000000434,2439566,9,7,1997 +24,F,16.0,26351,-109.07773599999636,31.938560000000447,2438019,9,7,1997 +2,M,37.0,26352,-109.08197499999642,31.93888700000037,2439581,9,7,1997 +19,M,39.0,26353,-109.07791199999636,31.937438000000434,2439581,9,7,1997 +5,M,26.0,26354,-109.07960199999636,31.93897000000045,2438516,9,7,1997 +18,M,10.0,26355,-109.07863299999636,31.93712600000041,2439566,9,7,1997 +9,M,28.0,26356,-109.08090299999638,31.93785900000039,2438516,9,7,1997 +7,M,32.0,26357,-109.08281599999641,31.938113000000413,2439581,9,7,1997 +10,F,18.0,26358,-109.08009099999636,31.938017000000425,2437967,9,7,1997 +3,F,37.0,26359,-109.08120799999641,31.938896000000387,2439581,9,7,1997 +4,M,7.0,26360,-109.08040899999641,31.93889400000041,2439566,9,7,1997 +6,M,47.0,26361,-109.07883599999636,31.939078000000414,2439541,9,7,1997 +14,F,22.0,26362,-109.08182699999641,31.937054000000447,2437967,9,7,1997 +22,F,41.0,26363,-109.07860199999635,31.93644100000042,2439521,9,7,1997 +17,F,41.0,26364,-109.07941499999636,31.937117000000445,2439521,9,7,1997 +12,M,30.0,26365,-109.07851899999636,31.938203000000414,2438516,9,7,1997 +9,F,41.0,26366,-109.08090299999638,31.93785900000039,2439521,9,7,1997 +8,M,14.0,26367,-109.08167999999641,31.937884000000402,2437967,9,7,1997 +19,F,19.0,26368,-109.07791199999636,31.937438000000434,2439591,9,7,1997 +15,M,22.0,26369,-109.08103599999642,31.937059000000463,2438516,9,7,1997 +21,M,28.0,26370,-109.07939799999636,31.936448000000453,2439581,9,7,1997 +11,M,29.0,26371,-109.07930699999636,31.938056000000426,2438516,9,7,1997 +8,M,25.0,26372,-109.08167999999641,31.937884000000402,2438516,9,7,1997 +19,M,16.0,26373,-109.07791199999636,31.937438000000434,2437981,9,7,1997 +16,M,13.0,26374,-109.08024399999636,31.93709400000041,2439591,9,7,1997 +17,F,22.0,26375,-109.07941499999636,31.937117000000445,2439591,9,7,1997 +8,F,21.0,26376,-109.08167999999641,31.937884000000402,2439591,9,7,1997 +1,F,22.0,26377,-109.08282899999641,31.938851000000387,2439591,9,7,1997 +4,F,47.0,26378,-109.08040899999641,31.93889400000041,2439541,9,7,1997 +19,M,18.0,26379,-109.07791199999636,31.937438000000434,2439591,9,7,1997 +24,F,18.0,26380,-109.07773599999636,31.938560000000447,2437981,9,7,1997 +20,M,20.0,26381,-109.08019099999642,31.93633400000045,2439591,9,7,1997 +22,F,40.0,26382,-109.07860199999635,31.93644100000042,2439521,9,7,1997 +17,F,39.0,26383,-109.07941499999636,31.937117000000445,2439521,9,7,1997 +1,F,44.0,26384,-109.08282899999641,31.938851000000387,2439541,9,7,1997 +4,F,9.0,26385,-109.08040899999641,31.93889400000041,2439566,9,7,1997 +19,F,26.0,26386,-109.07791199999636,31.937438000000434,2439581,9,7,1997 +20,M,22.0,26387,-109.08019099999642,31.93633400000045,2437967,9,7,1997 +17,M,20.0,26388,-109.07941499999636,31.937117000000445,2439591,9,7,1997 +12,M,42.0,26389,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +6,,,26390,-109.07883599999636,31.939078000000414,2437300,9,7,1997 +21,M,30.0,26391,-109.07939799999636,31.936448000000453,2439581,9,7,1997 +12,F,17.0,26392,-109.07851899999636,31.938203000000414,2439591,9,7,1997 +10,M,22.0,26393,-109.08009099999636,31.938017000000425,2437967,9,7,1997 +6,F,35.0,26394,-109.07883599999636,31.939078000000414,2439581,9,7,1997 +9,M,7.0,26395,-109.08090299999638,31.93785900000039,2439566,9,7,1997 +8,M,46.0,26396,-109.08167999999641,31.937884000000402,2439541,9,7,1997 +19,M,19.0,26397,-109.07791199999636,31.937438000000434,2437967,9,7,1997 +14,M,40.0,26398,-109.08182699999641,31.937054000000447,2439521,9,7,1997 +20,F,8.0,26399,-109.08019099999642,31.93633400000045,2439566,9,7,1997 +21,F,16.0,26400,-109.07939799999636,31.936448000000453,2437967,9,7,1997 +11,F,43.0,26401,-109.07930699999636,31.938056000000426,2439521,9,7,1997 +8,F,12.0,26402,-109.08167999999641,31.937884000000402,2439591,9,7,1997 +7,F,18.0,26403,-109.08281599999641,31.938113000000413,2439591,9,7,1997 +4,F,7.0,26404,-109.08040899999641,31.93889400000041,2439566,9,7,1997 +24,M,25.0,26405,-109.07773599999636,31.938560000000447,2437967,9,7,1997 +13,M,10.0,26406,-109.08261299999641,31.937028000000442,2439566,9,7,1997 +21,M,11.0,26407,-109.07939799999636,31.936448000000453,2437874,9,7,1997 +18,F,29.0,26408,-109.07863299999636,31.93712600000041,2439581,9,7,1997 +11,F,35.0,26409,-109.07930699999636,31.938056000000426,2438516,9,7,1997 +1,F,15.0,26410,-109.08282899999641,31.938851000000387,2439591,9,7,1997 +13,M,32.0,26411,-109.08261299999641,31.937028000000442,2439581,9,7,1997 +15,F,28.0,26412,-109.08103599999642,31.937059000000463,2439581,9,7,1997 +18,M,13.0,26413,-109.07863299999636,31.93712600000041,2439591,9,7,1997 +9,M,47.0,26414,-109.08090299999638,31.93785900000039,2439521,9,7,1997 +7,F,11.0,26415,-109.08281599999641,31.938113000000413,2439591,9,7,1997 +3,M,44.0,26416,-109.08120799999641,31.938896000000387,2439541,9,7,1997 +20,F,,26417,-109.08019099999642,31.93633400000045,,9,7,1997 +21,F,20.0,26418,-109.07939799999636,31.936448000000453,2439591,9,7,1997 +3,F,30.0,26419,-109.08120799999641,31.938896000000387,2439581,9,7,1997 +4,M,48.0,26420,-109.08040899999641,31.93889400000041,2439521,9,7,1997 +19,M,10.0,26421,-109.07791199999636,31.937438000000434,2438019,9,7,1997 +11,M,15.0,26422,-109.07930699999636,31.938056000000426,2437967,9,7,1997 +9,M,47.0,26423,-109.08090299999638,31.93785900000039,2439521,9,7,1997 +3,M,30.0,26424,-109.08120799999641,31.938896000000387,2439581,9,7,1997 +16,F,18.0,26425,-109.08024399999636,31.93709400000041,2438019,9,7,1997 +11,M,30.0,26426,-109.07930699999636,31.938056000000426,2439581,9,7,1997 +8,F,15.0,26427,-109.08167999999641,31.937884000000402,2439591,9,7,1997 +6,F,26.0,26428,-109.07883599999636,31.939078000000414,2438516,9,7,1997 +5,M,20.0,26429,-109.07960199999636,31.93897000000045,2437967,9,7,1997 +14,F,16.0,26430,-109.08182699999641,31.937054000000447,2439591,9,7,1997 +16,F,14.0,26431,-109.08024399999636,31.93709400000041,2439591,9,7,1997 +21,M,7.0,26432,-109.07939799999636,31.936448000000453,2439566,9,7,1997 +1,F,12.0,26433,-109.08282899999641,31.938851000000387,2439591,9,7,1997 +14,M,46.0,26434,-109.08182699999641,31.937054000000447,2439521,9,7,1997 +12,M,32.0,26435,-109.07851899999636,31.938203000000414,2439541,9,7,1997 +1,M,53.0,26436,-109.08282899999641,31.938851000000387,2439541,9,7,1997 +5,F,17.0,26437,-109.07960199999636,31.93897000000045,2439591,9,7,1997 +13,F,16.0,26438,-109.08261299999641,31.937028000000442,2439591,9,7,1997 +14,M,19.0,26439,-109.08182699999641,31.937054000000447,2437967,9,7,1997 +15,,,26440,-109.08103599999642,31.937059000000463,2436910,9,7,1997 +20,M,8.0,26441,-109.08019099999642,31.93633400000045,2439566,9,7,1997 +21,M,28.0,26442,-109.07939799999636,31.936448000000453,2439581,9,7,1997 +22,M,8.0,26443,-109.07860199999635,31.93644100000042,2439566,9,7,1997 +8,M,49.0,26444,-109.08167999999641,31.937884000000402,2439541,9,7,1997 +7,F,25.0,26445,-109.08281599999641,31.938113000000413,2437967,9,7,1997 +1,M,38.0,26446,-109.08282899999641,31.938851000000387,2439541,9,7,1997 +2,,,26447,-109.08197499999642,31.93888700000037,2439591,9,7,1997 +3,,,26448,-109.08120799999641,31.938896000000387,2437300,9,7,1997 +7,M,12.0,26449,-109.08281599999641,31.938113000000413,2439591,9,7,1997 +3,F,18.0,26450,-109.08120799999641,31.938896000000387,2439591,9,7,1997 +6,M,20.0,26451,-109.07883599999636,31.939078000000414,2438516,9,7,1997 +12,F,45.0,26452,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +12,F,11.0,26453,-109.07851899999636,31.938203000000414,2439591,9,7,1997 +8,F,42.0,26454,-109.08167999999641,31.937884000000402,2439541,9,7,1997 +6,M,7.0,26455,-109.07883599999636,31.939078000000414,2439566,9,7,1997 +13,M,22.0,26456,-109.08261299999641,31.937028000000442,2437967,9,7,1997 +20,M,40.0,26457,-109.08019099999642,31.93633400000045,2439581,9,7,1997 +21,F,15.0,26458,-109.07939799999636,31.936448000000453,2439591,9,7,1997 +11,M,51.0,26459,-109.07930699999636,31.938056000000426,2439521,9,7,1997 +1,M,30.0,26460,-109.08282899999641,31.938851000000387,2439581,9,7,1997 +2,M,46.0,26461,-109.08197499999642,31.93888700000037,2439541,9,7,1997 +4,M,19.0,26462,-109.08040899999641,31.93889400000041,2437967,9,7,1997 +19,M,14.0,26463,-109.07791199999636,31.937438000000434,2439591,9,7,1997 +13,F,24.0,26464,-109.08261299999641,31.937028000000442,2439581,9,7,1997 +20,F,18.0,26465,-109.08019099999642,31.93633400000045,2439591,9,7,1997 +2,F,23.0,26466,-109.08197499999642,31.93888700000037,2439581,9,7,1997 +4,,,26467,-109.08040899999641,31.93889400000041,2437300,9,7,1997 +6,M,38.0,26468,-109.07883599999636,31.939078000000414,2438147,9,7,1997 +19,M,39.0,26469,-109.07791199999636,31.937438000000434,2439581,9,7,1997 +24,F,13.0,26470,-109.07773599999636,31.938560000000447,2437967,9,7,1997 +14,F,7.0,26471,-109.08182699999641,31.937054000000447,2439566,9,7,1997 +22,M,34.0,26472,-109.07860199999635,31.93644100000042,2439581,9,7,1997 +12,F,10.0,26473,-109.07851899999636,31.938203000000414,2439566,9,7,1997 +11,M,42.0,26474,-109.07930699999636,31.938056000000426,2439541,9,7,1997 +7,F,21.0,26475,-109.08281599999641,31.938113000000413,2439591,9,7,1997 +7,M,36.0,26476,-109.08281599999641,31.938113000000413,2439581,9,7,1997 +2,M,16.0,26477,-109.08197499999642,31.93888700000037,2439591,9,7,1997 +3,M,33.0,26478,-109.08120799999641,31.938896000000387,2439581,9,7,1997 +4,F,42.0,26479,-109.08040899999641,31.93889400000041,2439521,9,7,1997 +6,F,38.0,26480,-109.07883599999636,31.939078000000414,2438147,9,7,1997 +5,M,17.0,26481,-109.07960199999636,31.93897000000045,2439591,9,7,1997 +15,F,22.0,26482,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +17,M,40.0,26483,-109.07941499999636,31.937117000000445,2439541,9,7,1997 +12,F,42.0,26484,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +3,M,15.0,26485,-109.08120799999641,31.938896000000387,2439591,9,7,1997 +13,M,30.0,26486,-109.08261299999641,31.937028000000442,2438516,9,7,1997 +12,F,14.0,26487,-109.07851899999636,31.938203000000414,2439591,9,7,1997 +10,F,11.0,26488,-109.08009099999636,31.938017000000425,2437874,9,7,1997 +2,F,28.0,26489,-109.08197499999642,31.93888700000037,2439581,9,7,1997 +6,M,14.0,26490,-109.07883599999636,31.939078000000414,2439591,9,7,1997 +19,M,30.0,26491,-109.07791199999636,31.937438000000434,2439581,9,7,1997 +14,M,42.0,26492,-109.08182699999641,31.937054000000447,2439521,9,7,1997 +15,F,24.0,26493,-109.08103599999642,31.937059000000463,2438516,9,7,1997 +21,M,35.0,26494,-109.07939799999636,31.936448000000453,2439581,9,7,1997 +8,F,15.0,26495,-109.08167999999641,31.937884000000402,2439591,9,7,1997 +10,M,11.0,26496,-109.08009099999636,31.938017000000425,2437874,9,7,1997 +1,M,48.0,26497,-109.08282899999641,31.938851000000387,2439541,9,7,1997 +4,M,49.0,26498,-109.08040899999641,31.93889400000041,2439521,9,7,1997 +5,M,22.0,26499,-109.07960199999636,31.93897000000045,2437967,9,7,1997 +23,M,22.0,26500,-109.07783799999636,31.93676300000042,2437967,9,7,1997 +12,M,47.0,26501,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +8,M,42.0,26502,-109.08167999999641,31.937884000000402,2439521,9,7,1997 +3,M,46.0,26503,-109.08120799999641,31.938896000000387,2439521,9,7,1997 +13,F,31.0,26504,-109.08261299999641,31.937028000000442,2439581,9,7,1997 +15,F,22.0,26505,-109.08103599999642,31.937059000000463,2437967,9,7,1997 +21,M,34.0,26506,-109.07939799999636,31.936448000000453,2439581,9,7,1997 +9,,,26507,-109.08090299999638,31.93785900000039,2437568,9,7,1997 +2,F,28.0,26508,-109.08197499999642,31.93888700000037,2438516,9,7,1997 +6,M,30.0,26509,-109.07883599999636,31.939078000000414,2439581,9,7,1997 +19,F,18.0,26510,-109.07791199999636,31.937438000000434,2439591,9,7,1997 +13,F,31.0,26511,-109.08261299999641,31.937028000000442,2439581,9,7,1997 +15,M,17.0,26512,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +22,M,46.0,26513,-109.07860199999635,31.93644100000042,2439521,9,7,1997 +12,F,44.0,26514,-109.07851899999636,31.938203000000414,2439521,9,7,1997 +8,M,34.0,26515,-109.08167999999641,31.937884000000402,2439541,9,7,1997 +1,M,23.0,26516,-109.08282899999641,31.938851000000387,2438516,9,7,1997 +3,M,7.0,26517,-109.08120799999641,31.938896000000387,2439566,9,7,1997 +4,F,8.0,26518,-109.08040899999641,31.93889400000041,2439566,9,7,1997 +5,M,21.0,26519,-109.07960199999636,31.93897000000045,2438516,9,7,1997 +14,F,24.0,26520,-109.08182699999641,31.937054000000447,2438516,9,7,1997 +15,M,15.0,26521,-109.08103599999642,31.937059000000463,2439591,9,7,1997 +17,F,18.0,26522,-109.07941499999636,31.937117000000445,2439591,9,7,1997 +12,M,40.0,26523,-109.07851899999636,31.938203000000414,2439541,9,7,1997 +7,F,15.0,26524,-109.08281599999641,31.938113000000413,2439591,9,7,1997 +10,M,13.0,26525,-109.08009099999636,31.938017000000425,2437874,9,7,1997 +1,F,13.0,26526,-109.08282899999641,31.938851000000387,2439591,9,7,1997 +20,F,14.0,26527,-109.08019099999642,31.93633400000045,2439591,9,7,1997 +11,F,41.0,26528,-109.07930699999636,31.938056000000426,2439521,9,7,1997 +9,F,40.0,26529,-109.08090299999638,31.93785900000039,2438517,9,7,1997 +8,M,13.0,26530,-109.08167999999641,31.937884000000402,2439591,9,7,1997 +7,F,15.0,26531,-109.08281599999641,31.938113000000413,2439591,9,7,1997 +4,F,19.0,26532,-109.08040899999641,31.93889400000041,2438516,9,7,1997 +6,M,9.0,26533,-109.07883599999636,31.939078000000414,2437874,9,7,1997 +13,M,27.0,26534,-109.08261299999641,31.937028000000442,2439581,9,7,1997 +14,F,37.0,26535,-109.08182699999641,31.937054000000447,2439521,9,7,1997 +20,M,6.0,26536,-109.08019099999642,31.93633400000045,2439566,9,7,1997 +21,F,33.0,26537,-109.07939799999636,31.936448000000453,2439581,9,7,1997 +11,F,14.0,26538,-109.07930699999636,31.938056000000426,2439591,9,7,1997 +9,M,49.0,26539,-109.08090299999638,31.93785900000039,2439521,9,7,1997 +6,M,30.0,26540,-109.07883599999636,31.939078000000414,2439581,9,7,1997 +19,F,29.0,26541,-109.07791199999636,31.937438000000434,2439581,9,7,1997 +17,M,39.0,26542,-109.07941499999636,31.937117000000445,2439521,10,7,1997 +12,M,44.0,26543,-109.07851899999636,31.938203000000414,2439541,29,7,1997 +17,M,20.0,26544,-109.07941499999636,31.937117000000445,2438516,29,7,1997 +20,,,26545,-109.08019099999642,31.93633400000045,,29,7,1997 +1,F,44.0,26546,-109.08282899999641,31.938851000000387,2439521,29,7,1997 +7,M,37.0,26547,-109.08281599999641,31.938113000000413,2439581,29,7,1997 +18,F,22.0,26548,-109.07863299999636,31.93712600000041,2439591,29,7,1997 +17,M,49.0,26549,-109.07941499999636,31.937117000000445,2439521,29,7,1997 +20,F,10.0,26550,-109.08019099999642,31.93633400000045,2439566,29,7,1997 +18,F,8.0,26551,-109.07863299999636,31.93712600000041,2439566,29,7,1997 +17,M,18.0,26552,-109.07941499999636,31.937117000000445,2439591,29,7,1997 +1,M,14.0,26553,-109.08282899999641,31.938851000000387,2439591,29,7,1997 +18,M,10.0,26554,-109.07863299999636,31.93712600000041,2439566,29,7,1997 +17,F,138.0,26555,-109.07941499999636,31.937117000000445,,29,7,1997 +22,F,27.0,26556,-109.07860199999635,31.93644100000042,2439581,29,7,1997 +1,F,32.0,26557,-109.08282899999641,31.938851000000387,2439521,29,7,1997 +7,F,22.0,26558,-109.08281599999641,31.938113000000413,2438019,29,7,1997 +12,F,21.0,26559,-109.07851899999636,31.938203000000414,2439591,29,7,1997 +21,M,26.0,26560,-109.07939799999636,31.936448000000453,2439581,29,7,1997 +22,M,51.0,26561,-109.07860199999635,31.93644100000042,2439521,29,7,1997 +2,F,47.0,26562,-109.08197499999642,31.93888700000037,2439541,29,7,1997 +24,F,22.0,26563,-109.07773599999636,31.938560000000447,2437981,29,7,1997 +22,M,36.0,26564,-109.07860199999635,31.93644100000042,2439521,29,7,1997 +1,M,42.0,26565,-109.08282899999641,31.938851000000387,2439541,29,7,1997 +2,M,18.0,26566,-109.08197499999642,31.93888700000037,2438516,29,7,1997 +17,M,45.0,26567,-109.07941499999636,31.937117000000445,2439521,29,7,1997 +2,M,47.0,26568,-109.08197499999642,31.93888700000037,2439521,29,7,1997 +12,F,18.0,26569,-109.07851899999636,31.938203000000414,2439591,29,7,1997 +22,M,37.0,26570,-109.07860199999635,31.93644100000042,2439581,29,7,1997 +1,F,23.0,26571,-109.08282899999641,31.938851000000387,2438516,29,7,1997 +2,F,118.0,26572,-109.08197499999642,31.93888700000037,2439531,29,7,1997 +12,M,34.0,26573,-109.07851899999636,31.938203000000414,2439521,29,7,1997 +21,M,23.0,26574,-109.07939799999636,31.936448000000453,2437967,29,7,1997 +17,M,43.0,26575,-109.07941499999636,31.937117000000445,2439521,29,7,1997 +22,M,41.0,26576,-109.07860199999635,31.93644100000042,2439581,29,7,1997 +2,F,18.0,26577,-109.08197499999642,31.93888700000037,2439591,29,7,1997 +24,F,19.0,26578,-109.07773599999636,31.938560000000447,2437981,29,7,1997 +20,F,8.0,26579,-109.08019099999642,31.93633400000045,2439566,29,7,1997 +23,M,11.0,26580,-109.07783799999636,31.93676300000042,2437874,29,7,1997 +20,F,7.0,26581,-109.08019099999642,31.93633400000045,2439566,29,7,1997 +21,F,20.0,26582,-109.07939799999636,31.936448000000453,2439591,29,7,1997 +23,F,18.0,26583,-109.07783799999636,31.93676300000042,2437967,29,7,1997 +12,F,11.0,26584,-109.07851899999636,31.938203000000414,2437874,29,7,1997 +12,F,208.0,26585,-109.07851899999636,31.938203000000414,,29,7,1997 +19,M,38.0,26586,-109.07791199999636,31.937438000000434,2439581,29,7,1997 +2,M,19.0,26587,-109.08197499999642,31.93888700000037,2439591,29,7,1997 +12,F,21.0,26588,-109.07851899999636,31.938203000000414,2438516,29,7,1997 +17,F,42.0,26589,-109.07941499999636,31.937117000000445,2439521,29,7,1997 +20,F,17.0,26590,-109.08019099999642,31.93633400000045,2439591,29,7,1997 +2,F,27.0,26591,-109.08197499999642,31.93888700000037,2439581,29,7,1997 +20,F,9.0,26592,-109.08019099999642,31.93633400000045,2439566,29,7,1997 +22,F,49.0,26593,-109.07860199999635,31.93644100000042,2439521,29,7,1997 +1,M,55.0,26594,-109.08282899999641,31.938851000000387,2439541,29,7,1997 +12,M,42.0,26595,-109.07851899999636,31.938203000000414,2439521,29,7,1997 +20,M,18.0,26596,-109.08019099999642,31.93633400000045,2437981,29,7,1997 +22,M,56.0,26597,-109.07860199999635,31.93644100000042,2439521,29,7,1997 +1,F,17.0,26598,-109.08282899999641,31.938851000000387,2439591,29,7,1997 +7,F,19.0,26599,-109.08281599999641,31.938113000000413,2439591,29,7,1997 +1,F,47.0,26600,-109.08282899999641,31.938851000000387,2439541,29,7,1997 +17,M,38.0,26601,-109.07941499999636,31.937117000000445,2439521,29,7,1997 +20,M,26.0,26602,-109.08019099999642,31.93633400000045,2437967,29,7,1997 +7,F,21.0,26603,-109.08281599999641,31.938113000000413,2437967,29,7,1997 +12,M,43.0,26604,-109.07851899999636,31.938203000000414,2439521,29,7,1997 +2,M,28.0,26605,-109.08197499999642,31.93888700000037,2438516,29,7,1997 +21,M,30.0,26606,-109.07939799999636,31.936448000000453,2439581,29,7,1997 +7,F,23.0,26607,-109.08281599999641,31.938113000000413,2439591,29,7,1997 +21,F,31.0,26608,-109.07939799999636,31.936448000000453,2439581,29,7,1997 +2,F,80.0,26609,-109.08197499999642,31.93888700000037,2438147,29,7,1997 +19,M,29.0,26610,-109.07791199999636,31.937438000000434,2439581,29,7,1997 +20,F,180.0,26611,-109.08019099999642,31.93633400000045,,29,7,1997 +22,F,19.0,26612,-109.07860199999635,31.93644100000042,2438516,29,7,1997 +12,F,15.0,26613,-109.07851899999636,31.938203000000414,2439591,29,7,1997 +2,M,24.0,26614,-109.08197499999642,31.93888700000037,2438516,29,7,1997 +12,M,14.0,26615,-109.07851899999636,31.938203000000414,2439591,29,7,1997 +19,F,17.0,26616,-109.07791199999636,31.937438000000434,2439591,29,7,1997 +20,F,8.0,26617,-109.08019099999642,31.93633400000045,2439566,29,7,1997 +22,M,8.0,26618,-109.07860199999635,31.93644100000042,2439566,29,7,1997 +12,M,29.0,26619,-109.07851899999636,31.938203000000414,2438516,29,7,1997 +12,M,36.0,26620,-109.07851899999636,31.938203000000414,2439541,29,7,1997 +20,M,22.0,26621,-109.08019099999642,31.93633400000045,2437967,29,7,1997 +7,M,17.0,26622,-109.08281599999641,31.938113000000413,2439591,29,7,1997 +19,M,42.0,26623,-109.07791199999636,31.937438000000434,2439581,29,7,1997 +18,M,8.0,26624,-109.07863299999636,31.93712600000041,2439566,29,7,1997 +21,M,9.0,26625,-109.07939799999636,31.936448000000453,2439566,29,7,1997 +22,F,11.0,26626,-109.07860199999635,31.93644100000042,2439591,29,7,1997 +22,F,40.0,26627,-109.07860199999635,31.93644100000042,2439521,29,7,1997 +2,M,20.0,26628,-109.08197499999642,31.93888700000037,2439591,29,7,1997 +7,,10.0,26629,-109.08281599999641,31.938113000000413,2439591,29,7,1997 +7,M,18.0,26630,-109.08281599999641,31.938113000000413,2439591,29,7,1997 +19,M,17.0,26631,-109.07791199999636,31.937438000000434,2439591,29,7,1997 +7,M,17.0,26632,-109.08281599999641,31.938113000000413,2439591,29,7,1997 +18,M,10.0,26633,-109.07863299999636,31.93712600000041,2437874,29,7,1997 +2,M,49.0,26634,-109.08197499999642,31.93888700000037,2439541,29,7,1997 +20,M,8.0,26635,-109.08019099999642,31.93633400000045,2439566,29,7,1997 +7,M,11.0,26636,-109.08281599999641,31.938113000000413,2439591,29,7,1997 +19,M,32.0,26637,-109.07791199999636,31.937438000000434,2439581,29,7,1997 +21,F,25.0,26638,-109.07939799999636,31.936448000000453,2438516,29,7,1997 +22,,,26639,-109.07860199999635,31.93644100000042,2437568,29,7,1997 +1,F,16.0,26640,-109.08282899999641,31.938851000000387,2439591,29,7,1997 +2,F,43.0,26641,-109.08197499999642,31.93888700000037,2438147,29,7,1997 +18,F,16.0,26642,-109.07863299999636,31.93712600000041,2439591,29,7,1997 +17,M,51.0,26643,-109.07941499999636,31.937117000000445,2439521,29,7,1997 +21,M,10.0,26644,-109.07939799999636,31.936448000000453,2439566,29,7,1997 +2,F,178.0,26645,-109.08197499999642,31.93888700000037,,29,7,1997 +23,M,22.0,26646,-109.07783799999636,31.93676300000042,2438516,29,7,1997 +12,F,45.0,26647,-109.07851899999636,31.938203000000414,2439521,29,7,1997 +19,M,23.0,26648,-109.07791199999636,31.937438000000434,2438516,29,7,1997 +17,M,,26649,-109.07941499999636,31.937117000000445,,29,7,1997 +21,F,21.0,26650,-109.07939799999636,31.936448000000453,2439591,29,7,1997 +12,M,47.0,26651,-109.07851899999636,31.938203000000414,2439521,29,7,1997 +21,M,37.0,26652,-109.07939799999636,31.936448000000453,2439581,29,7,1997 +12,M,36.0,26653,-109.07851899999636,31.938203000000414,2439521,29,7,1997 +20,F,17.0,26654,-109.08019099999642,31.93633400000045,2439591,29,7,1997 +21,M,30.0,26655,-109.07939799999636,31.936448000000453,2439581,29,7,1997 +12,F,44.0,26656,-109.07851899999636,31.938203000000414,2439541,29,7,1997 +21,M,37.0,26657,-109.07939799999636,31.936448000000453,2439581,29,7,1997 +22,M,40.0,26658,-109.07860199999635,31.93644100000042,2439581,29,7,1997 +1,M,15.0,26659,-109.08282899999641,31.938851000000387,2439591,29,7,1997 +24,F,153.0,26660,-109.07773599999636,31.938560000000447,,29,7,1997 +12,M,121.0,26661,-109.07851899999636,31.938203000000414,,29,7,1997 +19,F,19.0,26662,-109.07791199999636,31.937438000000434,2439591,29,7,1997 +20,M,7.0,26663,-109.08019099999642,31.93633400000045,2439566,29,7,1997 +3,M,50.0,26664,-109.08120799999641,31.938896000000387,2439541,30,7,1997 +6,F,29.0,26665,-109.07883599999636,31.939078000000414,2438516,30,7,1997 +11,,,26666,-109.07930699999636,31.938056000000426,2437300,30,7,1997 +9,M,52.0,26667,-109.08090299999638,31.93785900000039,2439541,30,7,1997 +8,M,33.0,26668,-109.08167999999641,31.937884000000402,2439521,30,7,1997 +5,M,24.0,26669,-109.07960199999636,31.93897000000045,2437967,30,7,1997 +16,M,17.0,26670,-109.08024399999636,31.93709400000041,2437981,30,7,1997 +4,M,51.0,26671,-109.08040899999641,31.93889400000041,2439521,30,7,1997 +10,F,9.0,26672,-109.08009099999636,31.938017000000425,2437874,30,7,1997 +16,M,19.0,26673,-109.08024399999636,31.93709400000041,2437981,30,7,1997 +15,F,19.0,26674,-109.08103599999642,31.937059000000463,2439591,30,7,1997 +3,M,15.0,26675,-109.08120799999641,31.938896000000387,2439591,30,7,1997 +4,F,45.0,26676,-109.08040899999641,31.93889400000041,2439521,30,7,1997 +11,F,52.0,26677,-109.07930699999636,31.938056000000426,2439541,30,7,1997 +16,M,23.0,26678,-109.08024399999636,31.93709400000041,2439581,30,7,1997 +6,F,36.0,26679,-109.07883599999636,31.939078000000414,2439581,30,7,1997 +9,,,26680,-109.08090299999638,31.93785900000039,2437300,30,7,1997 +8,F,34.0,26681,-109.08167999999641,31.937884000000402,2438516,30,7,1997 +15,F,17.0,26682,-109.08103599999642,31.937059000000463,2439591,30,7,1997 +11,F,41.0,26683,-109.07930699999636,31.938056000000426,2439541,30,7,1997 +13,M,29.0,26684,-109.08261299999641,31.937028000000442,2439581,30,7,1997 +5,M,17.0,26685,-109.07960199999636,31.93897000000045,2439591,30,7,1997 +13,M,36.0,26686,-109.08261299999641,31.937028000000442,2439581,30,7,1997 +14,M,38.0,26687,-109.08182699999641,31.937054000000447,2439521,30,7,1997 +15,M,9.0,26688,-109.08103599999642,31.937059000000463,2439566,30,7,1997 +6,F,38.0,26689,-109.07883599999636,31.939078000000414,2439541,30,7,1997 +11,M,34.0,26690,-109.07930699999636,31.938056000000426,2439581,30,7,1997 +8,F,7.0,26691,-109.08167999999641,31.937884000000402,2439566,30,7,1997 +14,M,39.0,26692,-109.08182699999641,31.937054000000447,2439521,30,7,1997 +15,F,21.0,26693,-109.08103599999642,31.937059000000463,2437967,30,7,1997 +6,M,52.0,26694,-109.07883599999636,31.939078000000414,2439541,30,7,1997 +11,M,15.0,26695,-109.07930699999636,31.938056000000426,2439591,30,7,1997 +15,M,231.0,26696,-109.08103599999642,31.937059000000463,,30,7,1997 +13,M,10.0,26697,-109.08261299999641,31.937028000000442,2439566,30,7,1997 +14,F,16.0,26698,-109.08182699999641,31.937054000000447,2439591,30,7,1997 +15,F,17.0,26699,-109.08103599999642,31.937059000000463,2437967,30,7,1997 +8,F,14.0,26700,-109.08167999999641,31.937884000000402,2439591,30,7,1997 +15,F,10.0,26701,-109.08103599999642,31.937059000000463,2439566,30,7,1997 +3,M,19.0,26702,-109.08120799999641,31.938896000000387,2438019,30,7,1997 +6,F,50.0,26703,-109.07883599999636,31.939078000000414,2439541,30,7,1997 +9,M,49.0,26704,-109.08090299999638,31.93785900000039,2439521,30,7,1997 +8,M,14.0,26705,-109.08167999999641,31.937884000000402,2439591,30,7,1997 +3,F,38.0,26706,-109.08120799999641,31.938896000000387,2439581,30,7,1997 +4,M,27.0,26707,-109.08040899999641,31.93889400000041,2438516,30,7,1997 +6,F,34.0,26708,-109.07883599999636,31.939078000000414,2439581,30,7,1997 +9,F,24.0,26709,-109.08090299999638,31.93785900000039,2437967,30,7,1997 +15,F,8.0,26710,-109.08103599999642,31.937059000000463,2439566,30,7,1997 +4,M,9.0,26711,-109.08040899999641,31.93889400000041,2439566,30,7,1997 +14,F,21.0,26712,-109.08182699999641,31.937054000000447,2438516,30,7,1997 +15,F,15.0,26713,-109.08103599999642,31.937059000000463,2439591,30,7,1997 +9,F,38.0,26714,-109.08090299999638,31.93785900000039,2439521,30,7,1997 +13,F,25.0,26715,-109.08261299999641,31.937028000000442,2437967,30,7,1997 +3,F,20.0,26716,-109.08120799999641,31.938896000000387,2439591,30,7,1997 +14,,,26717,-109.08182699999641,31.937054000000447,2437568,30,7,1997 +4,,,26718,-109.08040899999641,31.93889400000041,5231474,30,7,1997 +8,M,22.0,26719,-109.08167999999641,31.937884000000402,2439591,30,7,1997 +8,M,51.0,26720,-109.08167999999641,31.937884000000402,2439541,30,7,1997 +13,M,18.0,26721,-109.08261299999641,31.937028000000442,2437967,30,7,1997 +14,,,26722,-109.08182699999641,31.937054000000447,2437568,30,7,1997 +6,M,24.0,26723,-109.07883599999636,31.939078000000414,2438516,30,7,1997 +13,M,32.0,26724,-109.08261299999641,31.937028000000442,2439581,30,7,1997 +16,,,26725,-109.08024399999636,31.93709400000041,2439581,30,7,1997 +11,F,7.0,26726,-109.07930699999636,31.938056000000426,2439566,30,7,1997 +8,M,44.0,26727,-109.08167999999641,31.937884000000402,2439521,30,7,1997 +14,F,39.0,26728,-109.08182699999641,31.937054000000447,2439521,30,7,1997 +4,M,49.0,26729,-109.08040899999641,31.93889400000041,2439521,30,7,1997 +11,F,41.0,26730,-109.07930699999636,31.938056000000426,2439521,30,7,1997 +15,M,15.0,26731,-109.08103599999642,31.937059000000463,2439591,30,7,1997 +14,M,46.0,26732,-109.08182699999641,31.937054000000447,2439521,30,7,1997 +10,M,14.0,26733,-109.08009099999636,31.938017000000425,2437874,30,7,1997 +3,M,16.0,26734,-109.08120799999641,31.938896000000387,2439591,30,7,1997 +13,M,34.0,26735,-109.08261299999641,31.937028000000442,2439581,30,7,1997 +14,F,39.0,26736,-109.08182699999641,31.937054000000447,2439521,30,7,1997 +4,M,43.0,26737,-109.08040899999641,31.93889400000041,2439521,30,7,1997 +13,M,22.0,26738,-109.08261299999641,31.937028000000442,2437967,30,7,1997 +6,,,26739,-109.07883599999636,31.939078000000414,2437568,30,7,1997 +8,M,11.0,26740,-109.08167999999641,31.937884000000402,2439591,30,7,1997 +15,F,29.0,26741,-109.08103599999642,31.937059000000463,2439581,30,7,1997 +5,M,23.0,26742,-109.07960199999636,31.93897000000045,2437967,30,7,1997 +4,M,49.0,26743,-109.08040899999641,31.93889400000041,2439521,30,7,1997 +11,F,44.0,26744,-109.07930699999636,31.938056000000426,2439521,30,7,1997 +8,M,13.0,26745,-109.08167999999641,31.937884000000402,2439591,30,7,1997 +9,F,15.0,26746,-109.08090299999638,31.93785900000039,2439591,30,7,1997 +16,F,13.0,26747,-109.08024399999636,31.93709400000041,2439591,30,7,1997 +6,M,34.0,26748,-109.07883599999636,31.939078000000414,2439581,30,7,1997 +8,F,47.0,26749,-109.08167999999641,31.937884000000402,2439541,30,7,1997 +13,,,26750,-109.08261299999641,31.937028000000442,5231474,30,7,1997 +14,M,49.0,26751,-109.08182699999641,31.937054000000447,2439521,30,7,1997 +3,,,26752,-109.08120799999641,31.938896000000387,2437568,30,7,1997 +8,M,17.0,26753,-109.08167999999641,31.937884000000402,2437967,30,7,1997 +13,M,14.0,26754,-109.08261299999641,31.937028000000442,2439591,30,7,1997 +11,M,53.0,26755,-109.07930699999636,31.938056000000426,2439521,30,7,1997 +9,M,47.0,26756,-109.08090299999638,31.93785900000039,2439521,30,7,1997 +13,F,33.0,26757,-109.08261299999641,31.937028000000442,2439581,30,7,1997 +14,M,44.0,26758,-109.08182699999641,31.937054000000447,2439521,30,7,1997 +3,F,14.0,26759,-109.08120799999641,31.938896000000387,2439591,30,7,1997 +8,M,38.0,26760,-109.08167999999641,31.937884000000402,2439541,30,7,1997 +3,M,47.0,26761,-109.08120799999641,31.938896000000387,2439541,30,7,1997 +4,F,8.0,26762,-109.08040899999641,31.93889400000041,2439566,30,7,1997 +6,M,31.0,26763,-109.07883599999636,31.939078000000414,2439581,30,7,1997 +3,M,8.0,26764,-109.08120799999641,31.938896000000387,2439566,30,7,1997 +4,M,8.0,26765,-109.08040899999641,31.93889400000041,2439566,30,7,1997 +13,M,31.0,26766,-109.08261299999641,31.937028000000442,2439581,30,7,1997 +15,M,22.0,26767,-109.08103599999642,31.937059000000463,2439591,30,7,1997 +3,,,26768,-109.08120799999641,31.938896000000387,2437300,30,7,1997 +4,F,44.0,26769,-109.08040899999641,31.93889400000041,2439521,30,7,1997 +13,F,22.0,26770,-109.08261299999641,31.937028000000442,2437967,30,7,1997 +11,F,16.0,26771,-109.07930699999636,31.938056000000426,2439591,30,7,1997 +8,M,53.0,26772,-109.08167999999641,31.937884000000402,2439541,30,7,1997 +1,F,28.0,26773,-109.08282899999641,31.938851000000387,2438516,27,9,1997 +2,M,49.0,26774,-109.08197499999642,31.93888700000037,2439521,27,9,1997 +21,F,23.0,26775,-109.07939799999636,31.936448000000453,2437967,27,9,1997 +22,F,42.0,26776,-109.07860199999635,31.93644100000042,2439521,27,9,1997 +7,M,37.0,26777,-109.08281599999641,31.938113000000413,2439581,27,9,1997 +23,M,17.0,26778,-109.07783799999636,31.93676300000042,2437967,27,9,1997 +18,M,9.0,26779,-109.07863299999636,31.93712600000041,2439566,27,9,1997 +20,F,158.0,26780,-109.08019099999642,31.93633400000045,,27,9,1997 +22,F,24.0,26781,-109.07860199999635,31.93644100000042,2438516,27,9,1997 +21,M,21.0,26782,-109.07939799999636,31.936448000000453,2437967,27,9,1997 +22,M,18.0,26783,-109.07860199999635,31.93644100000042,2437967,27,9,1997 +19,M,8.0,26784,-109.07791199999636,31.937438000000434,2439566,27,9,1997 +18,F,22.0,26785,-109.07863299999636,31.93712600000041,2437967,27,9,1997 +20,M,10.0,26786,-109.08019099999642,31.93633400000045,2437874,27,9,1997 +22,M,55.0,26787,-109.07860199999635,31.93644100000042,2439521,27,9,1997 +7,F,16.0,26788,-109.08281599999641,31.938113000000413,2438019,27,9,1997 +1,F,15.0,26789,-109.08282899999641,31.938851000000387,2439591,27,9,1997 +2,F,16.0,26790,-109.08197499999642,31.93888700000037,2439591,27,9,1997 +17,M,48.0,26791,-109.07941499999636,31.937117000000445,2439521,27,9,1997 +21,F,19.0,26792,-109.07939799999636,31.936448000000453,2439591,27,9,1997 +2,F,113.0,26793,-109.08197499999642,31.93888700000037,2439531,27,9,1997 +12,F,183.0,26794,-109.07851899999636,31.938203000000414,,27,9,1997 +1,F,45.0,26795,-109.08282899999641,31.938851000000387,2439521,27,9,1997 +19,M,38.0,26796,-109.07791199999636,31.937438000000434,2439581,27,9,1997 +2,F,28.0,26797,-109.08197499999642,31.93888700000037,2439581,27,9,1997 +24,M,23.0,26798,-109.07773599999636,31.938560000000447,2437967,27,9,1997 +2,M,51.0,26799,-109.08197499999642,31.93888700000037,2439541,27,9,1997 +12,M,45.0,26800,-109.07851899999636,31.938203000000414,2439521,27,9,1997 +12,M,29.0,26801,-109.07851899999636,31.938203000000414,2438516,27,9,1997 +18,F,7.0,26802,-109.07863299999636,31.93712600000041,2439566,27,9,1997 +21,F,6.0,26803,-109.07939799999636,31.936448000000453,2439566,27,9,1997 +24,F,17.0,26804,-109.07773599999636,31.938560000000447,2437967,27,9,1997 +1,M,23.0,26805,-109.08282899999641,31.938851000000387,2439581,27,9,1997 +17,M,43.0,26806,-109.07941499999636,31.937117000000445,2439521,27,9,1997 +17,F,49.0,26807,-109.07941499999636,31.937117000000445,2439521,27,9,1997 +22,F,45.0,26808,-109.07860199999635,31.93644100000042,2439521,27,9,1997 +2,F,34.0,26809,-109.08197499999642,31.93888700000037,2438516,27,9,1997 +22,F,45.0,26810,-109.07860199999635,31.93644100000042,2439521,27,9,1997 +24,F,20.0,26811,-109.07773599999636,31.938560000000447,2437981,27,9,1997 +17,,,26812,-109.07941499999636,31.937117000000445,2437568,27,9,1997 +1,M,23.0,26813,-109.08282899999641,31.938851000000387,2437967,27,9,1997 +1,F,47.0,26814,-109.08282899999641,31.938851000000387,2439541,27,9,1997 +1,F,23.0,26815,-109.08282899999641,31.938851000000387,2438516,27,9,1997 +19,F,27.0,26816,-109.07791199999636,31.937438000000434,2439581,27,9,1997 +22,M,26.0,26817,-109.07860199999635,31.93644100000042,2439581,27,9,1997 +17,F,33.0,26818,-109.07941499999636,31.937117000000445,2439581,27,9,1997 +21,M,29.0,26819,-109.07939799999636,31.936448000000453,2439581,27,9,1997 +7,M,40.0,26820,-109.08281599999641,31.938113000000413,2439581,27,9,1997 +1,M,59.0,26821,-109.08282899999641,31.938851000000387,2439541,27,9,1997 +18,F,28.0,26822,-109.07863299999636,31.93712600000041,2439581,27,9,1997 +17,F,21.0,26823,-109.07941499999636,31.937117000000445,2438516,27,9,1997 +12,M,24.0,26824,-109.07851899999636,31.938203000000414,2438516,27,9,1997 +17,F,29.0,26825,-109.07941499999636,31.937117000000445,2438516,27,9,1997 +21,F,28.0,26826,-109.07939799999636,31.936448000000453,2439581,27,9,1997 +7,M,10.0,26827,-109.08281599999641,31.938113000000413,2437874,27,9,1997 +2,F,138.0,26828,-109.08197499999642,31.93888700000037,,27,9,1997 +18,F,29.0,26829,-109.07863299999636,31.93712600000041,2439581,27,9,1997 +21,M,8.0,26830,-109.07939799999636,31.936448000000453,2439566,27,9,1997 +24,M,11.0,26831,-109.07773599999636,31.938560000000447,2437874,27,9,1997 +1,M,21.0,26832,-109.08282899999641,31.938851000000387,2438516,27,9,1997 +12,M,45.0,26833,-109.07851899999636,31.938203000000414,2439521,27,9,1997 +19,M,22.0,26834,-109.07791199999636,31.937438000000434,2438516,27,9,1997 +2,M,58.0,26835,-109.08197499999642,31.93888700000037,2439541,27,9,1997 +12,M,45.0,26836,-109.07851899999636,31.938203000000414,2439541,27,9,1997 +20,,,26837,-109.08019099999642,31.93633400000045,2437568,27,9,1997 +7,F,24.0,26838,-109.08281599999641,31.938113000000413,2437967,27,9,1997 +1,M,22.0,26839,-109.08282899999641,31.938851000000387,2437967,27,9,1997 +12,M,26.0,26840,-109.07851899999636,31.938203000000414,2438516,27,9,1997 +18,M,27.0,26841,-109.07863299999636,31.93712600000041,2437967,27,9,1997 +17,M,47.0,26842,-109.07941499999636,31.937117000000445,2439521,27,9,1997 +2,M,26.0,26843,-109.08197499999642,31.93888700000037,2438516,27,9,1997 +19,M,29.0,26844,-109.07791199999636,31.937438000000434,2439581,27,9,1997 +1,F,47.0,26845,-109.08282899999641,31.938851000000387,2439541,27,9,1997 +21,M,29.0,26846,-109.07939799999636,31.936448000000453,2439581,27,9,1997 +20,M,26.0,26847,-109.08019099999642,31.93633400000045,2437967,27,9,1997 +12,F,24.0,26848,-109.07851899999636,31.938203000000414,2438516,27,9,1997 +17,M,162.0,26849,-109.07941499999636,31.937117000000445,,27,9,1997 +20,F,20.0,26850,-109.08019099999642,31.93633400000045,2438516,27,9,1997 +17,F,40.0,26851,-109.07941499999636,31.937117000000445,2439521,27,9,1997 +12,F,46.0,26852,-109.07851899999636,31.938203000000414,2439521,27,9,1997 +7,M,21.0,26853,-109.08281599999641,31.938113000000413,2439591,27,9,1997 +2,F,15.0,26854,-109.08197499999642,31.93888700000037,2437874,27,9,1997 +12,M,136.0,26855,-109.07851899999636,31.938203000000414,,27,9,1997 +19,M,43.0,26856,-109.07791199999636,31.937438000000434,2439581,27,9,1997 +23,M,11.0,26857,-109.07783799999636,31.93676300000042,2437874,27,9,1997 +2,F,174.0,26858,-109.08197499999642,31.93888700000037,,27,9,1997 +19,M,16.0,26859,-109.07791199999636,31.937438000000434,2439591,27,9,1997 +7,M,17.0,26860,-109.08281599999641,31.938113000000413,2437967,27,9,1997 +2,F,29.0,26861,-109.08197499999642,31.93888700000037,2439581,27,9,1997 +22,M,48.0,26862,-109.07860199999635,31.93644100000042,2439521,27,9,1997 +1,F,27.0,26863,-109.08282899999641,31.938851000000387,2438516,27,9,1997 +2,M,40.0,26864,-109.08197499999642,31.93888700000037,2439581,27,9,1997 +22,M,34.0,26865,-109.07860199999635,31.93644100000042,2439581,27,9,1997 +17,M,8.0,26866,-109.07941499999636,31.937117000000445,2439566,27,9,1997 +17,M,53.0,26867,-109.07941499999636,31.937117000000445,2439541,27,9,1997 +7,F,33.0,26868,-109.08281599999641,31.938113000000413,2437967,27,9,1997 +1,M,23.0,26869,-109.08282899999641,31.938851000000387,2438516,27,9,1997 +2,F,27.0,26870,-109.08197499999642,31.93888700000037,2439581,27,9,1997 +21,M,38.0,26871,-109.07939799999636,31.936448000000453,2439581,27,9,1997 +17,M,22.0,26872,-109.07941499999636,31.937117000000445,2438516,27,9,1997 +24,M,20.0,26873,-109.07773599999636,31.938560000000447,2437967,27,9,1997 +8,M,17.0,26874,-109.08167999999641,31.937884000000402,2439591,28,9,1997 +10,M,15.0,26875,-109.08009099999636,31.938017000000425,2437967,28,9,1997 +4,F,42.0,26876,-109.08040899999641,31.93889400000041,2439521,28,9,1997 +8,F,34.0,26877,-109.08167999999641,31.937884000000402,2439521,28,9,1997 +14,F,46.0,26878,-109.08182699999641,31.937054000000447,2439521,28,9,1997 +13,M,33.0,26879,-109.08261299999641,31.937028000000442,2439581,28,9,1997 +14,,,26880,-109.08182699999641,31.937054000000447,2437568,28,9,1997 +5,F,23.0,26881,-109.07960199999636,31.93897000000045,2438516,28,9,1997 +15,F,7.0,26882,-109.08103599999642,31.937059000000463,2439566,28,9,1997 +9,F,21.0,26883,-109.08090299999638,31.93785900000039,2438516,28,9,1997 +14,M,54.0,26884,-109.08182699999641,31.937054000000447,2439521,28,9,1997 +15,F,7.0,26885,-109.08103599999642,31.937059000000463,2439566,28,9,1997 +16,M,16.0,26886,-109.08024399999636,31.93709400000041,2439591,28,9,1997 +9,M,52.0,26887,-109.08090299999638,31.93785900000039,2439541,28,9,1997 +4,M,50.0,26888,-109.08040899999641,31.93889400000041,2439521,28,9,1997 +14,M,21.0,26889,-109.08182699999641,31.937054000000447,2438516,28,9,1997 +16,F,10.0,26890,-109.08024399999636,31.93709400000041,2438019,28,9,1997 +4,F,44.0,26891,-109.08040899999641,31.93889400000041,2439521,28,9,1997 +3,F,31.0,26892,-109.08120799999641,31.938896000000387,2439581,28,9,1997 +13,F,29.0,26893,-109.08261299999641,31.937028000000442,2439581,28,9,1997 +3,F,35.0,26894,-109.08120799999641,31.938896000000387,2439581,28,9,1997 +4,M,7.0,26895,-109.08040899999641,31.93889400000041,2439566,28,9,1997 +4,M,43.0,26896,-109.08040899999641,31.93889400000041,2439521,28,9,1997 +4,M,53.0,26897,-109.08040899999641,31.93889400000041,2439521,28,9,1997 +15,M,26.0,26898,-109.08103599999642,31.937059000000463,2439581,28,9,1997 +16,M,20.0,26899,-109.08024399999636,31.93709400000041,2437967,28,9,1997 +9,F,39.0,26900,-109.08090299999638,31.93785900000039,2439521,28,9,1997 +13,M,24.0,26901,-109.08261299999641,31.937028000000442,2438516,28,9,1997 +16,F,29.0,26902,-109.08024399999636,31.93709400000041,2437967,28,9,1997 +16,M,22.0,26903,-109.08024399999636,31.93709400000041,2437967,28,9,1997 +4,F,30.0,26904,-109.08040899999641,31.93889400000041,2439581,28,9,1997 +8,M,50.0,26905,-109.08167999999641,31.937884000000402,2439541,28,9,1997 +4,M,28.0,26906,-109.08040899999641,31.93889400000041,2438516,28,9,1997 +8,M,19.0,26907,-109.08167999999641,31.937884000000402,2438516,28,9,1997 +13,M,19.0,26908,-109.08261299999641,31.937028000000442,2437967,28,9,1997 +5,M,10.0,26909,-109.07960199999636,31.93897000000045,2437874,28,9,1997 +13,M,31.0,26910,-109.08261299999641,31.937028000000442,2439581,28,9,1997 +15,F,30.0,26911,-109.08103599999642,31.937059000000463,2439581,28,9,1997 +9,M,50.0,26912,-109.08090299999638,31.93785900000039,2439521,28,9,1997 +13,F,22.0,26913,-109.08261299999641,31.937028000000442,2438516,28,9,1997 +3,F,29.0,26914,-109.08120799999641,31.938896000000387,2439581,28,9,1997 +8,F,46.0,26915,-109.08167999999641,31.937884000000402,2439541,28,9,1997 +4,M,8.0,26916,-109.08040899999641,31.93889400000041,2439566,28,9,1997 +14,M,48.0,26917,-109.08182699999641,31.937054000000447,2439521,28,9,1997 +8,M,23.0,26918,-109.08167999999641,31.937884000000402,2438516,28,9,1997 +14,M,42.0,26919,-109.08182699999641,31.937054000000447,2439521,28,9,1997 +3,M,46.0,26920,-109.08120799999641,31.938896000000387,2439541,28,9,1997 +4,F,24.0,26921,-109.08040899999641,31.93889400000041,2438516,28,9,1997 +5,M,20.0,26922,-109.07960199999636,31.93897000000045,2438019,28,9,1997 +8,M,44.0,26923,-109.08167999999641,31.937884000000402,2439521,28,9,1997 +4,M,51.0,26924,-109.08040899999641,31.93889400000041,2439521,28,9,1997 +13,F,26.0,26925,-109.08261299999641,31.937028000000442,2437967,28,9,1997 +16,F,26.0,26926,-109.08024399999636,31.93709400000041,2438516,28,9,1997 +3,M,31.0,26927,-109.08120799999641,31.938896000000387,2439581,28,9,1997 +14,F,18.0,26928,-109.08182699999641,31.937054000000447,2438516,28,9,1997 +3,M,46.0,26929,-109.08120799999641,31.938896000000387,2439541,28,9,1997 +8,M,45.0,26930,-109.08167999999641,31.937884000000402,2439541,28,9,1997 +14,M,48.0,26931,-109.08182699999641,31.937054000000447,2439521,28,9,1997 +10,F,19.0,26932,-109.08009099999636,31.938017000000425,2438019,28,9,1997 +4,M,48.0,26933,-109.08040899999641,31.93889400000041,2439521,28,9,1997 +6,M,51.0,26934,-109.07883599999636,31.939078000000414,2439541,28,9,1997 +10,M,22.0,26935,-109.08009099999636,31.938017000000425,2438019,28,9,1997 +13,F,29.0,26936,-109.08261299999641,31.937028000000442,2439581,28,9,1997 +8,F,11.0,26937,-109.08167999999641,31.937884000000402,2439591,28,9,1997 +14,F,21.0,26938,-109.08182699999641,31.937054000000447,2437967,28,9,1997 +5,F,16.0,26939,-109.07960199999636,31.93897000000045,2439591,28,9,1997 +16,M,26.0,26940,-109.08024399999636,31.93709400000041,2438516,28,9,1997 +13,F,30.0,26941,-109.08261299999641,31.937028000000442,2439581,28,9,1997 +9,M,22.0,26942,-109.08090299999638,31.93785900000039,2438516,28,9,1997 +14,F,24.0,26943,-109.08182699999641,31.937054000000447,2437967,28,9,1997 +16,F,34.0,26944,-109.08024399999636,31.93709400000041,2439581,28,9,1997 +11,F,30.0,26945,-109.07930699999636,31.938056000000426,2437967,28,9,1997 +9,M,23.0,26946,-109.08090299999638,31.93785900000039,2437967,28,9,1997 +6,F,50.0,26947,-109.07883599999636,31.939078000000414,2439541,28,9,1997 +6,M,24.0,26948,-109.07883599999636,31.939078000000414,2438516,28,9,1997 +11,F,51.0,26949,-109.07930699999636,31.938056000000426,2439541,28,9,1997 +6,M,19.0,26950,-109.07883599999636,31.939078000000414,2437981,28,9,1997 +11,M,20.0,26951,-109.07930699999636,31.938056000000426,2437967,28,9,1997 +11,M,51.0,26952,-109.07930699999636,31.938056000000426,2439541,28,9,1997 +11,M,54.0,26953,-109.07930699999636,31.938056000000426,2439521,28,9,1997 +11,F,44.0,26954,-109.07930699999636,31.938056000000426,2439521,28,9,1997 +6,F,34.0,26955,-109.07883599999636,31.939078000000414,2439581,28,9,1997 +11,M,47.0,26956,-109.07930699999636,31.938056000000426,2439541,28,9,1997 +18,M,,26957,-109.07863299999636,31.93712600000041,2437874,25,10,1997 +17,F,43.0,26958,-109.07941499999636,31.937117000000445,2439521,25,10,1997 +22,M,50.0,26959,-109.07860199999635,31.93644100000042,2439521,25,10,1997 +1,F,39.0,26960,-109.08282899999641,31.938851000000387,2439521,25,10,1997 +12,M,24.0,26961,-109.07851899999636,31.938203000000414,2438516,25,10,1997 +18,F,27.0,26962,-109.07863299999636,31.93712600000041,2439581,25,10,1997 +21,M,26.0,26963,-109.07939799999636,31.936448000000453,2438516,25,10,1997 +7,F,23.0,26964,-109.08281599999641,31.938113000000413,2437967,25,10,1997 +21,M,26.0,26965,-109.07939799999636,31.936448000000453,2437967,25,10,1997 +24,F,28.0,26966,-109.07773599999636,31.938560000000447,2437967,25,10,1997 +7,M,16.0,26967,-109.08281599999641,31.938113000000413,2438019,25,10,1997 +7,M,22.0,26968,-109.08281599999641,31.938113000000413,2437967,25,10,1997 +19,M,37.0,26969,-109.07791199999636,31.937438000000434,2439581,25,10,1997 +20,M,23.0,26970,-109.08019099999642,31.93633400000045,2437967,25,10,1997 +21,F,6.0,26971,-109.07939799999636,31.936448000000453,2439566,25,10,1997 +24,F,140.0,26972,-109.07773599999636,31.938560000000447,,25,10,1997 +7,M,15.0,26973,-109.08281599999641,31.938113000000413,2437967,25,10,1997 +2,M,49.0,26974,-109.08197499999642,31.93888700000037,2439541,25,10,1997 +21,F,25.0,26975,-109.07939799999636,31.936448000000453,2438516,25,10,1997 +24,M,11.0,26976,-109.07773599999636,31.938560000000447,2437874,25,10,1997 +7,F,22.0,26977,-109.08281599999641,31.938113000000413,2437967,25,10,1997 +1,M,54.0,26978,-109.08282899999641,31.938851000000387,2439541,25,10,1997 +19,M,23.0,26979,-109.07791199999636,31.937438000000434,2437967,25,10,1997 +24,M,21.0,26980,-109.07773599999636,31.938560000000447,2437967,25,10,1997 +2,F,108.0,26981,-109.08197499999642,31.93888700000037,2439531,25,10,1997 +24,F,11.0,26982,-109.07773599999636,31.938560000000447,2437874,25,10,1997 +7,M,15.0,26983,-109.08281599999641,31.938113000000413,2437967,25,10,1997 +22,F,41.0,26984,-109.07860199999635,31.93644100000042,2439521,25,10,1997 +17,M,8.0,26985,-109.07941499999636,31.937117000000445,2439566,25,10,1997 +17,M,170.0,26986,-109.07941499999636,31.937117000000445,,25,10,1997 +22,M,39.0,26987,-109.07860199999635,31.93644100000042,2439521,25,10,1997 +24,F,21.0,26988,-109.07773599999636,31.938560000000447,2437981,25,10,1997 +12,M,42.0,26989,-109.07851899999636,31.938203000000414,2439521,25,10,1997 +21,F,20.0,26990,-109.07939799999636,31.936448000000453,2439591,25,10,1997 +12,F,172.0,26991,-109.07851899999636,31.938203000000414,,25,10,1997 +17,M,46.0,26992,-109.07941499999636,31.937117000000445,2439521,25,10,1997 +22,F,23.0,26993,-109.07860199999635,31.93644100000042,2438516,25,10,1997 +24,F,21.0,26994,-109.07773599999636,31.938560000000447,2437981,25,10,1997 +24,,,26995,-109.07773599999636,31.938560000000447,2437568,25,10,1997 +2,F,29.0,26996,-109.08197499999642,31.93888700000037,2439581,25,10,1997 +17,F,45.0,26997,-109.07941499999636,31.937117000000445,2439521,25,10,1997 +20,,,26998,-109.08019099999642,31.93633400000045,2437568,25,10,1997 +21,,,26999,-109.07939799999636,31.936448000000453,2437568,25,10,1997 +22,F,26.0,27000,-109.07860199999635,31.93644100000042,2439581,25,10,1997 +12,M,40.0,27001,-109.07851899999636,31.938203000000414,2439521,25,10,1997 +20,M,22.0,27002,-109.08019099999642,31.93633400000045,2437981,25,10,1997 +22,M,34.0,27003,-109.07860199999635,31.93644100000042,2439581,25,10,1997 +17,F,38.0,27004,-109.07941499999636,31.937117000000445,2439521,25,10,1997 +20,F,8.0,27005,-109.08019099999642,31.93633400000045,2439566,25,10,1997 +2,M,47.0,27006,-109.08197499999642,31.93888700000037,2439521,25,10,1997 +21,M,23.0,27007,-109.07939799999636,31.936448000000453,2438516,25,10,1997 +17,F,24.0,27008,-109.07941499999636,31.937117000000445,2438516,25,10,1997 +20,F,8.0,27009,-109.08019099999642,31.93633400000045,2439566,25,10,1997 +21,M,28.0,27010,-109.07939799999636,31.936448000000453,2439581,25,10,1997 +24,M,20.0,27011,-109.07773599999636,31.938560000000447,2437981,25,10,1997 +18,M,43.0,27012,-109.07863299999636,31.93712600000041,2438147,25,10,1997 +17,M,23.0,27013,-109.07941499999636,31.937117000000445,2438516,25,10,1997 +20,F,21.0,27014,-109.08019099999642,31.93633400000045,2437967,25,10,1997 +19,M,41.0,27015,-109.07791199999636,31.937438000000434,2439581,25,10,1997 +7,M,24.0,27016,-109.08281599999641,31.938113000000413,2437967,25,10,1997 +1,F,45.0,27017,-109.08282899999641,31.938851000000387,2439541,25,10,1997 +19,,29.0,27018,-109.07791199999636,31.937438000000434,2439581,25,10,1997 +2,F,27.0,27019,-109.08197499999642,31.93888700000037,2439581,25,10,1997 +1,F,45.0,27020,-109.08282899999641,31.938851000000387,2439541,25,10,1997 +17,F,145.0,27021,-109.07941499999636,31.937117000000445,,25,10,1997 +21,F,29.0,27022,-109.07939799999636,31.936448000000453,2439581,25,10,1997 +22,F,42.0,27023,-109.07860199999635,31.93644100000042,2439521,25,10,1997 +20,M,24.0,27024,-109.08019099999642,31.93633400000045,2437967,25,10,1997 +12,F,26.0,27025,-109.07851899999636,31.938203000000414,2438516,25,10,1997 +19,M,30.0,27026,-109.07791199999636,31.937438000000434,2439581,25,10,1997 +17,F,45.0,27027,-109.07941499999636,31.937117000000445,2439521,25,10,1997 +17,M,47.0,27028,-109.07941499999636,31.937117000000445,2439521,25,10,1997 +12,M,43.0,27029,-109.07851899999636,31.938203000000414,2439521,25,10,1997 +19,F,20.0,27030,-109.07791199999636,31.937438000000434,2437967,25,10,1997 +7,F,12.0,27031,-109.08281599999641,31.938113000000413,2437874,25,10,1997 +2,M,17.0,27032,-109.08197499999642,31.93888700000037,2437967,25,10,1997 +18,M,29.0,27033,-109.07863299999636,31.93712600000041,2439581,25,10,1997 +22,M,32.0,27034,-109.07860199999635,31.93644100000042,2439581,25,10,1997 +2,M,45.0,27035,-109.08197499999642,31.93888700000037,2439581,25,10,1997 +12,F,42.0,27036,-109.07851899999636,31.938203000000414,2439521,25,10,1997 +21,M,38.0,27037,-109.07939799999636,31.936448000000453,2439581,25,10,1997 +23,M,19.0,27038,-109.07783799999636,31.93676300000042,2437967,25,10,1997 +1,M,15.0,27039,-109.08282899999641,31.938851000000387,2437981,25,10,1997 +17,M,45.0,27040,-109.07941499999636,31.937117000000445,2439541,25,10,1997 +23,F,23.0,27041,-109.07783799999636,31.93676300000042,2437967,25,10,1997 +20,,,27042,-109.08019099999642,31.93633400000045,2437568,25,10,1997 +2,F,186.0,27043,-109.08197499999642,31.93888700000037,,25,10,1997 +12,F,42.0,27044,-109.07851899999636,31.938203000000414,2439521,25,10,1997 +12,M,46.0,27045,-109.07851899999636,31.938203000000414,2439521,25,10,1997 +20,M,7.0,27046,-109.08019099999642,31.93633400000045,2439566,25,10,1997 +23,M,21.0,27047,-109.07783799999636,31.93676300000042,2437967,25,10,1997 +1,F,26.0,27048,-109.08282899999641,31.938851000000387,2438516,25,10,1997 +12,M,22.0,27049,-109.07851899999636,31.938203000000414,2438516,25,10,1997 +17,M,27.0,27050,-109.07941499999636,31.937117000000445,2437967,25,10,1997 +12,M,120.0,27051,-109.07851899999636,31.938203000000414,,25,10,1997 +21,M,35.0,27052,-109.07939799999636,31.936448000000453,2439581,25,10,1997 +1,F,122.0,27053,-109.08282899999641,31.938851000000387,,25,10,1997 +2,F,27.0,27054,-109.08197499999642,31.93888700000037,2439581,25,10,1997 +22,M,21.0,27055,-109.07860199999635,31.93644100000042,2438516,25,10,1997 +21,F,30.0,27056,-109.07939799999636,31.936448000000453,2439581,25,10,1997 +9,F,54.0,27057,-109.08090299999638,31.93785900000039,2439541,26,10,1997 +4,M,38.0,27058,-109.08040899999641,31.93889400000041,2439521,26,10,1997 +6,F,21.0,27059,-109.07883599999636,31.939078000000414,2438516,26,10,1997 +8,M,25.0,27060,-109.08167999999641,31.937884000000402,2438516,26,10,1997 +8,M,52.0,27061,-109.08167999999641,31.937884000000402,2439541,26,10,1997 +9,F,23.0,27062,-109.08090299999638,31.93785900000039,2438516,26,10,1997 +14,F,44.0,27063,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +6,F,34.0,27064,-109.07883599999636,31.939078000000414,2439581,26,10,1997 +8,F,47.0,27065,-109.08167999999641,31.937884000000402,2439541,26,10,1997 +5,F,16.0,27066,-109.07960199999636,31.93897000000045,2437981,26,10,1997 +11,F,48.0,27067,-109.07930699999636,31.938056000000426,2439541,26,10,1997 +9,M,18.0,27068,-109.08090299999638,31.93785900000039,2437967,26,10,1997 +8,F,23.0,27069,-109.08167999999641,31.937884000000402,2437967,26,10,1997 +10,M,24.0,27070,-109.08009099999636,31.938017000000425,2437967,26,10,1997 +4,F,30.0,27071,-109.08040899999641,31.93889400000041,2437967,26,10,1997 +3,F,25.0,27072,-109.08120799999641,31.938896000000387,2438516,26,10,1997 +8,F,34.0,27073,-109.08167999999641,31.937884000000402,2439521,26,10,1997 +11,F,43.0,27074,-109.07930699999636,31.938056000000426,2439521,26,10,1997 +14,,,27075,-109.08182699999641,31.937054000000447,2437568,26,10,1997 +8,F,49.0,27076,-109.08167999999641,31.937884000000402,2439541,26,10,1997 +13,M,35.0,27077,-109.08261299999641,31.937028000000442,2439581,26,10,1997 +9,F,36.0,27078,-109.08090299999638,31.93785900000039,2439521,26,10,1997 +14,M,50.0,27079,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +14,M,48.0,27080,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +8,M,42.0,27081,-109.08167999999641,31.937884000000402,2439521,26,10,1997 +14,M,44.0,27082,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +3,F,35.0,27083,-109.08120799999641,31.938896000000387,2439581,26,10,1997 +4,M,47.0,27084,-109.08040899999641,31.93889400000041,2439521,26,10,1997 +6,M,49.0,27085,-109.07883599999636,31.939078000000414,2439541,26,10,1997 +4,F,40.0,27086,-109.08040899999641,31.93889400000041,2439521,26,10,1997 +4,M,49.0,27087,-109.08040899999641,31.93889400000041,2439521,26,10,1997 +9,M,51.0,27088,-109.08090299999638,31.93785900000039,2439541,26,10,1997 +4,F,44.0,27089,-109.08040899999641,31.93889400000041,2439521,26,10,1997 +15,F,28.0,27090,-109.08103599999642,31.937059000000463,2439581,26,10,1997 +10,F,21.0,27091,-109.08009099999636,31.938017000000425,2437967,26,10,1997 +16,M,19.0,27092,-109.08024399999636,31.93709400000041,2437967,26,10,1997 +3,M,45.0,27093,-109.08120799999641,31.938896000000387,2439541,26,10,1997 +9,M,49.0,27094,-109.08090299999638,31.93785900000039,2439521,26,10,1997 +16,F,18.0,27095,-109.08024399999636,31.93709400000041,2437967,26,10,1997 +9,,,27096,-109.08090299999638,31.93785900000039,2437568,26,10,1997 +14,M,38.0,27097,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +11,M,19.0,27098,-109.07930699999636,31.938056000000426,2438516,26,10,1997 +14,M,43.0,27099,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +8,M,38.0,27100,-109.08167999999641,31.937884000000402,2439521,26,10,1997 +13,M,30.0,27101,-109.08261299999641,31.937028000000442,2439581,26,10,1997 +14,F,47.0,27102,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +16,M,20.0,27103,-109.08024399999636,31.93709400000041,2437981,26,10,1997 +9,M,45.0,27104,-109.08090299999638,31.93785900000039,2439521,26,10,1997 +14,M,44.0,27105,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +3,F,30.0,27106,-109.08120799999641,31.938896000000387,2439581,26,10,1997 +6,M,27.0,27107,-109.07883599999636,31.939078000000414,2438516,26,10,1997 +15,F,14.0,27108,-109.08103599999642,31.937059000000463,2437967,26,10,1997 +6,F,52.0,27109,-109.07883599999636,31.939078000000414,2439541,26,10,1997 +11,M,48.0,27110,-109.07930699999636,31.938056000000426,2439521,26,10,1997 +14,M,46.0,27111,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +3,M,46.0,27112,-109.08120799999641,31.938896000000387,2439541,26,10,1997 +15,M,13.0,27113,-109.08103599999642,31.937059000000463,2437967,26,10,1997 +13,F,23.0,27114,-109.08261299999641,31.937028000000442,2438516,26,10,1997 +15,F,25.0,27115,-109.08103599999642,31.937059000000463,2437967,26,10,1997 +10,M,23.0,27116,-109.08009099999636,31.938017000000425,2437967,26,10,1997 +14,F,44.0,27117,-109.08182699999641,31.937054000000447,2439521,26,10,1997 +16,M,24.0,27118,-109.08024399999636,31.93709400000041,2437967,26,10,1997 +6,M,20.0,27119,-109.07883599999636,31.939078000000414,2437981,26,10,1997 +14,M,14.0,27120,-109.08182699999641,31.937054000000447,2437967,26,10,1997 +6,M,26.0,27121,-109.07883599999636,31.939078000000414,2438516,26,10,1997 +5,F,10.0,27122,-109.07960199999636,31.93897000000045,2437874,26,10,1997 +13,F,30.0,27123,-109.08261299999641,31.937028000000442,2439581,26,10,1997 +15,M,13.0,27124,-109.08103599999642,31.937059000000463,2437967,26,10,1997 +14,M,25.0,27125,-109.08182699999641,31.937054000000447,2438516,26,10,1997 +3,M,24.0,27126,-109.08120799999641,31.938896000000387,2438516,26,10,1997 +6,M,220.0,27127,-109.07883599999636,31.939078000000414,,26,10,1997 +5,M,13.0,27128,-109.07960199999636,31.93897000000045,2437967,26,10,1997 +16,F,19.0,27129,-109.08024399999636,31.93709400000041,2437967,26,10,1997 +4,F,43.0,27130,-109.08040899999641,31.93889400000041,2439521,26,10,1997 +1,F,38.0,27131,-109.08282899999641,31.938851000000387,2439521,22,11,1997 +22,M,47.0,27132,-109.07860199999635,31.93644100000042,2439521,22,11,1997 +23,M,26.0,27133,-109.07783799999636,31.93676300000042,2437967,22,11,1997 +11,M,50.0,27134,-109.07930699999636,31.938056000000426,2439541,22,11,1997 +17,M,47.0,27135,-109.07941499999636,31.937117000000445,2439521,22,11,1997 +21,F,25.0,27136,-109.07939799999636,31.936448000000453,2438516,22,11,1997 +11,M,48.0,27137,-109.07930699999636,31.938056000000426,2439521,22,11,1997 +16,F,20.0,27138,-109.08024399999636,31.93709400000041,2437967,22,11,1997 +9,F,47.0,27139,-109.08090299999638,31.93785900000039,2439541,22,11,1997 +14,F,43.0,27140,-109.08182699999641,31.937054000000447,2439521,22,11,1997 +18,F,27.0,27141,-109.07863299999636,31.93712600000041,2439581,22,11,1997 +17,M,47.0,27142,-109.07941499999636,31.937117000000445,2439521,22,11,1997 +21,F,15.0,27143,-109.07939799999636,31.936448000000453,2437967,22,11,1997 +23,M,20.0,27144,-109.07783799999636,31.93676300000042,2438516,22,11,1997 +7,,,27145,-109.08281599999641,31.938113000000413,2437568,22,11,1997 +3,M,46.0,27146,-109.08120799999641,31.938896000000387,2439541,22,11,1997 +16,F,17.0,27147,-109.08024399999636,31.93709400000041,2437967,22,11,1997 +5,M,21.0,27148,-109.07960199999636,31.93897000000045,2438516,22,11,1997 +12,M,45.0,27149,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +20,M,23.0,27150,-109.08019099999642,31.93633400000045,2437967,22,11,1997 +22,M,24.0,27151,-109.07860199999635,31.93644100000042,2439581,22,11,1997 +8,F,50.0,27152,-109.08167999999641,31.937884000000402,2439541,22,11,1997 +12,M,23.0,27153,-109.07851899999636,31.938203000000414,2438516,22,11,1997 +17,M,48.0,27154,-109.07941499999636,31.937117000000445,2439521,22,11,1997 +24,F,17.0,27155,-109.07773599999636,31.938560000000447,2437981,22,11,1997 +6,F,35.0,27156,-109.07883599999636,31.939078000000414,2439581,22,11,1997 +1,M,25.0,27157,-109.08282899999641,31.938851000000387,2438516,22,11,1997 +20,F,162.0,27158,-109.08019099999642,31.93633400000045,,22,11,1997 +8,F,36.0,27159,-109.08167999999641,31.937884000000402,2439521,22,11,1997 +15,M,16.0,27160,-109.08103599999642,31.937059000000463,2437967,22,11,1997 +10,F,20.0,27161,-109.08009099999636,31.938017000000425,2437967,22,11,1997 +18,F,29.0,27162,-109.07863299999636,31.93712600000041,2439581,22,11,1997 +8,M,50.0,27163,-109.08167999999641,31.937884000000402,2439541,22,11,1997 +2,F,103.0,27164,-109.08197499999642,31.93888700000037,2439531,22,11,1997 +4,M,44.0,27165,-109.08040899999641,31.93889400000041,2439521,22,11,1997 +5,M,17.0,27166,-109.07960199999636,31.93897000000045,2437967,22,11,1997 +19,M,27.0,27167,-109.07791199999636,31.937438000000434,2439581,22,11,1997 +14,F,21.0,27168,-109.08182699999641,31.937054000000447,2438516,22,11,1997 +2,M,42.0,27169,-109.08197499999642,31.93888700000037,2439541,22,11,1997 +12,F,40.0,27170,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +24,F,21.0,27171,-109.07773599999636,31.938560000000447,2437981,22,11,1997 +8,M,21.0,27172,-109.08167999999641,31.937884000000402,2438516,22,11,1997 +14,M,40.0,27173,-109.08182699999641,31.937054000000447,2439521,22,11,1997 +17,M,42.0,27174,-109.07941499999636,31.937117000000445,2439521,22,11,1997 +7,M,9.0,27175,-109.08281599999641,31.938113000000413,2437874,22,11,1997 +24,M,22.0,27176,-109.07773599999636,31.938560000000447,2437981,22,11,1997 +13,M,33.0,27177,-109.08261299999641,31.937028000000442,2439581,22,11,1997 +14,M,39.0,27178,-109.08182699999641,31.937054000000447,2439521,22,11,1997 +5,F,15.0,27179,-109.07960199999636,31.93897000000045,2437967,22,11,1997 +19,M,38.0,27180,-109.07791199999636,31.937438000000434,2439581,22,11,1997 +3,F,10.0,27181,-109.08120799999641,31.938896000000387,2437874,22,11,1997 +12,F,177.0,27182,-109.07851899999636,31.938203000000414,,22,11,1997 +19,F,28.0,27183,-109.07791199999636,31.937438000000434,2439581,22,11,1997 +24,F,30.0,27184,-109.07773599999636,31.938560000000447,2437967,22,11,1997 +21,M,27.0,27185,-109.07939799999636,31.936448000000453,2439581,22,11,1997 +7,F,22.0,27186,-109.08281599999641,31.938113000000413,2438019,22,11,1997 +4,M,51.0,27187,-109.08040899999641,31.93889400000041,2439521,22,11,1997 +9,M,44.0,27188,-109.08090299999638,31.93785900000039,2439521,22,11,1997 +15,F,22.0,27189,-109.08103599999642,31.937059000000463,2438516,22,11,1997 +12,M,41.0,27190,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +15,,,27191,-109.08103599999642,31.937059000000463,2437568,22,11,1997 +1,M,48.0,27192,-109.08282899999641,31.938851000000387,2439541,22,11,1997 +2,F,24.0,27193,-109.08197499999642,31.93888700000037,2438516,22,11,1997 +21,,,27194,-109.07939799999636,31.936448000000453,2437568,22,11,1997 +24,M,23.0,27195,-109.07773599999636,31.938560000000447,2437967,22,11,1997 +4,M,47.0,27196,-109.08040899999641,31.93889400000041,2439521,22,11,1997 +12,M,41.0,27197,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +3,M,35.0,27198,-109.08120799999641,31.938896000000387,2439581,22,11,1997 +11,F,43.0,27199,-109.07930699999636,31.938056000000426,2439521,22,11,1997 +9,M,48.0,27200,-109.08090299999638,31.93785900000039,2439541,22,11,1997 +2,M,48.0,27201,-109.08197499999642,31.93888700000037,2439541,22,11,1997 +12,M,42.0,27202,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +21,F,29.0,27203,-109.07939799999636,31.936448000000453,2439581,22,11,1997 +7,,,27204,-109.08281599999641,31.938113000000413,2437568,22,11,1997 +4,M,48.0,27205,-109.08040899999641,31.93889400000041,2439521,22,11,1997 +12,F,42.0,27206,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +17,F,45.0,27207,-109.07941499999636,31.937117000000445,2439521,22,11,1997 +9,F,37.0,27208,-109.08090299999638,31.93785900000039,2439521,22,11,1997 +12,M,42.0,27209,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +2,F,25.0,27210,-109.08197499999642,31.93888700000037,2439581,22,11,1997 +3,F,28.0,27211,-109.08120799999641,31.938896000000387,2439581,22,11,1997 +6,F,49.0,27212,-109.07883599999636,31.939078000000414,2439541,22,11,1997 +2,M,43.0,27213,-109.08197499999642,31.93888700000037,2439521,22,11,1997 +22,M,20.0,27214,-109.07860199999635,31.93644100000042,2438516,22,11,1997 +2,M,21.0,27215,-109.08197499999642,31.93888700000037,2437981,22,11,1997 +17,F,22.0,27216,-109.07941499999636,31.937117000000445,2438516,22,11,1997 +4,F,43.0,27217,-109.08040899999641,31.93889400000041,2439521,22,11,1997 +15,F,22.0,27218,-109.08103599999642,31.937059000000463,2437967,22,11,1997 +5,M,10.0,27219,-109.07960199999636,31.93897000000045,2437967,22,11,1997 +1,M,25.0,27220,-109.08282899999641,31.938851000000387,2438516,22,11,1997 +1,M,52.0,27221,-109.08282899999641,31.938851000000387,2439541,22,11,1997 +2,M,22.0,27222,-109.08197499999642,31.93888700000037,2438516,22,11,1997 +18,M,57.0,27223,-109.07863299999636,31.93712600000041,2438147,22,11,1997 +4,F,45.0,27224,-109.08040899999641,31.93889400000041,2439521,22,11,1997 +6,F,23.0,27225,-109.07883599999636,31.939078000000414,2437981,22,11,1997 +20,F,21.0,27226,-109.08019099999642,31.93633400000045,2437967,22,11,1997 +15,F,23.0,27227,-109.08103599999642,31.937059000000463,2438516,22,11,1997 +1,F,50.0,27228,-109.08282899999641,31.938851000000387,2439541,22,11,1997 +20,F,24.0,27229,-109.08019099999642,31.93633400000045,2439581,22,11,1997 +14,M,45.0,27230,-109.08182699999641,31.937054000000447,2439521,22,11,1997 +17,F,46.0,27231,-109.07941499999636,31.937117000000445,2439521,22,11,1997 +13,M,30.0,27232,-109.08261299999641,31.937028000000442,2439581,22,11,1997 +14,F,44.0,27233,-109.08182699999641,31.937054000000447,2439521,22,11,1997 +5,F,11.0,27234,-109.07960199999636,31.93897000000045,2437967,22,11,1997 +3,M,23.0,27235,-109.08120799999641,31.938896000000387,2438516,22,11,1997 +14,M,45.0,27236,-109.08182699999641,31.937054000000447,2439521,22,11,1997 +1,M,50.0,27237,-109.08282899999641,31.938851000000387,2439541,22,11,1997 +1,F,26.0,27238,-109.08282899999641,31.938851000000387,2438516,22,11,1997 +18,M,10.0,27239,-109.07863299999636,31.93712600000041,2437874,22,11,1997 +18,F,57.0,27240,-109.07863299999636,31.93712600000041,2438147,22,11,1997 +2,F,44.0,27241,-109.08197499999642,31.93888700000037,2439521,22,11,1997 +17,F,40.0,27242,-109.07941499999636,31.937117000000445,2439521,22,11,1997 +4,F,23.0,27243,-109.08040899999641,31.93889400000041,2438516,22,11,1997 +8,M,42.0,27244,-109.08167999999641,31.937884000000402,2439521,22,11,1997 +16,F,19.0,27245,-109.08024399999636,31.93709400000041,2437967,22,11,1997 +2,M,51.0,27246,-109.08197499999642,31.93888700000037,2439541,22,11,1997 +12,F,26.0,27247,-109.07851899999636,31.938203000000414,2438516,22,11,1997 +18,F,23.0,27248,-109.07863299999636,31.93712600000041,2438516,22,11,1997 +8,M,41.0,27249,-109.08167999999641,31.937884000000402,2439521,22,11,1997 +14,M,22.0,27250,-109.08182699999641,31.937054000000447,2438516,22,11,1997 +16,M,20.0,27251,-109.08024399999636,31.93709400000041,2437967,22,11,1997 +12,F,47.0,27252,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +9,M,47.0,27253,-109.08090299999638,31.93785900000039,2439521,22,11,1997 +14,F,26.0,27254,-109.08182699999641,31.937054000000447,2438516,22,11,1997 +12,M,44.0,27255,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +22,M,32.0,27256,-109.07860199999635,31.93644100000042,2439581,22,11,1997 +2,M,41.0,27257,-109.08197499999642,31.93888700000037,2439581,22,11,1997 +21,M,29.0,27258,-109.07939799999636,31.936448000000453,2439581,22,11,1997 +4,M,23.0,27259,-109.08040899999641,31.93889400000041,2438516,22,11,1997 +6,M,22.0,27260,-109.07883599999636,31.939078000000414,2438516,22,11,1997 +2,M,11.0,27261,-109.08197499999642,31.93888700000037,2437874,22,11,1997 +22,F,40.0,27262,-109.07860199999635,31.93644100000042,2439521,22,11,1997 +7,M,21.0,27263,-109.08281599999641,31.938113000000413,2437967,22,11,1997 +5,F,11.0,27264,-109.07960199999636,31.93897000000045,2437967,22,11,1997 +1,F,45.0,27265,-109.08282899999641,31.938851000000387,2439521,22,11,1997 +17,M,24.0,27266,-109.07941499999636,31.937117000000445,2438516,22,11,1997 +20,,,27267,-109.08019099999642,31.93633400000045,2437568,22,11,1997 +3,M,45.0,27268,-109.08120799999641,31.938896000000387,2439541,22,11,1997 +8,F,42.0,27269,-109.08167999999641,31.937884000000402,2439541,22,11,1997 +12,F,42.0,27270,-109.07851899999636,31.938203000000414,2439521,22,11,1997 +24,M,19.0,27271,-109.07773599999636,31.938560000000447,2437967,22,11,1997 +1,F,44.0,27272,-109.08282899999641,31.938851000000387,2439541,22,11,1997 +2,F,11.0,27273,-109.08197499999642,31.93888700000037,2437874,22,11,1997 +7,M,17.0,27274,-109.08281599999641,31.938113000000413,2437967,22,11,1997 +13,M,21.0,27275,-109.08261299999641,31.937028000000442,2437967,22,11,1997 +1,F,25.0,27276,-109.08282899999641,31.938851000000387,2438516,22,11,1997 +21,M,33.0,27277,-109.07939799999636,31.936448000000453,2439581,22,11,1997 +22,F,38.0,27278,-109.07860199999635,31.93644100000042,2439521,22,11,1997 +3,M,35.0,27279,-109.08120799999641,31.938896000000387,2439581,22,11,1997 +11,F,45.0,27280,-109.07930699999636,31.938056000000426,2439521,22,11,1997 +2,F,27.0,27281,-109.08197499999642,31.93888700000037,2439581,22,11,1997 +21,M,38.0,27282,-109.07939799999636,31.936448000000453,2439581,22,11,1997 +12,F,122.0,27283,-109.07851899999636,31.938203000000414,,22,11,1997 +21,M,21.0,27284,-109.07939799999636,31.936448000000453,2438516,22,11,1997 +7,M,14.0,27285,-109.08281599999641,31.938113000000413,2437874,22,11,1997 +6,M,23.0,27286,-109.07883599999636,31.939078000000414,2437981,22,11,1997 +11,F,43.0,27287,-109.07930699999636,31.938056000000426,2439541,22,11,1997 +11,M,52.0,27288,-109.07930699999636,31.938056000000426,2439521,22,11,1997 +13,F,28.0,27289,-109.08261299999641,31.937028000000442,2439581,22,11,1997 +10,F,18.0,27290,-109.08009099999636,31.938017000000425,2438516,22,11,1997 +1,F,30.0,27291,-109.08282899999641,31.938851000000387,2439581,22,11,1997 +2,M,30.0,27292,-109.08197499999642,31.93888700000037,2439581,22,11,1997 +4,M,43.0,27293,-109.08040899999641,31.93889400000041,2439521,22,11,1997 +2,M,45.0,27294,-109.08197499999642,31.93888700000037,2439521,28,12,1997 +18,M,21.0,27295,-109.07863299999636,31.93712600000041,2437967,28,12,1997 +22,M,49.0,27296,-109.07860199999635,31.93644100000042,2439521,28,12,1997 +24,M,26.0,27297,-109.07773599999636,31.938560000000447,2437981,28,12,1997 +1,F,39.0,27298,-109.08282899999641,31.938851000000387,2439521,28,12,1997 +1,M,56.0,27299,-109.08282899999641,31.938851000000387,2439541,28,12,1997 +17,F,44.0,27300,-109.07941499999636,31.937117000000445,2439521,28,12,1997 +18,F,27.0,27301,-109.07863299999636,31.93712600000041,2439581,28,12,1997 +22,F,25.0,27302,-109.07860199999635,31.93644100000042,2439581,28,12,1997 +17,M,46.0,27303,-109.07941499999636,31.937117000000445,2439521,28,12,1997 +24,F,11.0,27304,-109.07773599999636,31.938560000000447,2437874,28,12,1997 +12,M,40.0,27305,-109.07851899999636,31.938203000000414,2439521,28,12,1997 +22,F,36.0,27306,-109.07860199999635,31.93644100000042,2439521,28,12,1997 +2,F,111.0,27307,-109.08197499999642,31.93888700000037,2439531,28,12,1997 +19,F,27.0,27308,-109.07791199999636,31.937438000000434,2439581,28,12,1997 +7,M,22.0,27309,-109.08281599999641,31.938113000000413,2437967,28,12,1997 +12,F,169.0,27310,-109.07851899999636,31.938203000000414,,28,12,1997 +21,F,16.0,27311,-109.07939799999636,31.936448000000453,2437967,28,12,1997 +17,M,44.0,27312,-109.07941499999636,31.937117000000445,2439521,28,12,1997 +23,F,22.0,27313,-109.07783799999636,31.93676300000042,2437967,28,12,1997 +22,F,41.0,27314,-109.07860199999635,31.93644100000042,2439521,28,12,1997 +7,M,9.0,27315,-109.08281599999641,31.938113000000413,2437874,28,12,1997 +22,F,42.0,27316,-109.07860199999635,31.93644100000042,2439521,28,12,1997 +18,F,29.0,27317,-109.07863299999636,31.93712600000041,2439581,28,12,1997 +17,M,45.0,27318,-109.07941499999636,31.937117000000445,2439521,28,12,1997 +24,F,24.0,27319,-109.07773599999636,31.938560000000447,2437967,28,12,1997 +19,M,28.0,27320,-109.07791199999636,31.937438000000434,2439581,28,12,1997 +24,F,27.0,27321,-109.07773599999636,31.938560000000447,2437967,28,12,1997 +2,M,50.0,27322,-109.08197499999642,31.93888700000037,2439541,28,12,1997 +17,F,39.0,27323,-109.07941499999636,31.937117000000445,2439521,28,12,1997 +2,M,22.0,27324,-109.08197499999642,31.93888700000037,2438516,28,12,1997 +17,M,27.0,27325,-109.07941499999636,31.937117000000445,2438516,28,12,1997 +21,M,27.0,27326,-109.07939799999636,31.936448000000453,2439581,28,12,1997 +2,F,181.0,27327,-109.08197499999642,31.93888700000037,,28,12,1997 +18,F,8.0,27328,-109.07863299999636,31.93712600000041,2437874,28,12,1997 +7,F,9.0,27329,-109.08281599999641,31.938113000000413,2437874,28,12,1997 +23,M,27.0,27330,-109.07783799999636,31.93676300000042,2437967,28,12,1997 +2,M,9.0,27331,-109.08197499999642,31.93888700000037,2437874,28,12,1997 +19,M,38.0,27332,-109.07791199999636,31.937438000000434,2439581,28,12,1997 +17,F,22.0,27333,-109.07941499999636,31.937117000000445,2438516,28,12,1997 +12,F,41.0,27334,-109.07851899999636,31.938203000000414,2439521,28,12,1997 +19,M,16.0,27335,-109.07791199999636,31.937438000000434,2439591,28,12,1997 +1,F,43.0,27336,-109.08282899999641,31.938851000000387,2439541,28,12,1997 +17,,,27337,-109.07941499999636,31.937117000000445,2437568,28,12,1997 +21,F,28.0,27338,-109.07939799999636,31.936448000000453,2439581,28,12,1997 +12,M,43.0,27339,-109.07851899999636,31.938203000000414,2439521,28,12,1997 +12,M,24.0,27340,-109.07851899999636,31.938203000000414,2437981,28,12,1997 +17,M,22.0,27341,-109.07941499999636,31.937117000000445,2438516,28,12,1997 +17,F,38.0,27342,-109.07941499999636,31.937117000000445,2439521,28,12,1997 +17,F,43.0,27343,-109.07941499999636,31.937117000000445,2439521,28,12,1997 +2,F,26.0,27344,-109.08197499999642,31.93888700000037,2438516,28,12,1997 +1,M,49.0,27345,-109.08282899999641,31.938851000000387,2439541,28,12,1997 +21,M,35.0,27346,-109.07939799999636,31.936448000000453,2439581,28,12,1997 +7,M,18.0,27347,-109.08281599999641,31.938113000000413,2437967,28,12,1997 +2,F,28.0,27348,-109.08197499999642,31.93888700000037,2439581,28,12,1997 +20,M,20.0,27349,-109.08019099999642,31.93633400000045,2437967,28,12,1997 +7,M,17.0,27350,-109.08281599999641,31.938113000000413,2437967,28,12,1997 +12,M,23.0,27351,-109.07851899999636,31.938203000000414,2438516,28,12,1997 +22,M,31.0,27352,-109.07860199999635,31.93644100000042,2439581,28,12,1997 +18,F,17.0,27353,-109.07863299999636,31.93712600000041,2437967,28,12,1997 +1,F,45.0,27354,-109.08282899999641,31.938851000000387,2439541,28,12,1997 +20,F,19.0,27355,-109.08019099999642,31.93633400000045,2437967,28,12,1997 +12,F,25.0,27356,-109.07851899999636,31.938203000000414,2438516,28,12,1997 +21,F,28.0,27357,-109.07939799999636,31.936448000000453,2439581,28,12,1997 +10,F,21.0,27358,-109.08009099999636,31.938017000000425,2438516,29,12,1997 +4,M,45.0,27359,-109.08040899999641,31.93889400000041,2439521,29,12,1997 +14,M,50.0,27360,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +10,M,22.0,27361,-109.08009099999636,31.938017000000425,2437967,29,12,1997 +13,M,21.0,27362,-109.08261299999641,31.937028000000442,2437967,29,12,1997 +9,M,46.0,27363,-109.08090299999638,31.93785900000039,2439541,29,12,1997 +15,M,22.0,27364,-109.08103599999642,31.937059000000463,2437967,29,12,1997 +8,F,49.0,27365,-109.08167999999641,31.937884000000402,2439541,29,12,1997 +14,F,21.0,27366,-109.08182699999641,31.937054000000447,2438516,29,12,1997 +8,F,35.0,27367,-109.08167999999641,31.937884000000402,2439521,29,12,1997 +16,F,18.0,27368,-109.08024399999636,31.93709400000041,2437967,29,12,1997 +3,M,48.0,27369,-109.08120799999641,31.938896000000387,2439541,29,12,1997 +11,F,44.0,27370,-109.07930699999636,31.938056000000426,2439541,29,12,1997 +4,M,45.0,27371,-109.08040899999641,31.93889400000041,2439521,29,12,1997 +11,F,39.0,27372,-109.07930699999636,31.938056000000426,2439521,29,12,1997 +14,F,42.0,27373,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +4,M,26.0,27374,-109.08040899999641,31.93889400000041,2438516,29,12,1997 +15,F,139.0,27375,-109.08103599999642,31.937059000000463,,29,12,1997 +3,F,30.0,27376,-109.08120799999641,31.938896000000387,2439581,29,12,1997 +6,M,53.0,27377,-109.07883599999636,31.939078000000414,2439541,29,12,1997 +13,M,32.0,27378,-109.08261299999641,31.937028000000442,2439581,29,12,1997 +14,M,39.0,27379,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +10,F,10.0,27380,-109.08009099999636,31.938017000000425,2437874,29,12,1997 +3,M,44.0,27381,-109.08120799999641,31.938896000000387,2439541,29,12,1997 +14,M,25.0,27382,-109.08182699999641,31.937054000000447,2438516,29,12,1997 +4,F,24.0,27383,-109.08040899999641,31.93889400000041,2438516,29,12,1997 +15,M,22.0,27384,-109.08103599999642,31.937059000000463,2438516,29,12,1997 +4,M,40.0,27385,-109.08040899999641,31.93889400000041,2439521,29,12,1997 +11,F,44.0,27386,-109.07930699999636,31.938056000000426,2439521,29,12,1997 +3,M,17.0,27387,-109.08120799999641,31.938896000000387,2438019,29,12,1997 +9,M,45.0,27388,-109.08090299999638,31.93785900000039,2439521,29,12,1997 +9,F,37.0,27389,-109.08090299999638,31.93785900000039,2439521,29,12,1997 +8,M,42.0,27390,-109.08167999999641,31.937884000000402,2439521,29,12,1997 +13,M,24.0,27391,-109.08261299999641,31.937028000000442,2438516,29,12,1997 +14,F,46.0,27392,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +14,M,45.0,27393,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +15,M,16.0,27394,-109.08103599999642,31.937059000000463,2438019,29,12,1997 +6,F,28.0,27395,-109.07883599999636,31.939078000000414,2438516,29,12,1997 +4,F,44.0,27396,-109.08040899999641,31.93889400000041,2439521,29,12,1997 +8,F,36.0,27397,-109.08167999999641,31.937884000000402,2439521,29,12,1997 +14,F,43.0,27398,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +8,M,53.0,27399,-109.08167999999641,31.937884000000402,2439541,29,12,1997 +8,F,43.0,27400,-109.08167999999641,31.937884000000402,2439521,29,12,1997 +14,M,44.0,27401,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +14,M,24.0,27402,-109.08182699999641,31.937054000000447,2438516,29,12,1997 +4,M,22.0,27403,-109.08040899999641,31.93889400000041,2438516,29,12,1997 +4,F,44.0,27404,-109.08040899999641,31.93889400000041,2439521,29,12,1997 +8,F,43.0,27405,-109.08167999999641,31.937884000000402,2439541,29,12,1997 +13,F,29.0,27406,-109.08261299999641,31.937028000000442,2439581,29,12,1997 +14,M,44.0,27407,-109.08182699999641,31.937054000000447,2439521,29,12,1997 +6,F,20.0,27408,-109.07883599999636,31.939078000000414,2438516,29,12,1997 +8,F,45.0,27409,-109.08167999999641,31.937884000000402,2439541,29,12,1997 +9,F,51.0,27410,-109.08090299999638,31.93785900000039,2439541,29,12,1997 +6,M,23.0,27411,-109.07883599999636,31.939078000000414,2437981,29,12,1997 +9,F,25.0,27412,-109.08090299999638,31.93785900000039,2437967,29,12,1997 +13,F,24.0,27413,-109.08261299999641,31.937028000000442,2438516,29,12,1997 +5,,,27414,-109.07960199999636,31.93897000000045,,29,12,1997 +12,F,41.0,27415,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +12,M,43.0,27416,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +12,F,41.0,27417,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +20,F,21.0,27418,-109.08019099999642,31.93633400000045,2437967,31,1,1998 +19,M,18.0,27419,-109.07791199999636,31.937438000000434,2438516,31,1,1998 +7,M,22.0,27420,-109.08281599999641,31.938113000000413,2437967,31,1,1998 +18,F,28.0,27421,-109.07863299999636,31.93712600000041,2437967,31,1,1998 +21,M,20.0,27422,-109.07939799999636,31.936448000000453,2437967,31,1,1998 +18,M,10.0,27423,-109.07863299999636,31.93712600000041,2437874,31,1,1998 +21,M,32.0,27424,-109.07939799999636,31.936448000000453,2439581,31,1,1998 +12,M,41.0,27425,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +1,M,39.0,27426,-109.08282899999641,31.938851000000387,2439521,31,1,1998 +2,F,122.0,27427,-109.08197499999642,31.93888700000037,2439531,31,1,1998 +17,F,45.0,27428,-109.07941499999636,31.937117000000445,2439521,31,1,1998 +21,M,23.0,27429,-109.07939799999636,31.936448000000453,2437967,31,1,1998 +22,F,41.0,27430,-109.07860199999635,31.93644100000042,2439521,31,1,1998 +12,F,42.0,27431,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +24,M,28.0,27432,-109.07773599999636,31.938560000000447,2437967,31,1,1998 +12,M,42.0,27433,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +19,M,31.0,27434,-109.07791199999636,31.937438000000434,2439581,31,1,1998 +2,M,52.0,27435,-109.08197499999642,31.93888700000037,2439541,31,1,1998 +12,F,44.0,27436,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +17,M,46.0,27437,-109.07941499999636,31.937117000000445,2439521,31,1,1998 +12,F,43.0,27438,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +2,F,25.0,27439,-109.08197499999642,31.93888700000037,2438516,31,1,1998 +1,F,46.0,27440,-109.08282899999641,31.938851000000387,2439541,31,1,1998 +12,F,178.0,27441,-109.07851899999636,31.938203000000414,,31,1,1998 +19,F,30.0,27442,-109.07791199999636,31.937438000000434,2439581,31,1,1998 +12,F,40.0,27443,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +17,M,47.0,27444,-109.07941499999636,31.937117000000445,2439521,31,1,1998 +2,F,41.0,27445,-109.08197499999642,31.93888700000037,2439521,31,1,1998 +1,M,36.0,27446,-109.08282899999641,31.938851000000387,2439581,31,1,1998 +12,F,22.0,27447,-109.07851899999636,31.938203000000414,2438516,31,1,1998 +17,F,39.0,27448,-109.07941499999636,31.937117000000445,2439521,31,1,1998 +24,F,10.0,27449,-109.07773599999636,31.938560000000447,2437874,31,1,1998 +12,M,42.0,27450,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +17,F,22.0,27451,-109.07941499999636,31.937117000000445,2438516,31,1,1998 +21,,27.0,27452,-109.07939799999636,31.936448000000453,2439581,31,1,1998 +21,M,35.0,27453,-109.07939799999636,31.936448000000453,2439581,31,1,1998 +1,M,57.0,27454,-109.08282899999641,31.938851000000387,2439541,31,1,1998 +22,F,39.0,27455,-109.07860199999635,31.93644100000042,2439521,31,1,1998 +1,F,31.0,27456,-109.08282899999641,31.938851000000387,2439581,31,1,1998 +12,M,23.0,27457,-109.07851899999636,31.938203000000414,2438516,31,1,1998 +22,M,42.0,27458,-109.07860199999635,31.93644100000042,2439521,31,1,1998 +2,M,46.0,27459,-109.08197499999642,31.93888700000037,2439521,31,1,1998 +22,M,24.0,27460,-109.07860199999635,31.93644100000042,2438516,31,1,1998 +18,F,17.0,27461,-109.07863299999636,31.93712600000041,2437967,31,1,1998 +2,M,22.0,27462,-109.08197499999642,31.93888700000037,2438516,31,1,1998 +17,,,27463,-109.07941499999636,31.937117000000445,2437568,31,1,1998 +17,M,24.0,27464,-109.07941499999636,31.937117000000445,2438516,31,1,1998 +12,M,43.0,27465,-109.07851899999636,31.938203000000414,2439521,31,1,1998 +17,M,23.0,27466,-109.07941499999636,31.937117000000445,2438516,31,1,1998 +1,F,42.0,27467,-109.08282899999641,31.938851000000387,2439521,31,1,1998 +2,F,53.0,27468,-109.08197499999642,31.93888700000037,2439541,31,1,1998 +22,M,44.0,27469,-109.07860199999635,31.93644100000042,2439521,31,1,1998 +17,F,24.0,27470,-109.07941499999636,31.937117000000445,2438516,31,1,1998 +21,F,29.0,27471,-109.07939799999636,31.936448000000453,2439581,31,1,1998 +17,F,43.0,27472,-109.07941499999636,31.937117000000445,2439521,31,1,1998 +19,M,,27473,-109.07791199999636,31.937438000000434,2439581,31,1,1998 +22,M,35.0,27474,-109.07860199999635,31.93644100000042,2439581,31,1,1998 +2,M,42.0,27475,-109.08197499999642,31.93888700000037,2439581,31,1,1998 +21,M,39.0,27476,-109.07939799999636,31.936448000000453,2439581,31,1,1998 +22,F,24.0,27477,-109.07860199999635,31.93644100000042,2439581,31,1,1998 +23,,,27478,-109.07783799999636,31.93676300000042,,31,1,1998 +11,F,40.0,27479,-109.07930699999636,31.938056000000426,2439521,1,2,1998 +4,F,23.0,27480,-109.08040899999641,31.93889400000041,2438516,1,2,1998 +8,F,48.0,27481,-109.08167999999641,31.937884000000402,2439541,1,2,1998 +15,M,18.0,27482,-109.08103599999642,31.937059000000463,2438019,1,2,1998 +4,M,44.0,27483,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +6,F,33.0,27484,-109.07883599999636,31.939078000000414,2439581,1,2,1998 +13,M,36.0,27485,-109.08261299999641,31.937028000000442,2439581,1,2,1998 +14,M,49.0,27486,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +8,F,40.0,27487,-109.08167999999641,31.937884000000402,2439521,1,2,1998 +8,M,48.0,27488,-109.08167999999641,31.937884000000402,2439521,1,2,1998 +9,F,52.0,27489,-109.08090299999638,31.93785900000039,2439541,1,2,1998 +14,M,,27490,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +4,M,51.0,27491,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +4,M,52.0,27492,-109.08040899999641,31.93889400000041,2439541,1,2,1998 +10,M,18.0,27493,-109.08009099999636,31.938017000000425,2437967,1,2,1998 +8,M,56.0,27494,-109.08167999999641,31.937884000000402,2439541,1,2,1998 +8,M,51.0,27495,-109.08167999999641,31.937884000000402,2439541,1,2,1998 +13,M,23.0,27496,-109.08261299999641,31.937028000000442,2437967,1,2,1998 +3,F,37.0,27497,-109.08120799999641,31.938896000000387,2439581,1,2,1998 +11,F,42.0,27498,-109.07930699999636,31.938056000000426,2439521,1,2,1998 +6,F,20.0,27499,-109.07883599999636,31.939078000000414,2438516,1,2,1998 +11,F,43.0,27500,-109.07930699999636,31.938056000000426,2439541,1,2,1998 +13,F,25.0,27501,-109.08261299999641,31.937028000000442,2438516,1,2,1998 +8,M,45.0,27502,-109.08167999999641,31.937884000000402,2439521,1,2,1998 +14,M,47.0,27503,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +14,F,44.0,27504,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +4,F,44.0,27505,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +11,F,22.0,27506,-109.07930699999636,31.938056000000426,2438516,1,2,1998 +14,F,41.0,27507,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +5,M,25.0,27508,-109.07960199999636,31.93897000000045,2437967,1,2,1998 +14,M,49.0,27509,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +4,M,43.0,27510,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +6,M,23.0,27511,-109.07883599999636,31.939078000000414,2438516,1,2,1998 +11,M,41.0,27512,-109.07930699999636,31.938056000000426,2439521,1,2,1998 +14,M,45.0,27513,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +4,M,49.0,27514,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +14,M,22.0,27515,-109.08182699999641,31.937054000000447,2438516,1,2,1998 +14,M,23.0,27516,-109.08182699999641,31.937054000000447,2438516,1,2,1998 +11,M,23.0,27517,-109.07930699999636,31.938056000000426,2438516,1,2,1998 +4,M,40.0,27518,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +14,F,42.0,27519,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +8,F,43.0,27520,-109.08167999999641,31.937884000000402,2439521,1,2,1998 +16,F,20.0,27521,-109.08024399999636,31.93709400000041,2437967,1,2,1998 +13,F,28.0,27522,-109.08261299999641,31.937028000000442,2439581,1,2,1998 +4,M,43.0,27523,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +9,M,35.0,27524,-109.08090299999638,31.93785900000039,2439521,1,2,1998 +14,M,42.0,27525,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +3,M,50.0,27526,-109.08120799999641,31.938896000000387,2439541,1,2,1998 +11,F,40.0,27527,-109.07930699999636,31.938056000000426,2439521,1,2,1998 +4,M,26.0,27528,-109.08040899999641,31.93889400000041,2438516,1,2,1998 +5,F,23.0,27529,-109.07960199999636,31.93897000000045,2437967,1,2,1998 +4,F,43.0,27530,-109.08040899999641,31.93889400000041,2439521,1,2,1998 +6,F,21.0,27531,-109.07883599999636,31.939078000000414,2438516,1,2,1998 +8,F,41.0,27532,-109.08167999999641,31.937884000000402,2439521,1,2,1998 +14,M,44.0,27533,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +16,M,23.0,27534,-109.08024399999636,31.93709400000041,2437967,1,2,1998 +10,M,23.0,27535,-109.08009099999636,31.938017000000425,2437967,1,2,1998 +6,M,23.0,27536,-109.07883599999636,31.939078000000414,2438516,1,2,1998 +8,F,46.0,27537,-109.08167999999641,31.937884000000402,2439541,1,2,1998 +13,F,21.0,27538,-109.08261299999641,31.937028000000442,2437967,1,2,1998 +10,F,20.0,27539,-109.08009099999636,31.938017000000425,2438019,1,2,1998 +14,F,45.0,27540,-109.08182699999641,31.937054000000447,2439521,1,2,1998 +8,M,41.0,27541,-109.08167999999641,31.937884000000402,2439521,1,2,1998 +3,M,41.0,27542,-109.08120799999641,31.938896000000387,2439541,1,2,1998 +19,F,,27543,-109.07791199999636,31.937438000000434,2437967,1,3,1998 +19,M,,27544,-109.07791199999636,31.937438000000434,2439581,1,3,1998 +1,F,,27545,-109.08282899999641,31.938851000000387,2439521,1,3,1998 +18,F,,27546,-109.07863299999636,31.93712600000041,2439581,1,3,1998 +22,M,,27547,-109.07860199999635,31.93644100000042,2438516,1,3,1998 +17,,,27548,-109.07941499999636,31.937117000000445,2437568,1,3,1998 +17,M,,27549,-109.07941499999636,31.937117000000445,2439521,1,3,1998 +21,F,,27550,-109.07939799999636,31.936448000000453,2437874,1,3,1998 +12,F,,27551,-109.07851899999636,31.938203000000414,,1,3,1998 +17,F,,27552,-109.07941499999636,31.937117000000445,2439521,1,3,1998 +20,F,,27553,-109.08019099999642,31.93633400000045,2438516,1,3,1998 +2,M,,27554,-109.08197499999642,31.93888700000037,2439531,1,3,1998 +19,M,,27555,-109.07791199999636,31.937438000000434,2439581,1,3,1998 +2,M,,27556,-109.08197499999642,31.93888700000037,2439541,1,3,1998 +20,F,,27557,-109.08019099999642,31.93633400000045,2437967,1,3,1998 +24,F,,27558,-109.07773599999636,31.938560000000447,2437981,1,3,1998 +12,M,,27559,-109.07851899999636,31.938203000000414,2439521,1,3,1998 +2,M,,27560,-109.08197499999642,31.93888700000037,2439521,1,3,1998 +17,F,,27561,-109.07941499999636,31.937117000000445,2439521,1,3,1998 +22,F,,27562,-109.07860199999635,31.93644100000042,2439521,1,3,1998 +17,F,,27563,-109.07941499999636,31.937117000000445,2439521,1,3,1998 +21,M,,27564,-109.07939799999636,31.936448000000453,2439581,1,3,1998 +22,F,,27565,-109.07860199999635,31.93644100000042,2439581,1,3,1998 +22,M,,27566,-109.07860199999635,31.93644100000042,2438516,1,3,1998 +1,M,,27567,-109.08282899999641,31.938851000000387,2439541,1,3,1998 +2,F,,27568,-109.08197499999642,31.93888700000037,2439521,1,3,1998 +18,F,,27569,-109.07863299999636,31.93712600000041,2439581,1,3,1998 +24,M,,27570,-109.07773599999636,31.938560000000447,2437967,1,3,1998 +19,F,,27571,-109.07791199999636,31.937438000000434,2439581,1,3,1998 +17,,,27572,-109.07941499999636,31.937117000000445,2437568,1,3,1998 +1,M,,27573,-109.08282899999641,31.938851000000387,2439581,1,3,1998 +24,F,,27574,-109.07773599999636,31.938560000000447,2437874,1,3,1998 +12,F,,27575,-109.07851899999636,31.938203000000414,2438516,1,3,1998 +12,M,,27576,-109.07851899999636,31.938203000000414,2439521,1,3,1998 +17,M,,27577,-109.07941499999636,31.937117000000445,2438516,1,3,1998 +21,M,,27578,-109.07939799999636,31.936448000000453,2439581,1,3,1998 +1,F,,27579,-109.08282899999641,31.938851000000387,2439541,1,3,1998 +17,F,,27580,-109.07941499999636,31.937117000000445,2438516,1,3,1998 +2,M,,27581,-109.08197499999642,31.93888700000037,2439581,1,3,1998 +18,M,,27582,-109.07863299999636,31.93712600000041,2437874,1,3,1998 +2,M,,27583,-109.08197499999642,31.93888700000037,2439581,1,3,1998 +17,M,,27584,-109.07941499999636,31.937117000000445,2439541,1,3,1998 +21,F,,27585,-109.07939799999636,31.936448000000453,2439581,1,3,1998 +12,M,,27586,-109.07851899999636,31.938203000000414,2438516,1,3,1998 +21,F,,27587,-109.07939799999636,31.936448000000453,2439581,1,3,1998 +12,M,,27588,-109.07851899999636,31.938203000000414,2439521,1,3,1998 +1,M,,27589,-109.08282899999641,31.938851000000387,2439531,1,3,1998 +2,F,,27590,-109.08197499999642,31.93888700000037,2439581,1,3,1998 +1,F,,27591,-109.08282899999641,31.938851000000387,2439521,1,3,1998 +12,M,,27592,-109.07851899999636,31.938203000000414,2439521,1,3,1998 +12,F,,27593,-109.07851899999636,31.938203000000414,2439521,1,3,1998 +22,M,,27594,-109.07860199999635,31.93644100000042,2439581,1,3,1998 +7,F,,27595,-109.08281599999641,31.938113000000413,2437967,1,3,1998 +1,M,,27596,-109.08282899999641,31.938851000000387,2439541,1,3,1998 +12,M,,27597,-109.07851899999636,31.938203000000414,2439521,1,3,1998 +17,F,,27598,-109.07941499999636,31.937117000000445,2439521,1,3,1998 +23,,,27599,-109.07783799999636,31.93676300000042,,1,3,1998 +4,F,,27600,-109.08040899999641,31.93889400000041,2438516,2,3,1998 +6,F,,27601,-109.07883599999636,31.939078000000414,2438516,2,3,1998 +11,M,,27602,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +14,M,,27603,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +14,M,,27604,-109.08182699999641,31.937054000000447,2438516,2,3,1998 +6,,,27605,-109.07883599999636,31.939078000000414,2437300,2,3,1998 +9,,,27606,-109.08090299999638,31.93785900000039,2437300,2,3,1998 +11,M,,27607,-109.07930699999636,31.938056000000426,2439541,2,3,1998 +11,F,,27608,-109.07930699999636,31.938056000000426,2439541,2,3,1998 +4,F,,27609,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +6,F,,27610,-109.07883599999636,31.939078000000414,2439581,2,3,1998 +11,M,,27611,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +13,M,,27612,-109.08261299999641,31.937028000000442,2439581,2,3,1998 +4,M,,27613,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +8,M,,27614,-109.08167999999641,31.937884000000402,2439541,2,3,1998 +11,M,,27615,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +14,F,,27616,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +4,M,,27617,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +14,F,,27618,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +11,M,,27619,-109.07930699999636,31.938056000000426,2439541,2,3,1998 +8,M,,27620,-109.08167999999641,31.937884000000402,2439541,2,3,1998 +14,F,,27621,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +5,F,,27622,-109.07960199999636,31.93897000000045,2437967,2,3,1998 +3,,,27623,-109.08120799999641,31.938896000000387,2436910,2,3,1998 +8,F,,27624,-109.08167999999641,31.937884000000402,2439541,2,3,1998 +15,F,,27625,-109.08103599999642,31.937059000000463,,2,3,1998 +11,M,,27626,-109.07930699999636,31.938056000000426,2439541,2,3,1998 +3,F,,27627,-109.08120799999641,31.938896000000387,2439581,2,3,1998 +14,M,,27628,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +8,,,27629,-109.08167999999641,31.937884000000402,2437568,2,3,1998 +3,,,27630,-109.08120799999641,31.938896000000387,2436910,2,3,1998 +4,F,,27631,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +11,M,,27632,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +8,F,,27633,-109.08167999999641,31.937884000000402,2439521,2,3,1998 +8,F,,27634,-109.08167999999641,31.937884000000402,2439541,2,3,1998 +10,F,,27635,-109.08009099999636,31.938017000000425,2437967,2,3,1998 +4,M,,27636,-109.08040899999641,31.93889400000041,2439541,2,3,1998 +11,,,27637,-109.07930699999636,31.938056000000426,2437300,2,3,1998 +4,F,,27638,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +11,F,,27639,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +8,M,,27640,-109.08167999999641,31.937884000000402,2439521,2,3,1998 +3,M,,27641,-109.08120799999641,31.938896000000387,2439541,2,3,1998 +11,F,,27642,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +9,F,,27643,-109.08090299999638,31.93785900000039,2439521,2,3,1998 +11,F,,27644,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +16,F,,27645,-109.08024399999636,31.93709400000041,2437967,2,3,1998 +4,M,,27646,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +9,,,27647,-109.08090299999638,31.93785900000039,2437568,2,3,1998 +4,M,,27648,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +13,M,,27649,-109.08261299999641,31.937028000000442,2439581,2,3,1998 +3,F,,27650,-109.08120799999641,31.938896000000387,2439521,2,3,1998 +8,M,,27651,-109.08167999999641,31.937884000000402,2439541,2,3,1998 +11,M,,27652,-109.07930699999636,31.938056000000426,2438516,2,3,1998 +14,M,,27653,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +13,M,,27654,-109.08261299999641,31.937028000000442,2438516,2,3,1998 +4,M,,27655,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +6,M,,27656,-109.07883599999636,31.939078000000414,2438516,2,3,1998 +4,F,,27657,-109.08040899999641,31.93889400000041,2439521,2,3,1998 +9,M,,27658,-109.08090299999638,31.93785900000039,2439521,2,3,1998 +8,F,,27659,-109.08167999999641,31.937884000000402,2439521,2,3,1998 +14,M,,27660,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +11,F,,27661,-109.07930699999636,31.938056000000426,2438516,2,3,1998 +8,M,,27662,-109.08167999999641,31.937884000000402,2439541,2,3,1998 +13,F,,27663,-109.08261299999641,31.937028000000442,2438516,2,3,1998 +14,M,,27664,-109.08182699999641,31.937054000000447,2439521,2,3,1998 +11,M,,27665,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +8,F,,27666,-109.08167999999641,31.937884000000402,2439521,2,3,1998 +5,F,,27667,-109.07960199999636,31.93897000000045,2437967,2,3,1998 +8,M,,27668,-109.08167999999641,31.937884000000402,2439521,2,3,1998 +3,M,,27669,-109.08120799999641,31.938896000000387,2439581,2,3,1998 +6,F,,27670,-109.07883599999636,31.939078000000414,2438516,2,3,1998 +13,F,,27671,-109.08261299999641,31.937028000000442,2439581,2,3,1998 +11,F,,27672,-109.07930699999636,31.938056000000426,2439521,2,3,1998 +3,,,27673,-109.08120799999641,31.938896000000387,,29,3,1998 +4,,,27674,-109.08040899999641,31.93889400000041,,29,3,1998 +5,,,27675,-109.07960199999636,31.93897000000045,,29,3,1998 +6,,,27676,-109.07883599999636,31.939078000000414,,29,3,1998 +11,,,27677,-109.07930699999636,31.938056000000426,,29,3,1998 +10,,,27678,-109.08009099999636,31.938017000000425,,29,3,1998 +9,,,27679,-109.08090299999638,31.93785900000039,,29,3,1998 +8,,,27680,-109.08167999999641,31.937884000000402,,29,3,1998 +13,,,27681,-109.08261299999641,31.937028000000442,,29,3,1998 +14,,,27682,-109.08182699999641,31.937054000000447,,29,3,1998 +15,,,27683,-109.08103599999642,31.937059000000463,,29,3,1998 +16,,,27684,-109.08024399999636,31.93709400000041,,29,3,1998 +12,F,47.0,27685,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +1,F,45.0,27686,-109.08282899999641,31.938851000000387,2439521,29,3,1998 +2,M,43.0,27687,-109.08197499999642,31.93888700000037,2439521,29,3,1998 +17,F,46.0,27688,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +17,F,37.0,27689,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +22,M,44.0,27690,-109.07860199999635,31.93644100000042,2439521,29,3,1998 +2,M,18.0,27691,-109.08197499999642,31.93888700000037,2439591,29,3,1998 +12,M,47.0,27692,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +17,M,28.0,27693,-109.07941499999636,31.937117000000445,2438516,29,3,1998 +18,F,34.0,27694,-109.07863299999636,31.93712600000041,2439581,29,3,1998 +24,M,24.0,27695,-109.07773599999636,31.938560000000447,2437981,29,3,1998 +17,F,38.0,27696,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +17,M,56.0,27697,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +21,M,35.0,27698,-109.07939799999636,31.936448000000453,2439581,29,3,1998 +18,F,38.0,27699,-109.07863299999636,31.93712600000041,2439581,29,3,1998 +17,M,49.0,27700,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +17,M,43.0,27701,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +2,M,45.0,27702,-109.08197499999642,31.93888700000037,2439521,29,3,1998 +2,M,48.0,27703,-109.08197499999642,31.93888700000037,2439521,29,3,1998 +22,F,44.0,27704,-109.07860199999635,31.93644100000042,2439521,29,3,1998 +2,M,44.0,27705,-109.08197499999642,31.93888700000037,2439521,29,3,1998 +12,M,48.0,27706,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +19,F,42.0,27707,-109.07791199999636,31.937438000000434,2439581,29,3,1998 +20,M,12.0,27708,-109.08019099999642,31.93633400000045,2437874,29,3,1998 +12,F,51.0,27709,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +22,M,50.0,27710,-109.07860199999635,31.93644100000042,2439521,29,3,1998 +19,F,23.0,27711,-109.07791199999636,31.937438000000434,2437967,29,3,1998 +19,M,38.0,27712,-109.07791199999636,31.937438000000434,2439581,29,3,1998 +1,F,50.0,27713,-109.08282899999641,31.938851000000387,2439541,29,3,1998 +12,M,43.0,27714,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +1,M,59.0,27715,-109.08282899999641,31.938851000000387,2439541,29,3,1998 +2,M,43.0,27716,-109.08197499999642,31.93888700000037,2439521,29,3,1998 +12,F,48.0,27717,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +12,M,49.0,27718,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +17,F,45.0,27719,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +1,F,30.0,27720,-109.08282899999641,31.938851000000387,2438516,29,3,1998 +17,F,49.0,27721,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +17,F,47.0,27722,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +21,F,36.0,27723,-109.07939799999636,31.936448000000453,2439581,29,3,1998 +22,F,35.0,27724,-109.07860199999635,31.93644100000042,2439581,29,3,1998 +24,F,32.0,27725,-109.07773599999636,31.938560000000447,2437981,29,3,1998 +2,M,20.0,27726,-109.08197499999642,31.93888700000037,2439591,29,3,1998 +7,M,19.0,27727,-109.08281599999641,31.938113000000413,2439591,29,3,1998 +2,M,23.0,27728,-109.08197499999642,31.93888700000037,2438516,29,3,1998 +12,F,42.0,27729,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +17,F,43.0,27730,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +22,F,45.0,27731,-109.07860199999635,31.93644100000042,2439521,29,3,1998 +22,M,42.0,27732,-109.07860199999635,31.93644100000042,2439581,29,3,1998 +1,M,20.0,27733,-109.08282899999641,31.938851000000387,2439591,29,3,1998 +2,M,30.0,27734,-109.08197499999642,31.93888700000037,2439581,29,3,1998 +2,F,188.0,27735,-109.08197499999642,31.93888700000037,,29,3,1998 +12,F,40.0,27736,-109.07851899999636,31.938203000000414,2439521,29,3,1998 +17,M,22.0,27737,-109.07941499999636,31.937117000000445,2439591,29,3,1998 +22,M,45.0,27738,-109.07860199999635,31.93644100000042,2439521,29,3,1998 +24,M,22.0,27739,-109.07773599999636,31.938560000000447,2439591,29,3,1998 +1,F,43.0,27740,-109.08282899999641,31.938851000000387,2439521,29,3,1998 +21,M,43.0,27741,-109.07939799999636,31.936448000000453,2439581,29,3,1998 +1,M,55.0,27742,-109.08282899999641,31.938851000000387,2439541,29,3,1998 +17,F,40.0,27743,-109.07941499999636,31.937117000000445,2439521,29,3,1998 +22,M,50.0,27744,-109.07860199999635,31.93644100000042,2439521,29,3,1998 +21,M,8.0,27745,-109.07939799999636,31.936448000000453,2439566,29,3,1998 +23,,,27746,-109.07783799999636,31.93676300000042,,29,3,1998 +1,M,53.0,27747,-109.08282899999641,31.938851000000387,2439521,2,5,1998 +2,M,45.0,27748,-109.08197499999642,31.93888700000037,2439521,2,5,1998 +17,M,50.0,27749,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +18,F,35.0,27750,-109.07863299999636,31.93712600000041,2439581,2,5,1998 +12,F,14.0,27751,-109.07851899999636,31.938203000000414,2438516,2,5,1998 +22,F,19.0,27752,-109.07860199999635,31.93644100000042,2439581,2,5,1998 +1,M,22.0,27753,-109.08282899999641,31.938851000000387,2439591,2,5,1998 +2,F,58.0,27754,-109.08197499999642,31.93888700000037,2439521,2,5,1998 +19,M,20.0,27755,-109.07791199999636,31.937438000000434,2439591,2,5,1998 +24,F,24.0,27756,-109.07773599999636,31.938560000000447,2437981,2,5,1998 +17,F,41.0,27757,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +20,F,175.0,27758,-109.08019099999642,31.93633400000045,,2,5,1998 +1,F,45.0,27759,-109.08282899999641,31.938851000000387,2439521,2,5,1998 +17,M,50.0,27760,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +20,F,27.0,27761,-109.08019099999642,31.93633400000045,2437967,2,5,1998 +23,F,16.0,27762,-109.07783799999636,31.93676300000042,2437967,2,5,1998 +12,F,238.0,27763,-109.07851899999636,31.938203000000414,,2,5,1998 +2,F,18.0,27764,-109.08197499999642,31.93888700000037,2439591,2,5,1998 +17,F,53.0,27765,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +17,F,44.0,27766,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +12,M,42.0,27767,-109.07851899999636,31.938203000000414,2439521,2,5,1998 +24,M,23.0,27768,-109.07773599999636,31.938560000000447,2437981,2,5,1998 +2,M,19.0,27769,-109.08197499999642,31.93888700000037,2439591,2,5,1998 +12,F,44.0,27770,-109.07851899999636,31.938203000000414,2439521,2,5,1998 +17,,,27771,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +12,M,46.0,27772,-109.07851899999636,31.938203000000414,2439521,2,5,1998 +17,M,43.0,27773,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +20,F,11.0,27774,-109.08019099999642,31.93633400000045,2439566,2,5,1998 +21,F,37.0,27775,-109.07939799999636,31.936448000000453,2439581,2,5,1998 +17,F,46.0,27776,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +2,M,46.0,27777,-109.08197499999642,31.93888700000037,2439521,2,5,1998 +1,F,35.0,27778,-109.08282899999641,31.938851000000387,2438516,2,5,1998 +2,M,53.0,27779,-109.08197499999642,31.93888700000037,2439521,2,5,1998 +19,M,39.0,27780,-109.07791199999636,31.937438000000434,2439581,2,5,1998 +2,M,29.0,27781,-109.08197499999642,31.93888700000037,2438516,2,5,1998 +2,,200.0,27782,-109.08197499999642,31.93888700000037,,2,5,1998 +17,F,44.0,27783,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +22,F,45.0,27784,-109.07860199999635,31.93644100000042,2439521,2,5,1998 +12,M,47.0,27785,-109.07851899999636,31.938203000000414,2439521,2,5,1998 +21,F,38.0,27786,-109.07939799999636,31.936448000000453,2439581,2,5,1998 +12,M,47.0,27787,-109.07851899999636,31.938203000000414,2439521,2,5,1998 +7,F,17.0,27788,-109.08281599999641,31.938113000000413,2439591,2,5,1998 +12,F,31.0,27789,-109.07851899999636,31.938203000000414,2438516,2,5,1998 +22,F,31.0,27790,-109.07860199999635,31.93644100000042,2439581,2,5,1998 +18,F,19.0,27791,-109.07863299999636,31.93712600000041,2439591,2,5,1998 +17,M,47.0,27792,-109.07941499999636,31.937117000000445,2439521,2,5,1998 +7,F,8.0,27793,-109.08281599999641,31.938113000000413,2438019,2,5,1998 +1,M,30.0,27794,-109.08282899999641,31.938851000000387,2439541,2,5,1998 +18,F,14.0,27795,-109.07863299999636,31.93712600000041,2437874,2,5,1998 +17,F,19.0,27796,-109.07941499999636,31.937117000000445,2439591,2,5,1998 +22,M,46.0,27797,-109.07860199999635,31.93644100000042,2439581,2,5,1998 +12,M,45.0,27798,-109.07851899999636,31.938203000000414,2439521,2,5,1998 +18,M,29.0,27799,-109.07863299999636,31.93712600000041,2438516,2,5,1998 +24,F,17.0,27800,-109.07773599999636,31.938560000000447,2437967,2,5,1998 +7,M,20.0,27801,-109.08281599999641,31.938113000000413,2439591,2,5,1998 +15,M,22.0,27802,-109.08103599999642,31.937059000000463,2438019,3,5,1998 +11,M,59.0,27803,-109.07930699999636,31.938056000000426,2439541,3,5,1998 +8,M,49.0,27804,-109.08167999999641,31.937884000000402,2439521,3,5,1998 +15,F,18.0,27805,-109.08103599999642,31.937059000000463,2439591,3,5,1998 +13,F,28.0,27806,-109.08261299999641,31.937028000000442,2438516,3,5,1998 +6,F,42.0,27807,-109.07883599999636,31.939078000000414,2439581,3,5,1998 +8,M,18.0,27808,-109.08167999999641,31.937884000000402,2439591,3,5,1998 +13,F,40.0,27809,-109.08261299999641,31.937028000000442,2439581,3,5,1998 +14,F,46.0,27810,-109.08182699999641,31.937054000000447,2439521,3,5,1998 +15,F,140.0,27811,-109.08103599999642,31.937059000000463,,3,5,1998 +4,F,40.0,27812,-109.08040899999641,31.93889400000041,2439521,3,5,1998 +13,M,52.0,27813,-109.08261299999641,31.937028000000442,2439521,3,5,1998 +13,F,44.0,27814,-109.08261299999641,31.937028000000442,2439521,3,5,1998 +3,F,17.0,27815,-109.08120799999641,31.938896000000387,2439591,3,5,1998 +9,M,61.0,27816,-109.08090299999638,31.93785900000039,2439541,3,5,1998 +5,M,13.0,27817,-109.07960199999636,31.93897000000045,2437967,3,5,1998 +16,M,21.0,27818,-109.08024399999636,31.93709400000041,2437967,3,5,1998 +9,F,50.0,27819,-109.08090299999638,31.93785900000039,2439521,3,5,1998 +8,M,20.0,27820,-109.08167999999641,31.937884000000402,2439591,3,5,1998 +3,M,20.0,27821,-109.08120799999641,31.938896000000387,2439581,3,5,1998 +9,F,20.0,27822,-109.08090299999638,31.93785900000039,2439591,3,5,1998 +16,F,26.0,27823,-109.08024399999636,31.93709400000041,2437967,3,5,1998 +13,M,52.0,27824,-109.08261299999641,31.937028000000442,2439521,3,5,1998 +11,F,46.0,27825,-109.07930699999636,31.938056000000426,2439521,3,5,1998 +13,M,48.0,27826,-109.08261299999641,31.937028000000442,2439521,3,5,1998 +9,M,48.0,27827,-109.08090299999638,31.93785900000039,2439521,3,5,1998 +14,,14.0,27828,-109.08182699999641,31.937054000000447,2439591,3,5,1998 +3,F,17.0,27829,-109.08120799999641,31.938896000000387,2439591,3,5,1998 +4,M,13.0,27830,-109.08040899999641,31.93889400000041,2438516,3,5,1998 +14,M,46.0,27831,-109.08182699999641,31.937054000000447,2439521,3,5,1998 +15,M,13.0,27832,-109.08103599999642,31.937059000000463,2437981,3,5,1998 +14,F,43.0,27833,-109.08182699999641,31.937054000000447,2439521,3,5,1998 +8,M,57.0,27834,-109.08167999999641,31.937884000000402,2439541,3,5,1998 +8,F,14.0,27835,-109.08167999999641,31.937884000000402,2439591,3,5,1998 +5,M,23.0,27836,-109.07960199999636,31.93897000000045,2439591,3,5,1998 +4,F,13.0,27837,-109.08040899999641,31.93889400000041,2438516,3,5,1998 +4,M,26.0,27838,-109.08040899999641,31.93889400000041,2438516,3,5,1998 +4,F,50.0,27839,-109.08040899999641,31.93889400000041,2439521,3,5,1998 +4,M,26.0,27840,-109.08040899999641,31.93889400000041,2439521,3,5,1998 +6,M,22.0,27841,-109.07883599999636,31.939078000000414,2439581,3,5,1998 +4,M,48.0,27842,-109.08040899999641,31.93889400000041,2439521,3,5,1998 +6,M,20.0,27843,-109.07883599999636,31.939078000000414,2439591,3,5,1998 +3,F,15.0,27844,-109.08120799999641,31.938896000000387,2439591,3,5,1998 +9,M,50.0,27845,-109.08090299999638,31.93785900000039,2439521,3,5,1998 +9,F,57.0,27846,-109.08090299999638,31.93785900000039,2439541,3,5,1998 +15,F,21.0,27847,-109.08103599999642,31.937059000000463,2439591,3,5,1998 +16,M,31.0,27848,-109.08024399999636,31.93709400000041,2438516,3,5,1998 +6,F,17.0,27849,-109.07883599999636,31.939078000000414,2439591,3,5,1998 +14,,50.0,27850,-109.08182699999641,31.937054000000447,2439521,3,5,1998 +11,F,54.0,27851,-109.07930699999636,31.938056000000426,2439521,3,5,1998 +9,F,51.0,27852,-109.08090299999638,31.93785900000039,2439521,3,5,1998 +5,M,12.0,27853,-109.07960199999636,31.93897000000045,2437967,3,5,1998 +9,F,44.0,27854,-109.08090299999638,31.93785900000039,2439521,3,5,1998 +10,,,27855,-109.08009099999636,31.938017000000425,,3,5,1998 +12,M,20.0,27856,-109.07851899999636,31.938203000000414,2439591,28,5,1998 +12,F,59.0,27857,-109.07851899999636,31.938203000000414,2439541,28,5,1998 +21,F,23.0,27858,-109.07939799999636,31.936448000000453,2438516,28,5,1998 +12,F,44.0,27859,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +24,F,27.0,27860,-109.07773599999636,31.938560000000447,2437981,28,5,1998 +2,F,190.0,27861,-109.08197499999642,31.93888700000037,,28,5,1998 +19,M,21.0,27862,-109.07791199999636,31.937438000000434,2439591,28,5,1998 +2,M,51.0,27863,-109.08197499999642,31.93888700000037,2439521,28,5,1998 +12,M,18.0,27864,-109.07851899999636,31.938203000000414,2439591,28,5,1998 +22,F,25.0,27865,-109.07860199999635,31.93644100000042,2438516,28,5,1998 +12,M,52.0,27866,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +1,M,59.0,27867,-109.08282899999641,31.938851000000387,2439541,28,5,1998 +12,F,199.0,27868,-109.07851899999636,31.938203000000414,,28,5,1998 +19,M,24.0,27869,-109.07791199999636,31.937438000000434,2439581,28,5,1998 +21,F,35.0,27870,-109.07939799999636,31.936448000000453,2439581,28,5,1998 +17,M,13.0,27871,-109.07941499999636,31.937117000000445,2437981,28,5,1998 +12,M,47.0,27872,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +17,F,44.0,27873,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +1,M,48.0,27874,-109.08282899999641,31.938851000000387,2439521,28,5,1998 +18,F,18.0,27875,-109.07863299999636,31.93712600000041,2439591,28,5,1998 +2,M,21.0,27876,-109.08197499999642,31.93888700000037,2439591,28,5,1998 +17,F,38.0,27877,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +22,F,45.0,27878,-109.07860199999635,31.93644100000042,2439521,28,5,1998 +19,F,20.0,27879,-109.07791199999636,31.937438000000434,2437967,28,5,1998 +20,M,7.0,27880,-109.08019099999642,31.93633400000045,2439566,28,5,1998 +12,F,48.0,27881,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +20,F,10.0,27882,-109.08019099999642,31.93633400000045,2439566,28,5,1998 +22,M,42.0,27883,-109.07860199999635,31.93644100000042,2439521,28,5,1998 +1,M,36.0,27884,-109.08282899999641,31.938851000000387,2439541,28,5,1998 +2,M,21.0,27885,-109.08197499999642,31.93888700000037,2439521,28,5,1998 +20,F,7.0,27886,-109.08019099999642,31.93633400000045,2439566,28,5,1998 +22,F,46.0,27887,-109.07860199999635,31.93644100000042,2439521,28,5,1998 +1,F,47.0,27888,-109.08282899999641,31.938851000000387,2439521,28,5,1998 +12,F,46.0,27889,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +19,F,25.0,27890,-109.07791199999636,31.937438000000434,2439581,28,5,1998 +18,F,34.0,27891,-109.07863299999636,31.93712600000041,2439581,28,5,1998 +12,M,45.0,27892,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +20,M,8.0,27893,-109.08019099999642,31.93633400000045,2439566,28,5,1998 +22,M,29.0,27894,-109.07860199999635,31.93644100000042,2438516,28,5,1998 +2,M,21.0,27895,-109.08197499999642,31.93888700000037,2439591,28,5,1998 +12,M,48.0,27896,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +2,F,45.0,27897,-109.08197499999642,31.93888700000037,2439521,28,5,1998 +2,M,110.0,27898,-109.08197499999642,31.93888700000037,,28,5,1998 +23,M,20.0,27899,-109.07783799999636,31.93676300000042,2438019,28,5,1998 +12,F,48.0,27900,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +12,F,22.0,27901,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +17,M,43.0,27902,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +18,M,19.0,27903,-109.07863299999636,31.93712600000041,2439591,28,5,1998 +12,M,46.0,27904,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +7,F,20.0,27905,-109.08281599999641,31.938113000000413,2439591,28,5,1998 +12,M,30.0,27906,-109.07851899999636,31.938203000000414,2438516,28,5,1998 +19,F,20.0,27907,-109.07791199999636,31.937438000000434,2439581,28,5,1998 +12,M,46.0,27908,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +1,M,17.0,27909,-109.08282899999641,31.938851000000387,2439591,28,5,1998 +2,M,52.0,27910,-109.08197499999642,31.93888700000037,2439521,28,5,1998 +20,M,16.0,27911,-109.08019099999642,31.93633400000045,2437981,28,5,1998 +22,M,44.0,27912,-109.07860199999635,31.93644100000042,2439521,28,5,1998 +12,F,57.0,27913,-109.07851899999636,31.938203000000414,2439521,28,5,1998 +17,F,17.0,27914,-109.07941499999636,31.937117000000445,2439591,28,5,1998 +17,F,9.0,27915,-109.07941499999636,31.937117000000445,2437967,28,5,1998 +7,F,19.0,27916,-109.08281599999641,31.938113000000413,2439591,28,5,1998 +12,M,29.0,27917,-109.07851899999636,31.938203000000414,2438516,28,5,1998 +17,F,50.0,27918,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +1,M,56.0,27919,-109.08282899999641,31.938851000000387,2439541,28,5,1998 +2,F,158.0,27920,-109.08197499999642,31.93888700000037,,28,5,1998 +22,F,31.0,27921,-109.07860199999635,31.93644100000042,2439581,28,5,1998 +17,F,44.0,27922,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +12,F,10.0,27923,-109.07851899999636,31.938203000000414,2439566,28,5,1998 +19,F,22.0,27924,-109.07791199999636,31.937438000000434,2439581,28,5,1998 +21,F,35.0,27925,-109.07939799999636,31.936448000000453,2439581,28,5,1998 +17,M,38.0,27926,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +24,F,103.0,27927,-109.07773599999636,31.938560000000447,,28,5,1998 +17,M,19.0,27928,-109.07941499999636,31.937117000000445,2439591,28,5,1998 +17,F,22.0,27929,-109.07941499999636,31.937117000000445,2437967,28,5,1998 +17,F,44.0,27930,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +17,M,20.0,27931,-109.07941499999636,31.937117000000445,2439591,28,5,1998 +17,M,40.0,27932,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +17,M,120.0,27933,-109.07941499999636,31.937117000000445,,28,5,1998 +17,M,44.0,27934,-109.07941499999636,31.937117000000445,2439521,28,5,1998 +3,M,28.0,27935,-109.08120799999641,31.938896000000387,2438516,29,5,1998 +3,M,21.0,27936,-109.08120799999641,31.938896000000387,2438516,29,5,1998 +4,,,27937,-109.08040899999641,31.93889400000041,2437300,29,5,1998 +6,M,21.0,27938,-109.07883599999636,31.939078000000414,2438516,29,5,1998 +14,F,54.0,27939,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +8,M,46.0,27940,-109.08167999999641,31.937884000000402,2439541,29,5,1998 +14,M,46.0,27941,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +14,M,45.0,27942,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +9,M,50.0,27943,-109.08090299999638,31.93785900000039,2439521,29,5,1998 +9,M,49.0,27944,-109.08090299999638,31.93785900000039,2439521,29,5,1998 +9,F,26.0,27945,-109.08090299999638,31.93785900000039,2439541,29,5,1998 +8,F,15.0,27946,-109.08167999999641,31.937884000000402,2439591,29,5,1998 +6,M,27.0,27947,-109.07883599999636,31.939078000000414,2438516,29,5,1998 +8,M,57.0,27948,-109.08167999999641,31.937884000000402,2439541,29,5,1998 +14,M,51.0,27949,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +11,F,44.0,27950,-109.07930699999636,31.938056000000426,2439541,29,5,1998 +8,M,47.0,27951,-109.08167999999641,31.937884000000402,2439521,29,5,1998 +13,M,40.0,27952,-109.08261299999641,31.937028000000442,2439581,29,5,1998 +6,F,39.0,27953,-109.07883599999636,31.939078000000414,2439581,29,5,1998 +14,M,51.0,27954,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +4,M,29.0,27955,-109.08040899999641,31.93889400000041,2439521,29,5,1998 +6,M,35.0,27956,-109.07883599999636,31.939078000000414,2439581,29,5,1998 +15,,,27957,-109.08103599999642,31.937059000000463,2437568,29,5,1998 +9,M,16.0,27958,-109.08090299999638,31.93785900000039,2438019,29,5,1998 +16,F,26.0,27959,-109.08024399999636,31.93709400000041,2437967,29,5,1998 +8,,,27960,-109.08167999999641,31.937884000000402,2437568,29,5,1998 +14,F,16.0,27961,-109.08182699999641,31.937054000000447,2439591,29,5,1998 +9,M,45.0,27962,-109.08090299999638,31.93785900000039,2439521,29,5,1998 +14,M,49.0,27963,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +4,F,43.0,27964,-109.08040899999641,31.93889400000041,2439521,29,5,1998 +8,M,18.0,27965,-109.08167999999641,31.937884000000402,2439591,29,5,1998 +5,F,24.0,27966,-109.07960199999636,31.93897000000045,2438516,29,5,1998 +15,F,21.0,27967,-109.08103599999642,31.937059000000463,2439591,29,5,1998 +14,M,48.0,27968,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +15,F,17.0,27969,-109.08103599999642,31.937059000000463,2439591,29,5,1998 +5,M,23.0,27970,-109.07960199999636,31.93897000000045,2439566,29,5,1998 +14,F,47.0,27971,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +15,,,27972,-109.08103599999642,31.937059000000463,2437568,29,5,1998 +4,M,48.0,27973,-109.08040899999641,31.93889400000041,2439521,29,5,1998 +11,M,46.0,27974,-109.07930699999636,31.938056000000426,2439521,29,5,1998 +14,F,39.0,27975,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +10,M,13.0,27976,-109.08009099999636,31.938017000000425,2438019,29,5,1998 +3,F,41.0,27977,-109.08120799999641,31.938896000000387,2439581,29,5,1998 +8,F,48.0,27978,-109.08167999999641,31.937884000000402,2439521,29,5,1998 +6,F,18.0,27979,-109.07883599999636,31.939078000000414,2438516,29,5,1998 +9,M,7.0,27980,-109.08090299999638,31.93785900000039,2439566,29,5,1998 +14,F,51.0,27981,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +9,F,23.0,27982,-109.08090299999638,31.93785900000039,2439541,29,5,1998 +14,M,140.0,27983,-109.08182699999641,31.937054000000447,,29,5,1998 +9,F,48.0,27984,-109.08090299999638,31.93785900000039,2439521,29,5,1998 +6,F,27.0,27985,-109.07883599999636,31.939078000000414,2439581,29,5,1998 +9,M,14.0,27986,-109.08090299999638,31.93785900000039,2437981,29,5,1998 +15,M,21.0,27987,-109.08103599999642,31.937059000000463,2438516,29,5,1998 +13,F,34.0,27988,-109.08261299999641,31.937028000000442,2439581,29,5,1998 +14,F,40.0,27989,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +3,F,17.0,27990,-109.08120799999641,31.938896000000387,2439591,29,5,1998 +9,M,50.0,27991,-109.08090299999638,31.93785900000039,2439521,29,5,1998 +14,F,49.0,27992,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +15,M,18.0,27993,-109.08103599999642,31.937059000000463,2437967,29,5,1998 +3,M,29.0,27994,-109.08120799999641,31.938896000000387,2439581,29,5,1998 +3,M,18.0,27995,-109.08120799999641,31.938896000000387,2439591,29,5,1998 +11,F,53.0,27996,-109.07930699999636,31.938056000000426,2439521,29,5,1998 +15,F,16.0,27997,-109.08103599999642,31.937059000000463,2437967,29,5,1998 +3,M,19.0,27998,-109.08120799999641,31.938896000000387,2439591,29,5,1998 +11,,,27999,-109.07930699999636,31.938056000000426,2437568,29,5,1998 +15,F,18.0,28000,-109.08103599999642,31.937059000000463,2437967,29,5,1998 +3,M,21.0,28001,-109.08120799999641,31.938896000000387,2438516,29,5,1998 +6,F,18.0,28002,-109.07883599999636,31.939078000000414,2439591,29,5,1998 +8,M,55.0,28003,-109.08167999999641,31.937884000000402,2439541,29,5,1998 +11,F,44.0,28004,-109.07930699999636,31.938056000000426,2439521,29,5,1998 +13,F,28.0,28005,-109.08261299999641,31.937028000000442,2438516,29,5,1998 +3,F,34.0,28006,-109.08120799999641,31.938896000000387,2439581,29,5,1998 +4,F,43.0,28007,-109.08040899999641,31.93889400000041,2439521,29,5,1998 +4,F,48.0,28008,-109.08040899999641,31.93889400000041,2439521,29,5,1998 +11,F,46.0,28009,-109.07930699999636,31.938056000000426,2439521,29,5,1998 +9,F,62.0,28010,-109.08090299999638,31.93785900000039,2439541,29,5,1998 +8,F,28.0,28011,-109.08167999999641,31.937884000000402,2439541,29,5,1998 +11,,,28012,-109.07930699999636,31.938056000000426,2437568,29,5,1998 +14,M,46.0,28013,-109.08182699999641,31.937054000000447,2439521,29,5,1998 +2,F,106.0,28014,-109.08197499999642,31.93888700000037,2439531,27,6,1998 +22,,,28015,-109.07860199999635,31.93644100000042,2437568,27,6,1998 +22,M,38.0,28016,-109.07860199999635,31.93644100000042,2439521,27,6,1998 +24,M,14.0,28017,-109.07773599999636,31.938560000000447,2439591,27,6,1998 +17,F,14.0,28018,-109.07941499999636,31.937117000000445,2439591,27,6,1998 +22,F,49.0,28019,-109.07860199999635,31.93644100000042,2439521,27,6,1998 +2,M,33.0,28020,-109.08197499999642,31.93888700000037,2439521,27,6,1998 +18,F,11.0,28021,-109.07863299999636,31.93712600000041,2439591,27,6,1998 +17,M,47.0,28022,-109.07941499999636,31.937117000000445,2439521,27,6,1998 +2,F,182.0,28023,-109.08197499999642,31.93888700000037,,27,6,1998 +19,M,16.0,28024,-109.07791199999636,31.937438000000434,2439581,27,6,1998 +17,F,30.0,28025,-109.07941499999636,31.937117000000445,2439541,27,6,1998 +7,F,25.0,28026,-109.08281599999641,31.938113000000413,2439591,27,6,1998 +1,M,21.0,28027,-109.08282899999641,31.938851000000387,2439521,27,6,1998 +21,F,20.0,28028,-109.07939799999636,31.936448000000453,2439591,27,6,1998 +21,M,12.0,28029,-109.07939799999636,31.936448000000453,2439591,27,6,1998 +12,F,44.0,28030,-109.07851899999636,31.938203000000414,2439521,27,6,1998 +2,F,20.0,28031,-109.08197499999642,31.93888700000037,2439591,27,6,1998 +21,F,25.0,28032,-109.07939799999636,31.936448000000453,2438516,27,6,1998 +24,M,136.0,28033,-109.07773599999636,31.938560000000447,,27,6,1998 +12,M,45.0,28034,-109.07851899999636,31.938203000000414,2439521,27,6,1998 +21,F,20.0,28035,-109.07939799999636,31.936448000000453,2439581,27,6,1998 +12,M,28.0,28036,-109.07851899999636,31.938203000000414,2438516,27,6,1998 +19,F,33.0,28037,-109.07791199999636,31.937438000000434,2439581,27,6,1998 +20,F,8.0,28038,-109.08019099999642,31.93633400000045,2439566,27,6,1998 +1,M,56.0,28039,-109.08282899999641,31.938851000000387,2439541,27,6,1998 +12,F,189.0,28040,-109.07851899999636,31.938203000000414,,27,6,1998 +18,F,25.0,28041,-109.07863299999636,31.93712600000041,2438516,27,6,1998 +21,F,33.0,28042,-109.07939799999636,31.936448000000453,2439581,27,6,1998 +19,M,30.0,28043,-109.07791199999636,31.937438000000434,2439581,27,6,1998 +21,F,38.0,28044,-109.07939799999636,31.936448000000453,2439581,27,6,1998 +17,M,29.0,28045,-109.07941499999636,31.937117000000445,2438516,27,6,1998 +20,,,28046,-109.08019099999642,31.93633400000045,2437568,27,6,1998 +21,F,34.0,28047,-109.07939799999636,31.936448000000453,2439581,27,6,1998 +19,,,28048,-109.07791199999636,31.937438000000434,2437568,27,6,1998 +20,M,22.0,28049,-109.08019099999642,31.93633400000045,2437967,27,6,1998 +12,M,33.0,28050,-109.07851899999636,31.938203000000414,2439521,27,6,1998 +12,F,17.0,28051,-109.07851899999636,31.938203000000414,2438516,27,6,1998 +18,F,35.0,28052,-109.07863299999636,31.93712600000041,2439581,27,6,1998 +17,M,18.0,28053,-109.07941499999636,31.937117000000445,2439591,27,6,1998 +20,M,22.0,28054,-109.08019099999642,31.93633400000045,2437981,27,6,1998 +2,M,15.0,28055,-109.08197499999642,31.93888700000037,2439591,27,6,1998 +20,F,6.0,28056,-109.08019099999642,31.93633400000045,2439566,27,6,1998 +23,M,20.0,28057,-109.07783799999636,31.93676300000042,2437981,27,6,1998 +7,F,19.0,28058,-109.08281599999641,31.938113000000413,2439591,27,6,1998 +24,F,25.0,28059,-109.07773599999636,31.938560000000447,2437981,27,6,1998 +1,F,27.0,28060,-109.08282899999641,31.938851000000387,2439581,27,6,1998 +21,F,7.0,28061,-109.07939799999636,31.936448000000453,2439566,27,6,1998 +17,F,33.0,28062,-109.07941499999636,31.937117000000445,2439521,27,6,1998 +21,F,47.0,28063,-109.07939799999636,31.936448000000453,2439521,27,6,1998 +20,F,15.0,28064,-109.08019099999642,31.93633400000045,2439591,27,6,1998 +24,M,8.0,28065,-109.07773599999636,31.938560000000447,2437981,27,6,1998 +2,M,32.0,28066,-109.08197499999642,31.93888700000037,2439521,27,6,1998 +19,F,29.0,28067,-109.07791199999636,31.937438000000434,2439581,27,6,1998 +2,M,44.0,28068,-109.08197499999642,31.93888700000037,2439521,27,6,1998 +12,M,23.0,28069,-109.07851899999636,31.938203000000414,2438516,27,6,1998 +2,M,13.0,28070,-109.08197499999642,31.93888700000037,2439591,27,6,1998 +12,M,45.0,28071,-109.07851899999636,31.938203000000414,2439521,27,6,1998 +18,M,32.0,28072,-109.07863299999636,31.93712600000041,2439581,27,6,1998 +12,M,45.0,28073,-109.07851899999636,31.938203000000414,2439521,27,6,1998 +17,F,23.0,28074,-109.07941499999636,31.937117000000445,2439591,27,6,1998 +17,M,93.0,28075,-109.07941499999636,31.937117000000445,,27,6,1998 +20,M,23.0,28076,-109.08019099999642,31.93633400000045,2437967,27,6,1998 +1,F,,28077,-109.08282899999641,31.938851000000387,2439541,27,6,1998 +2,M,132.0,28078,-109.08197499999642,31.93888700000037,,27,6,1998 +17,F,49.0,28079,-109.07941499999636,31.937117000000445,2439541,27,6,1998 +19,F,29.0,28080,-109.07791199999636,31.937438000000434,2439581,27,6,1998 +17,F,42.0,28081,-109.07941499999636,31.937117000000445,2439521,27,6,1998 +21,F,9.0,28082,-109.07939799999636,31.936448000000453,2439566,27,6,1998 +17,F,39.0,28083,-109.07941499999636,31.937117000000445,2439521,27,6,1998 +12,M,24.0,28084,-109.07851899999636,31.938203000000414,2438516,27,6,1998 +21,M,23.0,28085,-109.07939799999636,31.936448000000453,2438516,27,6,1998 +24,M,22.0,28086,-109.07773599999636,31.938560000000447,2437981,27,6,1998 +12,M,44.0,28087,-109.07851899999636,31.938203000000414,2439521,27,6,1998 +19,M,20.0,28088,-109.07791199999636,31.937438000000434,2439581,27,6,1998 +21,,,28089,-109.07939799999636,31.936448000000453,2437300,27,6,1998 +22,F,21.0,28090,-109.07860199999635,31.93644100000042,2439581,27,6,1998 +12,F,48.0,28091,-109.07851899999636,31.938203000000414,2439521,27,6,1998 +17,M,14.0,28092,-109.07941499999636,31.937117000000445,2439591,27,6,1998 +3,M,27.0,28093,-109.08120799999641,31.938896000000387,2439581,28,6,1998 +9,M,59.0,28094,-109.08090299999638,31.93785900000039,2439541,28,6,1998 +13,,,28095,-109.08261299999641,31.937028000000442,2437967,28,6,1998 +3,F,20.0,28096,-109.08120799999641,31.938896000000387,2439591,28,6,1998 +4,F,12.0,28097,-109.08040899999641,31.93889400000041,2439591,28,6,1998 +9,F,43.0,28098,-109.08090299999638,31.93785900000039,2439521,28,6,1998 +13,,,28099,-109.08261299999641,31.937028000000442,2437568,28,6,1998 +14,F,11.0,28100,-109.08182699999641,31.937054000000447,2437981,28,6,1998 +6,M,24.0,28101,-109.07883599999636,31.939078000000414,2438516,28,6,1998 +9,M,47.0,28102,-109.08090299999638,31.93785900000039,2439521,28,6,1998 +13,,,28103,-109.08261299999641,31.937028000000442,2437568,28,6,1998 +3,M,11.0,28104,-109.08120799999641,31.938896000000387,2439591,28,6,1998 +9,F,36.0,28105,-109.08090299999638,31.93785900000039,2439541,28,6,1998 +6,F,29.0,28106,-109.07883599999636,31.939078000000414,2439581,28,6,1998 +15,,,28107,-109.08103599999642,31.937059000000463,2437568,28,6,1998 +8,M,49.0,28108,-109.08167999999641,31.937884000000402,2439541,28,6,1998 +8,M,10.0,28109,-109.08167999999641,31.937884000000402,2439591,28,6,1998 +14,M,49.0,28110,-109.08182699999641,31.937054000000447,2439521,28,6,1998 +11,F,13.0,28111,-109.07930699999636,31.938056000000426,2439591,28,6,1998 +4,M,45.0,28112,-109.08040899999641,31.93889400000041,2439521,28,6,1998 +13,F,24.0,28113,-109.08261299999641,31.937028000000442,2439581,28,6,1998 +15,F,13.0,28114,-109.08103599999642,31.937059000000463,2439591,28,6,1998 +14,,,28115,-109.08182699999641,31.937054000000447,2437568,28,6,1998 +10,F,21.0,28116,-109.08009099999636,31.938017000000425,2437967,28,6,1998 +15,F,76.0,28117,-109.08103599999642,31.937059000000463,,28,6,1998 +4,F,43.0,28118,-109.08040899999641,31.93889400000041,2439521,28,6,1998 +11,F,44.0,28119,-109.07930699999636,31.938056000000426,2439521,28,6,1998 +14,F,51.0,28120,-109.08182699999641,31.937054000000447,2439521,28,6,1998 +3,F,35.0,28121,-109.08120799999641,31.938896000000387,2439581,28,6,1998 +14,F,43.0,28122,-109.08182699999641,31.937054000000447,2439521,28,6,1998 +11,M,44.0,28123,-109.07930699999636,31.938056000000426,2439521,28,6,1998 +9,M,8.0,28124,-109.08090299999638,31.93785900000039,2439566,28,6,1998 +8,M,14.0,28125,-109.08167999999641,31.937884000000402,2439591,28,6,1998 +14,F,42.0,28126,-109.08182699999641,31.937054000000447,2439521,28,6,1998 +15,M,4.0,28127,-109.08103599999642,31.937059000000463,2439566,28,6,1998 +6,F,41.0,28128,-109.07883599999636,31.939078000000414,2439581,28,6,1998 +15,F,8.0,28129,-109.08103599999642,31.937059000000463,2439566,28,6,1998 +5,F,47.0,28130,-109.07960199999636,31.93897000000045,2439521,28,6,1998 +4,F,46.0,28131,-109.08040899999641,31.93889400000041,2439521,28,6,1998 +8,M,55.0,28132,-109.08167999999641,31.937884000000402,2439541,28,6,1998 +13,F,27.0,28133,-109.08261299999641,31.937028000000442,2439581,28,6,1998 +14,M,49.0,28134,-109.08182699999641,31.937054000000447,2439521,28,6,1998 +3,M,30.0,28135,-109.08120799999641,31.938896000000387,2439581,28,6,1998 +6,,,28136,-109.07883599999636,31.939078000000414,2439581,28,6,1998 +9,M,32.0,28137,-109.08090299999638,31.93785900000039,2439541,28,6,1998 +8,F,17.0,28138,-109.08167999999641,31.937884000000402,2439591,28,6,1998 +13,F,35.0,28139,-109.08261299999641,31.937028000000442,2439581,28,6,1998 +15,M,11.0,28140,-109.08103599999642,31.937059000000463,2439591,28,6,1998 +16,M,12.0,28141,-109.08024399999636,31.93709400000041,2439591,28,6,1998 +3,F,19.0,28142,-109.08120799999641,31.938896000000387,2439581,28,6,1998 +11,M,11.0,28143,-109.07930699999636,31.938056000000426,2439591,28,6,1998 +5,F,19.0,28144,-109.07960199999636,31.93897000000045,2437967,28,6,1998 +14,M,34.0,28145,-109.08182699999641,31.937054000000447,2439521,28,6,1998 +15,M,20.0,28146,-109.08103599999642,31.937059000000463,2437967,28,6,1998 +9,M,48.0,28147,-109.08090299999638,31.93785900000039,2439521,28,6,1998 +13,F,24.0,28148,-109.08261299999641,31.937028000000442,2437967,28,6,1998 +6,M,29.0,28149,-109.07883599999636,31.939078000000414,2438516,28,6,1998 +14,F,27.0,28150,-109.08182699999641,31.937054000000447,2438516,28,6,1998 +16,M,31.0,28151,-109.08024399999636,31.93709400000041,2439581,28,6,1998 +6,F,19.0,28152,-109.07883599999636,31.939078000000414,2439591,28,6,1998 +6,M,30.0,28153,-109.07883599999636,31.939078000000414,2438516,28,6,1998 +3,F,23.0,28154,-109.08120799999641,31.938896000000387,2439581,28,6,1998 +6,M,17.0,28155,-109.07883599999636,31.939078000000414,2439581,28,6,1998 +11,F,43.0,28156,-109.07930699999636,31.938056000000426,2439521,28,6,1998 +9,F,41.0,28157,-109.08090299999638,31.93785900000039,2439521,28,6,1998 +3,F,26.0,28158,-109.08120799999641,31.938896000000387,2439581,28,6,1998 +16,,,28159,-109.08024399999636,31.93709400000041,2437568,28,6,1998 +13,F,37.0,28160,-109.08261299999641,31.937028000000442,2439581,28,6,1998 +14,,,28161,-109.08182699999641,31.937054000000447,5231474,28,6,1998 +16,F,25.0,28162,-109.08024399999636,31.93709400000041,2437967,28,6,1998 +3,F,36.0,28163,-109.08120799999641,31.938896000000387,2439581,28,6,1998 +8,M,41.0,28164,-109.08167999999641,31.937884000000402,2439541,28,6,1998 +16,,,28165,-109.08024399999636,31.93709400000041,2437300,28,6,1998 +1,,29.0,28166,-109.08282899999641,31.938851000000387,2439521,18,7,1998 +2,F,113.0,28167,-109.08197499999642,31.93888700000037,2439531,18,7,1998 +12,F,25.0,28168,-109.07851899999636,31.938203000000414,2439591,18,7,1998 +19,F,9.0,28169,-109.07791199999636,31.937438000000434,2439566,18,7,1998 +18,F,14.0,28170,-109.07863299999636,31.93712600000041,2439591,18,7,1998 +17,M,22.0,28171,-109.07941499999636,31.937117000000445,2439581,18,7,1998 +17,F,45.0,28172,-109.07941499999636,31.937117000000445,2439521,18,7,1998 +20,F,18.0,28173,-109.08019099999642,31.93633400000045,2439591,18,7,1998 +21,M,27.0,28174,-109.07939799999636,31.936448000000453,2439581,18,7,1998 +12,F,46.0,28175,-109.07851899999636,31.938203000000414,2439521,18,7,1998 +24,M,13.0,28176,-109.07773599999636,31.938560000000447,2439591,18,7,1998 +20,F,9.0,28177,-109.08019099999642,31.93633400000045,2439566,18,7,1998 +2,M,40.0,28178,-109.08197499999642,31.93888700000037,2439521,18,7,1998 +22,M,49.0,28179,-109.07860199999635,31.93644100000042,2439521,18,7,1998 +20,M,,28180,-109.08019099999642,31.93633400000045,2439566,18,7,1998 +1,M,10.0,28181,-109.08282899999641,31.938851000000387,2439591,18,7,1998 +21,M,16.0,28182,-109.07939799999636,31.936448000000453,2439591,18,7,1998 +18,F,14.0,28183,-109.07863299999636,31.93712600000041,2439591,18,7,1998 +17,M,52.0,28184,-109.07941499999636,31.937117000000445,2439521,18,7,1998 +2,F,48.0,28185,-109.08197499999642,31.93888700000037,2439521,18,7,1998 +12,F,,28186,-109.07851899999636,31.938203000000414,2439521,18,7,1998 +21,F,37.0,28187,-109.07939799999636,31.936448000000453,2439581,18,7,1998 +22,M,40.0,28188,-109.07860199999635,31.93644100000042,2439521,18,7,1998 +12,F,17.0,28189,-109.07851899999636,31.938203000000414,2439591,18,7,1998 +22,F,32.0,28190,-109.07860199999635,31.93644100000042,2439581,18,7,1998 +22,F,19.0,28191,-109.07860199999635,31.93644100000042,2439581,18,7,1998 +22,F,28.0,28192,-109.07860199999635,31.93644100000042,2439581,18,7,1998 +1,M,11.0,28193,-109.08282899999641,31.938851000000387,2439591,18,7,1998 +2,,,28194,-109.08197499999642,31.93888700000037,2439591,18,7,1998 +18,F,15.0,28195,-109.07863299999636,31.93712600000041,2439591,18,7,1998 +7,F,28.0,28196,-109.08281599999641,31.938113000000413,2439591,18,7,1998 +1,F,25.0,28197,-109.08282899999641,31.938851000000387,2439591,18,7,1998 +18,M,37.0,28198,-109.07863299999636,31.93712600000041,2439581,18,7,1998 +20,F,8.0,28199,-109.08019099999642,31.93633400000045,2439566,18,7,1998 +19,F,33.0,28200,-109.07791199999636,31.937438000000434,2439581,18,7,1998 +19,M,19.0,28201,-109.07791199999636,31.937438000000434,2439581,18,7,1998 +21,M,22.0,28202,-109.07939799999636,31.936448000000453,2439581,18,7,1998 +1,F,17.0,28203,-109.08282899999641,31.938851000000387,2439591,18,7,1998 +12,M,39.0,28204,-109.07851899999636,31.938203000000414,2439521,18,7,1998 +18,M,18.0,28205,-109.07863299999636,31.93712600000041,2437967,18,7,1998 +21,F,21.0,28206,-109.07939799999636,31.936448000000453,2439581,18,7,1998 +19,M,36.0,28207,-109.07791199999636,31.937438000000434,2439581,18,7,1998 +22,F,32.0,28208,-109.07860199999635,31.93644100000042,2438516,18,7,1998 +17,F,27.0,28209,-109.07941499999636,31.937117000000445,2438516,18,7,1998 +1,F,29.0,28210,-109.08282899999641,31.938851000000387,2439581,18,7,1998 +19,F,30.0,28211,-109.07791199999636,31.937438000000434,2439581,18,7,1998 +18,F,33.0,28212,-109.07863299999636,31.93712600000041,2439581,18,7,1998 +21,F,11.0,28213,-109.07939799999636,31.936448000000453,2439566,18,7,1998 +22,M,32.0,28214,-109.07860199999635,31.93644100000042,2438516,18,7,1998 +17,F,38.0,28215,-109.07941499999636,31.937117000000445,2439521,18,7,1998 +19,F,26.0,28216,-109.07791199999636,31.937438000000434,2439581,18,7,1998 +19,M,23.0,28217,-109.07791199999636,31.937438000000434,2437967,18,7,1998 +22,F,44.0,28218,-109.07860199999635,31.93644100000042,2439521,18,7,1998 +24,M,18.0,28219,-109.07773599999636,31.938560000000447,2437981,18,7,1998 +24,F,24.0,28220,-109.07773599999636,31.938560000000447,2437981,18,7,1998 +20,F,19.0,28221,-109.08019099999642,31.93633400000045,2439591,18,7,1998 +22,F,28.0,28222,-109.07860199999635,31.93644100000042,2439581,18,7,1998 +12,F,54.0,28223,-109.07851899999636,31.938203000000414,2439521,18,7,1998 +19,F,20.0,28224,-109.07791199999636,31.937438000000434,2439581,18,7,1998 +17,M,47.0,28225,-109.07941499999636,31.937117000000445,2439521,18,7,1998 +19,F,18.0,28226,-109.07791199999636,31.937438000000434,2439581,18,7,1998 +21,F,41.0,28227,-109.07939799999636,31.936448000000453,2439581,18,7,1998 +1,F,14.0,28228,-109.08282899999641,31.938851000000387,2439591,18,7,1998 +2,M,16.0,28229,-109.08197499999642,31.93888700000037,2439591,18,7,1998 +12,F,24.0,28230,-109.07851899999636,31.938203000000414,2438516,18,7,1998 +17,M,28.0,28231,-109.07941499999636,31.937117000000445,2439541,18,7,1998 +18,F,21.0,28232,-109.07863299999636,31.93712600000041,2439591,18,7,1998 +20,F,11.0,28233,-109.08019099999642,31.93633400000045,2439566,18,7,1998 +22,,20.0,28234,-109.07860199999635,31.93644100000042,2439581,18,7,1998 +17,F,44.0,28235,-109.07941499999636,31.937117000000445,2439521,18,7,1998 +1,F,17.0,28236,-109.08282899999641,31.938851000000387,2439591,18,7,1998 +12,M,45.0,28237,-109.07851899999636,31.938203000000414,2439521,18,7,1998 +21,F,22.0,28238,-109.07939799999636,31.936448000000453,2439581,18,7,1998 +22,F,26.0,28239,-109.07860199999635,31.93644100000042,2439581,18,7,1998 +17,F,21.0,28240,-109.07941499999636,31.937117000000445,2439591,18,7,1998 +1,M,42.0,28241,-109.08282899999641,31.938851000000387,2439541,18,7,1998 +12,M,12.0,28242,-109.07851899999636,31.938203000000414,2439591,18,7,1998 +23,,,28243,-109.07783799999636,31.93676300000042,,18,7,1998 +4,F,18.0,28244,-109.08040899999641,31.93889400000041,2439591,19,7,1998 +8,M,17.0,28245,-109.08167999999641,31.937884000000402,2439591,19,7,1998 +15,F,17.0,28246,-109.08103599999642,31.937059000000463,2439591,19,7,1998 +9,M,23.0,28247,-109.08090299999638,31.93785900000039,2439521,19,7,1998 +3,F,25.0,28248,-109.08120799999641,31.938896000000387,2439581,19,7,1998 +9,M,25.0,28249,-109.08090299999638,31.93785900000039,2438516,19,7,1998 +11,F,22.0,28250,-109.07930699999636,31.938056000000426,2439591,19,7,1998 +10,,,28251,-109.08009099999636,31.938017000000425,5231474,19,7,1998 +3,F,46.0,28252,-109.08120799999641,31.938896000000387,2439581,19,7,1998 +8,M,46.0,28253,-109.08167999999641,31.937884000000402,2439521,19,7,1998 +13,F,36.0,28254,-109.08261299999641,31.937028000000442,2438516,19,7,1998 +16,F,17.0,28255,-109.08024399999636,31.93709400000041,2439591,19,7,1998 +14,F,44.0,28256,-109.08182699999641,31.937054000000447,2439521,19,7,1998 +6,F,35.0,28257,-109.07883599999636,31.939078000000414,2438516,19,7,1998 +15,F,187.0,28258,-109.08103599999642,31.937059000000463,,19,7,1998 +3,M,15.0,28259,-109.08120799999641,31.938896000000387,2439591,19,7,1998 +3,F,32.0,28260,-109.08120799999641,31.938896000000387,2439581,19,7,1998 +9,F,40.0,28261,-109.08090299999638,31.93785900000039,2439541,19,7,1998 +13,F,28.0,28262,-109.08261299999641,31.937028000000442,2439581,19,7,1998 +14,F,31.0,28263,-109.08182699999641,31.937054000000447,2439521,19,7,1998 +11,M,30.0,28264,-109.07930699999636,31.938056000000426,2438516,19,7,1998 +3,M,26.0,28265,-109.08120799999641,31.938896000000387,2439581,19,7,1998 +5,F,20.0,28266,-109.07960199999636,31.93897000000045,2437967,19,7,1998 +13,F,23.0,28267,-109.08261299999641,31.937028000000442,2439591,19,7,1998 +14,F,41.0,28268,-109.08182699999641,31.937054000000447,2439521,19,7,1998 +4,F,22.0,28269,-109.08040899999641,31.93889400000041,2439591,19,7,1998 +13,F,30.0,28270,-109.08261299999641,31.937028000000442,2439581,19,7,1998 +5,M,23.0,28271,-109.07960199999636,31.93897000000045,2437967,19,7,1998 +4,M,16.0,28272,-109.08040899999641,31.93889400000041,2439591,19,7,1998 +9,M,62.0,28273,-109.08090299999638,31.93785900000039,2439541,19,7,1998 +15,M,14.0,28274,-109.08103599999642,31.937059000000463,2439591,19,7,1998 +10,F,25.0,28275,-109.08009099999636,31.938017000000425,2437967,19,7,1998 +4,M,,28276,-109.08040899999641,31.93889400000041,2439521,19,7,1998 +11,F,21.0,28277,-109.07930699999636,31.938056000000426,2439591,19,7,1998 +15,M,20.0,28278,-109.08103599999642,31.937059000000463,2437967,19,7,1998 +10,M,21.0,28279,-109.08009099999636,31.938017000000425,2437967,19,7,1998 +4,F,43.0,28280,-109.08040899999641,31.93889400000041,2439521,19,7,1998 +9,M,43.0,28281,-109.08090299999638,31.93785900000039,2439541,19,7,1998 +16,M,14.0,28282,-109.08024399999636,31.93709400000041,2437967,19,7,1998 +4,F,43.0,28283,-109.08040899999641,31.93889400000041,2439521,19,7,1998 +14,M,45.0,28284,-109.08182699999641,31.937054000000447,2439521,19,7,1998 +4,F,52.0,28285,-109.08040899999641,31.93889400000041,2439521,19,7,1998 +6,M,33.0,28286,-109.07883599999636,31.939078000000414,2439581,19,7,1998 +8,F,15.0,28287,-109.08167999999641,31.937884000000402,2439591,19,7,1998 +5,M,22.0,28288,-109.07960199999636,31.93897000000045,2438516,19,7,1998 +11,F,43.0,28289,-109.07930699999636,31.938056000000426,2439521,19,7,1998 +9,M,48.0,28290,-109.08090299999638,31.93785900000039,2439521,19,7,1998 +8,F,16.0,28291,-109.08167999999641,31.937884000000402,2439591,19,7,1998 +15,F,19.0,28292,-109.08103599999642,31.937059000000463,2439581,19,7,1998 +3,M,35.0,28293,-109.08120799999641,31.938896000000387,2439581,19,7,1998 +11,M,16.0,28294,-109.07930699999636,31.938056000000426,2439581,19,7,1998 +8,M,20.0,28295,-109.08167999999641,31.937884000000402,2439591,19,7,1998 +11,M,37.0,28296,-109.07930699999636,31.938056000000426,2439521,19,7,1998 +9,M,28.0,28297,-109.08090299999638,31.93785900000039,2439521,19,7,1998 +8,F,17.0,28298,-109.08167999999641,31.937884000000402,2439591,19,7,1998 +9,F,42.0,28299,-109.08090299999638,31.93785900000039,2439521,19,7,1998 +14,M,35.0,28300,-109.08182699999641,31.937054000000447,2439521,19,7,1998 +3,F,20.0,28301,-109.08120799999641,31.938896000000387,2439591,19,7,1998 +13,F,21.0,28302,-109.08261299999641,31.937028000000442,2439581,19,7,1998 +6,F,18.0,28303,-109.07883599999636,31.939078000000414,2439591,19,7,1998 +13,F,36.0,28304,-109.08261299999641,31.937028000000442,2439581,19,7,1998 +16,F,25.0,28305,-109.08024399999636,31.93709400000041,2437967,19,7,1998 +3,M,25.0,28306,-109.08120799999641,31.938896000000387,2439581,19,7,1998 +16,M,13.0,28307,-109.08024399999636,31.93709400000041,2437967,19,7,1998 +16,F,17.0,28308,-109.08024399999636,31.93709400000041,2439591,19,7,1998 +10,F,18.0,28309,-109.08009099999636,31.938017000000425,2437967,19,7,1998 +3,F,17.0,28310,-109.08120799999641,31.938896000000387,2439591,19,7,1998 +14,F,31.0,28311,-109.08182699999641,31.937054000000447,2438516,19,7,1998 +3,F,30.0,28312,-109.08120799999641,31.938896000000387,2439581,19,7,1998 +9,M,52.0,28313,-109.08090299999638,31.93785900000039,2439521,19,7,1998 +8,F,31.0,28314,-109.08167999999641,31.937884000000402,2439581,19,7,1998 +8,M,62.0,28315,-109.08167999999641,31.937884000000402,2439541,19,7,1998 +9,F,57.0,28316,-109.08090299999638,31.93785900000039,2439521,19,7,1998 +8,M,49.0,28317,-109.08167999999641,31.937884000000402,2439541,19,7,1998 +8,F,20.0,28318,-109.08167999999641,31.937884000000402,2439581,19,7,1998 +15,F,14.0,28319,-109.08103599999642,31.937059000000463,2437874,19,7,1998 +1,M,26.0,28320,-109.08282899999641,31.938851000000387,2439521,22,8,1998 +1,F,15.0,28321,-109.08282899999641,31.938851000000387,2439591,22,8,1998 +1,F,16.0,28322,-109.08282899999641,31.938851000000387,2439591,22,8,1998 +1,M,52.0,28323,-109.08282899999641,31.938851000000387,2439541,22,8,1998 +2,M,45.0,28324,-109.08197499999642,31.93888700000037,2439521,22,8,1998 +2,F,18.0,28325,-109.08197499999642,31.93888700000037,2439591,22,8,1998 +2,M,52.0,28326,-109.08197499999642,31.93888700000037,2439541,22,8,1998 +2,F,28.0,28327,-109.08197499999642,31.93888700000037,2439581,22,8,1998 +2,M,16.0,28328,-109.08197499999642,31.93888700000037,2439591,22,8,1998 +2,F,143.0,28329,-109.08197499999642,31.93888700000037,,22,8,1998 +2,M,11.0,28330,-109.08197499999642,31.93888700000037,2439591,22,8,1998 +2,F,33.0,28331,-109.08197499999642,31.93888700000037,2439581,22,8,1998 +7,F,15.0,28332,-109.08281599999641,31.938113000000413,2439591,22,8,1998 +7,M,27.0,28333,-109.08281599999641,31.938113000000413,2439581,22,8,1998 +7,,,28334,-109.08281599999641,31.938113000000413,2437568,22,8,1998 +7,M,19.0,28335,-109.08281599999641,31.938113000000413,2439591,22,8,1998 +7,,,28336,-109.08281599999641,31.938113000000413,2437568,22,8,1998 +7,M,23.0,28337,-109.08281599999641,31.938113000000413,2439581,22,8,1998 +7,F,30.0,28338,-109.08281599999641,31.938113000000413,2439581,22,8,1998 +7,F,23.0,28339,-109.08281599999641,31.938113000000413,2439581,22,8,1998 +12,M,13.0,28340,-109.07851899999636,31.938203000000414,2439591,22,8,1998 +12,F,16.0,28341,-109.07851899999636,31.938203000000414,2439591,22,8,1998 +12,F,51.0,28342,-109.07851899999636,31.938203000000414,2439521,22,8,1998 +12,M,42.0,28343,-109.07851899999636,31.938203000000414,2439521,22,8,1998 +12,M,28.0,28344,-109.07851899999636,31.938203000000414,2439581,22,8,1998 +12,F,196.0,28345,-109.07851899999636,31.938203000000414,,22,8,1998 +12,M,12.0,28346,-109.07851899999636,31.938203000000414,2439591,22,8,1998 +12,M,22.0,28347,-109.07851899999636,31.938203000000414,2438516,22,8,1998 +12,M,26.0,28348,-109.07851899999636,31.938203000000414,2439521,22,8,1998 +12,F,24.0,28349,-109.07851899999636,31.938203000000414,2438516,22,8,1998 +12,F,45.0,28350,-109.07851899999636,31.938203000000414,2439521,22,8,1998 +17,M,15.0,28351,-109.07941499999636,31.937117000000445,2439591,22,8,1998 +17,M,23.0,28352,-109.07941499999636,31.937117000000445,2439521,22,8,1998 +17,F,37.0,28353,-109.07941499999636,31.937117000000445,2439521,22,8,1998 +17,F,17.0,28354,-109.07941499999636,31.937117000000445,2439591,22,8,1998 +17,F,45.0,28355,-109.07941499999636,31.937117000000445,2439521,22,8,1998 +17,F,17.0,28356,-109.07941499999636,31.937117000000445,2439591,22,8,1998 +17,F,41.0,28357,-109.07941499999636,31.937117000000445,2439521,22,8,1998 +17,M,7.0,28358,-109.07941499999636,31.937117000000445,2439566,22,8,1998 +17,M,43.0,28359,-109.07941499999636,31.937117000000445,2439541,22,8,1998 +18,M,30.0,28360,-109.07863299999636,31.93712600000041,2439581,22,8,1998 +18,F,18.0,28361,-109.07863299999636,31.93712600000041,2439591,22,8,1998 +18,M,48.0,28362,-109.07863299999636,31.93712600000041,2439581,22,8,1998 +18,F,34.0,28363,-109.07863299999636,31.93712600000041,2439581,22,8,1998 +18,M,14.0,28364,-109.07863299999636,31.93712600000041,2439591,22,8,1998 +18,M,16.0,28365,-109.07863299999636,31.93712600000041,2439591,22,8,1998 +18,M,23.0,28366,-109.07863299999636,31.93712600000041,2438516,22,8,1998 +19,F,15.0,28367,-109.07791199999636,31.937438000000434,2439591,22,8,1998 +19,M,14.0,28368,-109.07791199999636,31.937438000000434,2439591,22,8,1998 +19,M,29.0,28369,-109.07791199999636,31.937438000000434,2439581,22,8,1998 +19,F,14.0,28370,-109.07791199999636,31.937438000000434,2439591,22,8,1998 +19,F,21.0,28371,-109.07791199999636,31.937438000000434,2437967,22,8,1998 +19,F,28.0,28372,-109.07791199999636,31.937438000000434,2439581,22,8,1998 +19,M,27.0,28373,-109.07791199999636,31.937438000000434,2439581,22,8,1998 +19,F,14.0,28374,-109.07791199999636,31.937438000000434,2439591,22,8,1998 +19,M,27.0,28375,-109.07791199999636,31.937438000000434,2439581,22,8,1998 +19,M,28.0,28376,-109.07791199999636,31.937438000000434,2439581,22,8,1998 +20,F,11.0,28377,-109.08019099999642,31.93633400000045,2439591,22,8,1998 +20,F,15.0,28378,-109.08019099999642,31.93633400000045,2439591,22,8,1998 +20,M,9.0,28379,-109.08019099999642,31.93633400000045,2437967,22,8,1998 +20,F,8.0,28380,-109.08019099999642,31.93633400000045,2439566,22,8,1998 +20,F,7.0,28381,-109.08019099999642,31.93633400000045,2439566,22,8,1998 +20,M,9.0,28382,-109.08019099999642,31.93633400000045,2439591,22,8,1998 +20,M,17.0,28383,-109.08019099999642,31.93633400000045,2439591,22,8,1998 +20,M,14.0,28384,-109.08019099999642,31.93633400000045,2439591,22,8,1998 +21,M,26.0,28385,-109.07939799999636,31.936448000000453,2439581,22,8,1998 +21,M,42.0,28386,-109.07939799999636,31.936448000000453,2439581,22,8,1998 +21,M,16.0,28387,-109.07939799999636,31.936448000000453,2439591,22,8,1998 +21,F,33.0,28388,-109.07939799999636,31.936448000000453,2439581,22,8,1998 +21,F,24.0,28389,-109.07939799999636,31.936448000000453,2438516,22,8,1998 +21,M,26.0,28390,-109.07939799999636,31.936448000000453,2439581,22,8,1998 +21,M,29.0,28391,-109.07939799999636,31.936448000000453,2439581,22,8,1998 +21,F,28.0,28392,-109.07939799999636,31.936448000000453,2439581,22,8,1998 +21,,,28393,-109.07939799999636,31.936448000000453,2437300,22,8,1998 +21,F,33.0,28394,-109.07939799999636,31.936448000000453,2439581,22,8,1998 +22,M,30.0,28395,-109.07860199999635,31.93644100000042,2438516,22,8,1998 +22,M,42.0,28396,-109.07860199999635,31.93644100000042,2439521,22,8,1998 +22,M,44.0,28397,-109.07860199999635,31.93644100000042,2439521,22,8,1998 +22,F,26.0,28398,-109.07860199999635,31.93644100000042,2439581,22,8,1998 +22,F,47.0,28399,-109.07860199999635,31.93644100000042,2439521,22,8,1998 +22,F,28.0,28400,-109.07860199999635,31.93644100000042,2439581,22,8,1998 +22,F,43.0,28401,-109.07860199999635,31.93644100000042,2439521,22,8,1998 +22,F,26.0,28402,-109.07860199999635,31.93644100000042,2439581,22,8,1998 +24,M,19.0,28403,-109.07773599999636,31.938560000000447,2437967,22,8,1998 +24,F,26.0,28404,-109.07773599999636,31.938560000000447,2437981,22,8,1998 +23,,,28405,-109.07783799999636,31.93676300000042,,22,8,1998 +3,M,31.0,28406,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,F,17.0,28407,-109.08120799999641,31.938896000000387,2439591,23,8,1998 +3,M,26.0,28408,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,M,25.0,28409,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,M,14.0,28410,-109.08120799999641,31.938896000000387,2439591,23,8,1998 +3,F,34.0,28411,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,,,28412,-109.08120799999641,31.938896000000387,2437300,23,8,1998 +3,F,29.0,28413,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,M,20.0,28414,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,F,16.0,28415,-109.08120799999641,31.938896000000387,2439591,23,8,1998 +3,M,18.0,28416,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,F,30.0,28417,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +3,F,26.0,28418,-109.08120799999641,31.938896000000387,2439581,23,8,1998 +4,M,17.0,28419,-109.08040899999641,31.93889400000041,2439591,23,8,1998 +4,M,18.0,28420,-109.08040899999641,31.93889400000041,2438516,23,8,1998 +4,M,49.0,28421,-109.08040899999641,31.93889400000041,2439521,23,8,1998 +4,F,40.0,28422,-109.08040899999641,31.93889400000041,2439521,23,8,1998 +4,M,8.0,28423,-109.08040899999641,31.93889400000041,2439591,23,8,1998 +4,F,47.0,28424,-109.08040899999641,31.93889400000041,2439521,23,8,1998 +4,M,32.0,28425,-109.08040899999641,31.93889400000041,2439581,23,8,1998 +4,M,46.0,28426,-109.08040899999641,31.93889400000041,2439521,23,8,1998 +4,F,16.0,28427,-109.08040899999641,31.93889400000041,2439591,23,8,1998 +5,F,19.0,28428,-109.07960199999636,31.93897000000045,2437967,23,8,1998 +5,M,21.0,28429,-109.07960199999636,31.93897000000045,2437967,23,8,1998 +6,F,18.0,28430,-109.07883599999636,31.939078000000414,2437981,23,8,1998 +6,M,18.0,28431,-109.07883599999636,31.939078000000414,2437981,23,8,1998 +6,F,22.0,28432,-109.07883599999636,31.939078000000414,2438516,23,8,1998 +6,F,38.0,28433,-109.07883599999636,31.939078000000414,2439581,23,8,1998 +6,F,17.0,28434,-109.07883599999636,31.939078000000414,2439591,23,8,1998 +6,M,18.0,28435,-109.07883599999636,31.939078000000414,2439581,23,8,1998 +6,M,37.0,28436,-109.07883599999636,31.939078000000414,2439581,23,8,1998 +6,M,28.0,28437,-109.07883599999636,31.939078000000414,2438516,23,8,1998 +8,M,29.0,28438,-109.08167999999641,31.937884000000402,2439581,23,8,1998 +8,M,45.0,28439,-109.08167999999641,31.937884000000402,2439521,23,8,1998 +8,M,11.0,28440,-109.08167999999641,31.937884000000402,2439591,23,8,1998 +8,M,22.0,28441,-109.08167999999641,31.937884000000402,2439581,23,8,1998 +8,M,29.0,28442,-109.08167999999641,31.937884000000402,2439581,23,8,1998 +8,M,57.0,28443,-109.08167999999641,31.937884000000402,2439541,23,8,1998 +8,F,17.0,28444,-109.08167999999641,31.937884000000402,2439591,23,8,1998 +8,M,47.0,28445,-109.08167999999641,31.937884000000402,2439541,23,8,1998 +9,M,29.0,28446,-109.08090299999638,31.93785900000039,2439521,23,8,1998 +9,M,28.0,28447,-109.08090299999638,31.93785900000039,2439521,23,8,1998 +9,M,17.0,28448,-109.08090299999638,31.93785900000039,2439591,23,8,1998 +9,M,48.0,28449,-109.08090299999638,31.93785900000039,2439521,23,8,1998 +9,F,39.0,28450,-109.08090299999638,31.93785900000039,2439521,23,8,1998 +11,F,16.0,28451,-109.07930699999636,31.938056000000426,2439591,23,8,1998 +11,F,17.0,28452,-109.07930699999636,31.938056000000426,2439591,23,8,1998 +11,F,41.0,28453,-109.07930699999636,31.938056000000426,2439521,23,8,1998 +11,M,37.0,28454,-109.07930699999636,31.938056000000426,2439521,23,8,1998 +11,F,42.0,28455,-109.07930699999636,31.938056000000426,2439521,23,8,1998 +13,F,16.0,28456,-109.08261299999641,31.937028000000442,2439591,23,8,1998 +13,F,32.0,28457,-109.08261299999641,31.937028000000442,2439581,23,8,1998 +13,F,29.0,28458,-109.08261299999641,31.937028000000442,2439581,23,8,1998 +13,M,13.0,28459,-109.08261299999641,31.937028000000442,2439591,23,8,1998 +13,M,26.0,28460,-109.08261299999641,31.937028000000442,2438516,23,8,1998 +13,M,26.0,28461,-109.08261299999641,31.937028000000442,2439581,23,8,1998 +13,F,34.0,28462,-109.08261299999641,31.937028000000442,2439581,23,8,1998 +13,,,28463,-109.08261299999641,31.937028000000442,2439581,23,8,1998 +13,F,14.0,28464,-109.08261299999641,31.937028000000442,2439591,23,8,1998 +13,M,20.0,28465,-109.08261299999641,31.937028000000442,2439581,23,8,1998 +13,F,31.0,28466,-109.08261299999641,31.937028000000442,2439581,23,8,1998 +14,F,42.0,28467,-109.08182699999641,31.937054000000447,2439521,23,8,1998 +14,F,40.0,28468,-109.08182699999641,31.937054000000447,2439521,23,8,1998 +14,M,36.0,28469,-109.08182699999641,31.937054000000447,2439521,23,8,1998 +14,F,24.0,28470,-109.08182699999641,31.937054000000447,2438516,23,8,1998 +14,F,19.0,28471,-109.08182699999641,31.937054000000447,2437967,23,8,1998 +15,F,13.0,28472,-109.08103599999642,31.937059000000463,2439591,23,8,1998 +15,M,20.0,28473,-109.08103599999642,31.937059000000463,2437967,23,8,1998 +15,M,24.0,28474,-109.08103599999642,31.937059000000463,2439581,23,8,1998 +15,F,16.0,28475,-109.08103599999642,31.937059000000463,2439591,23,8,1998 +16,,,28476,-109.08024399999636,31.93709400000041,2437967,23,8,1998 +16,M,23.0,28477,-109.08024399999636,31.93709400000041,2439581,23,8,1998 +16,M,14.0,28478,-109.08024399999636,31.93709400000041,2439591,23,8,1998 +16,M,12.0,28479,-109.08024399999636,31.93709400000041,2439591,23,8,1998 +16,F,25.0,28480,-109.08024399999636,31.93709400000041,2439581,23,8,1998 +16,M,26.0,28481,-109.08024399999636,31.93709400000041,2439581,23,8,1998 +16,F,27.0,28482,-109.08024399999636,31.93709400000041,2439581,23,8,1998 +10,,,28483,-109.08009099999636,31.938017000000425,,23,8,1998 +12,M,12.0,28484,-109.07851899999636,31.938203000000414,2439591,19,9,1998 +12,M,13.0,28485,-109.07851899999636,31.938203000000414,2439591,19,9,1998 +12,F,175.0,28486,-109.07851899999636,31.938203000000414,,19,9,1998 +12,M,11.0,28487,-109.07851899999636,31.938203000000414,2439591,19,9,1998 +12,F,14.0,28488,-109.07851899999636,31.938203000000414,2439591,19,9,1998 +12,M,46.0,28489,-109.07851899999636,31.938203000000414,2439521,19,9,1998 +12,M,34.0,28490,-109.07851899999636,31.938203000000414,2439521,19,9,1998 +12,F,43.0,28491,-109.07851899999636,31.938203000000414,2439521,19,9,1998 +12,F,53.0,28492,-109.07851899999636,31.938203000000414,2439521,19,9,1998 +18,F,19.0,28493,-109.07863299999636,31.93712600000041,2439581,19,9,1998 +18,M,32.0,28494,-109.07863299999636,31.93712600000041,2439581,19,9,1998 +18,F,18.0,28495,-109.07863299999636,31.93712600000041,2439591,19,9,1998 +18,M,38.0,28496,-109.07863299999636,31.93712600000041,2439581,19,9,1998 +18,M,16.0,28497,-109.07863299999636,31.93712600000041,2439591,19,9,1998 +18,M,20.0,28498,-109.07863299999636,31.93712600000041,2437967,19,9,1998 +19,M,14.0,28499,-109.07791199999636,31.937438000000434,2439591,19,9,1998 +19,M,32.0,28500,-109.07791199999636,31.937438000000434,2439581,19,9,1998 +19,M,14.0,28501,-109.07791199999636,31.937438000000434,2439591,19,9,1998 +19,M,29.0,28502,-109.07791199999636,31.937438000000434,2439581,19,9,1998 +19,F,32.0,28503,-109.07791199999636,31.937438000000434,2439581,19,9,1998 +19,M,27.0,28504,-109.07791199999636,31.937438000000434,2439581,19,9,1998 +19,,,28505,-109.07791199999636,31.937438000000434,2439581,19,9,1998 +19,M,14.0,28506,-109.07791199999636,31.937438000000434,2439591,19,9,1998 +19,M,24.0,28507,-109.07791199999636,31.937438000000434,2439581,19,9,1998 +20,F,14.0,28508,-109.08019099999642,31.93633400000045,2439591,19,9,1998 +20,M,18.0,28509,-109.08019099999642,31.93633400000045,2439591,19,9,1998 +20,M,12.0,28510,-109.08019099999642,31.93633400000045,2439591,19,9,1998 +20,M,19.0,28511,-109.08019099999642,31.93633400000045,2438516,19,9,1998 +20,F,7.0,28512,-109.08019099999642,31.93633400000045,2439566,19,9,1998 +20,M,20.0,28513,-109.08019099999642,31.93633400000045,2439581,19,9,1998 +20,M,35.0,28514,-109.08019099999642,31.93633400000045,2439581,19,9,1998 +21,M,15.0,28515,-109.07939799999636,31.936448000000453,2439591,19,9,1998 +21,,,28516,-109.07939799999636,31.936448000000453,2437300,19,9,1998 +21,M,28.0,28517,-109.07939799999636,31.936448000000453,2439581,19,9,1998 +21,F,16.0,28518,-109.07939799999636,31.936448000000453,2439591,19,9,1998 +21,F,32.0,28519,-109.07939799999636,31.936448000000453,2439581,19,9,1998 +21,F,34.0,28520,-109.07939799999636,31.936448000000453,2439581,19,9,1998 +21,M,28.0,28521,-109.07939799999636,31.936448000000453,2439581,19,9,1998 +21,M,39.0,28522,-109.07939799999636,31.936448000000453,2439581,19,9,1998 +21,M,31.0,28523,-109.07939799999636,31.936448000000453,2439581,19,9,1998 +21,,,28524,-109.07939799999636,31.936448000000453,2437300,19,9,1998 +22,M,29.0,28525,-109.07860199999635,31.93644100000042,2439581,19,9,1998 +22,M,41.0,28526,-109.07860199999635,31.93644100000042,2439521,19,9,1998 +22,M,25.0,28527,-109.07860199999635,31.93644100000042,2439521,19,9,1998 +22,F,28.0,28528,-109.07860199999635,31.93644100000042,2439581,19,9,1998 +22,M,50.0,28529,-109.07860199999635,31.93644100000042,2439521,19,9,1998 +22,F,44.0,28530,-109.07860199999635,31.93644100000042,2439521,19,9,1998 +22,M,27.0,28531,-109.07860199999635,31.93644100000042,2439581,19,9,1998 +22,M,41.0,28532,-109.07860199999635,31.93644100000042,2439581,19,9,1998 +22,M,25.0,28533,-109.07860199999635,31.93644100000042,2439581,19,9,1998 +22,,,28534,-109.07860199999635,31.93644100000042,2437300,19,9,1998 +24,M,29.0,28535,-109.07773599999636,31.938560000000447,2439521,19,9,1998 +24,F,25.0,28536,-109.07773599999636,31.938560000000447,2437981,19,9,1998 +24,M,17.0,28537,-109.07773599999636,31.938560000000447,2437981,19,9,1998 +23,,,28538,-109.07783799999636,31.93676300000042,,19,9,1998 +1,,,28539,-109.08282899999641,31.938851000000387,2437300,20,9,1998 +1,F,37.0,28540,-109.08282899999641,31.938851000000387,2439521,20,9,1998 +1,M,29.0,28541,-109.08282899999641,31.938851000000387,2439581,20,9,1998 +1,M,25.0,28542,-109.08282899999641,31.938851000000387,2438516,20,9,1998 +1,F,53.0,28543,-109.08282899999641,31.938851000000387,2439541,20,9,1998 +1,F,46.0,28544,-109.08282899999641,31.938851000000387,2439521,20,9,1998 +1,F,13.0,28545,-109.08282899999641,31.938851000000387,2439591,20,9,1998 +1,F,17.0,28546,-109.08282899999641,31.938851000000387,2439591,20,9,1998 +1,F,61.0,28547,-109.08282899999641,31.938851000000387,2439541,20,9,1998 +1,M,16.0,28548,-109.08282899999641,31.938851000000387,2439591,20,9,1998 +1,,,28549,-109.08282899999641,31.938851000000387,2437568,20,9,1998 +1,M,54.0,28550,-109.08282899999641,31.938851000000387,2439541,20,9,1998 +2,M,47.0,28551,-109.08197499999642,31.93888700000037,2439521,20,9,1998 +2,M,178.0,28552,-109.08197499999642,31.93888700000037,,20,9,1998 +2,F,120.0,28553,-109.08197499999642,31.93888700000037,2439531,20,9,1998 +2,M,12.0,28554,-109.08197499999642,31.93888700000037,2439591,20,9,1998 +2,M,36.0,28555,-109.08197499999642,31.93888700000037,2439521,20,9,1998 +2,M,20.0,28556,-109.08197499999642,31.93888700000037,2438516,20,9,1998 +2,M,149.0,28557,-109.08197499999642,31.93888700000037,,20,9,1998 +2,M,20.0,28558,-109.08197499999642,31.93888700000037,2438516,20,9,1998 +2,M,53.0,28559,-109.08197499999642,31.93888700000037,2439541,20,9,1998 +2,M,16.0,28560,-109.08197499999642,31.93888700000037,2439591,20,9,1998 +2,F,35.0,28561,-109.08197499999642,31.93888700000037,2439581,20,9,1998 +2,M,28.0,28562,-109.08197499999642,31.93888700000037,2439521,20,9,1998 +2,M,12.0,28563,-109.08197499999642,31.93888700000037,2439591,20,9,1998 +3,M,26.0,28564,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,M,15.0,28565,-109.08120799999641,31.938896000000387,2439591,20,9,1998 +3,M,27.0,28566,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,M,30.0,28567,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,M,39.0,28568,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,F,29.0,28569,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,F,38.0,28570,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,M,28.0,28571,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,M,23.0,28572,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,M,24.0,28573,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +3,F,29.0,28574,-109.08120799999641,31.938896000000387,2439581,20,9,1998 +4,M,48.0,28575,-109.08040899999641,31.93889400000041,2439521,20,9,1998 +4,F,17.0,28576,-109.08040899999641,31.93889400000041,2439591,20,9,1998 +4,M,38.0,28577,-109.08040899999641,31.93889400000041,2439521,20,9,1998 +4,M,23.0,28578,-109.08040899999641,31.93889400000041,2438516,20,9,1998 +4,F,43.0,28579,-109.08040899999641,31.93889400000041,2439521,20,9,1998 +4,,,28580,-109.08040899999641,31.93889400000041,,20,9,1998 +4,F,17.0,28581,-109.08040899999641,31.93889400000041,2439591,20,9,1998 +5,M,22.0,28582,-109.07960199999636,31.93897000000045,2437967,20,9,1998 +6,M,,28583,-109.07883599999636,31.939078000000414,2439591,20,9,1998 +6,M,29.0,28584,-109.07883599999636,31.939078000000414,2439581,20,9,1998 +6,M,36.0,28585,-109.07883599999636,31.939078000000414,2439581,20,9,1998 +7,M,25.0,28586,-109.08281599999641,31.938113000000413,2439581,20,9,1998 +7,M,10.0,28587,-109.08281599999641,31.938113000000413,2437967,20,9,1998 +7,F,20.0,28588,-109.08281599999641,31.938113000000413,2437967,20,9,1998 +7,F,26.0,28589,-109.08281599999641,31.938113000000413,2437967,20,9,1998 +7,F,17.0,28590,-109.08281599999641,31.938113000000413,2437967,20,9,1998 +7,F,17.0,28591,-109.08281599999641,31.938113000000413,2437967,20,9,1998 +8,M,14.0,28592,-109.08167999999641,31.937884000000402,2439591,20,9,1998 +8,M,56.0,28593,-109.08167999999641,31.937884000000402,2439541,20,9,1998 +8,M,13.0,28594,-109.08167999999641,31.937884000000402,2439591,20,9,1998 +8,M,38.0,28595,-109.08167999999641,31.937884000000402,2439581,20,9,1998 +8,F,50.0,28596,-109.08167999999641,31.937884000000402,2439541,20,9,1998 +8,M,30.0,28597,-109.08167999999641,31.937884000000402,2439581,20,9,1998 +8,M,11.0,28598,-109.08167999999641,31.937884000000402,2439591,20,9,1998 +8,F,54.0,28599,-109.08167999999641,31.937884000000402,2439541,20,9,1998 +9,M,17.0,28600,-109.08090299999638,31.93785900000039,2439591,20,9,1998 +9,F,38.0,28601,-109.08090299999638,31.93785900000039,2439521,20,9,1998 +13,F,26.0,28602,-109.08261299999641,31.937028000000442,2438516,20,9,1998 +13,M,43.0,28603,-109.08261299999641,31.937028000000442,2439521,20,9,1998 +13,M,13.0,28604,-109.08261299999641,31.937028000000442,2439591,20,9,1998 +13,F,31.0,28605,-109.08261299999641,31.937028000000442,2439581,20,9,1998 +13,M,27.0,28606,-109.08261299999641,31.937028000000442,2439581,20,9,1998 +13,F,32.0,28607,-109.08261299999641,31.937028000000442,2439581,20,9,1998 +13,F,31.0,28608,-109.08261299999641,31.937028000000442,2439581,20,9,1998 +13,,,28609,-109.08261299999641,31.937028000000442,2437300,20,9,1998 +13,F,14.0,28610,-109.08261299999641,31.937028000000442,2439591,20,9,1998 +14,M,25.0,28611,-109.08182699999641,31.937054000000447,2438516,20,9,1998 +14,M,11.0,28612,-109.08182699999641,31.937054000000447,2439591,20,9,1998 +14,,,28613,-109.08182699999641,31.937054000000447,2437568,20,9,1998 +14,F,22.0,28614,-109.08182699999641,31.937054000000447,2438516,20,9,1998 +14,F,42.0,28615,-109.08182699999641,31.937054000000447,2439521,20,9,1998 +14,M,39.0,28616,-109.08182699999641,31.937054000000447,2439521,20,9,1998 +10,M,19.0,28617,-109.08009099999636,31.938017000000425,2437967,21,9,1998 +11,M,13.0,28618,-109.07930699999636,31.938056000000426,2439591,21,9,1998 +11,M,49.0,28619,-109.07930699999636,31.938056000000426,2439541,21,9,1998 +11,M,48.0,28620,-109.07930699999636,31.938056000000426,2439541,21,9,1998 +11,F,16.0,28621,-109.07930699999636,31.938056000000426,2439591,21,9,1998 +11,F,44.0,28622,-109.07930699999636,31.938056000000426,2439521,21,9,1998 +11,M,45.0,28623,-109.07930699999636,31.938056000000426,2439541,21,9,1998 +11,M,20.0,28624,-109.07930699999636,31.938056000000426,2439521,21,9,1998 +11,M,39.0,28625,-109.07930699999636,31.938056000000426,2439521,21,9,1998 +11,F,23.0,28626,-109.07930699999636,31.938056000000426,2438516,21,9,1998 +11,M,38.0,28627,-109.07930699999636,31.938056000000426,2439521,21,9,1998 +11,M,30.0,28628,-109.07930699999636,31.938056000000426,2439521,21,9,1998 +11,M,13.0,28629,-109.07930699999636,31.938056000000426,2439591,21,9,1998 +11,M,44.0,28630,-109.07930699999636,31.938056000000426,2439521,21,9,1998 +15,M,147.0,28631,-109.08103599999642,31.937059000000463,,21,9,1998 +15,M,14.0,28632,-109.08103599999642,31.937059000000463,2439591,21,9,1998 +15,,,28633,-109.08103599999642,31.937059000000463,2437568,21,9,1998 +15,F,17.0,28634,-109.08103599999642,31.937059000000463,2439591,21,9,1998 +15,M,24.0,28635,-109.08103599999642,31.937059000000463,2439581,21,9,1998 +16,M,15.0,28636,-109.08024399999636,31.93709400000041,2439591,21,9,1998 +16,M,16.0,28637,-109.08024399999636,31.93709400000041,2439591,21,9,1998 +16,F,26.0,28638,-109.08024399999636,31.93709400000041,2437967,21,9,1998 +17,M,35.0,28639,-109.07941499999636,31.937117000000445,2439521,21,9,1998 +17,M,22.0,28640,-109.07941499999636,31.937117000000445,2438516,21,9,1998 +17,F,38.0,28641,-109.07941499999636,31.937117000000445,2439521,21,9,1998 +17,M,31.0,28642,-109.07941499999636,31.937117000000445,2439581,21,9,1998 +17,,16.0,28643,-109.07941499999636,31.937117000000445,2439591,21,9,1998 +17,M,45.0,28644,-109.07941499999636,31.937117000000445,2439521,21,9,1998 +17,F,25.0,28645,-109.07941499999636,31.937117000000445,2439521,21,9,1998 +17,M,51.0,28646,-109.07941499999636,31.937117000000445,2439541,21,9,1998 +17,F,16.0,28647,-109.07941499999636,31.937117000000445,2439591,21,9,1998 +17,F,40.0,28648,-109.07941499999636,31.937117000000445,2439521,21,9,1998 +1,M,50.0,28649,-109.08282899999641,31.938851000000387,2439541,24,10,1998 +1,M,23.0,28650,-109.08282899999641,31.938851000000387,2438516,24,10,1998 +1,M,36.0,28651,-109.08282899999641,31.938851000000387,2439521,24,10,1998 +1,F,13.0,28652,-109.08282899999641,31.938851000000387,2439591,24,10,1998 +1,M,54.0,28653,-109.08282899999641,31.938851000000387,2439541,24,10,1998 +1,M,57.0,28654,-109.08282899999641,31.938851000000387,2439541,24,10,1998 +2,F,21.0,28655,-109.08197499999642,31.93888700000037,2437967,24,10,1998 +2,M,26.0,28656,-109.08197499999642,31.93888700000037,2439581,24,10,1998 +2,M,23.0,28657,-109.08197499999642,31.93888700000037,2438516,24,10,1998 +2,F,29.0,28658,-109.08197499999642,31.93888700000037,2439581,24,10,1998 +2,M,120.0,28659,-109.08197499999642,31.93888700000037,2439531,24,10,1998 +2,M,27.0,28660,-109.08197499999642,31.93888700000037,2438516,24,10,1998 +2,M,37.0,28661,-109.08197499999642,31.93888700000037,2439521,24,10,1998 +2,M,50.0,28662,-109.08197499999642,31.93888700000037,2439541,24,10,1998 +2,M,168.0,28663,-109.08197499999642,31.93888700000037,,24,10,1998 +2,M,44.0,28664,-109.08197499999642,31.93888700000037,2439521,24,10,1998 +2,F,28.0,28665,-109.08197499999642,31.93888700000037,2438516,24,10,1998 +2,F,32.0,28666,-109.08197499999642,31.93888700000037,2439581,24,10,1998 +2,M,22.0,28667,-109.08197499999642,31.93888700000037,2438516,24,10,1998 +7,M,25.0,28668,-109.08281599999641,31.938113000000413,2439581,24,10,1998 +7,F,25.0,28669,-109.08281599999641,31.938113000000413,2437967,24,10,1998 +12,M,49.0,28670,-109.07851899999636,31.938203000000414,2439541,24,10,1998 +12,M,14.0,28671,-109.07851899999636,31.938203000000414,2439591,24,10,1998 +12,M,45.0,28672,-109.07851899999636,31.938203000000414,2439521,24,10,1998 +12,M,52.0,28673,-109.07851899999636,31.938203000000414,2439541,24,10,1998 +12,F,47.0,28674,-109.07851899999636,31.938203000000414,2439521,24,10,1998 +12,M,44.0,28675,-109.07851899999636,31.938203000000414,2439521,24,10,1998 +12,M,36.0,28676,-109.07851899999636,31.938203000000414,2439521,24,10,1998 +12,F,19.0,28677,-109.07851899999636,31.938203000000414,2437967,24,10,1998 +12,M,44.0,28678,-109.07851899999636,31.938203000000414,2439521,24,10,1998 +12,F,45.0,28679,-109.07851899999636,31.938203000000414,2439521,24,10,1998 +12,M,23.0,28680,-109.07851899999636,31.938203000000414,2438516,24,10,1998 +12,M,25.0,28681,-109.07851899999636,31.938203000000414,2439581,24,10,1998 +17,M,35.0,28682,-109.07941499999636,31.937117000000445,2439521,24,10,1998 +17,F,25.0,28683,-109.07941499999636,31.937117000000445,2438516,24,10,1998 +17,M,47.0,28684,-109.07941499999636,31.937117000000445,2439521,24,10,1998 +17,M,15.0,28685,-109.07941499999636,31.937117000000445,2439591,24,10,1998 +17,F,37.0,28686,-109.07941499999636,31.937117000000445,2439521,24,10,1998 +17,F,40.0,28687,-109.07941499999636,31.937117000000445,2439521,24,10,1998 +17,F,32.0,28688,-109.07941499999636,31.937117000000445,2439521,24,10,1998 +17,M,41.0,28689,-109.07941499999636,31.937117000000445,2439521,24,10,1998 +18,F,24.0,28690,-109.07863299999636,31.93712600000041,2438516,24,10,1998 +18,M,20.0,28691,-109.07863299999636,31.93712600000041,2437967,24,10,1998 +18,M,40.0,28692,-109.07863299999636,31.93712600000041,2439581,24,10,1998 +18,M,19.0,28693,-109.07863299999636,31.93712600000041,2439591,24,10,1998 +18,M,21.0,28694,-109.07863299999636,31.93712600000041,2438516,24,10,1998 +18,F,31.0,28695,-109.07863299999636,31.93712600000041,2439581,24,10,1998 +18,M,19.0,28696,-109.07863299999636,31.93712600000041,2437967,24,10,1998 +19,M,15.0,28697,-109.07791199999636,31.937438000000434,2439591,24,10,1998 +19,F,22.0,28698,-109.07791199999636,31.937438000000434,2438516,24,10,1998 +19,M,31.0,28699,-109.07791199999636,31.937438000000434,2439581,24,10,1998 +19,M,28.0,28700,-109.07791199999636,31.937438000000434,2439581,24,10,1998 +19,M,15.0,28701,-109.07791199999636,31.937438000000434,2439591,24,10,1998 +19,M,21.0,28702,-109.07791199999636,31.937438000000434,2438516,24,10,1998 +19,,,28703,-109.07791199999636,31.937438000000434,2437568,24,10,1998 +19,M,27.0,28704,-109.07791199999636,31.937438000000434,2439581,24,10,1998 +19,M,28.0,28705,-109.07791199999636,31.937438000000434,2439581,24,10,1998 +19,M,15.0,28706,-109.07791199999636,31.937438000000434,2439591,24,10,1998 +19,F,30.0,28707,-109.07791199999636,31.937438000000434,2439581,24,10,1998 +20,M,13.0,28708,-109.08019099999642,31.93633400000045,2439591,24,10,1998 +20,M,24.0,28709,-109.08019099999642,31.93633400000045,2438516,24,10,1998 +20,M,32.0,28710,-109.08019099999642,31.93633400000045,2439581,24,10,1998 +20,M,17.0,28711,-109.08019099999642,31.93633400000045,2437967,24,10,1998 +21,M,28.0,28712,-109.07939799999636,31.936448000000453,2439581,24,10,1998 +21,F,32.0,28713,-109.07939799999636,31.936448000000453,2439581,24,10,1998 +21,,,28714,-109.07939799999636,31.936448000000453,2437568,24,10,1998 +21,,,28715,-109.07939799999636,31.936448000000453,2437300,24,10,1998 +21,M,28.0,28716,-109.07939799999636,31.936448000000453,2439581,24,10,1998 +21,F,33.0,28717,-109.07939799999636,31.936448000000453,2439581,24,10,1998 +21,M,38.0,28718,-109.07939799999636,31.936448000000453,2439581,24,10,1998 +22,M,42.0,28719,-109.07860199999635,31.93644100000042,2439521,24,10,1998 +22,F,48.0,28720,-109.07860199999635,31.93644100000042,2439521,24,10,1998 +22,M,34.0,28721,-109.07860199999635,31.93644100000042,2439521,24,10,1998 +22,M,27.0,28722,-109.07860199999635,31.93644100000042,2438516,24,10,1998 +22,F,28.0,28723,-109.07860199999635,31.93644100000042,2439581,24,10,1998 +22,F,47.0,28724,-109.07860199999635,31.93644100000042,2439521,24,10,1998 +22,M,27.0,28725,-109.07860199999635,31.93644100000042,2439581,24,10,1998 +22,F,28.0,28726,-109.07860199999635,31.93644100000042,2438516,24,10,1998 +23,M,18.0,28727,-109.07783799999636,31.93676300000042,2437967,24,10,1998 +23,F,22.0,28728,-109.07783799999636,31.93676300000042,2437967,24,10,1998 +23,,,28729,-109.07783799999636,31.93676300000042,2491276,24,10,1998 +24,M,29.0,28730,-109.07773599999636,31.938560000000447,2439581,24,10,1998 +24,M,165.0,28731,-109.07773599999636,31.938560000000447,,24,10,1998 +24,F,24.0,28732,-109.07773599999636,31.938560000000447,2437967,24,10,1998 +24,M,14.0,28733,-109.07773599999636,31.938560000000447,2437967,24,10,1998 +24,M,11.0,28734,-109.07773599999636,31.938560000000447,2437967,24,10,1998 +3,M,21.0,28735,-109.08120799999641,31.938896000000387,2437967,25,10,1998 +3,,,28736,-109.08120799999641,31.938896000000387,5231474,25,10,1998 +3,F,24.0,28737,-109.08120799999641,31.938896000000387,2438516,25,10,1998 +3,M,37.0,28738,-109.08120799999641,31.938896000000387,2439581,25,10,1998 +3,M,26.0,28739,-109.08120799999641,31.938896000000387,2439581,25,10,1998 +3,F,35.0,28740,-109.08120799999641,31.938896000000387,2439581,25,10,1998 +3,M,24.0,28741,-109.08120799999641,31.938896000000387,2439581,25,10,1998 +3,F,20.0,28742,-109.08120799999641,31.938896000000387,2438516,25,10,1998 +3,F,28.0,28743,-109.08120799999641,31.938896000000387,2439581,25,10,1998 +3,M,24.0,28744,-109.08120799999641,31.938896000000387,2439581,25,10,1998 +3,F,27.0,28745,-109.08120799999641,31.938896000000387,2439581,25,10,1998 +4,F,37.0,28746,-109.08040899999641,31.93889400000041,2439521,25,10,1998 +4,M,39.0,28747,-109.08040899999641,31.93889400000041,2439521,25,10,1998 +4,M,47.0,28748,-109.08040899999641,31.93889400000041,2439521,25,10,1998 +4,M,46.0,28749,-109.08040899999641,31.93889400000041,2439521,25,10,1998 +4,F,43.0,28750,-109.08040899999641,31.93889400000041,2439521,25,10,1998 +4,M,36.0,28751,-109.08040899999641,31.93889400000041,2439521,25,10,1998 +4,M,19.0,28752,-109.08040899999641,31.93889400000041,2438516,25,10,1998 +5,F,23.0,28753,-109.07960199999636,31.93897000000045,2437967,25,10,1998 +6,M,27.0,28754,-109.07883599999636,31.939078000000414,2438516,25,10,1998 +6,F,20.0,28755,-109.07883599999636,31.939078000000414,2437967,25,10,1998 +6,M,22.0,28756,-109.07883599999636,31.939078000000414,2437967,25,10,1998 +6,M,35.0,28757,-109.07883599999636,31.939078000000414,2439581,25,10,1998 +6,F,22.0,28758,-109.07883599999636,31.939078000000414,2438516,25,10,1998 +6,M,22.0,28759,-109.07883599999636,31.939078000000414,2438516,25,10,1998 +8,M,24.0,28760,-109.08167999999641,31.937884000000402,2438516,25,10,1998 +8,F,41.0,28761,-109.08167999999641,31.937884000000402,2439521,25,10,1998 +8,M,38.0,28762,-109.08167999999641,31.937884000000402,2439581,25,10,1998 +8,M,54.0,28763,-109.08167999999641,31.937884000000402,2439541,25,10,1998 +8,F,47.0,28764,-109.08167999999641,31.937884000000402,2439541,25,10,1998 +8,F,24.0,28765,-109.08167999999641,31.937884000000402,2439581,25,10,1998 +8,M,38.0,28766,-109.08167999999641,31.937884000000402,2439521,25,10,1998 +9,F,41.0,28767,-109.08090299999638,31.93785900000039,2439521,25,10,1998 +9,F,39.0,28768,-109.08090299999638,31.93785900000039,2439521,25,10,1998 +9,,,28769,-109.08090299999638,31.93785900000039,2437568,25,10,1998 +9,M,43.0,28770,-109.08090299999638,31.93785900000039,2439521,25,10,1998 +10,M,20.0,28771,-109.08009099999636,31.938017000000425,2437967,25,10,1998 +11,M,35.0,28772,-109.07930699999636,31.938056000000426,2439581,25,10,1998 +11,M,45.0,28773,-109.07930699999636,31.938056000000426,2439541,25,10,1998 +11,M,53.0,28774,-109.07930699999636,31.938056000000426,2439541,25,10,1998 +11,M,37.0,28775,-109.07930699999636,31.938056000000426,2439521,25,10,1998 +11,,,28776,-109.07930699999636,31.938056000000426,2437568,25,10,1998 +11,F,41.0,28777,-109.07930699999636,31.938056000000426,2439521,25,10,1998 +11,,,28778,-109.07930699999636,31.938056000000426,,25,10,1998 +11,F,43.0,28779,-109.07930699999636,31.938056000000426,2439521,25,10,1998 +13,M,40.0,28780,-109.08261299999641,31.937028000000442,2439521,25,10,1998 +13,F,32.0,28781,-109.08261299999641,31.937028000000442,2439581,25,10,1998 +13,M,25.0,28782,-109.08261299999641,31.937028000000442,2439581,25,10,1998 +13,F,29.0,28783,-109.08261299999641,31.937028000000442,2439581,25,10,1998 +13,F,32.0,28784,-109.08261299999641,31.937028000000442,2439581,25,10,1998 +13,F,26.0,28785,-109.08261299999641,31.937028000000442,2438516,25,10,1998 +13,,,28786,-109.08261299999641,31.937028000000442,2437568,25,10,1998 +14,F,45.0,28787,-109.08182699999641,31.937054000000447,2439521,25,10,1998 +14,F,36.0,28788,-109.08182699999641,31.937054000000447,2439521,25,10,1998 +15,,,28789,-109.08103599999642,31.937059000000463,2437568,25,10,1998 +15,M,25.0,28790,-109.08103599999642,31.937059000000463,2439581,25,10,1998 +16,M,19.0,28791,-109.08024399999636,31.93709400000041,2438516,25,10,1998 +16,F,21.0,28792,-109.08024399999636,31.93709400000041,2438516,25,10,1998 +16,,,28793,-109.08024399999636,31.93709400000041,2437300,25,10,1998 +1,M,56.0,28794,-109.08282899999641,31.938851000000387,2439541,21,11,1998 +1,F,51.0,28795,-109.08282899999641,31.938851000000387,2439541,21,11,1998 +1,M,38.0,28796,-109.08282899999641,31.938851000000387,2439521,21,11,1998 +1,F,23.0,28797,-109.08282899999641,31.938851000000387,2438516,21,11,1998 +1,M,58.0,28798,-109.08282899999641,31.938851000000387,2439541,21,11,1998 +2,M,46.0,28799,-109.08197499999642,31.93888700000037,2439521,21,11,1998 +2,F,34.0,28800,-109.08197499999642,31.93888700000037,2439521,21,11,1998 +2,F,112.0,28801,-109.08197499999642,31.93888700000037,2439531,21,11,1998 +2,M,52.0,28802,-109.08197499999642,31.93888700000037,2439541,21,11,1998 +2,M,42.0,28803,-109.08197499999642,31.93888700000037,2439541,21,11,1998 +2,F,23.0,28804,-109.08197499999642,31.93888700000037,2438516,21,11,1998 +2,F,27.0,28805,-109.08197499999642,31.93888700000037,2439581,21,11,1998 +7,M,13.0,28806,-109.08281599999641,31.938113000000413,2437967,21,11,1998 +7,,,28807,-109.08281599999641,31.938113000000413,,21,11,1998 +12,F,42.0,28808,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,F,55.0,28809,-109.07851899999636,31.938203000000414,2439541,21,11,1998 +12,M,25.0,28810,-109.07851899999636,31.938203000000414,2438516,21,11,1998 +12,F,34.0,28811,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,F,46.0,28812,-109.07851899999636,31.938203000000414,2439541,21,11,1998 +12,F,46.0,28813,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,M,56.0,28814,-109.07851899999636,31.938203000000414,2439541,21,11,1998 +12,M,46.0,28815,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,M,39.0,28816,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,M,40.0,28817,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,M,47.0,28818,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,M,29.0,28819,-109.07851899999636,31.938203000000414,2439581,21,11,1998 +12,M,38.0,28820,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,M,39.0,28821,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +12,M,35.0,28822,-109.07851899999636,31.938203000000414,2439521,21,11,1998 +17,M,42.0,28823,-109.07941499999636,31.937117000000445,2439521,21,11,1998 +17,M,44.0,28824,-109.07941499999636,31.937117000000445,2439521,21,11,1998 +17,M,49.0,28825,-109.07941499999636,31.937117000000445,2439521,21,11,1998 +17,F,42.0,28826,-109.07941499999636,31.937117000000445,2439521,21,11,1998 +17,F,38.0,28827,-109.07941499999636,31.937117000000445,2439521,21,11,1998 +17,M,33.0,28828,-109.07941499999636,31.937117000000445,2439521,21,11,1998 +17,F,41.0,28829,-109.07941499999636,31.937117000000445,2439521,21,11,1998 +17,M,52.0,28830,-109.07941499999636,31.937117000000445,2439541,21,11,1998 +18,M,21.0,28831,-109.07863299999636,31.93712600000041,2439581,21,11,1998 +18,F,26.0,28832,-109.07863299999636,31.93712600000041,2438516,21,11,1998 +18,F,34.0,28833,-109.07863299999636,31.93712600000041,2439581,21,11,1998 +18,M,27.0,28834,-109.07863299999636,31.93712600000041,2438516,21,11,1998 +18,M,43.0,28835,-109.07863299999636,31.93712600000041,2439581,21,11,1998 +19,F,32.0,28836,-109.07791199999636,31.937438000000434,2439581,21,11,1998 +19,F,27.0,28837,-109.07791199999636,31.937438000000434,2439581,21,11,1998 +19,F,31.0,28838,-109.07791199999636,31.937438000000434,2439581,21,11,1998 +19,F,27.0,28839,-109.07791199999636,31.937438000000434,2439581,21,11,1998 +19,M,28.0,28840,-109.07791199999636,31.937438000000434,2439581,21,11,1998 +19,F,30.0,28841,-109.07791199999636,31.937438000000434,2439581,21,11,1998 +20,M,8.0,28842,-109.08019099999642,31.93633400000045,2437874,21,11,1998 +20,,,28843,-109.08019099999642,31.93633400000045,2491757,21,11,1998 +20,M,24.0,28844,-109.08019099999642,31.93633400000045,2438516,21,11,1998 +20,F,13.0,28845,-109.08019099999642,31.93633400000045,2437874,21,11,1998 +21,M,25.0,28846,-109.07939799999636,31.936448000000453,2438516,21,11,1998 +21,M,45.0,28847,-109.07939799999636,31.936448000000453,2439521,21,11,1998 +21,F,32.0,28848,-109.07939799999636,31.936448000000453,2439581,21,11,1998 +21,M,47.0,28849,-109.07939799999636,31.936448000000453,2439521,21,11,1998 +21,M,27.0,28850,-109.07939799999636,31.936448000000453,2438516,21,11,1998 +21,F,29.0,28851,-109.07939799999636,31.936448000000453,2439581,21,11,1998 +21,M,45.0,28852,-109.07939799999636,31.936448000000453,2439581,21,11,1998 +21,F,33.0,28853,-109.07939799999636,31.936448000000453,2439581,21,11,1998 +21,M,30.0,28854,-109.07939799999636,31.936448000000453,2439581,21,11,1998 +22,M,45.0,28855,-109.07860199999635,31.93644100000042,2439521,21,11,1998 +22,M,36.0,28856,-109.07860199999635,31.93644100000042,2439521,21,11,1998 +22,F,29.0,28857,-109.07860199999635,31.93644100000042,2439581,21,11,1998 +22,F,43.0,28858,-109.07860199999635,31.93644100000042,2439521,21,11,1998 +22,M,51.0,28859,-109.07860199999635,31.93644100000042,2439521,21,11,1998 +22,F,28.0,28860,-109.07860199999635,31.93644100000042,2439581,21,11,1998 +23,F,18.0,28861,-109.07783799999636,31.93676300000042,2437967,21,11,1998 +23,M,23.0,28862,-109.07783799999636,31.93676300000042,2437967,21,11,1998 +24,M,164.0,28863,-109.07773599999636,31.938560000000447,,21,11,1998 +24,M,22.0,28864,-109.07773599999636,31.938560000000447,2437967,21,11,1998 +3,M,28.0,28865,-109.08120799999641,31.938896000000387,2439581,22,11,1998 +3,F,26.0,28866,-109.08120799999641,31.938896000000387,2439581,22,11,1998 +3,F,35.0,28867,-109.08120799999641,31.938896000000387,2439581,22,11,1998 +3,M,30.0,28868,-109.08120799999641,31.938896000000387,2439581,22,11,1998 +3,M,24.0,28869,-109.08120799999641,31.938896000000387,2438516,22,11,1998 +3,M,41.0,28870,-109.08120799999641,31.938896000000387,2439581,22,11,1998 +3,M,22.0,28871,-109.08120799999641,31.938896000000387,2438516,22,11,1998 +3,F,31.0,28872,-109.08120799999641,31.938896000000387,2439581,22,11,1998 +3,F,28.0,28873,-109.08120799999641,31.938896000000387,2439581,22,11,1998 +4,F,38.0,28874,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,M,43.0,28875,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,M,40.0,28876,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,F,46.0,28877,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,M,48.0,28878,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,M,48.0,28879,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,M,38.0,28880,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,F,46.0,28881,-109.08040899999641,31.93889400000041,2439521,22,11,1998 +4,F,20.0,28882,-109.08040899999641,31.93889400000041,2438516,22,11,1998 +5,M,26.0,28883,-109.07960199999636,31.93897000000045,2437967,22,11,1998 +5,F,27.0,28884,-109.07960199999636,31.93897000000045,2437981,22,11,1998 +5,M,11.0,28885,-109.07960199999636,31.93897000000045,2437874,22,11,1998 +5,M,24.0,28886,-109.07960199999636,31.93897000000045,2438516,22,11,1998 +6,M,39.0,28887,-109.07883599999636,31.939078000000414,2439581,22,11,1998 +6,F,29.0,28888,-109.07883599999636,31.939078000000414,2438516,22,11,1998 +6,M,27.0,28889,-109.07883599999636,31.939078000000414,2438516,22,11,1998 +6,F,23.0,28890,-109.07883599999636,31.939078000000414,2438516,22,11,1998 +8,M,44.0,28891,-109.08167999999641,31.937884000000402,2439541,22,11,1998 +8,M,42.0,28892,-109.08167999999641,31.937884000000402,2439521,22,11,1998 +8,M,39.0,28893,-109.08167999999641,31.937884000000402,2439521,22,11,1998 +8,F,26.0,28894,-109.08167999999641,31.937884000000402,2438516,22,11,1998 +8,M,50.0,28895,-109.08167999999641,31.937884000000402,2439541,22,11,1998 +8,M,27.0,28896,-109.08167999999641,31.937884000000402,2438516,22,11,1998 +8,M,59.0,28897,-109.08167999999641,31.937884000000402,2439541,22,11,1998 +8,M,37.0,28898,-109.08167999999641,31.937884000000402,2439521,22,11,1998 +9,F,44.0,28899,-109.08090299999638,31.93785900000039,2439521,22,11,1998 +9,F,40.0,28900,-109.08090299999638,31.93785900000039,2439521,22,11,1998 +9,M,44.0,28901,-109.08090299999638,31.93785900000039,2439521,22,11,1998 +10,M,25.0,28902,-109.08009099999636,31.938017000000425,2437967,22,11,1998 +11,F,43.0,28903,-109.07930699999636,31.938056000000426,2439521,22,11,1998 +11,M,49.0,28904,-109.07930699999636,31.938056000000426,2439541,22,11,1998 +11,M,39.0,28905,-109.07930699999636,31.938056000000426,2439521,22,11,1998 +11,F,47.0,28906,-109.07930699999636,31.938056000000426,2439521,22,11,1998 +11,M,42.0,28907,-109.07930699999636,31.938056000000426,2439521,22,11,1998 +11,F,25.0,28908,-109.07930699999636,31.938056000000426,2438516,22,11,1998 +13,M,55.0,28909,-109.08261299999641,31.937028000000442,2439521,22,11,1998 +13,M,48.0,28910,-109.08261299999641,31.937028000000442,2439521,22,11,1998 +13,F,33.0,28911,-109.08261299999641,31.937028000000442,2439581,22,11,1998 +13,F,28.0,28912,-109.08261299999641,31.937028000000442,2438516,22,11,1998 +13,M,27.0,28913,-109.08261299999641,31.937028000000442,2439581,22,11,1998 +13,M,31.0,28914,-109.08261299999641,31.937028000000442,2439581,22,11,1998 +14,F,41.0,28915,-109.08182699999641,31.937054000000447,2439521,22,11,1998 +14,F,45.0,28916,-109.08182699999641,31.937054000000447,2439521,22,11,1998 +15,,,28917,-109.08103599999642,31.937059000000463,2437568,22,11,1998 +15,M,26.0,28918,-109.08103599999642,31.937059000000463,2439581,22,11,1998 +16,F,24.0,28919,-109.08024399999636,31.93709400000041,2437967,22,11,1998 +1,F,39.0,28920,-109.08282899999641,31.938851000000387,2439521,22,12,1998 +1,M,57.0,28921,-109.08282899999641,31.938851000000387,2439541,22,12,1998 +2,M,47.0,28922,-109.08197499999642,31.93888700000037,2439521,22,12,1998 +2,F,43.0,28923,-109.08197499999642,31.93888700000037,2439541,22,12,1998 +2,F,23.0,28924,-109.08197499999642,31.93888700000037,2438516,22,12,1998 +2,M,27.0,28925,-109.08197499999642,31.93888700000037,2438516,22,12,1998 +2,F,31.0,28926,-109.08197499999642,31.93888700000037,2438516,22,12,1998 +2,F,36.0,28927,-109.08197499999642,31.93888700000037,2439521,22,12,1998 +2,F,119.0,28928,-109.08197499999642,31.93888700000037,2439531,22,12,1998 +2,F,165.0,28929,-109.08197499999642,31.93888700000037,,22,12,1998 +12,M,37.0,28930,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,M,38.0,28931,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,F,48.0,28932,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,F,39.0,28933,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,F,45.0,28934,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,M,37.0,28935,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,M,33.0,28936,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,M,39.0,28937,-109.07851899999636,31.938203000000414,2439521,22,12,1998 +12,M,61.0,28938,-109.07851899999636,31.938203000000414,2439541,22,12,1998 +12,F,54.0,28939,-109.07851899999636,31.938203000000414,2439541,22,12,1998 +19,F,31.0,28940,-109.07791199999636,31.937438000000434,2439581,22,12,1998 +19,F,28.0,28941,-109.07791199999636,31.937438000000434,2438516,22,12,1998 +19,F,29.0,28942,-109.07791199999636,31.937438000000434,2439581,22,12,1998 +19,F,33.0,28943,-109.07791199999636,31.937438000000434,2439581,22,12,1998 +19,F,31.0,28944,-109.07791199999636,31.937438000000434,2439581,22,12,1998 +18,F,26.0,28945,-109.07863299999636,31.93712600000041,2438516,22,12,1998 +18,M,22.0,28946,-109.07863299999636,31.93712600000041,2439581,22,12,1998 +18,F,27.0,28947,-109.07863299999636,31.93712600000041,2438516,22,12,1998 +18,M,10.0,28948,-109.07863299999636,31.93712600000041,2437874,22,12,1998 +17,M,37.0,28949,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +17,F,39.0,28950,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +17,M,37.0,28951,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +17,F,42.0,28952,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +17,M,46.0,28953,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +17,,,28954,-109.07941499999636,31.937117000000445,2437568,22,12,1998 +17,F,46.0,28955,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +17,F,40.0,28956,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +17,M,45.0,28957,-109.07941499999636,31.937117000000445,2439521,22,12,1998 +20,F,24.0,28958,-109.08019099999642,31.93633400000045,2437967,22,12,1998 +20,M,22.0,28959,-109.08019099999642,31.93633400000045,2438516,22,12,1998 +20,,,28960,-109.08019099999642,31.93633400000045,2491757,22,12,1998 +21,F,31.0,28961,-109.07939799999636,31.936448000000453,2439581,22,12,1998 +21,F,30.0,28962,-109.07939799999636,31.936448000000453,2439581,22,12,1998 +21,F,32.0,28963,-109.07939799999636,31.936448000000453,2439581,22,12,1998 +22,M,44.0,28964,-109.07860199999635,31.93644100000042,2439521,22,12,1998 +22,M,29.0,28965,-109.07860199999635,31.93644100000042,2438516,22,12,1998 +22,F,27.0,28966,-109.07860199999635,31.93644100000042,2438516,22,12,1998 +22,F,45.0,28967,-109.07860199999635,31.93644100000042,2439521,22,12,1998 +22,F,28.0,28968,-109.07860199999635,31.93644100000042,2439581,22,12,1998 +22,M,38.0,28969,-109.07860199999635,31.93644100000042,2439521,22,12,1998 +22,F,29.0,28970,-109.07860199999635,31.93644100000042,2439581,22,12,1998 +7,,,28971,-109.08281599999641,31.938113000000413,5231474,22,12,1998 +24,M,29.0,28972,-109.07773599999636,31.938560000000447,2437967,22,12,1998 +23,M,23.0,28973,-109.07783799999636,31.93676300000042,2437967,22,12,1998 +23,M,23.0,28974,-109.07783799999636,31.93676300000042,2437967,23,12,1998 +3,F,28.0,28975,-109.08120799999641,31.938896000000387,2439581,23,12,1998 +3,M,40.0,28976,-109.08120799999641,31.938896000000387,2439581,23,12,1998 +3,M,28.0,28977,-109.08120799999641,31.938896000000387,2439581,23,12,1998 +3,F,32.0,28978,-109.08120799999641,31.938896000000387,2439581,23,12,1998 +3,F,30.0,28979,-109.08120799999641,31.938896000000387,2439581,23,12,1998 +3,F,36.0,28980,-109.08120799999641,31.938896000000387,2439581,23,12,1998 +4,F,39.0,28981,-109.08040899999641,31.93889400000041,2439521,23,12,1998 +4,M,51.0,28982,-109.08040899999641,31.93889400000041,2439521,23,12,1998 +4,M,47.0,28983,-109.08040899999641,31.93889400000041,2439521,23,12,1998 +4,M,44.0,28984,-109.08040899999641,31.93889400000041,2439521,23,12,1998 +4,M,41.0,28985,-109.08040899999641,31.93889400000041,2439521,23,12,1998 +4,M,40.0,28986,-109.08040899999641,31.93889400000041,2439521,23,12,1998 +4,M,28.0,28987,-109.08040899999641,31.93889400000041,2438516,23,12,1998 +6,F,31.0,28988,-109.07883599999636,31.939078000000414,2438516,23,12,1998 +6,,,28989,-109.07883599999636,31.939078000000414,8071886,23,12,1998 +6,M,40.0,28990,-109.07883599999636,31.939078000000414,2439581,23,12,1998 +11,M,41.0,28991,-109.07930699999636,31.938056000000426,2439521,23,12,1998 +11,M,43.0,28992,-109.07930699999636,31.938056000000426,2439521,23,12,1998 +11,F,44.0,28993,-109.07930699999636,31.938056000000426,2439521,23,12,1998 +11,M,47.0,28994,-109.07930699999636,31.938056000000426,2439521,23,12,1998 +9,F,42.0,28995,-109.08090299999638,31.93785900000039,2439521,23,12,1998 +9,F,40.0,28996,-109.08090299999638,31.93785900000039,2439521,23,12,1998 +9,F,21.0,28997,-109.08090299999638,31.93785900000039,2438516,23,12,1998 +9,M,55.0,28998,-109.08090299999638,31.93785900000039,2439521,23,12,1998 +9,M,45.0,28999,-109.08090299999638,31.93785900000039,2439521,23,12,1998 +9,F,48.0,29000,-109.08090299999638,31.93785900000039,2439521,23,12,1998 +8,M,45.0,29001,-109.08167999999641,31.937884000000402,2439541,23,12,1998 +8,F,42.0,29002,-109.08167999999641,31.937884000000402,2439521,23,12,1998 +8,M,38.0,29003,-109.08167999999641,31.937884000000402,2439521,23,12,1998 +8,M,40.0,29004,-109.08167999999641,31.937884000000402,2439521,23,12,1998 +13,F,28.0,29005,-109.08261299999641,31.937028000000442,2438516,23,12,1998 +13,M,25.0,29006,-109.08261299999641,31.937028000000442,2438516,23,12,1998 +13,M,49.0,29007,-109.08261299999641,31.937028000000442,2439521,23,12,1998 +13,F,33.0,29008,-109.08261299999641,31.937028000000442,2439581,23,12,1998 +13,F,29.0,29009,-109.08261299999641,31.937028000000442,2439581,23,12,1998 +13,F,39.0,29010,-109.08261299999641,31.937028000000442,2439521,23,12,1998 +13,F,33.0,29011,-109.08261299999641,31.937028000000442,2439581,23,12,1998 +14,M,50.0,29012,-109.08182699999641,31.937054000000447,2439521,23,12,1998 +14,M,48.0,29013,-109.08182699999641,31.937054000000447,2439521,23,12,1998 +14,F,50.0,29014,-109.08182699999641,31.937054000000447,2439521,23,12,1998 +14,F,25.0,29015,-109.08182699999641,31.937054000000447,2438516,23,12,1998 +14,M,50.0,29016,-109.08182699999641,31.937054000000447,2439521,23,12,1998 +14,M,41.0,29017,-109.08182699999641,31.937054000000447,2439521,23,12,1998 +14,M,59.0,29018,-109.08182699999641,31.937054000000447,2439521,23,12,1998 +15,,,29019,-109.08103599999642,31.937059000000463,2437568,23,12,1998 +15,,,29020,-109.08103599999642,31.937059000000463,2437568,23,12,1998 +5,F,45.0,29021,-109.07960199999636,31.93897000000045,2439521,23,12,1998 +5,M,27.0,29022,-109.07960199999636,31.93897000000045,2437967,23,12,1998 +10,M,24.0,29023,-109.08009099999636,31.938017000000425,2437967,23,12,1998 +16,M,29.0,29024,-109.08024399999636,31.93709400000041,2437874,23,12,1998 +1,F,41.0,29025,-109.08282899999641,31.938851000000387,2439521,16,1,1999 +1,F,52.0,29026,-109.08282899999641,31.938851000000387,2439521,16,1,1999 +1,M,52.0,29027,-109.08282899999641,31.938851000000387,2439521,16,1,1999 +1,M,55.0,29028,-109.08282899999641,31.938851000000387,2439541,16,1,1999 +1,F,53.0,29029,-109.08282899999641,31.938851000000387,2439541,16,1,1999 +2,M,50.0,29030,-109.08197499999642,31.93888700000037,2439541,16,1,1999 +2,M,22.0,29031,-109.08197499999642,31.93888700000037,2438516,16,1,1999 +2,M,26.0,29032,-109.08197499999642,31.93888700000037,2438516,16,1,1999 +2,F,46.0,29033,-109.08197499999642,31.93888700000037,2439541,16,1,1999 +2,F,51.0,29034,-109.08197499999642,31.93888700000037,2439541,16,1,1999 +2,F,25.0,29035,-109.08197499999642,31.93888700000037,2438516,16,1,1999 +2,M,18.0,29036,-109.08197499999642,31.93888700000037,2437981,16,1,1999 +2,M,44.0,29037,-109.08197499999642,31.93888700000037,2439521,16,1,1999 +2,M,47.0,29038,-109.08197499999642,31.93888700000037,2439521,16,1,1999 +2,F,136.0,29039,-109.08197499999642,31.93888700000037,2439531,16,1,1999 +2,F,162.0,29040,-109.08197499999642,31.93888700000037,,16,1,1999 +12,M,11.0,29041,-109.07851899999636,31.938203000000414,2437874,16,1,1999 +12,F,41.0,29042,-109.07851899999636,31.938203000000414,2439521,16,1,1999 +12,M,27.0,29043,-109.07851899999636,31.938203000000414,2438516,16,1,1999 +12,F,46.0,29044,-109.07851899999636,31.938203000000414,2439521,16,1,1999 +12,M,38.0,29045,-109.07851899999636,31.938203000000414,2439521,16,1,1999 +12,M,61.0,29046,-109.07851899999636,31.938203000000414,2439541,16,1,1999 +12,F,41.0,29047,-109.07851899999636,31.938203000000414,2439521,16,1,1999 +12,M,46.0,29048,-109.07851899999636,31.938203000000414,2439521,16,1,1999 +12,M,41.0,29049,-109.07851899999636,31.938203000000414,2439521,16,1,1999 +12,M,39.0,29050,-109.07851899999636,31.938203000000414,2439521,16,1,1999 +12,F,27.0,29051,-109.07851899999636,31.938203000000414,2439581,16,1,1999 +19,F,30.0,29052,-109.07791199999636,31.937438000000434,2439581,16,1,1999 +19,F,29.0,29053,-109.07791199999636,31.937438000000434,2439581,16,1,1999 +19,F,34.0,29054,-109.07791199999636,31.937438000000434,2439581,16,1,1999 +19,F,32.0,29055,-109.07791199999636,31.937438000000434,2439581,16,1,1999 +19,M,29.0,29056,-109.07791199999636,31.937438000000434,2437967,16,1,1999 +19,F,33.0,29057,-109.07791199999636,31.937438000000434,2439581,16,1,1999 +18,F,25.0,29058,-109.07863299999636,31.93712600000041,2438516,16,1,1999 +18,F,22.0,29059,-109.07863299999636,31.93712600000041,2439581,16,1,1999 +18,F,20.0,29060,-109.07863299999636,31.93712600000041,2437967,16,1,1999 +18,M,24.0,29061,-109.07863299999636,31.93712600000041,2438516,16,1,1999 +17,F,40.0,29062,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,M,57.0,29063,-109.07941499999636,31.937117000000445,2439541,16,1,1999 +17,M,46.0,29064,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,F,46.0,29065,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,F,46.0,29066,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,F,39.0,29067,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,M,41.0,29068,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,M,44.0,29069,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,M,36.0,29070,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,F,42.0,29071,-109.07941499999636,31.937117000000445,2439521,16,1,1999 +17,M,212.0,29072,-109.07941499999636,31.937117000000445,,16,1,1999 +22,M,40.0,29073,-109.07860199999635,31.93644100000042,2439521,16,1,1999 +22,M,48.0,29074,-109.07860199999635,31.93644100000042,2439521,16,1,1999 +22,M,25.0,29075,-109.07860199999635,31.93644100000042,2438516,16,1,1999 +22,F,29.0,29076,-109.07860199999635,31.93644100000042,2439581,16,1,1999 +22,F,20.0,29077,-109.07860199999635,31.93644100000042,2438516,16,1,1999 +22,F,46.0,29078,-109.07860199999635,31.93644100000042,2439521,16,1,1999 +22,F,31.0,29079,-109.07860199999635,31.93644100000042,2439581,16,1,1999 +22,M,27.0,29080,-109.07860199999635,31.93644100000042,2438516,16,1,1999 +21,F,30.0,29081,-109.07939799999636,31.936448000000453,2439581,16,1,1999 +21,F,31.0,29082,-109.07939799999636,31.936448000000453,2439581,16,1,1999 +21,F,33.0,29083,-109.07939799999636,31.936448000000453,2439581,16,1,1999 +21,M,8.0,29084,-109.07939799999636,31.936448000000453,2437874,16,1,1999 +21,F,33.0,29085,-109.07939799999636,31.936448000000453,2439581,16,1,1999 +20,F,21.0,29086,-109.08019099999642,31.93633400000045,2438516,16,1,1999 +20,M,9.0,29087,-109.08019099999642,31.93633400000045,2437874,16,1,1999 +20,M,21.0,29088,-109.08019099999642,31.93633400000045,2438516,16,1,1999 +20,F,25.0,29089,-109.08019099999642,31.93633400000045,2437967,16,1,1999 +24,M,15.0,29090,-109.07773599999636,31.938560000000447,2439591,16,1,1999 +23,M,9.0,29091,-109.07783799999636,31.93676300000042,2437874,16,1,1999 +3,F,32.0,29092,-109.08120799999641,31.938896000000387,2439581,17,1,1999 +3,M,29.0,29093,-109.08120799999641,31.938896000000387,2439581,17,1,1999 +3,M,13.0,29094,-109.08120799999641,31.938896000000387,2437874,17,1,1999 +3,M,27.0,29095,-109.08120799999641,31.938896000000387,2438516,17,1,1999 +3,F,29.0,29096,-109.08120799999641,31.938896000000387,2439581,17,1,1999 +3,M,43.0,29097,-109.08120799999641,31.938896000000387,2439581,17,1,1999 +3,F,35.0,29098,-109.08120799999641,31.938896000000387,2439581,17,1,1999 +4,F,45.0,29099,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,M,50.0,29100,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,M,37.0,29101,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,F,42.0,29102,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,M,45.0,29103,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,M,22.0,29104,-109.08040899999641,31.93889400000041,2438516,17,1,1999 +4,M,40.0,29105,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,F,41.0,29106,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,F,43.0,29107,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,M,48.0,29108,-109.08040899999641,31.93889400000041,2439521,17,1,1999 +4,F,21.0,29109,-109.08040899999641,31.93889400000041,2438516,17,1,1999 +6,F,33.0,29110,-109.07883599999636,31.939078000000414,2438516,17,1,1999 +6,M,45.0,29111,-109.07883599999636,31.939078000000414,2439581,17,1,1999 +6,M,29.0,29112,-109.07883599999636,31.939078000000414,2438516,17,1,1999 +6,M,21.0,29113,-109.07883599999636,31.939078000000414,2437967,17,1,1999 +6,F,23.0,29114,-109.07883599999636,31.939078000000414,2438516,17,1,1999 +6,M,26.0,29115,-109.07883599999636,31.939078000000414,2437967,17,1,1999 +11,F,53.0,29116,-109.07930699999636,31.938056000000426,2439541,17,1,1999 +11,M,25.0,29117,-109.07930699999636,31.938056000000426,2438516,17,1,1999 +11,M,42.0,29118,-109.07930699999636,31.938056000000426,2439521,17,1,1999 +11,F,41.0,29119,-109.07930699999636,31.938056000000426,2439521,17,1,1999 +11,F,23.0,29120,-109.07930699999636,31.938056000000426,2438516,17,1,1999 +11,M,43.0,29121,-109.07930699999636,31.938056000000426,2439521,17,1,1999 +11,M,41.0,29122,-109.07930699999636,31.938056000000426,2439521,17,1,1999 +9,M,45.0,29123,-109.08090299999638,31.93785900000039,2439521,17,1,1999 +9,M,52.0,29124,-109.08090299999638,31.93785900000039,2439521,17,1,1999 +9,M,41.0,29125,-109.08090299999638,31.93785900000039,2439521,17,1,1999 +9,M,53.0,29126,-109.08090299999638,31.93785900000039,2439521,17,1,1999 +9,F,54.0,29127,-109.08090299999638,31.93785900000039,2439541,17,1,1999 +9,M,43.0,29128,-109.08090299999638,31.93785900000039,2439521,17,1,1999 +9,F,60.0,29129,-109.08090299999638,31.93785900000039,2439541,17,1,1999 +9,F,40.0,29130,-109.08090299999638,31.93785900000039,2439521,17,1,1999 +8,M,40.0,29131,-109.08167999999641,31.937884000000402,2439521,17,1,1999 +8,M,46.0,29132,-109.08167999999641,31.937884000000402,2439541,17,1,1999 +8,F,43.0,29133,-109.08167999999641,31.937884000000402,2439521,17,1,1999 +8,F,59.0,29134,-109.08167999999641,31.937884000000402,2439541,17,1,1999 +8,M,40.0,29135,-109.08167999999641,31.937884000000402,2439521,17,1,1999 +8,F,32.0,29136,-109.08167999999641,31.937884000000402,2439581,17,1,1999 +13,F,33.0,29137,-109.08261299999641,31.937028000000442,2439581,17,1,1999 +13,M,26.0,29138,-109.08261299999641,31.937028000000442,2438516,17,1,1999 +13,F,49.0,29139,-109.08261299999641,31.937028000000442,2439521,17,1,1999 +13,F,44.0,29140,-109.08261299999641,31.937028000000442,2439521,17,1,1999 +13,F,30.0,29141,-109.08261299999641,31.937028000000442,2439581,17,1,1999 +13,F,36.0,29142,-109.08261299999641,31.937028000000442,2439581,17,1,1999 +13,F,27.0,29143,-109.08261299999641,31.937028000000442,2438516,17,1,1999 +13,F,41.0,29144,-109.08261299999641,31.937028000000442,2439521,17,1,1999 +14,F,44.0,29145,-109.08182699999641,31.937054000000447,2439521,17,1,1999 +15,,,29146,-109.08103599999642,31.937059000000463,2437568,17,1,1999 +15,M,11.0,29147,-109.08103599999642,31.937059000000463,2437874,17,1,1999 +16,F,31.0,29148,-109.08024399999636,31.93709400000041,2437967,17,1,1999 +10,M,23.0,29149,-109.08009099999636,31.938017000000425,2437967,17,1,1999 +5,M,58.0,29150,-109.07960199999636,31.93897000000045,2439521,17,1,1999 +5,F,49.0,29151,-109.07960199999636,31.93897000000045,2439521,17,1,1999 +5,F,48.0,29152,-109.07960199999636,31.93897000000045,2439521,17,1,1999 +5,M,40.0,29153,-109.07960199999636,31.93897000000045,2439521,17,1,1999 +5,M,46.0,29154,-109.07960199999636,31.93897000000045,2439521,17,1,1999 +5,F,24.0,29155,-109.07960199999636,31.93897000000045,2437981,17,1,1999 +7,,,29156,-109.08281599999641,31.938113000000413,,17,1,1999 +1,M,25.0,29157,-109.08282899999641,31.938851000000387,2438516,20,2,1999 +1,F,41.0,29158,-109.08282899999641,31.938851000000387,2439521,20,2,1999 +1,F,38.0,29159,-109.08282899999641,31.938851000000387,2439521,20,2,1999 +1,F,44.0,29160,-109.08282899999641,31.938851000000387,2439521,20,2,1999 +1,M,47.0,29161,-109.08282899999641,31.938851000000387,2439521,20,2,1999 +1,F,57.0,29162,-109.08282899999641,31.938851000000387,2439541,20,2,1999 +1,F,54.0,29163,-109.08282899999641,31.938851000000387,2439541,20,2,1999 +1,F,46.0,29164,-109.08282899999641,31.938851000000387,2439521,20,2,1999 +1,F,65.0,29165,-109.08282899999641,31.938851000000387,2439541,20,2,1999 +1,M,51.0,29166,-109.08282899999641,31.938851000000387,2439521,20,2,1999 +1,M,57.0,29167,-109.08282899999641,31.938851000000387,2439541,20,2,1999 +2,F,140.0,29168,-109.08197499999642,31.93888700000037,2439531,20,2,1999 +2,M,50.0,29169,-109.08197499999642,31.93888700000037,2439521,20,2,1999 +2,F,49.0,29170,-109.08197499999642,31.93888700000037,2439541,20,2,1999 +2,M,13.0,29171,-109.08197499999642,31.93888700000037,2437874,20,2,1999 +2,M,24.0,29172,-109.08197499999642,31.93888700000037,2437967,20,2,1999 +2,F,24.0,29173,-109.08197499999642,31.93888700000037,2437967,20,2,1999 +12,F,168.0,29174,-109.07851899999636,31.938203000000414,,20,2,1999 +12,M,17.0,29175,-109.07851899999636,31.938203000000414,2437967,20,2,1999 +12,F,52.0,29176,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,M,47.0,29177,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,M,23.0,29178,-109.07851899999636,31.938203000000414,2438516,20,2,1999 +12,F,45.0,29179,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,M,46.0,29180,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,M,62.0,29181,-109.07851899999636,31.938203000000414,2439541,20,2,1999 +12,F,42.0,29182,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,M,53.0,29183,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,M,46.0,29184,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,M,42.0,29185,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +12,F,27.0,29186,-109.07851899999636,31.938203000000414,2439581,20,2,1999 +12,F,41.0,29187,-109.07851899999636,31.938203000000414,2439521,20,2,1999 +19,F,34.0,29188,-109.07791199999636,31.937438000000434,2439581,20,2,1999 +19,F,27.0,29189,-109.07791199999636,31.937438000000434,2439581,20,2,1999 +19,M,23.0,29190,-109.07791199999636,31.937438000000434,2438516,20,2,1999 +19,F,29.0,29191,-109.07791199999636,31.937438000000434,2439581,20,2,1999 +19,F,33.0,29192,-109.07791199999636,31.937438000000434,2439581,20,2,1999 +19,F,31.0,29193,-109.07791199999636,31.937438000000434,2439581,20,2,1999 +19,M,25.0,29194,-109.07791199999636,31.937438000000434,2439521,20,2,1999 +19,F,32.0,29195,-109.07791199999636,31.937438000000434,2439581,20,2,1999 +19,M,22.0,29196,-109.07791199999636,31.937438000000434,2437967,20,2,1999 +18,M,10.0,29197,-109.07863299999636,31.93712600000041,2437874,20,2,1999 +18,M,8.0,29198,-109.07863299999636,31.93712600000041,2437874,20,2,1999 +18,F,11.0,29199,-109.07863299999636,31.93712600000041,2437874,20,2,1999 +18,F,24.0,29200,-109.07863299999636,31.93712600000041,2439581,20,2,1999 +18,F,33.0,29201,-109.07863299999636,31.93712600000041,2439581,20,2,1999 +18,M,11.0,29202,-109.07863299999636,31.93712600000041,2437874,20,2,1999 +17,M,47.0,29203,-109.07941499999636,31.937117000000445,2439521,20,2,1999 +17,,,29204,-109.07941499999636,31.937117000000445,2437568,20,2,1999 +17,F,39.0,29205,-109.07941499999636,31.937117000000445,2439521,20,2,1999 +17,F,41.0,29206,-109.07941499999636,31.937117000000445,2439521,20,2,1999 +17,M,56.0,29207,-109.07941499999636,31.937117000000445,2439541,20,2,1999 +17,M,27.0,29208,-109.07941499999636,31.937117000000445,2438516,20,2,1999 +17,M,39.0,29209,-109.07941499999636,31.937117000000445,2439521,20,2,1999 +17,F,47.0,29210,-109.07941499999636,31.937117000000445,2439521,20,2,1999 +17,F,26.0,29211,-109.07941499999636,31.937117000000445,2438516,20,2,1999 +17,M,44.0,29212,-109.07941499999636,31.937117000000445,2439521,20,2,1999 +20,M,9.0,29213,-109.08019099999642,31.93633400000045,2437874,20,2,1999 +20,F,25.0,29214,-109.08019099999642,31.93633400000045,2437967,20,2,1999 +20,F,10.0,29215,-109.08019099999642,31.93633400000045,2437874,20,2,1999 +21,F,33.0,29216,-109.07939799999636,31.936448000000453,2439581,20,2,1999 +21,F,32.0,29217,-109.07939799999636,31.936448000000453,2439581,20,2,1999 +21,M,45.0,29218,-109.07939799999636,31.936448000000453,2439521,20,2,1999 +21,F,33.0,29219,-109.07939799999636,31.936448000000453,2439581,20,2,1999 +21,M,50.0,29220,-109.07939799999636,31.936448000000453,2439521,20,2,1999 +21,M,29.0,29221,-109.07939799999636,31.936448000000453,2439581,20,2,1999 +21,M,47.0,29222,-109.07939799999636,31.936448000000453,2439521,20,2,1999 +22,F,29.0,29223,-109.07860199999635,31.93644100000042,2439581,20,2,1999 +22,F,46.0,29224,-109.07860199999635,31.93644100000042,2439521,20,2,1999 +22,F,31.0,29225,-109.07860199999635,31.93644100000042,2439581,20,2,1999 +22,F,45.0,29226,-109.07860199999635,31.93644100000042,2439521,20,2,1999 +22,M,50.0,29227,-109.07860199999635,31.93644100000042,2439521,20,2,1999 +22,M,35.0,29228,-109.07860199999635,31.93644100000042,2439581,20,2,1999 +22,M,39.0,29229,-109.07860199999635,31.93644100000042,2439521,20,2,1999 +23,F,22.0,29230,-109.07783799999636,31.93676300000042,2437967,20,2,1999 +23,M,24.0,29231,-109.07783799999636,31.93676300000042,2438516,20,2,1999 +7,M,28.0,29232,-109.08281599999641,31.938113000000413,2439581,20,2,1999 +3,F,30.0,29233,-109.08120799999641,31.938896000000387,2439581,21,2,1999 +3,M,47.0,29234,-109.08120799999641,31.938896000000387,2439581,21,2,1999 +3,M,28.0,29235,-109.08120799999641,31.938896000000387,2439581,21,2,1999 +3,M,25.0,29236,-109.08120799999641,31.938896000000387,2438516,21,2,1999 +3,F,34.0,29237,-109.08120799999641,31.938896000000387,2439581,21,2,1999 +3,F,24.0,29238,-109.08120799999641,31.938896000000387,2438516,21,2,1999 +3,M,44.0,29239,-109.08120799999641,31.938896000000387,2439581,21,2,1999 +3,M,48.0,29240,-109.08120799999641,31.938896000000387,2439521,21,2,1999 +4,M,50.0,29241,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,M,23.0,29242,-109.08040899999641,31.93889400000041,2438516,21,2,1999 +4,F,39.0,29243,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,F,46.0,29244,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,M,45.0,29245,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,M,42.0,29246,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,M,45.0,29247,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,M,38.0,29248,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,M,49.0,29249,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,F,42.0,29250,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +4,F,42.0,29251,-109.08040899999641,31.93889400000041,2439521,21,2,1999 +6,M,49.0,29252,-109.07883599999636,31.939078000000414,2439581,21,2,1999 +6,F,46.0,29253,-109.07883599999636,31.939078000000414,2439521,21,2,1999 +6,F,22.0,29254,-109.07883599999636,31.939078000000414,2438516,21,2,1999 +6,M,33.0,29255,-109.07883599999636,31.939078000000414,2439521,21,2,1999 +6,M,28.0,29256,-109.07883599999636,31.939078000000414,2438516,21,2,1999 +6,F,29.0,29257,-109.07883599999636,31.939078000000414,2438516,21,2,1999 +6,M,20.0,29258,-109.07883599999636,31.939078000000414,2437967,21,2,1999 +6,M,10.0,29259,-109.07883599999636,31.939078000000414,2437874,21,2,1999 +11,M,40.0,29260,-109.07930699999636,31.938056000000426,2439521,21,2,1999 +11,F,47.0,29261,-109.07930699999636,31.938056000000426,2439521,21,2,1999 +11,F,49.0,29262,-109.07930699999636,31.938056000000426,2439541,21,2,1999 +9,M,48.0,29263,-109.08090299999638,31.93785900000039,2439521,21,2,1999 +9,F,45.0,29264,-109.08090299999638,31.93785900000039,2439521,21,2,1999 +9,M,42.0,29265,-109.08090299999638,31.93785900000039,2439521,21,2,1999 +9,F,54.0,29266,-109.08090299999638,31.93785900000039,2439541,21,2,1999 +9,F,47.0,29267,-109.08090299999638,31.93785900000039,2439521,21,2,1999 +9,M,49.0,29268,-109.08090299999638,31.93785900000039,2439521,21,2,1999 +9,M,53.0,29269,-109.08090299999638,31.93785900000039,2439521,21,2,1999 +8,M,47.0,29270,-109.08167999999641,31.937884000000402,2439541,21,2,1999 +8,M,42.0,29271,-109.08167999999641,31.937884000000402,2439521,21,2,1999 +8,F,24.0,29272,-109.08167999999641,31.937884000000402,2438516,21,2,1999 +8,F,40.0,29273,-109.08167999999641,31.937884000000402,2439521,21,2,1999 +8,F,52.0,29274,-109.08167999999641,31.937884000000402,2439541,21,2,1999 +8,F,51.0,29275,-109.08167999999641,31.937884000000402,2439521,21,2,1999 +8,M,32.0,29276,-109.08167999999641,31.937884000000402,2439541,21,2,1999 +8,F,25.0,29277,-109.08167999999641,31.937884000000402,2439581,21,2,1999 +8,M,41.0,29278,-109.08167999999641,31.937884000000402,2439581,21,2,1999 +13,F,35.0,29279,-109.08261299999641,31.937028000000442,2439581,21,2,1999 +13,F,30.0,29280,-109.08261299999641,31.937028000000442,2439581,21,2,1999 +13,F,33.0,29281,-109.08261299999641,31.937028000000442,2439581,21,2,1999 +13,F,42.0,29282,-109.08261299999641,31.937028000000442,2439521,21,2,1999 +13,M,54.0,29283,-109.08261299999641,31.937028000000442,2439521,21,2,1999 +13,F,30.0,29284,-109.08261299999641,31.937028000000442,2438516,21,2,1999 +13,M,49.0,29285,-109.08261299999641,31.937028000000442,2439521,21,2,1999 +13,M,49.0,29286,-109.08261299999641,31.937028000000442,2439521,21,2,1999 +13,F,44.0,29287,-109.08261299999641,31.937028000000442,2439521,21,2,1999 +13,M,53.0,29288,-109.08261299999641,31.937028000000442,2439521,21,2,1999 +14,F,46.0,29289,-109.08182699999641,31.937054000000447,2439521,21,2,1999 +14,M,24.0,29290,-109.08182699999641,31.937054000000447,2438516,21,2,1999 +14,F,48.0,29291,-109.08182699999641,31.937054000000447,2439521,21,2,1999 +5,M,56.0,29292,-109.07960199999636,31.93897000000045,2439521,21,2,1999 +5,M,25.0,29293,-109.07960199999636,31.93897000000045,2437967,21,2,1999 +5,M,47.0,29294,-109.07960199999636,31.93897000000045,2439521,21,2,1999 +5,M,12.0,29295,-109.07960199999636,31.93897000000045,2437967,21,2,1999 +5,F,24.0,29296,-109.07960199999636,31.93897000000045,2437981,21,2,1999 +10,,,29297,-109.08009099999636,31.938017000000425,,21,2,1999 +15,,,29298,-109.08103599999642,31.937059000000463,,21,2,1999 +16,,,29299,-109.08024399999636,31.93709400000041,,21,2,1999 +1,F,63.0,29300,-109.08282899999641,31.938851000000387,2439541,14,3,1999 +1,F,28.0,29301,-109.08282899999641,31.938851000000387,2438516,14,3,1999 +1,M,23.0,29302,-109.08282899999641,31.938851000000387,2437967,14,3,1999 +1,F,46.0,29303,-109.08282899999641,31.938851000000387,2439521,14,3,1999 +1,M,27.0,29304,-109.08282899999641,31.938851000000387,2438516,14,3,1999 +1,F,43.0,29305,-109.08282899999641,31.938851000000387,2439521,14,3,1999 +1,F,40.0,29306,-109.08282899999641,31.938851000000387,2439521,14,3,1999 +2,M,22.0,29307,-109.08197499999642,31.93888700000037,2437967,14,3,1999 +2,F,9.0,29308,-109.08197499999642,31.93888700000037,2437874,14,3,1999 +2,M,51.0,29309,-109.08197499999642,31.93888700000037,2439521,14,3,1999 +2,F,23.0,29310,-109.08197499999642,31.93888700000037,2437967,14,3,1999 +2,F,153.0,29311,-109.08197499999642,31.93888700000037,,14,3,1999 +2,M,27.0,29312,-109.08197499999642,31.93888700000037,2439521,14,3,1999 +2,F,52.0,29313,-109.08197499999642,31.93888700000037,2439541,14,3,1999 +2,F,153.0,29314,-109.08197499999642,31.93888700000037,2439531,14,3,1999 +12,F,28.0,29315,-109.07851899999636,31.938203000000414,2439581,14,3,1999 +12,F,45.0,29316,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,F,49.0,29317,-109.07851899999636,31.938203000000414,2439541,14,3,1999 +12,M,48.0,29318,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,M,41.0,29319,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,M,50.0,29320,-109.07851899999636,31.938203000000414,2439541,14,3,1999 +12,F,44.0,29321,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,F,182.0,29322,-109.07851899999636,31.938203000000414,,14,3,1999 +12,M,26.0,29323,-109.07851899999636,31.938203000000414,2438516,14,3,1999 +12,M,46.0,29324,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,F,26.0,29325,-109.07851899999636,31.938203000000414,2438516,14,3,1999 +12,F,45.0,29326,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,M,49.0,29327,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,M,53.0,29328,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +12,M,42.0,29329,-109.07851899999636,31.938203000000414,2439581,14,3,1999 +12,M,47.0,29330,-109.07851899999636,31.938203000000414,2439521,14,3,1999 +19,F,33.0,29331,-109.07791199999636,31.937438000000434,2439581,14,3,1999 +19,F,34.0,29332,-109.07791199999636,31.937438000000434,2439581,14,3,1999 +19,F,30.0,29333,-109.07791199999636,31.937438000000434,2439581,14,3,1999 +19,F,31.0,29334,-109.07791199999636,31.937438000000434,2439581,14,3,1999 +19,F,35.0,29335,-109.07791199999636,31.937438000000434,2439581,14,3,1999 +18,M,10.0,29336,-109.07863299999636,31.93712600000041,2437874,14,3,1999 +18,F,22.0,29337,-109.07863299999636,31.93712600000041,2439581,14,3,1999 +18,,,29338,-109.07863299999636,31.93712600000041,2439581,14,3,1999 +17,M,27.0,29339,-109.07941499999636,31.937117000000445,2438516,14,3,1999 +17,M,52.0,29340,-109.07941499999636,31.937117000000445,2439541,14,3,1999 +17,,,29341,-109.07941499999636,31.937117000000445,2437300,14,3,1999 +17,F,41.0,29342,-109.07941499999636,31.937117000000445,2439521,14,3,1999 +17,M,48.0,29343,-109.07941499999636,31.937117000000445,2439521,14,3,1999 +17,F,25.0,29344,-109.07941499999636,31.937117000000445,2438516,14,3,1999 +17,M,43.0,29345,-109.07941499999636,31.937117000000445,2439521,14,3,1999 +17,F,46.0,29346,-109.07941499999636,31.937117000000445,2439521,14,3,1999 +17,F,41.0,29347,-109.07941499999636,31.937117000000445,2439521,14,3,1999 +20,F,10.0,29348,-109.08019099999642,31.93633400000045,2437874,14,3,1999 +20,F,27.0,29349,-109.08019099999642,31.93633400000045,2437967,14,3,1999 +20,F,11.0,29350,-109.08019099999642,31.93633400000045,2437874,14,3,1999 +20,M,9.0,29351,-109.08019099999642,31.93633400000045,2437874,14,3,1999 +21,M,51.0,29352,-109.07939799999636,31.936448000000453,2439521,14,3,1999 +21,M,48.0,29353,-109.07939799999636,31.936448000000453,2439521,14,3,1999 +21,F,35.0,29354,-109.07939799999636,31.936448000000453,2439581,14,3,1999 +21,F,32.0,29355,-109.07939799999636,31.936448000000453,2439581,14,3,1999 +21,F,30.0,29356,-109.07939799999636,31.936448000000453,2439581,14,3,1999 +21,M,48.0,29357,-109.07939799999636,31.936448000000453,2439521,14,3,1999 +21,M,46.0,29358,-109.07939799999636,31.936448000000453,2439521,14,3,1999 +22,F,30.0,29359,-109.07860199999635,31.93644100000042,2439581,14,3,1999 +22,F,47.0,29360,-109.07860199999635,31.93644100000042,2439521,14,3,1999 +22,M,44.0,29361,-109.07860199999635,31.93644100000042,2439581,14,3,1999 +22,F,47.0,29362,-109.07860199999635,31.93644100000042,2439521,14,3,1999 +22,F,30.0,29363,-109.07860199999635,31.93644100000042,2439581,14,3,1999 +22,M,50.0,29364,-109.07860199999635,31.93644100000042,2439521,14,3,1999 +22,M,34.0,29365,-109.07860199999635,31.93644100000042,2439581,14,3,1999 +22,M,50.0,29366,-109.07860199999635,31.93644100000042,2439521,14,3,1999 +22,M,38.0,29367,-109.07860199999635,31.93644100000042,2439521,14,3,1999 +23,F,24.0,29368,-109.07783799999636,31.93676300000042,2437967,14,3,1999 +24,M,12.0,29369,-109.07773599999636,31.938560000000447,2437874,14,3,1999 +23,M,21.0,29370,-109.07783799999636,31.93676300000042,2437967,14,3,1999 +3,M,41.0,29371,-109.08120799999641,31.938896000000387,2439581,15,3,1999 +3,F,35.0,29372,-109.08120799999641,31.938896000000387,2439581,15,3,1999 +3,F,25.0,29373,-109.08120799999641,31.938896000000387,2438516,15,3,1999 +3,M,27.0,29374,-109.08120799999641,31.938896000000387,2439581,15,3,1999 +3,F,32.0,29375,-109.08120799999641,31.938896000000387,2439581,15,3,1999 +3,M,22.0,29376,-109.08120799999641,31.938896000000387,2437967,15,3,1999 +4,F,47.0,29377,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +4,M,48.0,29378,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +4,F,40.0,29379,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +4,M,50.0,29380,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +4,F,46.0,29381,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +4,M,45.0,29382,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +4,F,42.0,29383,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +4,F,26.0,29384,-109.08040899999641,31.93889400000041,2438516,15,3,1999 +4,M,51.0,29385,-109.08040899999641,31.93889400000041,2439521,15,3,1999 +6,F,30.0,29386,-109.07883599999636,31.939078000000414,2438516,15,3,1999 +6,M,48.0,29387,-109.07883599999636,31.939078000000414,2439581,15,3,1999 +6,F,42.0,29388,-109.07883599999636,31.939078000000414,2439521,15,3,1999 +6,F,25.0,29389,-109.07883599999636,31.939078000000414,2438516,15,3,1999 +11,M,45.0,29390,-109.07930699999636,31.938056000000426,2439521,15,3,1999 +11,F,45.0,29391,-109.07930699999636,31.938056000000426,2439521,15,3,1999 +11,M,46.0,29392,-109.07930699999636,31.938056000000426,2439521,15,3,1999 +11,F,43.0,29393,-109.07930699999636,31.938056000000426,2439521,15,3,1999 +11,M,39.0,29394,-109.07930699999636,31.938056000000426,2439541,15,3,1999 +11,M,58.0,29395,-109.07930699999636,31.938056000000426,2439541,15,3,1999 +11,M,37.0,29396,-109.07930699999636,31.938056000000426,2439541,15,3,1999 +11,M,34.0,29397,-109.07930699999636,31.938056000000426,2439541,15,3,1999 +9,M,18.0,29398,-109.08090299999638,31.93785900000039,2439591,15,3,1999 +9,M,13.0,29399,-109.08090299999638,31.93785900000039,2439591,15,3,1999 +9,F,46.0,29400,-109.08090299999638,31.93785900000039,2439521,15,3,1999 +9,M,46.0,29401,-109.08090299999638,31.93785900000039,2439521,15,3,1999 +9,F,45.0,29402,-109.08090299999638,31.93785900000039,2439521,15,3,1999 +9,M,52.0,29403,-109.08090299999638,31.93785900000039,2439521,15,3,1999 +9,M,52.0,29404,-109.08090299999638,31.93785900000039,2439521,15,3,1999 +13,F,45.0,29405,-109.08261299999641,31.937028000000442,2439521,15,3,1999 +13,F,34.0,29406,-109.08261299999641,31.937028000000442,2439581,15,3,1999 +13,F,26.0,29407,-109.08261299999641,31.937028000000442,2438516,15,3,1999 +13,F,32.0,29408,-109.08261299999641,31.937028000000442,2439581,15,3,1999 +13,M,52.0,29409,-109.08261299999641,31.937028000000442,2439521,15,3,1999 +13,F,36.0,29410,-109.08261299999641,31.937028000000442,2439581,15,3,1999 +13,F,35.0,29411,-109.08261299999641,31.937028000000442,2438516,15,3,1999 +14,F,47.0,29412,-109.08182699999641,31.937054000000447,2439521,15,3,1999 +14,F,42.0,29413,-109.08182699999641,31.937054000000447,2439521,15,3,1999 +15,M,26.0,29414,-109.08103599999642,31.937059000000463,2439581,15,3,1999 +15,F,28.0,29415,-109.08103599999642,31.937059000000463,2437967,15,3,1999 +5,M,57.0,29416,-109.07960199999636,31.93897000000045,2439521,15,3,1999 +5,M,24.0,29417,-109.07960199999636,31.93897000000045,2437967,15,3,1999 +5,M,47.0,29418,-109.07960199999636,31.93897000000045,2439521,15,3,1999 +5,M,24.0,29419,-109.07960199999636,31.93897000000045,2438516,15,3,1999 +5,M,49.0,29420,-109.07960199999636,31.93897000000045,2439521,15,3,1999 +5,M,29.0,29421,-109.07960199999636,31.93897000000045,2437967,15,3,1999 +5,M,45.0,29422,-109.07960199999636,31.93897000000045,2439521,15,3,1999 +16,M,8.0,29423,-109.08024399999636,31.93709400000041,2437874,15,3,1999 +7,,,29424,-109.08281599999641,31.938113000000413,,15,3,1999 +8,,,29425,-109.08167999999641,31.937884000000402,,15,3,1999 +10,,,29426,-109.08009099999636,31.938017000000425,,15,3,1999 +1,F,41.0,29427,-109.08282899999641,31.938851000000387,2439521,17,4,1999 +1,F,41.0,29428,-109.08282899999641,31.938851000000387,2439521,17,4,1999 +1,F,73.0,29429,-109.08282899999641,31.938851000000387,2439541,17,4,1999 +1,F,34.0,29430,-109.08282899999641,31.938851000000387,2439541,17,4,1999 +1,M,46.0,29431,-109.08282899999641,31.938851000000387,2439541,17,4,1999 +2,M,48.0,29432,-109.08197499999642,31.93888700000037,2439521,17,4,1999 +2,M,51.0,29433,-109.08197499999642,31.93888700000037,2439541,17,4,1999 +2,M,87.0,29434,-109.08197499999642,31.93888700000037,2439531,17,4,1999 +2,F,31.0,29435,-109.08197499999642,31.93888700000037,2439521,17,4,1999 +2,M,220.0,29436,-109.08197499999642,31.93888700000037,,17,4,1999 +2,F,131.0,29437,-109.08197499999642,31.93888700000037,2439531,17,4,1999 +2,M,22.0,29438,-109.08197499999642,31.93888700000037,2439591,17,4,1999 +2,F,47.0,29439,-109.08197499999642,31.93888700000037,2439541,17,4,1999 +12,F,14.0,29440,-109.07851899999636,31.938203000000414,2439591,17,4,1999 +12,M,44.0,29441,-109.07851899999636,31.938203000000414,2439521,17,4,1999 +12,M,47.0,29442,-109.07851899999636,31.938203000000414,2439521,17,4,1999 +12,M,46.0,29443,-109.07851899999636,31.938203000000414,2439521,17,4,1999 +12,F,41.0,29444,-109.07851899999636,31.938203000000414,2439521,17,4,1999 +12,M,29.0,29445,-109.07851899999636,31.938203000000414,2439581,17,4,1999 +12,M,43.0,29446,-109.07851899999636,31.938203000000414,2439521,17,4,1999 +12,M,58.0,29447,-109.07851899999636,31.938203000000414,2439541,17,4,1999 +12,F,25.0,29448,-109.07851899999636,31.938203000000414,2438516,17,4,1999 +12,M,23.0,29449,-109.07851899999636,31.938203000000414,2438516,17,4,1999 +12,F,190.0,29450,-109.07851899999636,31.938203000000414,,17,4,1999 +12,M,43.0,29451,-109.07851899999636,31.938203000000414,2439521,17,4,1999 +12,F,44.0,29452,-109.07851899999636,31.938203000000414,2439521,17,4,1999 +19,M,25.0,29453,-109.07791199999636,31.937438000000434,2438516,17,4,1999 +19,F,35.0,29454,-109.07791199999636,31.937438000000434,2439581,17,4,1999 +19,F,27.0,29455,-109.07791199999636,31.937438000000434,2439581,17,4,1999 +19,F,32.0,29456,-109.07791199999636,31.937438000000434,2439581,17,4,1999 +19,F,35.0,29457,-109.07791199999636,31.937438000000434,2439581,17,4,1999 +19,F,34.0,29458,-109.07791199999636,31.937438000000434,2439581,17,4,1999 +19,M,21.0,29459,-109.07791199999636,31.937438000000434,2437967,17,4,1999 +19,F,26.0,29460,-109.07791199999636,31.937438000000434,2439581,17,4,1999 +18,F,21.0,29461,-109.07863299999636,31.93712600000041,2437967,17,4,1999 +18,F,32.0,29462,-109.07863299999636,31.93712600000041,2439581,17,4,1999 +18,,,29463,-109.07863299999636,31.93712600000041,2439581,17,4,1999 +17,F,40.0,29464,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +17,M,19.0,29465,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +17,F,40.0,29466,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +17,F,46.0,29467,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +17,F,27.0,29468,-109.07941499999636,31.937117000000445,2438516,17,4,1999 +17,M,42.0,29469,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +17,M,47.0,29470,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +17,F,39.0,29471,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +17,M,43.0,29472,-109.07941499999636,31.937117000000445,2439521,17,4,1999 +20,M,19.0,29473,-109.08019099999642,31.93633400000045,2439591,17,4,1999 +21,M,44.0,29474,-109.07939799999636,31.936448000000453,2439521,17,4,1999 +21,F,31.0,29475,-109.07939799999636,31.936448000000453,2439581,17,4,1999 +21,M,38.0,29476,-109.07939799999636,31.936448000000453,2439581,17,4,1999 +21,M,36.0,29477,-109.07939799999636,31.936448000000453,2439581,17,4,1999 +21,F,32.0,29478,-109.07939799999636,31.936448000000453,2439581,17,4,1999 +21,F,29.0,29479,-109.07939799999636,31.936448000000453,2439521,17,4,1999 +21,F,35.0,29480,-109.07939799999636,31.936448000000453,2439581,17,4,1999 +21,F,33.0,29481,-109.07939799999636,31.936448000000453,2439581,17,4,1999 +22,M,33.0,29482,-109.07860199999635,31.93644100000042,2439521,17,4,1999 +22,F,34.0,29483,-109.07860199999635,31.93644100000042,2439581,17,4,1999 +22,M,32.0,29484,-109.07860199999635,31.93644100000042,2439581,17,4,1999 +22,F,34.0,29485,-109.07860199999635,31.93644100000042,2439521,17,4,1999 +22,M,45.0,29486,-109.07860199999635,31.93644100000042,2439521,17,4,1999 +22,M,47.0,29487,-109.07860199999635,31.93644100000042,2439521,17,4,1999 +22,F,44.0,29488,-109.07860199999635,31.93644100000042,2439521,17,4,1999 +7,F,17.0,29489,-109.08281599999641,31.938113000000413,2439591,17,4,1999 +7,M,21.0,29490,-109.08281599999641,31.938113000000413,2437967,17,4,1999 +24,F,23.0,29491,-109.07773599999636,31.938560000000447,2437967,17,4,1999 +23,,,29492,-109.07783799999636,31.93676300000042,,17,4,1999 +3,F,32.0,29493,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,F,35.0,29494,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,M,17.0,29495,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,F,33.0,29496,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,F,18.0,29497,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,F,28.0,29498,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,F,16.0,29499,-109.08120799999641,31.938896000000387,2439591,18,4,1999 +3,M,37.0,29500,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,M,36.0,29501,-109.08120799999641,31.938896000000387,2439541,18,4,1999 +3,M,26.0,29502,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,F,28.0,29503,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +3,M,36.0,29504,-109.08120799999641,31.938896000000387,2439581,18,4,1999 +4,M,47.0,29505,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,F,43.0,29506,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,M,47.0,29507,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,M,48.0,29508,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,M,45.0,29509,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,F,46.0,29510,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,M,30.0,29511,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,F,43.0,29512,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,F,45.0,29513,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,M,45.0,29514,-109.08040899999641,31.93889400000041,2439521,18,4,1999 +4,F,15.0,29515,-109.08040899999641,31.93889400000041,2439591,18,4,1999 +6,,,29516,-109.07883599999636,31.939078000000414,2439581,18,4,1999 +6,M,12.0,29517,-109.07883599999636,31.939078000000414,2439591,18,4,1999 +6,F,22.0,29518,-109.07883599999636,31.939078000000414,2438516,18,4,1999 +6,M,27.0,29519,-109.07883599999636,31.939078000000414,2438516,18,4,1999 +6,M,25.0,29520,-109.07883599999636,31.939078000000414,2438516,18,4,1999 +6,F,27.0,29521,-109.07883599999636,31.939078000000414,2438516,18,4,1999 +6,M,21.0,29522,-109.07883599999636,31.939078000000414,2437967,18,4,1999 +11,M,17.0,29523,-109.07930699999636,31.938056000000426,2439591,18,4,1999 +11,F,40.0,29524,-109.07930699999636,31.938056000000426,2439521,18,4,1999 +11,M,40.0,29525,-109.07930699999636,31.938056000000426,2439521,18,4,1999 +11,M,37.0,29526,-109.07930699999636,31.938056000000426,2439541,18,4,1999 +11,M,34.0,29527,-109.07930699999636,31.938056000000426,2439541,18,4,1999 +11,M,42.0,29528,-109.07930699999636,31.938056000000426,2439541,18,4,1999 +11,F,44.0,29529,-109.07930699999636,31.938056000000426,2439521,18,4,1999 +11,M,52.0,29530,-109.07930699999636,31.938056000000426,2439541,18,4,1999 +9,M,42.0,29531,-109.08090299999638,31.93785900000039,2439521,18,4,1999 +9,M,45.0,29532,-109.08090299999638,31.93785900000039,2439521,18,4,1999 +9,M,41.0,29533,-109.08090299999638,31.93785900000039,2439521,18,4,1999 +9,M,23.0,29534,-109.08090299999638,31.93785900000039,2438516,18,4,1999 +9,M,20.0,29535,-109.08090299999638,31.93785900000039,2439591,18,4,1999 +9,F,45.0,29536,-109.08090299999638,31.93785900000039,2439521,18,4,1999 +9,M,49.0,29537,-109.08090299999638,31.93785900000039,2439521,18,4,1999 +9,F,42.0,29538,-109.08090299999638,31.93785900000039,2439521,18,4,1999 +8,M,39.0,29539,-109.08167999999641,31.937884000000402,2439541,18,4,1999 +8,F,25.0,29540,-109.08167999999641,31.937884000000402,2439581,18,4,1999 +8,F,53.0,29541,-109.08167999999641,31.937884000000402,2439541,18,4,1999 +8,M,38.0,29542,-109.08167999999641,31.937884000000402,2439541,18,4,1999 +8,F,29.0,29543,-109.08167999999641,31.937884000000402,2438516,18,4,1999 +8,M,44.0,29544,-109.08167999999641,31.937884000000402,2439541,18,4,1999 +8,M,56.0,29545,-109.08167999999641,31.937884000000402,2439541,18,4,1999 +8,F,39.0,29546,-109.08167999999641,31.937884000000402,2439521,18,4,1999 +13,F,36.0,29547,-109.08261299999641,31.937028000000442,2439581,18,4,1999 +13,F,30.0,29548,-109.08261299999641,31.937028000000442,2439581,18,4,1999 +13,F,43.0,29549,-109.08261299999641,31.937028000000442,2439581,18,4,1999 +13,F,26.0,29550,-109.08261299999641,31.937028000000442,2438516,18,4,1999 +13,F,45.0,29551,-109.08261299999641,31.937028000000442,2439521,18,4,1999 +13,M,49.0,29552,-109.08261299999641,31.937028000000442,2439521,18,4,1999 +14,F,46.0,29553,-109.08182699999641,31.937054000000447,2439521,18,4,1999 +14,M,22.0,29554,-109.08182699999641,31.937054000000447,2439521,18,4,1999 +14,F,41.0,29555,-109.08182699999641,31.937054000000447,2439521,18,4,1999 +15,F,38.0,29556,-109.08103599999642,31.937059000000463,2439581,18,4,1999 +15,M,9.0,29557,-109.08103599999642,31.937059000000463,2437874,18,4,1999 +5,F,23.0,29558,-109.07960199999636,31.93897000000045,2437967,18,4,1999 +5,F,47.0,29559,-109.07960199999636,31.93897000000045,2439521,18,4,1999 +5,M,55.0,29560,-109.07960199999636,31.93897000000045,2439521,18,4,1999 +5,M,24.0,29561,-109.07960199999636,31.93897000000045,2437967,18,4,1999 +5,M,45.0,29562,-109.07960199999636,31.93897000000045,2439521,18,4,1999 +10,,,29563,-109.08009099999636,31.938017000000425,,18,4,1999 +16,,,29564,-109.08024399999636,31.93709400000041,,18,4,1999 +1,M,37.0,29565,-109.08282899999641,31.938851000000387,2439541,15,5,1999 +1,F,18.0,29566,-109.08282899999641,31.938851000000387,2439591,15,5,1999 +1,F,41.0,29567,-109.08282899999641,31.938851000000387,2439521,15,5,1999 +1,F,47.0,29568,-109.08282899999641,31.938851000000387,2439521,15,5,1999 +1,F,41.0,29569,-109.08282899999641,31.938851000000387,2439521,15,5,1999 +2,F,21.0,29570,-109.08197499999642,31.93888700000037,2437967,15,5,1999 +2,M,40.0,29571,-109.08197499999642,31.93888700000037,2439541,15,5,1999 +2,F,18.0,29572,-109.08197499999642,31.93888700000037,2439581,15,5,1999 +2,F,154.0,29573,-109.08197499999642,31.93888700000037,,15,5,1999 +2,M,96.0,29574,-109.08197499999642,31.93888700000037,2439531,15,5,1999 +2,M,14.0,29575,-109.08197499999642,31.93888700000037,2439591,15,5,1999 +2,F,24.0,29576,-109.08197499999642,31.93888700000037,2439581,15,5,1999 +2,M,29.0,29577,-109.08197499999642,31.93888700000037,2439591,15,5,1999 +2,M,46.0,29578,-109.08197499999642,31.93888700000037,2439521,15,5,1999 +12,F,38.0,29579,-109.07851899999636,31.938203000000414,2439521,15,5,1999 +12,F,16.0,29580,-109.07851899999636,31.938203000000414,2439591,15,5,1999 +12,M,44.0,29581,-109.07851899999636,31.938203000000414,2439521,15,5,1999 +12,M,,29582,-109.07851899999636,31.938203000000414,2439541,15,5,1999 +12,F,47.0,29583,-109.07851899999636,31.938203000000414,2439521,15,5,1999 +12,F,30.0,29584,-109.07851899999636,31.938203000000414,2438516,15,5,1999 +12,F,35.0,29585,-109.07851899999636,31.938203000000414,2439521,15,5,1999 +12,F,30.0,29586,-109.07851899999636,31.938203000000414,2439581,15,5,1999 +12,,173.0,29587,-109.07851899999636,31.938203000000414,,15,5,1999 +19,M,20.0,29588,-109.07791199999636,31.937438000000434,2437967,15,5,1999 +19,F,37.0,29589,-109.07791199999636,31.937438000000434,2439581,15,5,1999 +19,F,37.0,29590,-109.07791199999636,31.937438000000434,2438516,15,5,1999 +19,F,15.0,29591,-109.07791199999636,31.937438000000434,2439591,15,5,1999 +19,F,46.0,29592,-109.07791199999636,31.937438000000434,2439581,15,5,1999 +19,F,28.0,29593,-109.07791199999636,31.937438000000434,2439581,15,5,1999 +18,F,17.0,29594,-109.07863299999636,31.93712600000041,2439591,15,5,1999 +18,M,19.0,29595,-109.07863299999636,31.93712600000041,2439581,15,5,1999 +18,F,33.0,29596,-109.07863299999636,31.93712600000041,2439581,15,5,1999 +17,F,45.0,29597,-109.07941499999636,31.937117000000445,2439521,15,5,1999 +17,M,26.0,29598,-109.07941499999636,31.937117000000445,2439521,15,5,1999 +17,,,29599,-109.07941499999636,31.937117000000445,2437300,15,5,1999 +17,M,36.0,29600,-109.07941499999636,31.937117000000445,2439541,15,5,1999 +17,F,19.0,29601,-109.07941499999636,31.937117000000445,2439591,15,5,1999 +17,F,43.0,29602,-109.07941499999636,31.937117000000445,2439521,15,5,1999 +17,F,41.0,29603,-109.07941499999636,31.937117000000445,2439521,15,5,1999 +17,F,44.0,29604,-109.07941499999636,31.937117000000445,2439521,15,5,1999 +20,M,19.0,29605,-109.08019099999642,31.93633400000045,2439591,15,5,1999 +20,M,22.0,29606,-109.08019099999642,31.93633400000045,2439591,15,5,1999 +20,M,19.0,29607,-109.08019099999642,31.93633400000045,2439591,15,5,1999 +20,M,17.0,29608,-109.08019099999642,31.93633400000045,2439591,15,5,1999 +21,F,38.0,29609,-109.07939799999636,31.936448000000453,2439581,15,5,1999 +21,,,29610,-109.07939799999636,31.936448000000453,2437300,15,5,1999 +21,F,32.0,29611,-109.07939799999636,31.936448000000453,2439581,15,5,1999 +21,M,,29612,-109.07939799999636,31.936448000000453,2437874,15,5,1999 +21,F,30.0,29613,-109.07939799999636,31.936448000000453,2439581,15,5,1999 +21,F,37.0,29614,-109.07939799999636,31.936448000000453,2439521,15,5,1999 +22,M,37.0,29615,-109.07860199999635,31.93644100000042,2439521,15,5,1999 +22,F,46.0,29616,-109.07860199999635,31.93644100000042,2439521,15,5,1999 +22,F,48.0,29617,-109.07860199999635,31.93644100000042,2439521,15,5,1999 +22,M,51.0,29618,-109.07860199999635,31.93644100000042,2439521,15,5,1999 +22,F,35.0,29619,-109.07860199999635,31.93644100000042,2438516,15,5,1999 +22,F,31.0,29620,-109.07860199999635,31.93644100000042,2439581,15,5,1999 +22,M,30.0,29621,-109.07860199999635,31.93644100000042,2439581,15,5,1999 +22,F,31.0,29622,-109.07860199999635,31.93644100000042,2439581,15,5,1999 +22,M,47.0,29623,-109.07860199999635,31.93644100000042,2439521,15,5,1999 +7,,,29624,-109.08281599999641,31.938113000000413,2437568,15,5,1999 +24,M,23.0,29625,-109.07773599999636,31.938560000000447,2437967,15,5,1999 +24,,,29626,-109.07773599999636,31.938560000000447,2437967,15,5,1999 +23,F,34.0,29627,-109.07783799999636,31.93676300000042,2438516,15,5,1999 +3,F,21.0,29628,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +3,F,43.0,29629,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +3,F,37.0,29630,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +3,F,35.0,29631,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +3,F,16.0,29632,-109.08120799999641,31.938896000000387,2439591,16,5,1999 +3,M,19.0,29633,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +3,F,17.0,29634,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +3,F,16.0,29635,-109.08120799999641,31.938896000000387,2439591,16,5,1999 +3,F,28.0,29636,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +3,M,36.0,29637,-109.08120799999641,31.938896000000387,2439581,16,5,1999 +4,F,29.0,29638,-109.08040899999641,31.93889400000041,2438516,16,5,1999 +4,M,39.0,29639,-109.08040899999641,31.93889400000041,2439521,16,5,1999 +4,M,39.0,29640,-109.08040899999641,31.93889400000041,2439521,16,5,1999 +4,F,46.0,29641,-109.08040899999641,31.93889400000041,2439521,16,5,1999 +4,M,23.0,29642,-109.08040899999641,31.93889400000041,2437967,16,5,1999 +4,M,43.0,29643,-109.08040899999641,31.93889400000041,2439521,16,5,1999 +4,M,16.0,29644,-109.08040899999641,31.93889400000041,2439581,16,5,1999 +6,M,30.0,29645,-109.07883599999636,31.939078000000414,2438516,16,5,1999 +6,M,13.0,29646,-109.07883599999636,31.939078000000414,2439591,16,5,1999 +6,M,43.0,29647,-109.07883599999636,31.939078000000414,2439581,16,5,1999 +11,,,29648,-109.07930699999636,31.938056000000426,2437300,16,5,1999 +11,F,24.0,29649,-109.07930699999636,31.938056000000426,2438516,16,5,1999 +11,M,40.0,29650,-109.07930699999636,31.938056000000426,2439541,16,5,1999 +11,M,42.0,29651,-109.07930699999636,31.938056000000426,2439521,16,5,1999 +11,F,43.0,29652,-109.07930699999636,31.938056000000426,2439521,16,5,1999 +11,M,30.0,29653,-109.07930699999636,31.938056000000426,2439541,16,5,1999 +9,M,42.0,29654,-109.08090299999638,31.93785900000039,2439521,16,5,1999 +9,M,26.0,29655,-109.08090299999638,31.93785900000039,2439521,16,5,1999 +9,M,34.0,29656,-109.08090299999638,31.93785900000039,2439541,16,5,1999 +9,F,43.0,29657,-109.08090299999638,31.93785900000039,2439521,16,5,1999 +9,M,47.0,29658,-109.08090299999638,31.93785900000039,2439521,16,5,1999 +9,M,27.0,29659,-109.08090299999638,31.93785900000039,2439521,16,5,1999 +9,M,37.0,29660,-109.08090299999638,31.93785900000039,2439521,16,5,1999 +8,M,41.0,29661,-109.08167999999641,31.937884000000402,2439541,16,5,1999 +8,M,53.0,29662,-109.08167999999641,31.937884000000402,2439521,16,5,1999 +8,,,29663,-109.08167999999641,31.937884000000402,2437300,16,5,1999 +8,M,53.0,29664,-109.08167999999641,31.937884000000402,2439541,16,5,1999 +8,M,38.0,29665,-109.08167999999641,31.937884000000402,2439541,16,5,1999 +8,F,29.0,29666,-109.08167999999641,31.937884000000402,2439581,16,5,1999 +8,M,47.0,29667,-109.08167999999641,31.937884000000402,2439521,16,5,1999 +8,F,12.0,29668,-109.08167999999641,31.937884000000402,2439591,16,5,1999 +8,M,37.0,29669,-109.08167999999641,31.937884000000402,2439541,16,5,1999 +8,F,49.0,29670,-109.08167999999641,31.937884000000402,2439541,16,5,1999 +8,M,25.0,29671,-109.08167999999641,31.937884000000402,2439521,16,5,1999 +8,F,27.0,29672,-109.08167999999641,31.937884000000402,2438516,16,5,1999 +13,F,34.0,29673,-109.08261299999641,31.937028000000442,2439581,16,5,1999 +13,F,27.0,29674,-109.08261299999641,31.937028000000442,2438516,16,5,1999 +13,M,23.0,29675,-109.08261299999641,31.937028000000442,2438516,16,5,1999 +13,F,36.0,29676,-109.08261299999641,31.937028000000442,2439581,16,5,1999 +13,M,28.0,29677,-109.08261299999641,31.937028000000442,2438516,16,5,1999 +13,F,35.0,29678,-109.08261299999641,31.937028000000442,2439581,16,5,1999 +14,M,21.0,29679,-109.08182699999641,31.937054000000447,2439521,16,5,1999 +14,F,44.0,29680,-109.08182699999641,31.937054000000447,2439521,16,5,1999 +14,F,49.0,29681,-109.08182699999641,31.937054000000447,2439521,16,5,1999 +15,F,14.0,29682,-109.08103599999642,31.937059000000463,2439591,16,5,1999 +15,M,17.0,29683,-109.08103599999642,31.937059000000463,2439591,16,5,1999 +15,F,16.0,29684,-109.08103599999642,31.937059000000463,2439591,16,5,1999 +15,M,19.0,29685,-109.08103599999642,31.937059000000463,2439591,16,5,1999 +15,F,15.0,29686,-109.08103599999642,31.937059000000463,2439591,16,5,1999 +15,M,17.0,29687,-109.08103599999642,31.937059000000463,2439591,16,5,1999 +15,M,10.0,29688,-109.08103599999642,31.937059000000463,2437874,16,5,1999 +15,M,19.0,29689,-109.08103599999642,31.937059000000463,2439591,16,5,1999 +5,F,25.0,29690,-109.07960199999636,31.93897000000045,2437981,16,5,1999 +16,F,20.0,29691,-109.08024399999636,31.93709400000041,2439591,16,5,1999 +5,F,29.0,29692,-109.07960199999636,31.93897000000045,2438516,16,5,1999 +5,M,44.0,29693,-109.07960199999636,31.93897000000045,2439521,16,5,1999 +5,F,45.0,29694,-109.07960199999636,31.93897000000045,2439521,16,5,1999 +5,M,29.0,29695,-109.07960199999636,31.93897000000045,2439521,16,5,1999 +5,M,57.0,29696,-109.07960199999636,31.93897000000045,2439521,16,5,1999 +10,,,29697,-109.08009099999636,31.938017000000425,,16,5,1999 +1,F,44.0,29698,-109.08282899999641,31.938851000000387,2439521,12,6,1999 +1,M,20.0,29699,-109.08282899999641,31.938851000000387,2437967,12,6,1999 +1,F,55.0,29700,-109.08282899999641,31.938851000000387,2439541,12,6,1999 +1,M,49.0,29701,-109.08282899999641,31.938851000000387,2439521,12,6,1999 +1,F,18.0,29702,-109.08282899999641,31.938851000000387,2439591,12,6,1999 +2,M,19.0,29703,-109.08197499999642,31.93888700000037,2439591,12,6,1999 +2,M,41.0,29704,-109.08197499999642,31.93888700000037,2439541,12,6,1999 +2,F,42.0,29705,-109.08197499999642,31.93888700000037,2439521,12,6,1999 +2,F,25.0,29706,-109.08197499999642,31.93888700000037,2439581,12,6,1999 +2,M,102.0,29707,-109.08197499999642,31.93888700000037,2439531,12,6,1999 +12,F,32.0,29708,-109.07851899999636,31.938203000000414,2438516,12,6,1999 +12,F,44.0,29709,-109.07851899999636,31.938203000000414,2439521,12,6,1999 +12,F,36.0,29710,-109.07851899999636,31.938203000000414,2439521,12,6,1999 +12,F,45.0,29711,-109.07851899999636,31.938203000000414,2439521,12,6,1999 +12,F,32.0,29712,-109.07851899999636,31.938203000000414,2439581,12,6,1999 +12,M,47.0,29713,-109.07851899999636,31.938203000000414,2439521,12,6,1999 +12,M,57.0,29714,-109.07851899999636,31.938203000000414,2439541,12,6,1999 +12,M,22.0,29715,-109.07851899999636,31.938203000000414,2439521,12,6,1999 +12,F,168.0,29716,-109.07851899999636,31.938203000000414,,12,6,1999 +12,M,16.0,29717,-109.07851899999636,31.938203000000414,2439591,12,6,1999 +19,F,35.0,29718,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,21.0,29719,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,42.0,29720,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,20.0,29721,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,M,40.0,29722,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,M,16.0,29723,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,29.0,29724,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,27.0,29725,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,36.0,29726,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,34.0,29727,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,18.0,29728,-109.07791199999636,31.937438000000434,2439591,12,6,1999 +19,F,24.0,29729,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +19,F,22.0,29730,-109.07791199999636,31.937438000000434,2439581,12,6,1999 +18,M,19.0,29731,-109.07863299999636,31.93712600000041,2439581,12,6,1999 +18,M,19.0,29732,-109.07863299999636,31.93712600000041,2439581,12,6,1999 +18,F,16.0,29733,-109.07863299999636,31.93712600000041,2439581,12,6,1999 +18,F,17.0,29734,-109.07863299999636,31.93712600000041,2439581,12,6,1999 +18,F,35.0,29735,-109.07863299999636,31.93712600000041,2439581,12,6,1999 +17,M,16.0,29736,-109.07941499999636,31.937117000000445,2439591,12,6,1999 +17,F,46.0,29737,-109.07941499999636,31.937117000000445,2439521,12,6,1999 +17,F,41.0,29738,-109.07941499999636,31.937117000000445,2439521,12,6,1999 +17,M,28.0,29739,-109.07941499999636,31.937117000000445,2438516,12,6,1999 +17,M,31.0,29740,-109.07941499999636,31.937117000000445,2439521,12,6,1999 +17,F,20.0,29741,-109.07941499999636,31.937117000000445,2439591,12,6,1999 +17,F,44.0,29742,-109.07941499999636,31.937117000000445,2439521,12,6,1999 +17,M,36.0,29743,-109.07941499999636,31.937117000000445,2439541,12,6,1999 +17,F,42.0,29744,-109.07941499999636,31.937117000000445,2439521,12,6,1999 +17,,,29745,-109.07941499999636,31.937117000000445,2437300,12,6,1999 +20,F,15.0,29746,-109.08019099999642,31.93633400000045,2439591,12,6,1999 +20,F,9.0,29747,-109.08019099999642,31.93633400000045,2439591,12,6,1999 +20,M,9.0,29748,-109.08019099999642,31.93633400000045,2437874,12,6,1999 +20,M,19.0,29749,-109.08019099999642,31.93633400000045,2439591,12,6,1999 +20,M,18.0,29750,-109.08019099999642,31.93633400000045,2439591,12,6,1999 +21,F,39.0,29751,-109.07939799999636,31.936448000000453,2439581,12,6,1999 +21,F,39.0,29752,-109.07939799999636,31.936448000000453,2439521,12,6,1999 +21,M,33.0,29753,-109.07939799999636,31.936448000000453,2439581,12,6,1999 +21,F,37.0,29754,-109.07939799999636,31.936448000000453,2439581,12,6,1999 +21,F,29.0,29755,-109.07939799999636,31.936448000000453,2439581,12,6,1999 +22,M,40.0,29756,-109.07860199999635,31.93644100000042,2439521,12,6,1999 +22,M,37.0,29757,-109.07860199999635,31.93644100000042,2439521,12,6,1999 +22,F,43.0,29758,-109.07860199999635,31.93644100000042,2439521,12,6,1999 +22,M,46.0,29759,-109.07860199999635,31.93644100000042,2439521,12,6,1999 +22,F,30.0,29760,-109.07860199999635,31.93644100000042,2439581,12,6,1999 +22,M,53.0,29761,-109.07860199999635,31.93644100000042,2439521,12,6,1999 +24,M,19.0,29762,-109.07773599999636,31.938560000000447,2437967,12,6,1999 +24,M,24.0,29763,-109.07773599999636,31.938560000000447,2437981,12,6,1999 +24,M,15.0,29764,-109.07773599999636,31.938560000000447,2437967,12,6,1999 +7,M,12.0,29765,-109.08281599999641,31.938113000000413,2439591,12,6,1999 +7,F,19.0,29766,-109.08281599999641,31.938113000000413,2439591,12,6,1999 +7,M,11.0,29767,-109.08281599999641,31.938113000000413,2439591,12,6,1999 +23,,,29768,-109.07783799999636,31.93676300000042,2437568,12,6,1999 +3,F,36.0,29769,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +3,F,30.0,29770,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +3,F,26.0,29771,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +3,M,24.0,29772,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +3,F,21.0,29773,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +3,M,38.0,29774,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +3,F,24.0,29775,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +3,F,18.0,29776,-109.08120799999641,31.938896000000387,2439581,13,6,1999 +4,F,43.0,29777,-109.08040899999641,31.93889400000041,2439521,13,6,1999 +4,F,28.0,29778,-109.08040899999641,31.93889400000041,2438516,13,6,1999 +4,F,53.0,29779,-109.08040899999641,31.93889400000041,2439521,13,6,1999 +4,M,22.0,29780,-109.08040899999641,31.93889400000041,2439581,13,6,1999 +4,M,49.0,29781,-109.08040899999641,31.93889400000041,2439521,13,6,1999 +4,M,29.0,29782,-109.08040899999641,31.93889400000041,2439521,13,6,1999 +6,F,18.0,29783,-109.07883599999636,31.939078000000414,2439581,13,6,1999 +6,F,18.0,29784,-109.07883599999636,31.939078000000414,2437967,13,6,1999 +6,F,36.0,29785,-109.07883599999636,31.939078000000414,2438516,13,6,1999 +11,F,45.0,29786,-109.07930699999636,31.938056000000426,2439521,13,6,1999 +11,M,41.0,29787,-109.07930699999636,31.938056000000426,2439541,13,6,1999 +11,,,29788,-109.07930699999636,31.938056000000426,2437568,13,6,1999 +11,,,29789,-109.07930699999636,31.938056000000426,,13,6,1999 +9,M,44.0,29790,-109.08090299999638,31.93785900000039,2439521,13,6,1999 +9,,,29791,-109.08090299999638,31.93785900000039,,13,6,1999 +9,M,27.0,29792,-109.08090299999638,31.93785900000039,2438516,13,6,1999 +9,F,46.0,29793,-109.08090299999638,31.93785900000039,2439521,13,6,1999 +9,M,34.0,29794,-109.08090299999638,31.93785900000039,2439521,13,6,1999 +9,M,36.0,29795,-109.08090299999638,31.93785900000039,2439541,13,6,1999 +9,M,43.0,29796,-109.08090299999638,31.93785900000039,2439521,13,6,1999 +9,M,21.0,29797,-109.08090299999638,31.93785900000039,2439591,13,6,1999 +9,F,44.0,29798,-109.08090299999638,31.93785900000039,2439521,13,6,1999 +9,M,48.0,29799,-109.08090299999638,31.93785900000039,2439521,13,6,1999 +8,M,44.0,29800,-109.08167999999641,31.937884000000402,2439541,13,6,1999 +8,M,53.0,29801,-109.08167999999641,31.937884000000402,2439541,13,6,1999 +8,M,38.0,29802,-109.08167999999641,31.937884000000402,2439541,13,6,1999 +8,F,14.0,29803,-109.08167999999641,31.937884000000402,2439591,13,6,1999 +8,M,29.0,29804,-109.08167999999641,31.937884000000402,2439581,13,6,1999 +8,F,48.0,29805,-109.08167999999641,31.937884000000402,2439541,13,6,1999 +13,F,34.0,29806,-109.08261299999641,31.937028000000442,2439581,13,6,1999 +13,M,24.0,29807,-109.08261299999641,31.937028000000442,2439581,13,6,1999 +13,M,21.0,29808,-109.08261299999641,31.937028000000442,2439581,13,6,1999 +13,F,34.0,29809,-109.08261299999641,31.937028000000442,2439581,13,6,1999 +14,F,50.0,29810,-109.08182699999641,31.937054000000447,2439521,13,6,1999 +14,M,11.0,29811,-109.08182699999641,31.937054000000447,2439591,13,6,1999 +15,F,10.0,29812,-109.08103599999642,31.937059000000463,2439591,13,6,1999 +5,M,24.0,29813,-109.07960199999636,31.93897000000045,2437967,13,6,1999 +5,M,58.0,29814,-109.07960199999636,31.93897000000045,2439521,13,6,1999 +5,F,27.0,29815,-109.07960199999636,31.93897000000045,2438516,13,6,1999 +5,M,30.0,29816,-109.07960199999636,31.93897000000045,2438516,13,6,1999 +16,F,18.0,29817,-109.08024399999636,31.93709400000041,2439591,13,6,1999 +16,F,16.0,29818,-109.08024399999636,31.93709400000041,2439591,13,6,1999 +16,M,16.0,29819,-109.08024399999636,31.93709400000041,2439591,13,6,1999 +10,,,29820,-109.08009099999636,31.938017000000425,,13,6,1999 +1,F,21.0,29821,-109.08282899999641,31.938851000000387,2439591,11,9,1999 +1,M,227.0,29822,-109.08282899999641,31.938851000000387,,11,9,1999 +2,F,18.0,29823,-109.08197499999642,31.93888700000037,2439591,11,9,1999 +2,F,200.0,29824,-109.08197499999642,31.93888700000037,,11,9,1999 +12,F,20.0,29825,-109.07851899999636,31.938203000000414,2439591,11,9,1999 +12,F,203.0,29826,-109.07851899999636,31.938203000000414,,11,9,1999 +19,F,43.0,29827,-109.07791199999636,31.937438000000434,2439581,11,9,1999 +19,M,38.0,29828,-109.07791199999636,31.937438000000434,2439581,11,9,1999 +19,F,41.0,29829,-109.07791199999636,31.937438000000434,2439581,11,9,1999 +18,F,28.0,29830,-109.07863299999636,31.93712600000041,2439591,11,9,1999 +20,F,16.0,29831,-109.08019099999642,31.93633400000045,2439591,11,9,1999 +20,F,189.0,29832,-109.08019099999642,31.93633400000045,,11,9,1999 +21,F,26.0,29833,-109.07939799999636,31.936448000000453,2439591,11,9,1999 +22,F,38.0,29834,-109.07860199999635,31.93644100000042,2439581,11,9,1999 +24,F,164.0,29835,-109.07773599999636,31.938560000000447,,11,9,1999 +7,,,29836,-109.08281599999641,31.938113000000413,,11,9,1999 +17,,,29837,-109.07941499999636,31.937117000000445,,11,9,1999 +23,,,29838,-109.07783799999636,31.93676300000042,,11,9,1999 +3,F,29.0,29839,-109.08120799999641,31.938896000000387,2439581,12,9,1999 +3,M,23.0,29840,-109.08120799999641,31.938896000000387,2439581,12,9,1999 +6,F,31.0,29841,-109.07883599999636,31.939078000000414,2439581,12,9,1999 +11,,,29842,-109.07930699999636,31.938056000000426,2437568,12,9,1999 +11,F,20.0,29843,-109.07930699999636,31.938056000000426,2439591,12,9,1999 +9,M,50.0,29844,-109.08090299999638,31.93785900000039,2439521,12,9,1999 +8,,,29845,-109.08167999999641,31.937884000000402,2437568,12,9,1999 +8,F,18.0,29846,-109.08167999999641,31.937884000000402,2439591,12,9,1999 +13,F,34.0,29847,-109.08261299999641,31.937028000000442,2438516,12,9,1999 +13,F,37.0,29848,-109.08261299999641,31.937028000000442,2439581,12,9,1999 +14,,,29849,-109.08182699999641,31.937054000000447,2437568,12,9,1999 +14,M,54.0,29850,-109.08182699999641,31.937054000000447,2439521,12,9,1999 +14,M,48.0,29851,-109.08182699999641,31.937054000000447,2439521,12,9,1999 +15,F,17.0,29852,-109.08103599999642,31.937059000000463,2439591,12,9,1999 +15,,,29853,-109.08103599999642,31.937059000000463,2437568,12,9,1999 +15,F,18.0,29854,-109.08103599999642,31.937059000000463,2439591,12,9,1999 +15,F,22.0,29855,-109.08103599999642,31.937059000000463,2439591,12,9,1999 +16,F,24.0,29856,-109.08024399999636,31.93709400000041,2439591,12,9,1999 +4,,,29857,-109.08040899999641,31.93889400000041,,12,9,1999 +5,,,29858,-109.07960199999636,31.93897000000045,,12,9,1999 +10,,,29859,-109.08009099999636,31.938017000000425,,12,9,1999 +1,M,45.0,29860,-109.08282899999641,31.938851000000387,2439581,9,10,1999 +1,M,59.0,29861,-109.08282899999641,31.938851000000387,2439541,9,10,1999 +1,F,17.0,29862,-109.08282899999641,31.938851000000387,2439591,9,10,1999 +2,M,19.0,29863,-109.08197499999642,31.93888700000037,2439591,9,10,1999 +2,F,17.0,29864,-109.08197499999642,31.93888700000037,2439591,9,10,1999 +2,F,22.0,29865,-109.08197499999642,31.93888700000037,2439581,9,10,1999 +2,F,194.0,29866,-109.08197499999642,31.93888700000037,,9,10,1999 +12,M,41.0,29867,-109.07851899999636,31.938203000000414,2439521,9,10,1999 +12,F,46.0,29868,-109.07851899999636,31.938203000000414,2439521,9,10,1999 +12,M,41.0,29869,-109.07851899999636,31.938203000000414,2439521,9,10,1999 +12,M,38.0,29870,-109.07851899999636,31.938203000000414,2439521,9,10,1999 +12,F,42.0,29871,-109.07851899999636,31.938203000000414,2439521,9,10,1999 +12,F,20.0,29872,-109.07851899999636,31.938203000000414,2439591,9,10,1999 +12,M,19.0,29873,-109.07851899999636,31.938203000000414,2439591,9,10,1999 +12,F,19.0,29874,-109.07851899999636,31.938203000000414,2439591,9,10,1999 +19,F,32.0,29875,-109.07791199999636,31.937438000000434,2439581,9,10,1999 +19,F,38.0,29876,-109.07791199999636,31.937438000000434,2439581,9,10,1999 +19,F,39.0,29877,-109.07791199999636,31.937438000000434,2439581,9,10,1999 +18,F,30.0,29878,-109.07863299999636,31.93712600000041,2439581,9,10,1999 +18,F,34.0,29879,-109.07863299999636,31.93712600000041,2439581,9,10,1999 +18,M,38.0,29880,-109.07863299999636,31.93712600000041,2439581,9,10,1999 +18,F,32.0,29881,-109.07863299999636,31.93712600000041,2439581,9,10,1999 +18,F,33.0,29882,-109.07863299999636,31.93712600000041,2439581,9,10,1999 +18,M,45.0,29883,-109.07863299999636,31.93712600000041,2439581,9,10,1999 +17,,,29884,-109.07941499999636,31.937117000000445,2437568,9,10,1999 +17,F,21.0,29885,-109.07941499999636,31.937117000000445,2439591,9,10,1999 +17,M,48.0,29886,-109.07941499999636,31.937117000000445,2439521,9,10,1999 +17,,,29887,-109.07941499999636,31.937117000000445,2437300,9,10,1999 +17,,,29888,-109.07941499999636,31.937117000000445,2437568,9,10,1999 +17,F,46.0,29889,-109.07941499999636,31.937117000000445,2439541,9,10,1999 +17,M,48.0,29890,-109.07941499999636,31.937117000000445,2439521,9,10,1999 +22,F,36.0,29891,-109.07860199999635,31.93644100000042,2439581,9,10,1999 +22,F,21.0,29892,-109.07860199999635,31.93644100000042,2439581,9,10,1999 +22,F,29.0,29893,-109.07860199999635,31.93644100000042,2438516,9,10,1999 +21,F,39.0,29894,-109.07939799999636,31.936448000000453,2439581,9,10,1999 +21,,,29895,-109.07939799999636,31.936448000000453,,9,10,1999 +20,,,29896,-109.08019099999642,31.93633400000045,2437568,9,10,1999 +20,,,29897,-109.08019099999642,31.93633400000045,2439591,9,10,1999 +24,F,29.0,29898,-109.07773599999636,31.938560000000447,2437981,9,10,1999 +7,,,29899,-109.08281599999641,31.938113000000413,2437967,9,10,1999 +23,,,29900,-109.07783799999636,31.93676300000042,,9,10,1999 +3,F,22.0,29901,-109.08120799999641,31.938896000000387,2439581,10,10,1999 +3,M,26.0,29902,-109.08120799999641,31.938896000000387,2439581,10,10,1999 +3,M,24.0,29903,-109.08120799999641,31.938896000000387,2439581,10,10,1999 +3,M,14.0,29904,-109.08120799999641,31.938896000000387,2438516,10,10,1999 +4,M,7.0,29905,-109.08040899999641,31.93889400000041,2439591,10,10,1999 +4,F,9.0,29906,-109.08040899999641,31.93889400000041,2439591,10,10,1999 +4,M,4.0,29907,-109.08040899999641,31.93889400000041,2439591,10,10,1999 +6,M,23.0,29908,-109.07883599999636,31.939078000000414,2438516,10,10,1999 +6,F,31.0,29909,-109.07883599999636,31.939078000000414,2439581,10,10,1999 +6,M,14.0,29910,-109.07883599999636,31.939078000000414,2439591,10,10,1999 +11,M,13.0,29911,-109.07930699999636,31.938056000000426,2439591,10,10,1999 +11,M,18.0,29912,-109.07930699999636,31.938056000000426,2439591,10,10,1999 +11,F,49.0,29913,-109.07930699999636,31.938056000000426,2439521,10,10,1999 +11,M,21.0,29914,-109.07930699999636,31.938056000000426,2439591,10,10,1999 +11,M,57.0,29915,-109.07930699999636,31.938056000000426,2439521,10,10,1999 +11,F,26.0,29916,-109.07930699999636,31.938056000000426,2438516,10,10,1999 +9,F,55.0,29917,-109.08090299999638,31.93785900000039,2439521,10,10,1999 +9,F,41.0,29918,-109.08090299999638,31.93785900000039,2439521,10,10,1999 +9,M,51.0,29919,-109.08090299999638,31.93785900000039,2439521,10,10,1999 +9,M,51.0,29920,-109.08090299999638,31.93785900000039,2439521,10,10,1999 +8,M,35.0,29921,-109.08167999999641,31.937884000000402,2439541,10,10,1999 +8,F,13.0,29922,-109.08167999999641,31.937884000000402,2439591,10,10,1999 +8,F,59.0,29923,-109.08167999999641,31.937884000000402,2439541,10,10,1999 +8,F,16.0,29924,-109.08167999999641,31.937884000000402,2439591,10,10,1999 +8,M,21.0,29925,-109.08167999999641,31.937884000000402,2439591,10,10,1999 +8,M,30.0,29926,-109.08167999999641,31.937884000000402,2439541,10,10,1999 +13,M,48.0,29927,-109.08261299999641,31.937028000000442,2439581,10,10,1999 +13,F,29.0,29928,-109.08261299999641,31.937028000000442,2438516,10,10,1999 +13,F,35.0,29929,-109.08261299999641,31.937028000000442,2439581,10,10,1999 +13,M,22.0,29930,-109.08261299999641,31.937028000000442,2438516,10,10,1999 +14,M,46.0,29931,-109.08182699999641,31.937054000000447,2439521,10,10,1999 +14,M,53.0,29932,-109.08182699999641,31.937054000000447,2439521,10,10,1999 +14,M,34.0,29933,-109.08182699999641,31.937054000000447,2439521,10,10,1999 +15,F,24.0,29934,-109.08103599999642,31.937059000000463,2439591,10,10,1999 +15,F,22.0,29935,-109.08103599999642,31.937059000000463,2439591,10,10,1999 +15,F,19.0,29936,-109.08103599999642,31.937059000000463,2439591,10,10,1999 +15,F,17.0,29937,-109.08103599999642,31.937059000000463,2439591,10,10,1999 +5,F,34.0,29938,-109.07960199999636,31.93897000000045,2437981,10,10,1999 +16,F,21.0,29939,-109.08024399999636,31.93709400000041,2439591,10,10,1999 +10,,,29940,-109.08009099999636,31.938017000000425,,10,10,1999 +1,F,22.0,29941,-109.08282899999641,31.938851000000387,2439581,6,11,1999 +1,F,17.0,29942,-109.08282899999641,31.938851000000387,2439591,6,11,1999 +1,F,17.0,29943,-109.08282899999641,31.938851000000387,2439591,6,11,1999 +1,F,32.0,29944,-109.08282899999641,31.938851000000387,2438516,6,11,1999 +1,M,47.0,29945,-109.08282899999641,31.938851000000387,2439541,6,11,1999 +1,M,12.0,29946,-109.08282899999641,31.938851000000387,2439591,6,11,1999 +2,M,38.0,29947,-109.08197499999642,31.93888700000037,2439581,6,11,1999 +2,M,15.0,29948,-109.08197499999642,31.93888700000037,2439591,6,11,1999 +2,F,12.0,29949,-109.08197499999642,31.93888700000037,2439591,6,11,1999 +2,F,13.0,29950,-109.08197499999642,31.93888700000037,2439591,6,11,1999 +2,F,195.0,29951,-109.08197499999642,31.93888700000037,,6,11,1999 +12,M,49.0,29952,-109.07851899999636,31.938203000000414,2438147,6,11,1999 +12,F,18.0,29953,-109.07851899999636,31.938203000000414,2439591,6,11,1999 +12,M,18.0,29954,-109.07851899999636,31.938203000000414,2439591,6,11,1999 +12,M,12.0,29955,-109.07851899999636,31.938203000000414,2439591,6,11,1999 +19,M,21.0,29956,-109.07791199999636,31.937438000000434,2438516,6,11,1999 +19,F,27.0,29957,-109.07791199999636,31.937438000000434,2438516,6,11,1999 +19,F,41.0,29958,-109.07791199999636,31.937438000000434,2439581,6,11,1999 +19,F,37.0,29959,-109.07791199999636,31.937438000000434,2439581,6,11,1999 +19,F,44.0,29960,-109.07791199999636,31.937438000000434,2439581,6,11,1999 +19,M,50.0,29961,-109.07791199999636,31.937438000000434,2439581,6,11,1999 +19,F,35.0,29962,-109.07791199999636,31.937438000000434,2439581,6,11,1999 +19,F,18.0,29963,-109.07791199999636,31.937438000000434,2439591,6,11,1999 +18,M,19.0,29964,-109.07863299999636,31.93712600000041,2438516,6,11,1999 +18,F,35.0,29965,-109.07863299999636,31.93712600000041,2439581,6,11,1999 +18,F,34.0,29966,-109.07863299999636,31.93712600000041,2439581,6,11,1999 +18,M,27.0,29967,-109.07863299999636,31.93712600000041,2438516,6,11,1999 +18,M,47.0,29968,-109.07863299999636,31.93712600000041,2439581,6,11,1999 +18,F,32.0,29969,-109.07863299999636,31.93712600000041,2439581,6,11,1999 +18,F,34.0,29970,-109.07863299999636,31.93712600000041,2439581,6,11,1999 +17,M,28.0,29971,-109.07941499999636,31.937117000000445,2438516,6,11,1999 +17,M,31.0,29972,-109.07941499999636,31.937117000000445,2439521,6,11,1999 +17,M,15.0,29973,-109.07941499999636,31.937117000000445,2439591,6,11,1999 +17,F,20.0,29974,-109.07941499999636,31.937117000000445,2439591,6,11,1999 +17,M,49.0,29975,-109.07941499999636,31.937117000000445,2439541,6,11,1999 +17,M,48.0,29976,-109.07941499999636,31.937117000000445,2439521,6,11,1999 +17,M,49.0,29977,-109.07941499999636,31.937117000000445,2439521,6,11,1999 +20,F,16.0,29978,-109.08019099999642,31.93633400000045,2439591,6,11,1999 +20,F,14.0,29979,-109.08019099999642,31.93633400000045,2439591,6,11,1999 +20,M,25.0,29980,-109.08019099999642,31.93633400000045,2438516,6,11,1999 +20,F,17.0,29981,-109.08019099999642,31.93633400000045,2439591,6,11,1999 +21,M,35.0,29982,-109.07939799999636,31.936448000000453,2439581,6,11,1999 +21,M,37.0,29983,-109.07939799999636,31.936448000000453,2439581,6,11,1999 +21,M,17.0,29984,-109.07939799999636,31.936448000000453,2439591,6,11,1999 +21,F,35.0,29985,-109.07939799999636,31.936448000000453,2439581,6,11,1999 +21,M,13.0,29986,-109.07939799999636,31.936448000000453,2439591,6,11,1999 +21,M,21.0,29987,-109.07939799999636,31.936448000000453,2439581,6,11,1999 +22,M,10.0,29988,-109.07860199999635,31.93644100000042,2439591,6,11,1999 +22,M,28.0,29989,-109.07860199999635,31.93644100000042,2439581,6,11,1999 +22,F,37.0,29990,-109.07860199999635,31.93644100000042,2439581,6,11,1999 +22,F,34.0,29991,-109.07860199999635,31.93644100000042,2439581,6,11,1999 +22,F,29.0,29992,-109.07860199999635,31.93644100000042,2439581,6,11,1999 +7,,,29993,-109.08281599999641,31.938113000000413,2437568,6,11,1999 +24,M,18.0,29994,-109.07773599999636,31.938560000000447,2439591,6,11,1999 +24,F,165.0,29995,-109.07773599999636,31.938560000000447,,6,11,1999 +23,,,29996,-109.07783799999636,31.93676300000042,,6,11,1999 +3,M,23.0,29997,-109.08120799999641,31.938896000000387,2439581,7,11,1999 +3,F,30.0,29998,-109.08120799999641,31.938896000000387,2439581,7,11,1999 +3,F,29.0,29999,-109.08120799999641,31.938896000000387,2439581,7,11,1999 +3,M,35.0,30000,-109.08120799999641,31.938896000000387,2439581,7,11,1999 +3,M,13.0,30001,-109.08120799999641,31.938896000000387,2439591,7,11,1999 +3,M,15.0,30002,-109.08120799999641,31.938896000000387,2439591,7,11,1999 +4,M,14.0,30003,-109.08040899999641,31.93889400000041,2439591,7,11,1999 +4,M,16.0,30004,-109.08040899999641,31.93889400000041,2439591,7,11,1999 +4,M,14.0,30005,-109.08040899999641,31.93889400000041,2439591,7,11,1999 +4,M,17.0,30006,-109.08040899999641,31.93889400000041,2439591,7,11,1999 +6,M,16.0,30007,-109.07883599999636,31.939078000000414,2439591,7,11,1999 +6,F,22.0,30008,-109.07883599999636,31.939078000000414,2438516,7,11,1999 +6,M,16.0,30009,-109.07883599999636,31.939078000000414,2439591,7,11,1999 +6,F,31.0,30010,-109.07883599999636,31.939078000000414,2439581,7,11,1999 +11,F,24.0,30011,-109.07930699999636,31.938056000000426,2438516,7,11,1999 +11,M,11.0,30012,-109.07930699999636,31.938056000000426,2439591,7,11,1999 +11,F,17.0,30013,-109.07930699999636,31.938056000000426,2439591,7,11,1999 +11,M,62.0,30014,-109.07930699999636,31.938056000000426,2439521,7,11,1999 +11,M,55.0,30015,-109.07930699999636,31.938056000000426,2439521,7,11,1999 +11,M,25.0,30016,-109.07930699999636,31.938056000000426,2438516,7,11,1999 +11,M,18.0,30017,-109.07930699999636,31.938056000000426,2439591,7,11,1999 +11,M,51.0,30018,-109.07930699999636,31.938056000000426,2439521,7,11,1999 +11,M,55.0,30019,-109.07930699999636,31.938056000000426,2439521,7,11,1999 +11,M,27.0,30020,-109.07930699999636,31.938056000000426,2439521,7,11,1999 +11,F,61.0,30021,-109.07930699999636,31.938056000000426,2439521,7,11,1999 +9,M,18.0,30022,-109.08090299999638,31.93785900000039,2439591,7,11,1999 +9,M,39.0,30023,-109.08090299999638,31.93785900000039,2439581,7,11,1999 +9,F,45.0,30024,-109.08090299999638,31.93785900000039,2439521,7,11,1999 +9,F,40.0,30025,-109.08090299999638,31.93785900000039,2439521,7,11,1999 +9,F,18.0,30026,-109.08090299999638,31.93785900000039,2439591,7,11,1999 +9,M,51.0,30027,-109.08090299999638,31.93785900000039,2439521,7,11,1999 +9,M,19.0,30028,-109.08090299999638,31.93785900000039,2439521,7,11,1999 +8,M,46.0,30029,-109.08167999999641,31.937884000000402,2439541,7,11,1999 +8,,,30030,-109.08167999999641,31.937884000000402,2439591,7,11,1999 +8,M,11.0,30031,-109.08167999999641,31.937884000000402,2438516,7,11,1999 +8,F,18.0,30032,-109.08167999999641,31.937884000000402,2439591,7,11,1999 +8,M,26.0,30033,-109.08167999999641,31.937884000000402,2439581,7,11,1999 +8,F,12.0,30034,-109.08167999999641,31.937884000000402,2439591,7,11,1999 +8,F,20.0,30035,-109.08167999999641,31.937884000000402,2439581,7,11,1999 +8,F,15.0,30036,-109.08167999999641,31.937884000000402,2439591,7,11,1999 +8,M,16.0,30037,-109.08167999999641,31.937884000000402,2439591,7,11,1999 +13,M,12.0,30038,-109.08261299999641,31.937028000000442,2439591,7,11,1999 +13,F,36.0,30039,-109.08261299999641,31.937028000000442,2439581,7,11,1999 +13,F,26.0,30040,-109.08261299999641,31.937028000000442,2439581,7,11,1999 +13,M,47.0,30041,-109.08261299999641,31.937028000000442,2439581,7,11,1999 +14,F,33.0,30042,-109.08182699999641,31.937054000000447,2438516,7,11,1999 +14,M,19.0,30043,-109.08182699999641,31.937054000000447,2439591,7,11,1999 +14,,,30044,-109.08182699999641,31.937054000000447,2437568,7,11,1999 +14,M,45.0,30045,-109.08182699999641,31.937054000000447,2439521,7,11,1999 +14,M,53.0,30046,-109.08182699999641,31.937054000000447,2439521,7,11,1999 +14,M,39.0,30047,-109.08182699999641,31.937054000000447,2439521,7,11,1999 +14,M,49.0,30048,-109.08182699999641,31.937054000000447,2439521,7,11,1999 +14,F,45.0,30049,-109.08182699999641,31.937054000000447,2439521,7,11,1999 +14,M,23.0,30050,-109.08182699999641,31.937054000000447,2438516,7,11,1999 +14,M,13.0,30051,-109.08182699999641,31.937054000000447,2439591,7,11,1999 +15,F,16.0,30052,-109.08103599999642,31.937059000000463,2439591,7,11,1999 +15,F,15.0,30053,-109.08103599999642,31.937059000000463,2439591,7,11,1999 +15,F,18.0,30054,-109.08103599999642,31.937059000000463,2439591,7,11,1999 +16,F,21.0,30055,-109.08024399999636,31.93709400000041,2439591,7,11,1999 +5,,,30056,-109.07960199999636,31.93897000000045,,7,11,1999 +10,,,30057,-109.08009099999636,31.938017000000425,,7,11,1999 +1,F,17.0,30058,-109.08282899999641,31.938851000000387,2439591,5,12,1999 +1,F,31.0,30059,-109.08282899999641,31.938851000000387,2439581,5,12,1999 +1,M,29.0,30060,-109.08282899999641,31.938851000000387,2439581,5,12,1999 +1,M,17.0,30061,-109.08282899999641,31.938851000000387,2439591,5,12,1999 +1,F,18.0,30062,-109.08282899999641,31.938851000000387,2439591,5,12,1999 +1,F,69.0,30063,-109.08282899999641,31.938851000000387,2439541,5,12,1999 +1,M,53.0,30064,-109.08282899999641,31.938851000000387,2439541,5,12,1999 +2,M,18.0,30065,-109.08197499999642,31.93888700000037,2439591,5,12,1999 +2,M,11.0,30066,-109.08197499999642,31.93888700000037,2437874,5,12,1999 +2,F,131.0,30067,-109.08197499999642,31.93888700000037,,5,12,1999 +2,,194.0,30068,-109.08197499999642,31.93888700000037,,5,12,1999 +2,M,38.0,30069,-109.08197499999642,31.93888700000037,2439581,5,12,1999 +2,F,22.0,30070,-109.08197499999642,31.93888700000037,2439591,5,12,1999 +2,M,41.0,30071,-109.08197499999642,31.93888700000037,2439581,5,12,1999 +12,M,14.0,30072,-109.07851899999636,31.938203000000414,2439591,5,12,1999 +12,M,14.0,30073,-109.07851899999636,31.938203000000414,2439591,5,12,1999 +12,M,19.0,30074,-109.07851899999636,31.938203000000414,2439591,5,12,1999 +12,M,54.0,30075,-109.07851899999636,31.938203000000414,2439541,5,12,1999 +12,F,47.0,30076,-109.07851899999636,31.938203000000414,2439541,5,12,1999 +12,M,23.0,30077,-109.07851899999636,31.938203000000414,2439591,5,12,1999 +19,F,37.0,30078,-109.07791199999636,31.937438000000434,2439581,5,12,1999 +19,F,34.0,30079,-109.07791199999636,31.937438000000434,2439581,5,12,1999 +19,F,36.0,30080,-109.07791199999636,31.937438000000434,2439581,5,12,1999 +19,M,16.0,30081,-109.07791199999636,31.937438000000434,2438516,5,12,1999 +19,F,33.0,30082,-109.07791199999636,31.937438000000434,2439581,5,12,1999 +18,F,33.0,30083,-109.07863299999636,31.93712600000041,2439581,5,12,1999 +18,F,31.0,30084,-109.07863299999636,31.93712600000041,2439581,5,12,1999 +18,M,21.0,30085,-109.07863299999636,31.93712600000041,2439581,5,12,1999 +18,M,29.0,30086,-109.07863299999636,31.93712600000041,2439581,5,12,1999 +18,F,32.0,30087,-109.07863299999636,31.93712600000041,2439581,5,12,1999 +17,F,54.0,30088,-109.07941499999636,31.937117000000445,2439541,5,12,1999 +17,M,41.0,30089,-109.07941499999636,31.937117000000445,2439521,5,12,1999 +17,M,16.0,30090,-109.07941499999636,31.937117000000445,2439591,5,12,1999 +20,M,24.0,30091,-109.08019099999642,31.93633400000045,2438516,5,12,1999 +20,F,16.0,30092,-109.08019099999642,31.93633400000045,2439591,5,12,1999 +20,M,38.0,30093,-109.08019099999642,31.93633400000045,2439581,5,12,1999 +20,F,17.0,30094,-109.08019099999642,31.93633400000045,2439591,5,12,1999 +21,F,59.0,30095,-109.07939799999636,31.936448000000453,2438147,5,12,1999 +21,M,26.0,30096,-109.07939799999636,31.936448000000453,2439581,5,12,1999 +21,M,28.0,30097,-109.07939799999636,31.936448000000453,2439581,5,12,1999 +21,F,15.0,30098,-109.07939799999636,31.936448000000453,2439591,5,12,1999 +21,M,39.0,30099,-109.07939799999636,31.936448000000453,2439581,5,12,1999 +21,M,16.0,30100,-109.07939799999636,31.936448000000453,2439591,5,12,1999 +21,M,19.0,30101,-109.07939799999636,31.936448000000453,2438516,5,12,1999 +21,M,24.0,30102,-109.07939799999636,31.936448000000453,2439581,5,12,1999 +21,F,34.0,30103,-109.07939799999636,31.936448000000453,2439581,5,12,1999 +22,F,40.0,30104,-109.07860199999635,31.93644100000042,2439581,5,12,1999 +22,M,32.0,30105,-109.07860199999635,31.93644100000042,2439581,5,12,1999 +22,M,45.0,30106,-109.07860199999635,31.93644100000042,2439521,5,12,1999 +22,F,40.0,30107,-109.07860199999635,31.93644100000042,2439581,5,12,1999 +22,M,28.0,30108,-109.07860199999635,31.93644100000042,2439581,5,12,1999 +22,M,36.0,30109,-109.07860199999635,31.93644100000042,2439581,5,12,1999 +23,F,20.0,30110,-109.07783799999636,31.93676300000042,2437874,5,12,1999 +24,,,30111,-109.07773599999636,31.938560000000447,,5,12,1999 +3,F,29.0,30112,-109.08120799999641,31.938896000000387,2439581,6,12,1999 +3,M,12.0,30113,-109.08120799999641,31.938896000000387,2439591,6,12,1999 +3,M,39.0,30114,-109.08120799999641,31.938896000000387,2439581,6,12,1999 +3,F,28.0,30115,-109.08120799999641,31.938896000000387,2439581,6,12,1999 +3,F,28.0,30116,-109.08120799999641,31.938896000000387,2439581,6,12,1999 +3,M,29.0,30117,-109.08120799999641,31.938896000000387,2439581,6,12,1999 +4,M,16.0,30118,-109.08040899999641,31.93889400000041,2439591,6,12,1999 +4,M,14.0,30119,-109.08040899999641,31.93889400000041,2439591,6,12,1999 +4,M,26.0,30120,-109.08040899999641,31.93889400000041,2439581,6,12,1999 +6,M,19.0,30121,-109.07883599999636,31.939078000000414,2439581,6,12,1999 +6,M,18.0,30122,-109.07883599999636,31.939078000000414,2439581,6,12,1999 +6,M,16.0,30123,-109.07883599999636,31.939078000000414,2439591,6,12,1999 +6,M,14.0,30124,-109.07883599999636,31.939078000000414,2439591,6,12,1999 +6,F,20.0,30125,-109.07883599999636,31.939078000000414,2438516,6,12,1999 +6,F,30.0,30126,-109.07883599999636,31.939078000000414,2439581,6,12,1999 +11,M,24.0,30127,-109.07930699999636,31.938056000000426,2439521,6,12,1999 +11,M,13.0,30128,-109.07930699999636,31.938056000000426,2439591,6,12,1999 +11,F,24.0,30129,-109.07930699999636,31.938056000000426,2438516,6,12,1999 +11,M,16.0,30130,-109.07930699999636,31.938056000000426,2439591,6,12,1999 +11,F,17.0,30131,-109.07930699999636,31.938056000000426,2439591,6,12,1999 +11,M,42.0,30132,-109.07930699999636,31.938056000000426,2439521,6,12,1999 +9,M,34.0,30133,-109.08090299999638,31.93785900000039,2439521,6,12,1999 +9,M,42.0,30134,-109.08090299999638,31.93785900000039,2439521,6,12,1999 +9,M,13.0,30135,-109.08090299999638,31.93785900000039,2439591,6,12,1999 +9,M,50.0,30136,-109.08090299999638,31.93785900000039,2439521,6,12,1999 +9,M,41.0,30137,-109.08090299999638,31.93785900000039,2439521,6,12,1999 +9,M,49.0,30138,-109.08090299999638,31.93785900000039,2439521,6,12,1999 +9,F,15.0,30139,-109.08090299999638,31.93785900000039,2439591,6,12,1999 +8,F,32.0,30140,-109.08167999999641,31.937884000000402,2439581,6,12,1999 +8,F,14.0,30141,-109.08167999999641,31.937884000000402,2439591,6,12,1999 +8,F,18.0,30142,-109.08167999999641,31.937884000000402,2439591,6,12,1999 +8,M,18.0,30143,-109.08167999999641,31.937884000000402,2438516,6,12,1999 +8,M,34.0,30144,-109.08167999999641,31.937884000000402,2439581,6,12,1999 +13,M,28.0,30145,-109.08261299999641,31.937028000000442,2439581,6,12,1999 +13,M,14.0,30146,-109.08261299999641,31.937028000000442,2439591,6,12,1999 +13,F,33.0,30147,-109.08261299999641,31.937028000000442,2439581,6,12,1999 +14,M,42.0,30148,-109.08182699999641,31.937054000000447,2439521,6,12,1999 +14,F,13.0,30149,-109.08182699999641,31.937054000000447,2439591,6,12,1999 +14,M,27.0,30150,-109.08182699999641,31.937054000000447,2439521,6,12,1999 +14,F,13.0,30151,-109.08182699999641,31.937054000000447,2439591,6,12,1999 +14,M,16.0,30152,-109.08182699999641,31.937054000000447,2439591,6,12,1999 +15,F,17.0,30153,-109.08103599999642,31.937059000000463,2439591,6,12,1999 +15,F,18.0,30154,-109.08103599999642,31.937059000000463,2439591,6,12,1999 +15,F,13.0,30155,-109.08103599999642,31.937059000000463,2439591,6,12,1999 +16,F,14.0,30156,-109.08024399999636,31.93709400000041,2437874,6,12,1999 +5,,,30157,-109.07960199999636,31.93897000000045,,6,12,1999 +7,,,30158,-109.08281599999641,31.938113000000413,,6,12,1999 +10,,,30159,-109.08009099999636,31.938017000000425,,6,12,1999 +1,F,17.0,30160,-109.08282899999641,31.938851000000387,2439591,8,1,2000 +1,M,53.0,30161,-109.08282899999641,31.938851000000387,2439541,8,1,2000 +1,F,17.0,30162,-109.08282899999641,31.938851000000387,2439591,8,1,2000 +1,M,50.0,30163,-109.08282899999641,31.938851000000387,2439521,8,1,2000 +1,M,16.0,30164,-109.08282899999641,31.938851000000387,2439591,8,1,2000 +1,M,27.0,30165,-109.08282899999641,31.938851000000387,2439581,8,1,2000 +1,F,15.0,30166,-109.08282899999641,31.938851000000387,2439591,8,1,2000 +1,M,19.0,30167,-109.08282899999641,31.938851000000387,2439591,8,1,2000 +1,M,41.0,30168,-109.08282899999641,31.938851000000387,2439541,8,1,2000 +1,M,24.0,30169,-109.08282899999641,31.938851000000387,2439581,8,1,2000 +2,F,24.0,30170,-109.08197499999642,31.93888700000037,2439581,8,1,2000 +2,M,17.0,30171,-109.08197499999642,31.93888700000037,2439591,8,1,2000 +2,M,52.0,30172,-109.08197499999642,31.93888700000037,2439541,8,1,2000 +2,F,137.0,30173,-109.08197499999642,31.93888700000037,,8,1,2000 +2,F,54.0,30174,-109.08197499999642,31.93888700000037,2439541,8,1,2000 +2,F,181.0,30175,-109.08197499999642,31.93888700000037,,8,1,2000 +2,M,265.0,30176,-109.08197499999642,31.93888700000037,,8,1,2000 +2,M,27.0,30177,-109.08197499999642,31.93888700000037,2439581,8,1,2000 +12,F,54.0,30178,-109.07851899999636,31.938203000000414,2439541,8,1,2000 +12,M,18.0,30179,-109.07851899999636,31.938203000000414,2439591,8,1,2000 +12,M,60.0,30180,-109.07851899999636,31.938203000000414,2439521,8,1,2000 +12,M,42.0,30181,-109.07851899999636,31.938203000000414,2439541,8,1,2000 +12,M,55.0,30182,-109.07851899999636,31.938203000000414,2439541,8,1,2000 +12,M,63.0,30183,-109.07851899999636,31.938203000000414,2439541,8,1,2000 +12,M,26.0,30184,-109.07851899999636,31.938203000000414,2439581,8,1,2000 +12,M,14.0,30185,-109.07851899999636,31.938203000000414,2439591,8,1,2000 +12,F,25.0,30186,-109.07851899999636,31.938203000000414,2438516,8,1,2000 +19,F,34.0,30187,-109.07791199999636,31.937438000000434,2439581,8,1,2000 +19,F,36.0,30188,-109.07791199999636,31.937438000000434,2439581,8,1,2000 +18,M,23.0,30189,-109.07863299999636,31.93712600000041,2439581,8,1,2000 +18,,,30190,-109.07863299999636,31.93712600000041,2437568,8,1,2000 +18,F,22.0,30191,-109.07863299999636,31.93712600000041,2439581,8,1,2000 +18,F,22.0,30192,-109.07863299999636,31.93712600000041,2439581,8,1,2000 +18,M,38.0,30193,-109.07863299999636,31.93712600000041,2439581,8,1,2000 +18,F,33.0,30194,-109.07863299999636,31.93712600000041,2439581,8,1,2000 +18,F,32.0,30195,-109.07863299999636,31.93712600000041,2439581,8,1,2000 +18,,,30196,-109.07863299999636,31.93712600000041,2437300,8,1,2000 +17,M,52.0,30197,-109.07941499999636,31.937117000000445,2439521,8,1,2000 +17,F,43.0,30198,-109.07941499999636,31.937117000000445,2439521,8,1,2000 +17,M,16.0,30199,-109.07941499999636,31.937117000000445,2439591,8,1,2000 +17,F,54.0,30200,-109.07941499999636,31.937117000000445,2439541,8,1,2000 +17,M,31.0,30201,-109.07941499999636,31.937117000000445,2439581,8,1,2000 +20,F,17.0,30202,-109.08019099999642,31.93633400000045,2439591,8,1,2000 +20,M,24.0,30203,-109.08019099999642,31.93633400000045,2439581,8,1,2000 +20,M,42.0,30204,-109.08019099999642,31.93633400000045,2439581,8,1,2000 +20,F,174.0,30205,-109.08019099999642,31.93633400000045,,8,1,2000 +21,F,24.0,30206,-109.07939799999636,31.936448000000453,2439581,8,1,2000 +21,M,13.0,30207,-109.07939799999636,31.936448000000453,2439591,8,1,2000 +21,F,32.0,30208,-109.07939799999636,31.936448000000453,2439581,8,1,2000 +21,M,14.0,30209,-109.07939799999636,31.936448000000453,2439591,8,1,2000 +22,M,38.0,30210,-109.07860199999635,31.93644100000042,2439581,8,1,2000 +22,M,56.0,30211,-109.07860199999635,31.93644100000042,2439521,8,1,2000 +22,F,35.0,30212,-109.07860199999635,31.93644100000042,2439581,8,1,2000 +22,M,36.0,30213,-109.07860199999635,31.93644100000042,2439581,8,1,2000 +22,F,34.0,30214,-109.07860199999635,31.93644100000042,2439581,8,1,2000 +22,M,22.0,30215,-109.07860199999635,31.93644100000042,2439581,8,1,2000 +22,F,28.0,30216,-109.07860199999635,31.93644100000042,2439521,8,1,2000 +22,F,29.0,30217,-109.07860199999635,31.93644100000042,2439581,8,1,2000 +23,,,30218,-109.07783799999636,31.93676300000042,2437568,8,1,2000 +7,,,30219,-109.08281599999641,31.938113000000413,2437568,8,1,2000 +24,M,13.0,30220,-109.07773599999636,31.938560000000447,2437874,8,1,2000 +3,F,25.0,30221,-109.08120799999641,31.938896000000387,2438516,10,1,2000 +3,F,29.0,30222,-109.08120799999641,31.938896000000387,2439581,10,1,2000 +3,M,36.0,30223,-109.08120799999641,31.938896000000387,2439581,10,1,2000 +3,F,30.0,30224,-109.08120799999641,31.938896000000387,2439581,10,1,2000 +3,F,28.0,30225,-109.08120799999641,31.938896000000387,2439581,10,1,2000 +3,M,17.0,30226,-109.08120799999641,31.938896000000387,2439591,10,1,2000 +3,M,52.0,30227,-109.08120799999641,31.938896000000387,2439581,10,1,2000 +4,M,45.0,30228,-109.08040899999641,31.93889400000041,2439521,10,1,2000 +4,M,30.0,30229,-109.08040899999641,31.93889400000041,2439581,10,1,2000 +4,M,72.0,30230,-109.08040899999641,31.93889400000041,2438147,10,1,2000 +4,M,30.0,30231,-109.08040899999641,31.93889400000041,2439581,10,1,2000 +4,M,17.0,30232,-109.08040899999641,31.93889400000041,2439591,10,1,2000 +4,M,24.0,30233,-109.08040899999641,31.93889400000041,2439581,10,1,2000 +6,F,20.0,30234,-109.07883599999636,31.939078000000414,2438516,10,1,2000 +6,M,27.0,30235,-109.07883599999636,31.939078000000414,2438516,10,1,2000 +6,M,21.0,30236,-109.07883599999636,31.939078000000414,2439591,10,1,2000 +6,M,16.0,30237,-109.07883599999636,31.939078000000414,2439591,10,1,2000 +6,M,19.0,30238,-109.07883599999636,31.939078000000414,2439591,10,1,2000 +6,F,,30239,-109.07883599999636,31.939078000000414,2439591,10,1,2000 +6,F,31.0,30240,-109.07883599999636,31.939078000000414,2439581,10,1,2000 +11,M,15.0,30241,-109.07930699999636,31.938056000000426,2439591,10,1,2000 +11,M,43.0,30242,-109.07930699999636,31.938056000000426,2439521,10,1,2000 +11,M,44.0,30243,-109.07930699999636,31.938056000000426,2439521,10,1,2000 +11,M,51.0,30244,-109.07930699999636,31.938056000000426,2439541,10,1,2000 +11,M,44.0,30245,-109.07930699999636,31.938056000000426,2439521,10,1,2000 +11,M,16.0,30246,-109.07930699999636,31.938056000000426,2439591,10,1,2000 +11,F,54.0,30247,-109.07930699999636,31.938056000000426,2439521,10,1,2000 +11,F,16.0,30248,-109.07930699999636,31.938056000000426,2439591,10,1,2000 +9,M,50.0,30249,-109.08090299999638,31.93785900000039,2439521,10,1,2000 +9,M,43.0,30250,-109.08090299999638,31.93785900000039,2439521,10,1,2000 +9,M,27.0,30251,-109.08090299999638,31.93785900000039,2439521,10,1,2000 +9,F,46.0,30252,-109.08090299999638,31.93785900000039,2439521,10,1,2000 +9,M,52.0,30253,-109.08090299999638,31.93785900000039,2439521,10,1,2000 +9,F,16.0,30254,-109.08090299999638,31.93785900000039,2437874,10,1,2000 +9,M,43.0,30255,-109.08090299999638,31.93785900000039,2439521,10,1,2000 +9,F,16.0,30256,-109.08090299999638,31.93785900000039,2439591,10,1,2000 +9,M,16.0,30257,-109.08090299999638,31.93785900000039,2439591,10,1,2000 +9,M,24.0,30258,-109.08090299999638,31.93785900000039,2439581,10,1,2000 +8,F,17.0,30259,-109.08167999999641,31.937884000000402,2439591,10,1,2000 +8,M,37.0,30260,-109.08167999999641,31.937884000000402,2439581,10,1,2000 +8,F,15.0,30261,-109.08167999999641,31.937884000000402,2439591,10,1,2000 +8,M,49.0,30262,-109.08167999999641,31.937884000000402,2439541,10,1,2000 +8,F,29.0,30263,-109.08167999999641,31.937884000000402,2439581,10,1,2000 +8,M,24.0,30264,-109.08167999999641,31.937884000000402,2438516,10,1,2000 +8,F,13.0,30265,-109.08167999999641,31.937884000000402,2439591,10,1,2000 +13,M,22.0,30266,-109.08261299999641,31.937028000000442,2438516,10,1,2000 +13,M,32.0,30267,-109.08261299999641,31.937028000000442,2439581,10,1,2000 +13,M,30.0,30268,-109.08261299999641,31.937028000000442,2439581,10,1,2000 +13,M,31.0,30269,-109.08261299999641,31.937028000000442,2439581,10,1,2000 +13,F,28.0,30270,-109.08261299999641,31.937028000000442,2439581,10,1,2000 +14,M,13.0,30271,-109.08182699999641,31.937054000000447,2439591,10,1,2000 +14,M,41.0,30272,-109.08182699999641,31.937054000000447,2439521,10,1,2000 +14,M,16.0,30273,-109.08182699999641,31.937054000000447,2439591,10,1,2000 +14,M,37.0,30274,-109.08182699999641,31.937054000000447,2439521,10,1,2000 +14,,,30275,-109.08182699999641,31.937054000000447,2437568,10,1,2000 +14,,,30276,-109.08182699999641,31.937054000000447,2437568,10,1,2000 +15,F,16.0,30277,-109.08103599999642,31.937059000000463,2439591,10,1,2000 +15,F,19.0,30278,-109.08103599999642,31.937059000000463,2438516,10,1,2000 +15,M,16.0,30279,-109.08103599999642,31.937059000000463,2439591,10,1,2000 +15,F,14.0,30280,-109.08103599999642,31.937059000000463,2439591,10,1,2000 +16,F,30.0,30281,-109.08024399999636,31.93709400000041,2437967,10,1,2000 +5,F,19.0,30282,-109.07960199999636,31.93897000000045,2437874,10,1,2000 +5,F,19.0,30283,-109.07960199999636,31.93897000000045,2439591,10,1,2000 +10,,,30284,-109.08009099999636,31.938017000000425,,10,1,2000 +1,M,53.0,30285,-109.08282899999641,31.938851000000387,2439541,5,2,2000 +1,M,19.0,30286,-109.08282899999641,31.938851000000387,2439591,5,2,2000 +1,F,18.0,30287,-109.08282899999641,31.938851000000387,2439591,5,2,2000 +1,F,35.0,30288,-109.08282899999641,31.938851000000387,2439581,5,2,2000 +1,F,27.0,30289,-109.08282899999641,31.938851000000387,2439581,5,2,2000 +1,F,48.0,30290,-109.08282899999641,31.938851000000387,2439541,5,2,2000 +1,F,65.0,30291,-109.08282899999641,31.938851000000387,2439541,5,2,2000 +1,F,29.0,30292,-109.08282899999641,31.938851000000387,2438516,5,2,2000 +1,F,46.0,30293,-109.08282899999641,31.938851000000387,2439521,5,2,2000 +1,M,50.0,30294,-109.08282899999641,31.938851000000387,2439521,5,2,2000 +1,F,49.0,30295,-109.08282899999641,31.938851000000387,2439541,5,2,2000 +1,M,59.0,30296,-109.08282899999641,31.938851000000387,2439541,5,2,2000 +1,F,24.0,30297,-109.08282899999641,31.938851000000387,2439591,5,2,2000 +2,M,30.0,30298,-109.08197499999642,31.93888700000037,2439581,5,2,2000 +2,M,46.0,30299,-109.08197499999642,31.93888700000037,2439581,5,2,2000 +2,F,29.0,30300,-109.08197499999642,31.93888700000037,2439581,5,2,2000 +2,F,42.0,30301,-109.08197499999642,31.93888700000037,2439581,5,2,2000 +2,M,18.0,30302,-109.08197499999642,31.93888700000037,2439591,5,2,2000 +2,F,17.0,30303,-109.08197499999642,31.93888700000037,2439591,5,2,2000 +2,F,52.0,30304,-109.08197499999642,31.93888700000037,2439541,5,2,2000 +2,M,18.0,30305,-109.08197499999642,31.93888700000037,2439591,5,2,2000 +2,M,54.0,30306,-109.08197499999642,31.93888700000037,2439541,5,2,2000 +2,M,17.0,30307,-109.08197499999642,31.93888700000037,2439591,5,2,2000 +2,F,185.0,30308,-109.08197499999642,31.93888700000037,,5,2,2000 +2,F,144.0,30309,-109.08197499999642,31.93888700000037,,5,2,2000 +2,,183.0,30310,-109.08197499999642,31.93888700000037,,5,2,2000 +12,M,15.0,30311,-109.07851899999636,31.938203000000414,2439591,5,2,2000 +12,M,43.0,30312,-109.07851899999636,31.938203000000414,2439581,5,2,2000 +12,M,24.0,30313,-109.07851899999636,31.938203000000414,2439581,5,2,2000 +12,F,47.0,30314,-109.07851899999636,31.938203000000414,2439521,5,2,2000 +12,M,54.0,30315,-109.07851899999636,31.938203000000414,2439541,5,2,2000 +12,M,33.0,30316,-109.07851899999636,31.938203000000414,2439581,5,2,2000 +12,F,33.0,30317,-109.07851899999636,31.938203000000414,2439521,5,2,2000 +12,M,17.0,30318,-109.07851899999636,31.938203000000414,2439591,5,2,2000 +12,F,56.0,30319,-109.07851899999636,31.938203000000414,2439541,5,2,2000 +12,M,22.0,30320,-109.07851899999636,31.938203000000414,2439591,5,2,2000 +19,F,35.0,30321,-109.07791199999636,31.937438000000434,2439581,5,2,2000 +19,F,23.0,30322,-109.07791199999636,31.937438000000434,2439581,5,2,2000 +19,F,34.0,30323,-109.07791199999636,31.937438000000434,2439581,5,2,2000 +18,M,21.0,30324,-109.07863299999636,31.93712600000041,2439581,5,2,2000 +18,F,30.0,30325,-109.07863299999636,31.93712600000041,2439581,5,2,2000 +18,M,24.0,30326,-109.07863299999636,31.93712600000041,2439581,5,2,2000 +18,,,30327,-109.07863299999636,31.93712600000041,2491757,5,2,2000 +18,F,30.0,30328,-109.07863299999636,31.93712600000041,2439581,5,2,2000 +17,F,42.0,30329,-109.07941499999636,31.937117000000445,2439521,5,2,2000 +17,F,54.0,30330,-109.07941499999636,31.937117000000445,2439541,5,2,2000 +17,F,16.0,30331,-109.07941499999636,31.937117000000445,2439591,5,2,2000 +17,M,36.0,30332,-109.07941499999636,31.937117000000445,2439521,5,2,2000 +17,M,38.0,30333,-109.07941499999636,31.937117000000445,2439581,5,2,2000 +20,M,26.0,30334,-109.08019099999642,31.93633400000045,2439581,5,2,2000 +20,F,17.0,30335,-109.08019099999642,31.93633400000045,2439591,5,2,2000 +20,M,47.0,30336,-109.08019099999642,31.93633400000045,2439581,5,2,2000 +20,M,19.0,30337,-109.08019099999642,31.93633400000045,2439591,5,2,2000 +20,M,23.0,30338,-109.08019099999642,31.93633400000045,2439581,5,2,2000 +21,F,32.0,30339,-109.07939799999636,31.936448000000453,2439581,5,2,2000 +21,M,43.0,30340,-109.07939799999636,31.936448000000453,2439581,5,2,2000 +21,F,24.0,30341,-109.07939799999636,31.936448000000453,2439581,5,2,2000 +22,F,32.0,30342,-109.07860199999635,31.93644100000042,2439521,5,2,2000 +22,F,23.0,30343,-109.07860199999635,31.93644100000042,2439591,5,2,2000 +22,M,36.0,30344,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +22,M,57.0,30345,-109.07860199999635,31.93644100000042,2439521,5,2,2000 +22,M,31.0,30346,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +22,F,39.0,30347,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +22,F,42.0,30348,-109.07860199999635,31.93644100000042,2439521,5,2,2000 +22,F,24.0,30349,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +22,F,29.0,30350,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +22,M,24.0,30351,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +22,M,38.0,30352,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +22,M,30.0,30353,-109.07860199999635,31.93644100000042,2439581,5,2,2000 +24,F,32.0,30354,-109.07773599999636,31.938560000000447,2439581,5,2,2000 +24,F,38.0,30355,-109.07773599999636,31.938560000000447,2439581,5,2,2000 +7,M,20.0,30356,-109.08281599999641,31.938113000000413,2439581,5,2,2000 +7,M,25.0,30357,-109.08281599999641,31.938113000000413,2438516,5,2,2000 +23,,,30358,-109.07783799999636,31.93676300000042,,5,2,2000 +3,M,51.0,30359,-109.08120799999641,31.938896000000387,2439581,6,2,2000 +3,M,18.0,30360,-109.08120799999641,31.938896000000387,2439591,6,2,2000 +3,F,38.0,30361,-109.08120799999641,31.938896000000387,2439581,6,2,2000 +3,M,39.0,30362,-109.08120799999641,31.938896000000387,2439581,6,2,2000 +3,F,26.0,30363,-109.08120799999641,31.938896000000387,2439581,6,2,2000 +3,M,26.0,30364,-109.08120799999641,31.938896000000387,2438516,6,2,2000 +3,F,33.0,30365,-109.08120799999641,31.938896000000387,2439581,6,2,2000 +4,F,31.0,30366,-109.08040899999641,31.93889400000041,2439581,6,2,2000 +4,F,42.0,30367,-109.08040899999641,31.93889400000041,2439521,6,2,2000 +4,F,27.0,30368,-109.08040899999641,31.93889400000041,2439581,6,2,2000 +4,M,42.0,30369,-109.08040899999641,31.93889400000041,2439581,6,2,2000 +4,M,50.0,30370,-109.08040899999641,31.93889400000041,2439521,6,2,2000 +4,M,35.0,30371,-109.08040899999641,31.93889400000041,2439581,6,2,2000 +6,M,17.0,30372,-109.07883599999636,31.939078000000414,2439591,6,2,2000 +6,M,16.0,30373,-109.07883599999636,31.939078000000414,2439591,6,2,2000 +6,M,26.0,30374,-109.07883599999636,31.939078000000414,2438516,6,2,2000 +6,F,37.0,30375,-109.07883599999636,31.939078000000414,2439581,6,2,2000 +6,M,21.0,30376,-109.07883599999636,31.939078000000414,2439591,6,2,2000 +11,F,21.0,30377,-109.07930699999636,31.938056000000426,2438516,6,2,2000 +11,F,31.0,30378,-109.07930699999636,31.938056000000426,2439581,6,2,2000 +11,,,30379,-109.07930699999636,31.938056000000426,,6,2,2000 +11,F,46.0,30380,-109.07930699999636,31.938056000000426,2439521,6,2,2000 +11,M,25.0,30381,-109.07930699999636,31.938056000000426,2438516,6,2,2000 +11,M,33.0,30382,-109.07930699999636,31.938056000000426,2439581,6,2,2000 +11,M,46.0,30383,-109.07930699999636,31.938056000000426,2439521,6,2,2000 +9,M,27.0,30384,-109.08090299999638,31.93785900000039,2438516,6,2,2000 +9,M,32.0,30385,-109.08090299999638,31.93785900000039,2439521,6,2,2000 +9,F,23.0,30386,-109.08090299999638,31.93785900000039,2439581,6,2,2000 +9,F,46.0,30387,-109.08090299999638,31.93785900000039,2439521,6,2,2000 +9,M,45.0,30388,-109.08090299999638,31.93785900000039,2439521,6,2,2000 +9,M,47.0,30389,-109.08090299999638,31.93785900000039,2439521,6,2,2000 +9,M,14.0,30390,-109.08090299999638,31.93785900000039,2439591,6,2,2000 +9,M,41.0,30391,-109.08090299999638,31.93785900000039,2439581,6,2,2000 +9,M,49.0,30392,-109.08090299999638,31.93785900000039,2439521,6,2,2000 +8,M,32.0,30393,-109.08167999999641,31.937884000000402,2439581,6,2,2000 +8,F,34.0,30394,-109.08167999999641,31.937884000000402,2439581,6,2,2000 +8,M,16.0,30395,-109.08167999999641,31.937884000000402,2439591,6,2,2000 +8,M,33.0,30396,-109.08167999999641,31.937884000000402,2439581,6,2,2000 +8,M,51.0,30397,-109.08167999999641,31.937884000000402,2439541,6,2,2000 +8,M,25.0,30398,-109.08167999999641,31.937884000000402,2439581,6,2,2000 +8,M,29.0,30399,-109.08167999999641,31.937884000000402,2439581,6,2,2000 +8,M,51.0,30400,-109.08167999999641,31.937884000000402,2439541,6,2,2000 +8,F,32.0,30401,-109.08167999999641,31.937884000000402,2439581,6,2,2000 +8,M,57.0,30402,-109.08167999999641,31.937884000000402,2439541,6,2,2000 +13,M,22.0,30403,-109.08261299999641,31.937028000000442,2438516,6,2,2000 +13,F,29.0,30404,-109.08261299999641,31.937028000000442,2439581,6,2,2000 +13,M,,30405,-109.08261299999641,31.937028000000442,2438516,6,2,2000 +13,M,15.0,30406,-109.08261299999641,31.937028000000442,2439591,6,2,2000 +13,F,42.0,30407,-109.08261299999641,31.937028000000442,2439581,6,2,2000 +13,M,34.0,30408,-109.08261299999641,31.937028000000442,2439581,6,2,2000 +14,M,15.0,30409,-109.08182699999641,31.937054000000447,2439591,6,2,2000 +14,M,53.0,30410,-109.08182699999641,31.937054000000447,2439521,6,2,2000 +14,F,13.0,30411,-109.08182699999641,31.937054000000447,2439591,6,2,2000 +14,F,20.0,30412,-109.08182699999641,31.937054000000447,2439591,6,2,2000 +14,F,14.0,30413,-109.08182699999641,31.937054000000447,2439591,6,2,2000 +14,M,19.0,30414,-109.08182699999641,31.937054000000447,2439591,6,2,2000 +14,M,12.0,30415,-109.08182699999641,31.937054000000447,2439591,6,2,2000 +15,F,15.0,30416,-109.08103599999642,31.937059000000463,2439591,6,2,2000 +15,F,14.0,30417,-109.08103599999642,31.937059000000463,2439591,6,2,2000 +15,F,16.0,30418,-109.08103599999642,31.937059000000463,2439591,6,2,2000 +15,,,30419,-109.08103599999642,31.937059000000463,2491757,6,2,2000 +16,F,23.0,30420,-109.08024399999636,31.93709400000041,2439591,6,2,2000 +5,,,30421,-109.07960199999636,31.93897000000045,,6,2,2000 +10,,,30422,-109.08009099999636,31.938017000000425,,6,2,2000 +1,F,46.0,30423,-109.08282899999641,31.938851000000387,2439541,4,3,2000 +1,M,46.0,30424,-109.08282899999641,31.938851000000387,2439541,4,3,2000 +1,M,17.0,30425,-109.08282899999641,31.938851000000387,2439591,4,3,2000 +1,F,35.0,30426,-109.08282899999641,31.938851000000387,2439541,4,3,2000 +1,F,15.0,30427,-109.08282899999641,31.938851000000387,2439591,4,3,2000 +1,F,49.0,30428,-109.08282899999641,31.938851000000387,2439521,4,3,2000 +1,F,34.0,30429,-109.08282899999641,31.938851000000387,2439591,4,3,2000 +1,F,17.0,30430,-109.08282899999641,31.938851000000387,2439591,4,3,2000 +1,F,31.0,30431,-109.08282899999641,31.938851000000387,2439581,4,3,2000 +2,M,21.0,30432,-109.08197499999642,31.93888700000037,2439591,4,3,2000 +2,F,17.0,30433,-109.08197499999642,31.93888700000037,2439591,4,3,2000 +2,F,42.0,30434,-109.08197499999642,31.93888700000037,2439581,4,3,2000 +2,M,22.0,30435,-109.08197499999642,31.93888700000037,2439591,4,3,2000 +2,F,13.0,30436,-109.08197499999642,31.93888700000037,2437874,4,3,2000 +2,M,30.0,30437,-109.08197499999642,31.93888700000037,2439581,4,3,2000 +2,M,47.0,30438,-109.08197499999642,31.93888700000037,2439581,4,3,2000 +2,F,42.0,30439,-109.08197499999642,31.93888700000037,2439581,4,3,2000 +2,M,19.0,30440,-109.08197499999642,31.93888700000037,2439591,4,3,2000 +2,F,26.0,30441,-109.08197499999642,31.93888700000037,2439581,4,3,2000 +2,F,31.0,30442,-109.08197499999642,31.93888700000037,2439581,4,3,2000 +2,F,66.0,30443,-109.08197499999642,31.93888700000037,2439541,4,3,2000 +2,M,184.0,30444,-109.08197499999642,31.93888700000037,,4,3,2000 +12,M,13.0,30445,-109.07851899999636,31.938203000000414,2439591,4,3,2000 +12,F,14.0,30446,-109.07851899999636,31.938203000000414,2439591,4,3,2000 +12,F,17.0,30447,-109.07851899999636,31.938203000000414,2439591,4,3,2000 +12,M,22.0,30448,-109.07851899999636,31.938203000000414,2439591,4,3,2000 +12,,,30449,-109.07851899999636,31.938203000000414,2491757,4,3,2000 +12,,,30450,-109.07851899999636,31.938203000000414,,4,3,2000 +12,M,21.0,30451,-109.07851899999636,31.938203000000414,2439591,4,3,2000 +12,M,19.0,30452,-109.07851899999636,31.938203000000414,2439591,4,3,2000 +12,F,31.0,30453,-109.07851899999636,31.938203000000414,2439581,4,3,2000 +12,F,33.0,30454,-109.07851899999636,31.938203000000414,2439521,4,3,2000 +12,F,15.0,30455,-109.07851899999636,31.938203000000414,2439591,4,3,2000 +12,M,,30456,-109.07851899999636,31.938203000000414,2439541,4,3,2000 +19,F,24.0,30457,-109.07791199999636,31.937438000000434,2439581,4,3,2000 +19,F,48.0,30458,-109.07791199999636,31.937438000000434,2439581,4,3,2000 +19,F,44.0,30459,-109.07791199999636,31.937438000000434,2439581,4,3,2000 +19,M,16.0,30460,-109.07791199999636,31.937438000000434,2439591,4,3,2000 +19,M,43.0,30461,-109.07791199999636,31.937438000000434,2439581,4,3,2000 +19,M,31.0,30462,-109.07791199999636,31.937438000000434,2439581,4,3,2000 +18,,,30463,-109.07863299999636,31.93712600000041,2439581,4,3,2000 +18,,,30464,-109.07863299999636,31.93712600000041,2491728,4,3,2000 +18,M,26.0,30465,-109.07863299999636,31.93712600000041,2439581,4,3,2000 +18,M,41.0,30466,-109.07863299999636,31.93712600000041,2439581,4,3,2000 +18,F,33.0,30467,-109.07863299999636,31.93712600000041,2439581,4,3,2000 +18,M,33.0,30468,-109.07863299999636,31.93712600000041,2439581,4,3,2000 +18,F,30.0,30469,-109.07863299999636,31.93712600000041,2439581,4,3,2000 +18,F,24.0,30470,-109.07863299999636,31.93712600000041,2439581,4,3,2000 +17,F,41.0,30471,-109.07941499999636,31.937117000000445,2439521,4,3,2000 +17,F,44.0,30472,-109.07941499999636,31.937117000000445,2439521,4,3,2000 +17,M,49.0,30473,-109.07941499999636,31.937117000000445,2439521,4,3,2000 +17,M,33.0,30474,-109.07941499999636,31.937117000000445,2439521,4,3,2000 +17,M,19.0,30475,-109.07941499999636,31.937117000000445,2439591,4,3,2000 +17,M,49.0,30476,-109.07941499999636,31.937117000000445,2439521,4,3,2000 +17,,,30477,-109.07941499999636,31.937117000000445,,4,3,2000 +17,M,40.0,30478,-109.07941499999636,31.937117000000445,2439521,4,3,2000 +17,M,24.0,30479,-109.07941499999636,31.937117000000445,2438516,4,3,2000 +22,M,40.0,30480,-109.07860199999635,31.93644100000042,2439581,4,3,2000 +22,M,25.0,30481,-109.07860199999635,31.93644100000042,2439591,4,3,2000 +22,M,35.0,30482,-109.07860199999635,31.93644100000042,2439581,4,3,2000 +22,M,37.0,30483,-109.07860199999635,31.93644100000042,2439581,4,3,2000 +22,F,24.0,30484,-109.07860199999635,31.93644100000042,2439581,4,3,2000 +22,M,29.0,30485,-109.07860199999635,31.93644100000042,2439581,4,3,2000 +22,F,34.0,30486,-109.07860199999635,31.93644100000042,2439581,4,3,2000 +21,F,33.0,30487,-109.07939799999636,31.936448000000453,2439591,4,3,2000 +21,M,41.0,30488,-109.07939799999636,31.936448000000453,2439581,4,3,2000 +21,F,37.0,30489,-109.07939799999636,31.936448000000453,2439581,4,3,2000 +21,M,16.0,30490,-109.07939799999636,31.936448000000453,2439591,4,3,2000 +21,M,40.0,30491,-109.07939799999636,31.936448000000453,2439581,4,3,2000 +20,F,37.0,30492,-109.08019099999642,31.93633400000045,2439581,4,3,2000 +20,F,17.0,30493,-109.08019099999642,31.93633400000045,2439591,4,3,2000 +20,M,45.0,30494,-109.08019099999642,31.93633400000045,2439581,4,3,2000 +20,F,14.0,30495,-109.08019099999642,31.93633400000045,2439591,4,3,2000 +20,F,160.0,30496,-109.08019099999642,31.93633400000045,,4,3,2000 +20,F,208.0,30497,-109.08019099999642,31.93633400000045,,4,3,2000 +24,F,16.0,30498,-109.07773599999636,31.938560000000447,2439591,4,3,2000 +24,M,,30499,-109.07773599999636,31.938560000000447,2439591,4,3,2000 +24,M,21.0,30500,-109.07773599999636,31.938560000000447,2438019,4,3,2000 +23,,,30501,-109.07783799999636,31.93676300000042,,4,3,2000 +3,F,171.0,30502,-109.08120799999641,31.938896000000387,,5,3,2000 +3,F,43.0,30503,-109.08120799999641,31.938896000000387,2439581,5,3,2000 +3,F,29.0,30504,-109.08120799999641,31.938896000000387,2439581,5,3,2000 +3,F,40.0,30505,-109.08120799999641,31.938896000000387,2439581,5,3,2000 +3,M,49.0,30506,-109.08120799999641,31.938896000000387,2439581,5,3,2000 +3,M,29.0,30507,-109.08120799999641,31.938896000000387,2438516,5,3,2000 +4,F,32.0,30508,-109.08040899999641,31.93889400000041,2439581,5,3,2000 +4,M,33.0,30509,-109.08040899999641,31.93889400000041,2439581,5,3,2000 +4,F,41.0,30510,-109.08040899999641,31.93889400000041,2439521,5,3,2000 +4,F,40.0,30511,-109.08040899999641,31.93889400000041,2439521,5,3,2000 +4,M,40.0,30512,-109.08040899999641,31.93889400000041,2439581,5,3,2000 +4,F,17.0,30513,-109.08040899999641,31.93889400000041,2439591,5,3,2000 +4,F,30.0,30514,-109.08040899999641,31.93889400000041,2439581,5,3,2000 +4,M,18.0,30515,-109.08040899999641,31.93889400000041,2439591,5,3,2000 +6,M,25.0,30516,-109.07883599999636,31.939078000000414,2438516,5,3,2000 +6,M,31.0,30517,-109.07883599999636,31.939078000000414,2438516,5,3,2000 +6,M,49.0,30518,-109.07883599999636,31.939078000000414,2439581,5,3,2000 +6,F,26.0,30519,-109.07883599999636,31.939078000000414,2438516,5,3,2000 +6,F,24.0,30520,-109.07883599999636,31.939078000000414,2439581,5,3,2000 +6,M,13.0,30521,-109.07883599999636,31.939078000000414,2437874,5,3,2000 +6,F,31.0,30522,-109.07883599999636,31.939078000000414,2439581,5,3,2000 +6,M,17.0,30523,-109.07883599999636,31.939078000000414,2439591,5,3,2000 +6,F,18.0,30524,-109.07883599999636,31.939078000000414,2439591,5,3,2000 +11,F,31.0,30525,-109.07930699999636,31.938056000000426,2439581,5,3,2000 +11,M,30.0,30526,-109.07930699999636,31.938056000000426,2438516,5,3,2000 +11,M,21.0,30527,-109.07930699999636,31.938056000000426,2439591,5,3,2000 +11,F,26.0,30528,-109.07930699999636,31.938056000000426,2438516,5,3,2000 +11,M,20.0,30529,-109.07930699999636,31.938056000000426,2439591,5,3,2000 +11,M,50.0,30530,-109.07930699999636,31.938056000000426,2439521,5,3,2000 +9,M,77.0,30531,-109.08090299999638,31.93785900000039,2438147,5,3,2000 +9,M,19.0,30532,-109.08090299999638,31.93785900000039,2439591,5,3,2000 +9,F,26.0,30533,-109.08090299999638,31.93785900000039,2439581,5,3,2000 +9,M,47.0,30534,-109.08090299999638,31.93785900000039,2439521,5,3,2000 +9,F,46.0,30535,-109.08090299999638,31.93785900000039,2439521,5,3,2000 +9,M,50.0,30536,-109.08090299999638,31.93785900000039,2439521,5,3,2000 +9,M,28.0,30537,-109.08090299999638,31.93785900000039,2438516,5,3,2000 +9,M,,30538,-109.08090299999638,31.93785900000039,2439521,5,3,2000 +9,M,30.0,30539,-109.08090299999638,31.93785900000039,2439521,5,3,2000 +9,M,14.0,30540,-109.08090299999638,31.93785900000039,2439591,5,3,2000 +8,F,43.0,30541,-109.08167999999641,31.937884000000402,2439541,5,3,2000 +8,F,28.0,30542,-109.08167999999641,31.937884000000402,2439581,5,3,2000 +8,M,16.0,30543,-109.08167999999641,31.937884000000402,2439591,5,3,2000 +8,M,50.0,30544,-109.08167999999641,31.937884000000402,2439541,5,3,2000 +8,F,31.0,30545,-109.08167999999641,31.937884000000402,2439581,5,3,2000 +8,M,26.0,30546,-109.08167999999641,31.937884000000402,2439591,5,3,2000 +8,F,14.0,30547,-109.08167999999641,31.937884000000402,2439591,5,3,2000 +8,F,31.0,30548,-109.08167999999641,31.937884000000402,2439581,5,3,2000 +8,F,43.0,30549,-109.08167999999641,31.937884000000402,2439541,5,3,2000 +8,M,22.0,30550,-109.08167999999641,31.937884000000402,2438516,5,3,2000 +13,F,31.0,30551,-109.08261299999641,31.937028000000442,2439591,5,3,2000 +13,M,17.0,30552,-109.08261299999641,31.937028000000442,2439591,5,3,2000 +13,M,21.0,30553,-109.08261299999641,31.937028000000442,2439591,5,3,2000 +13,F,31.0,30554,-109.08261299999641,31.937028000000442,2439581,5,3,2000 +13,M,44.0,30555,-109.08261299999641,31.937028000000442,2439581,5,3,2000 +13,M,25.0,30556,-109.08261299999641,31.937028000000442,2438516,5,3,2000 +14,M,26.0,30557,-109.08182699999641,31.937054000000447,2439521,5,3,2000 +14,M,49.0,30558,-109.08182699999641,31.937054000000447,2439521,5,3,2000 +14,M,53.0,30559,-109.08182699999641,31.937054000000447,2439521,5,3,2000 +14,M,19.0,30560,-109.08182699999641,31.937054000000447,2439591,5,3,2000 +14,F,43.0,30561,-109.08182699999641,31.937054000000447,2439521,5,3,2000 +14,M,30.0,30562,-109.08182699999641,31.937054000000447,2438516,5,3,2000 +14,F,31.0,30563,-109.08182699999641,31.937054000000447,2438516,5,3,2000 +14,F,48.0,30564,-109.08182699999641,31.937054000000447,2439521,5,3,2000 +14,M,47.0,30565,-109.08182699999641,31.937054000000447,2439521,5,3,2000 +14,F,41.0,30566,-109.08182699999641,31.937054000000447,2439521,5,3,2000 +14,M,13.0,30567,-109.08182699999641,31.937054000000447,2439591,5,3,2000 +15,M,26.0,30568,-109.08103599999642,31.937059000000463,2438516,5,3,2000 +15,,,30569,-109.08103599999642,31.937059000000463,2437568,5,3,2000 +15,F,13.0,30570,-109.08103599999642,31.937059000000463,2439591,5,3,2000 +15,F,14.0,30571,-109.08103599999642,31.937059000000463,2439591,5,3,2000 +15,M,17.0,30572,-109.08103599999642,31.937059000000463,2439591,5,3,2000 +15,M,21.0,30573,-109.08103599999642,31.937059000000463,2439591,5,3,2000 +15,M,22.0,30574,-109.08103599999642,31.937059000000463,2439591,5,3,2000 +15,F,16.0,30575,-109.08103599999642,31.937059000000463,2439591,5,3,2000 +15,M,20.0,30576,-109.08103599999642,31.937059000000463,2439591,5,3,2000 +16,M,41.0,30577,-109.08024399999636,31.93709400000041,2439541,5,3,2000 +16,F,11.0,30578,-109.08024399999636,31.93709400000041,2437874,5,3,2000 +16,M,41.0,30579,-109.08024399999636,31.93709400000041,2439541,5,3,2000 +16,M,24.0,30580,-109.08024399999636,31.93709400000041,2438516,5,3,2000 +5,,,30581,-109.07960199999636,31.93897000000045,,5,3,2000 +10,,,30582,-109.08009099999636,31.938017000000425,,5,3,2000 +1,M,53.0,30583,-109.08282899999641,31.938851000000387,2439541,30,4,2000 +1,F,49.0,30584,-109.08282899999641,31.938851000000387,2439541,30,4,2000 +1,F,23.0,30585,-109.08282899999641,31.938851000000387,2439591,30,4,2000 +1,F,29.0,30586,-109.08282899999641,31.938851000000387,2439591,30,4,2000 +1,M,21.0,30587,-109.08282899999641,31.938851000000387,2439591,30,4,2000 +1,F,35.0,30588,-109.08282899999641,31.938851000000387,2439581,30,4,2000 +1,M,14.0,30589,-109.08282899999641,31.938851000000387,2439591,30,4,2000 +1,M,21.0,30590,-109.08282899999641,31.938851000000387,2439591,30,4,2000 +19,F,37.0,30591,-109.07791199999636,31.937438000000434,2439581,30,4,2000 +19,F,38.0,30592,-109.07791199999636,31.937438000000434,2439581,30,4,2000 +19,M,37.0,30593,-109.07791199999636,31.937438000000434,2439581,30,4,2000 +19,F,38.0,30594,-109.07791199999636,31.937438000000434,2439581,30,4,2000 +18,F,16.0,30595,-109.07863299999636,31.93712600000041,2439591,30,4,2000 +18,F,34.0,30596,-109.07863299999636,31.93712600000041,2439581,30,4,2000 +18,M,31.0,30597,-109.07863299999636,31.93712600000041,2439581,30,4,2000 +18,F,16.0,30598,-109.07863299999636,31.93712600000041,2439591,30,4,2000 +18,F,36.0,30599,-109.07863299999636,31.93712600000041,2439581,30,4,2000 +17,F,29.0,30600,-109.07941499999636,31.937117000000445,2438516,30,4,2000 +17,F,23.0,30601,-109.07941499999636,31.937117000000445,2439591,30,4,2000 +17,M,30.0,30602,-109.07941499999636,31.937117000000445,2438516,30,4,2000 +17,M,39.0,30603,-109.07941499999636,31.937117000000445,2439541,30,4,2000 +17,M,38.0,30604,-109.07941499999636,31.937117000000445,2439541,30,4,2000 +17,F,33.0,30605,-109.07941499999636,31.937117000000445,2439521,30,4,2000 +17,M,52.0,30606,-109.07941499999636,31.937117000000445,2439521,30,4,2000 +17,F,29.0,30607,-109.07941499999636,31.937117000000445,2439521,30,4,2000 +2,M,45.0,30608,-109.08197499999642,31.93888700000037,2439581,30,4,2000 +2,M,22.0,30609,-109.08197499999642,31.93888700000037,2439591,30,4,2000 +2,M,19.0,30610,-109.08197499999642,31.93888700000037,2439591,30,4,2000 +2,F,31.0,30611,-109.08197499999642,31.93888700000037,2439581,30,4,2000 +2,M,41.0,30612,-109.08197499999642,31.93888700000037,2439581,30,4,2000 +2,F,42.0,30613,-109.08197499999642,31.93888700000037,2439541,30,4,2000 +12,M,29.0,30614,-109.07851899999636,31.938203000000414,2438516,30,4,2000 +12,F,40.0,30615,-109.07851899999636,31.938203000000414,2439521,30,4,2000 +12,M,18.0,30616,-109.07851899999636,31.938203000000414,2439521,30,4,2000 +12,F,34.0,30617,-109.07851899999636,31.938203000000414,2439581,30,4,2000 +12,F,16.0,30618,-109.07851899999636,31.938203000000414,2439591,30,4,2000 +12,F,20.0,30619,-109.07851899999636,31.938203000000414,2439591,30,4,2000 +12,F,35.0,30620,-109.07851899999636,31.938203000000414,2438516,30,4,2000 +12,F,31.0,30621,-109.07851899999636,31.938203000000414,2439581,30,4,2000 +12,F,45.0,30622,-109.07851899999636,31.938203000000414,2439521,30,4,2000 +12,M,51.0,30623,-109.07851899999636,31.938203000000414,2439541,30,4,2000 +12,M,22.0,30624,-109.07851899999636,31.938203000000414,2439581,30,4,2000 +12,F,,30625,-109.07851899999636,31.938203000000414,,30,4,2000 +22,F,30.0,30626,-109.07860199999635,31.93644100000042,2439581,30,4,2000 +22,F,31.0,30627,-109.07860199999635,31.93644100000042,2439581,30,4,2000 +22,F,38.0,30628,-109.07860199999635,31.93644100000042,2439581,30,4,2000 +22,F,39.0,30629,-109.07860199999635,31.93644100000042,2439581,30,4,2000 +22,M,36.0,30630,-109.07860199999635,31.93644100000042,2439581,30,4,2000 +22,M,56.0,30631,-109.07860199999635,31.93644100000042,2439521,30,4,2000 +21,M,21.0,30632,-109.07939799999636,31.936448000000453,2439581,30,4,2000 +21,F,21.0,30633,-109.07939799999636,31.936448000000453,2439581,30,4,2000 +21,F,19.0,30634,-109.07939799999636,31.936448000000453,2439581,30,4,2000 +21,F,39.0,30635,-109.07939799999636,31.936448000000453,2439581,30,4,2000 +21,M,38.0,30636,-109.07939799999636,31.936448000000453,2439581,30,4,2000 +21,F,23.0,30637,-109.07939799999636,31.936448000000453,2439581,30,4,2000 +21,M,17.0,30638,-109.07939799999636,31.936448000000453,2439581,30,4,2000 +20,F,20.0,30639,-109.08019099999642,31.93633400000045,2439591,30,4,2000 +20,M,18.0,30640,-109.08019099999642,31.93633400000045,2439591,30,4,2000 +20,M,34.0,30641,-109.08019099999642,31.93633400000045,2439581,30,4,2000 +20,F,,30642,-109.08019099999642,31.93633400000045,,30,4,2000 +23,M,10.0,30643,-109.07783799999636,31.93676300000042,2437874,30,4,2000 +23,M,9.0,30644,-109.07783799999636,31.93676300000042,2437874,30,4,2000 +24,M,31.0,30645,-109.07773599999636,31.938560000000447,2437981,30,4,2000 +24,M,21.0,30646,-109.07773599999636,31.938560000000447,2437981,30,4,2000 +24,F,17.0,30647,-109.07773599999636,31.938560000000447,2439591,30,4,2000 +17,M,46.0,30648,-109.07941499999636,31.937117000000445,2439521,30,4,2000 +17,F,46.0,30649,-109.07941499999636,31.937117000000445,2439521,30,4,2000 +17,F,59.0,30650,-109.07941499999636,31.937117000000445,2439541,30,4,2000 +6,F,19.0,30651,-109.07883599999636,31.939078000000414,2439591,30,4,2000 +6,M,32.0,30652,-109.07883599999636,31.939078000000414,2439581,30,4,2000 +6,F,30.0,30653,-109.07883599999636,31.939078000000414,2439581,30,4,2000 +6,M,20.0,30654,-109.07883599999636,31.939078000000414,2439591,30,4,2000 +6,M,24.0,30655,-109.07883599999636,31.939078000000414,2439591,30,4,2000 +6,M,33.0,30656,-109.07883599999636,31.939078000000414,2438516,30,4,2000 +6,F,17.0,30657,-109.07883599999636,31.939078000000414,2439591,30,4,2000 +6,M,29.0,30658,-109.07883599999636,31.939078000000414,2439581,30,4,2000 +6,F,36.0,30659,-109.07883599999636,31.939078000000414,2439581,30,4,2000 +9,F,24.0,30660,-109.08090299999638,31.93785900000039,2438516,30,4,2000 +9,F,19.0,30661,-109.08090299999638,31.93785900000039,2439591,30,4,2000 +9,M,20.0,30662,-109.08090299999638,31.93785900000039,2439591,30,4,2000 +9,F,52.0,30663,-109.08090299999638,31.93785900000039,2439521,30,4,2000 +9,M,34.0,30664,-109.08090299999638,31.93785900000039,2439581,30,4,2000 +9,M,49.0,30665,-109.08090299999638,31.93785900000039,2439581,30,4,2000 +9,F,44.0,30666,-109.08090299999638,31.93785900000039,2439521,30,4,2000 +9,M,50.0,30667,-109.08090299999638,31.93785900000039,2439521,30,4,2000 +9,F,39.0,30668,-109.08090299999638,31.93785900000039,2439521,30,4,2000 +9,M,39.0,30669,-109.08090299999638,31.93785900000039,2439581,30,4,2000 +9,F,21.0,30670,-109.08090299999638,31.93785900000039,2439591,30,4,2000 +15,F,38.0,30671,-109.08103599999642,31.937059000000463,2438516,30,4,2000 +15,M,19.0,30672,-109.08103599999642,31.937059000000463,2439591,30,4,2000 +15,F,18.0,30673,-109.08103599999642,31.937059000000463,2439591,30,4,2000 +15,F,16.0,30674,-109.08103599999642,31.937059000000463,2439591,30,4,2000 +15,M,23.0,30675,-109.08103599999642,31.937059000000463,2439591,30,4,2000 +4,M,36.0,30676,-109.08040899999641,31.93889400000041,2439581,30,4,2000 +4,F,47.0,30677,-109.08040899999641,31.93889400000041,2439521,30,4,2000 +4,F,20.0,30678,-109.08040899999641,31.93889400000041,2439591,30,4,2000 +4,F,36.0,30679,-109.08040899999641,31.93889400000041,2439591,30,4,2000 +4,M,92.0,30680,-109.08040899999641,31.93889400000041,2438147,30,4,2000 +11,F,22.0,30681,-109.07930699999636,31.938056000000426,2439581,30,4,2000 +11,M,49.0,30682,-109.07930699999636,31.938056000000426,2439521,30,4,2000 +11,M,29.0,30683,-109.07930699999636,31.938056000000426,2438516,30,4,2000 +11,F,55.0,30684,-109.07930699999636,31.938056000000426,2439521,30,4,2000 +11,M,23.0,30685,-109.07930699999636,31.938056000000426,2439581,30,4,2000 +11,F,19.0,30686,-109.07930699999636,31.938056000000426,2439591,30,4,2000 +11,F,17.0,30687,-109.07930699999636,31.938056000000426,2439591,30,4,2000 +11,M,15.0,30688,-109.07930699999636,31.938056000000426,2439591,30,4,2000 +8,M,23.0,30689,-109.08167999999641,31.937884000000402,2439541,30,4,2000 +8,F,47.0,30690,-109.08167999999641,31.937884000000402,2439541,30,4,2000 +8,M,23.0,30691,-109.08167999999641,31.937884000000402,2439591,30,4,2000 +8,F,27.0,30692,-109.08167999999641,31.937884000000402,2439581,30,4,2000 +8,F,29.0,30693,-109.08167999999641,31.937884000000402,2439581,30,4,2000 +8,M,60.0,30694,-109.08167999999641,31.937884000000402,2439541,30,4,2000 +8,M,16.0,30695,-109.08167999999641,31.937884000000402,2439581,30,4,2000 +8,M,20.0,30696,-109.08167999999641,31.937884000000402,2439591,30,4,2000 +8,M,49.0,30697,-109.08167999999641,31.937884000000402,2439541,30,4,2000 +8,F,45.0,30698,-109.08167999999641,31.937884000000402,2439541,30,4,2000 +8,F,34.0,30699,-109.08167999999641,31.937884000000402,2439581,30,4,2000 +8,F,35.0,30700,-109.08167999999641,31.937884000000402,2439581,30,4,2000 +8,M,51.0,30701,-109.08167999999641,31.937884000000402,2439541,30,4,2000 +13,F,31.0,30702,-109.08261299999641,31.937028000000442,2439581,30,4,2000 +13,F,27.0,30703,-109.08261299999641,31.937028000000442,2439591,30,4,2000 +13,F,31.0,30704,-109.08261299999641,31.937028000000442,2439581,30,4,2000 +13,M,43.0,30705,-109.08261299999641,31.937028000000442,2439581,30,4,2000 +13,F,35.0,30706,-109.08261299999641,31.937028000000442,2439581,30,4,2000 +13,M,29.0,30707,-109.08261299999641,31.937028000000442,2438516,30,4,2000 +13,F,18.0,30708,-109.08261299999641,31.937028000000442,2439591,30,4,2000 +13,M,18.0,30709,-109.08261299999641,31.937028000000442,2439591,30,4,2000 +13,F,29.0,30710,-109.08261299999641,31.937028000000442,2438516,30,4,2000 +14,F,32.0,30711,-109.08182699999641,31.937054000000447,2438516,30,4,2000 +14,M,44.0,30712,-109.08182699999641,31.937054000000447,2439521,30,4,2000 +14,M,28.0,30713,-109.08182699999641,31.937054000000447,2439521,30,4,2000 +14,M,40.0,30714,-109.08182699999641,31.937054000000447,2439521,30,4,2000 +14,M,48.0,30715,-109.08182699999641,31.937054000000447,2439521,30,4,2000 +14,F,16.0,30716,-109.08182699999641,31.937054000000447,2439591,30,4,2000 +3,F,35.0,30717,-109.08120799999641,31.938896000000387,2439581,30,4,2000 +3,M,27.0,30718,-109.08120799999641,31.938896000000387,2439581,30,4,2000 +3,F,30.0,30719,-109.08120799999641,31.938896000000387,2439581,30,4,2000 +3,M,27.0,30720,-109.08120799999641,31.938896000000387,2439581,30,4,2000 +5,,,30721,-109.07960199999636,31.93897000000045,,30,4,2000 +7,,,30722,-109.08281599999641,31.938113000000413,,30,4,2000 +10,,,30723,-109.08009099999636,31.938017000000425,,30,4,2000 +16,,,30724,-109.08024399999636,31.93709400000041,,30,4,2000 +1,F,20.0,30725,-109.08282899999641,31.938851000000387,2439591,3,6,2000 +1,M,49.0,30726,-109.08282899999641,31.938851000000387,2439521,3,6,2000 +1,F,30.0,30727,-109.08282899999641,31.938851000000387,2439581,3,6,2000 +1,F,50.0,30728,-109.08282899999641,31.938851000000387,2439541,3,6,2000 +1,M,54.0,30729,-109.08282899999641,31.938851000000387,2439541,3,6,2000 +1,F,28.0,30730,-109.08282899999641,31.938851000000387,2439581,3,6,2000 +1,F,14.0,30731,-109.08282899999641,31.938851000000387,2439591,3,6,2000 +2,M,18.0,30732,-109.08197499999642,31.93888700000037,2439581,3,6,2000 +2,M,43.0,30733,-109.08197499999642,31.93888700000037,2439581,3,6,2000 +2,M,10.0,30734,-109.08197499999642,31.93888700000037,2439591,3,6,2000 +2,M,29.0,30735,-109.08197499999642,31.93888700000037,2439581,3,6,2000 +2,M,27.0,30736,-109.08197499999642,31.93888700000037,2439581,3,6,2000 +2,F,33.0,30737,-109.08197499999642,31.93888700000037,2439581,3,6,2000 +2,F,40.0,30738,-109.08197499999642,31.93888700000037,2439581,3,6,2000 +2,M,48.0,30739,-109.08197499999642,31.93888700000037,2438147,3,6,2000 +2,M,31.0,30740,-109.08197499999642,31.93888700000037,2439541,3,6,2000 +2,M,14.0,30741,-109.08197499999642,31.93888700000037,2439591,3,6,2000 +2,F,158.0,30742,-109.08197499999642,31.93888700000037,,3,6,2000 +12,F,47.0,30743,-109.07851899999636,31.938203000000414,2439521,3,6,2000 +12,M,32.0,30744,-109.07851899999636,31.938203000000414,2439521,3,6,2000 +12,F,26.0,30745,-109.07851899999636,31.938203000000414,2438516,3,6,2000 +12,M,82.0,30746,-109.07851899999636,31.938203000000414,2438147,3,6,2000 +12,F,12.0,30747,-109.07851899999636,31.938203000000414,2439591,3,6,2000 +12,F,18.0,30748,-109.07851899999636,31.938203000000414,2438516,3,6,2000 +12,M,47.0,30749,-109.07851899999636,31.938203000000414,2439541,3,6,2000 +12,M,18.0,30750,-109.07851899999636,31.938203000000414,2439591,3,6,2000 +12,F,33.0,30751,-109.07851899999636,31.938203000000414,2439581,3,6,2000 +12,F,39.0,30752,-109.07851899999636,31.938203000000414,2439581,3,6,2000 +12,M,53.0,30753,-109.07851899999636,31.938203000000414,2439541,3,6,2000 +12,,,30754,-109.07851899999636,31.938203000000414,,3,6,2000 +19,M,20.0,30755,-109.07791199999636,31.937438000000434,2439591,3,6,2000 +19,M,41.0,30756,-109.07791199999636,31.937438000000434,2439581,3,6,2000 +19,F,19.0,30757,-109.07791199999636,31.937438000000434,2439591,3,6,2000 +19,F,18.0,30758,-109.07791199999636,31.937438000000434,2439591,3,6,2000 +19,M,29.0,30759,-109.07791199999636,31.937438000000434,2439581,3,6,2000 +19,M,16.0,30760,-109.07791199999636,31.937438000000434,2439581,3,6,2000 +19,F,31.0,30761,-109.07791199999636,31.937438000000434,2439581,3,6,2000 +19,F,30.0,30762,-109.07791199999636,31.937438000000434,2438516,3,6,2000 +18,M,27.0,30763,-109.07863299999636,31.93712600000041,2439581,3,6,2000 +18,M,18.0,30764,-109.07863299999636,31.93712600000041,2439581,3,6,2000 +18,F,35.0,30765,-109.07863299999636,31.93712600000041,2439581,3,6,2000 +18,M,35.0,30766,-109.07863299999636,31.93712600000041,2438147,3,6,2000 +18,F,30.0,30767,-109.07863299999636,31.93712600000041,2439581,3,6,2000 +17,F,38.0,30768,-109.07941499999636,31.937117000000445,2439521,3,6,2000 +17,M,43.0,30769,-109.07941499999636,31.937117000000445,2439521,3,6,2000 +17,M,24.0,30770,-109.07941499999636,31.937117000000445,2439541,3,6,2000 +17,M,22.0,30771,-109.07941499999636,31.937117000000445,2439591,3,6,2000 +17,M,15.0,30772,-109.07941499999636,31.937117000000445,2439591,3,6,2000 +17,F,43.0,30773,-109.07941499999636,31.937117000000445,2439521,3,6,2000 +17,F,11.0,30774,-109.07941499999636,31.937117000000445,2439591,3,6,2000 +17,M,18.0,30775,-109.07941499999636,31.937117000000445,2439591,3,6,2000 +17,F,19.0,30776,-109.07941499999636,31.937117000000445,2439591,3,6,2000 +17,F,55.0,30777,-109.07941499999636,31.937117000000445,2439541,3,6,2000 +20,F,37.0,30778,-109.08019099999642,31.93633400000045,2439581,3,6,2000 +20,M,11.0,30779,-109.08019099999642,31.93633400000045,2439591,3,6,2000 +20,F,17.0,30780,-109.08019099999642,31.93633400000045,2439581,3,6,2000 +20,M,18.0,30781,-109.08019099999642,31.93633400000045,2439591,3,6,2000 +20,F,16.0,30782,-109.08019099999642,31.93633400000045,2439591,3,6,2000 +20,F,170.0,30783,-109.08019099999642,31.93633400000045,,3,6,2000 +21,F,24.0,30784,-109.07939799999636,31.936448000000453,2439581,3,6,2000 +21,F,24.0,30785,-109.07939799999636,31.936448000000453,2439581,3,6,2000 +21,F,35.0,30786,-109.07939799999636,31.936448000000453,2439581,3,6,2000 +21,F,26.0,30787,-109.07939799999636,31.936448000000453,2439581,3,6,2000 +21,M,10.0,30788,-109.07939799999636,31.936448000000453,2439591,3,6,2000 +21,F,39.0,30789,-109.07939799999636,31.936448000000453,2439581,3,6,2000 +21,M,36.0,30790,-109.07939799999636,31.936448000000453,2439581,3,6,2000 +21,F,25.0,30791,-109.07939799999636,31.936448000000453,2439581,3,6,2000 +22,F,30.0,30792,-109.07860199999635,31.93644100000042,2439581,3,6,2000 +22,M,54.0,30793,-109.07860199999635,31.93644100000042,2439521,3,6,2000 +22,M,18.0,30794,-109.07860199999635,31.93644100000042,2439581,3,6,2000 +22,F,36.0,30795,-109.07860199999635,31.93644100000042,2439581,3,6,2000 +24,M,20.0,30796,-109.07773599999636,31.938560000000447,2437981,3,6,2000 +24,M,,30797,-109.07773599999636,31.938560000000447,2439591,3,6,2000 +24,M,,30798,-109.07773599999636,31.938560000000447,2439581,3,6,2000 +24,F,,30799,-109.07773599999636,31.938560000000447,2439591,3,6,2000 +24,M,,30800,-109.07773599999636,31.938560000000447,2439591,3,6,2000 +24,M,10.0,30801,-109.07773599999636,31.938560000000447,2437874,3,6,2000 +24,F,17.0,30802,-109.07773599999636,31.938560000000447,2439591,3,6,2000 +23,,,30803,-109.07783799999636,31.93676300000042,,3,6,2000 +3,M,32.0,30804,-109.08120799999641,31.938896000000387,2438516,4,6,2000 +3,F,31.0,30805,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,M,25.0,30806,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,F,32.0,30807,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,M,22.0,30808,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,F,34.0,30809,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,M,20.0,30810,-109.08120799999641,31.938896000000387,2439591,4,6,2000 +3,F,22.0,30811,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,M,21.0,30812,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,F,36.0,30813,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,F,33.0,30814,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,M,36.0,30815,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +3,M,20.0,30816,-109.08120799999641,31.938896000000387,2439581,4,6,2000 +4,,,30817,-109.08040899999641,31.93889400000041,2439591,4,6,2000 +4,M,20.0,30818,-109.08040899999641,31.93889400000041,2439591,4,6,2000 +4,M,21.0,30819,-109.08040899999641,31.93889400000041,2439591,4,6,2000 +4,F,33.0,30820,-109.08040899999641,31.93889400000041,2439581,4,6,2000 +4,F,14.0,30821,-109.08040899999641,31.93889400000041,2439591,4,6,2000 +4,F,20.0,30822,-109.08040899999641,31.93889400000041,2439591,4,6,2000 +4,F,15.0,30823,-109.08040899999641,31.93889400000041,2439591,4,6,2000 +4,M,23.0,30824,-109.08040899999641,31.93889400000041,2439521,4,6,2000 +4,M,31.0,30825,-109.08040899999641,31.93889400000041,2439581,4,6,2000 +4,F,32.0,30826,-109.08040899999641,31.93889400000041,2439581,4,6,2000 +4,M,46.0,30827,-109.08040899999641,31.93889400000041,2439521,4,6,2000 +4,F,31.0,30828,-109.08040899999641,31.93889400000041,2439581,4,6,2000 +4,M,28.0,30829,-109.08040899999641,31.93889400000041,2439581,4,6,2000 +4,F,,30830,-109.08040899999641,31.93889400000041,2439521,4,6,2000 +6,M,16.0,30831,-109.07883599999636,31.939078000000414,2439591,4,6,2000 +6,F,9.0,30832,-109.07883599999636,31.939078000000414,2439591,4,6,2000 +6,M,9.0,30833,-109.07883599999636,31.939078000000414,2439591,4,6,2000 +6,M,9.0,30834,-109.07883599999636,31.939078000000414,2439591,4,6,2000 +6,F,11.0,30835,-109.07883599999636,31.939078000000414,2439591,4,6,2000 +6,F,34.0,30836,-109.07883599999636,31.939078000000414,2439581,4,6,2000 +6,F,36.0,30837,-109.07883599999636,31.939078000000414,2439581,4,6,2000 +6,F,20.0,30838,-109.07883599999636,31.939078000000414,2439581,4,6,2000 +6,F,18.0,30839,-109.07883599999636,31.939078000000414,2439591,4,6,2000 +6,M,17.0,30840,-109.07883599999636,31.939078000000414,2439591,4,6,2000 +6,M,32.0,30841,-109.07883599999636,31.939078000000414,2439581,4,6,2000 +6,F,21.0,30842,-109.07883599999636,31.939078000000414,2439581,4,6,2000 +11,M,14.0,30843,-109.07930699999636,31.938056000000426,2439591,4,6,2000 +11,M,19.0,30844,-109.07930699999636,31.938056000000426,2439591,4,6,2000 +11,F,21.0,30845,-109.07930699999636,31.938056000000426,2439591,4,6,2000 +11,M,35.0,30846,-109.07930699999636,31.938056000000426,2439521,4,6,2000 +11,M,18.0,30847,-109.07930699999636,31.938056000000426,2439591,4,6,2000 +11,M,,30848,-109.07930699999636,31.938056000000426,2439541,4,6,2000 +11,M,47.0,30849,-109.07930699999636,31.938056000000426,2439521,4,6,2000 +11,F,,30850,-109.07930699999636,31.938056000000426,2439581,4,6,2000 +11,M,48.0,30851,-109.07930699999636,31.938056000000426,2439521,4,6,2000 +11,F,25.0,30852,-109.07930699999636,31.938056000000426,2439581,4,6,2000 +11,F,17.0,30853,-109.07930699999636,31.938056000000426,2439591,4,6,2000 +9,M,36.0,30854,-109.08090299999638,31.93785900000039,2439581,4,6,2000 +9,M,46.0,30855,-109.08090299999638,31.93785900000039,2439521,4,6,2000 +9,M,18.0,30856,-109.08090299999638,31.93785900000039,2439581,4,6,2000 +9,F,20.0,30857,-109.08090299999638,31.93785900000039,2439591,4,6,2000 +9,M,44.0,30858,-109.08090299999638,31.93785900000039,2439541,4,6,2000 +9,M,45.0,30859,-109.08090299999638,31.93785900000039,2439521,4,6,2000 +9,M,26.0,30860,-109.08090299999638,31.93785900000039,2438516,4,6,2000 +9,M,19.0,30861,-109.08090299999638,31.93785900000039,2439591,4,6,2000 +9,M,17.0,30862,-109.08090299999638,31.93785900000039,2439591,4,6,2000 +9,F,31.0,30863,-109.08090299999638,31.93785900000039,2438516,4,6,2000 +9,F,21.0,30864,-109.08090299999638,31.93785900000039,2439591,4,6,2000 +8,M,35.0,30865,-109.08167999999641,31.937884000000402,2439541,4,6,2000 +8,F,20.0,30866,-109.08167999999641,31.937884000000402,2439591,4,6,2000 +8,M,,30867,-109.08167999999641,31.937884000000402,2439591,4,6,2000 +8,M,50.0,30868,-109.08167999999641,31.937884000000402,2439541,4,6,2000 +8,F,8.0,30869,-109.08167999999641,31.937884000000402,2439591,4,6,2000 +8,F,52.0,30870,-109.08167999999641,31.937884000000402,2439541,4,6,2000 +8,M,32.0,30871,-109.08167999999641,31.937884000000402,2439541,4,6,2000 +8,F,21.0,30872,-109.08167999999641,31.937884000000402,2439591,4,6,2000 +8,F,18.0,30873,-109.08167999999641,31.937884000000402,2439591,4,6,2000 +8,M,40.0,30874,-109.08167999999641,31.937884000000402,2439581,4,6,2000 +8,F,32.0,30875,-109.08167999999641,31.937884000000402,2439581,4,6,2000 +13,M,16.0,30876,-109.08261299999641,31.937028000000442,2439581,4,6,2000 +13,F,35.0,30877,-109.08261299999641,31.937028000000442,2438516,4,6,2000 +13,M,18.0,30878,-109.08261299999641,31.937028000000442,2439581,4,6,2000 +13,F,17.0,30879,-109.08261299999641,31.937028000000442,2439591,4,6,2000 +13,F,32.0,30880,-109.08261299999641,31.937028000000442,2439581,4,6,2000 +14,M,43.0,30881,-109.08182699999641,31.937054000000447,2439521,4,6,2000 +14,M,24.0,30882,-109.08182699999641,31.937054000000447,2439521,4,6,2000 +14,F,47.0,30883,-109.08182699999641,31.937054000000447,2439521,4,6,2000 +15,F,19.0,30884,-109.08103599999642,31.937059000000463,2439591,4,6,2000 +15,M,13.0,30885,-109.08103599999642,31.937059000000463,2439591,4,6,2000 +15,F,15.0,30886,-109.08103599999642,31.937059000000463,2439591,4,6,2000 +15,F,,30887,-109.08103599999642,31.937059000000463,2439591,4,6,2000 +15,,,30888,-109.08103599999642,31.937059000000463,2437300,4,6,2000 +15,F,16.0,30889,-109.08103599999642,31.937059000000463,2439591,4,6,2000 +15,F,16.0,30890,-109.08103599999642,31.937059000000463,2439591,4,6,2000 +5,F,,30891,-109.07960199999636,31.93897000000045,2438516,4,6,2000 +16,M,,30892,-109.08024399999636,31.93709400000041,2439591,4,6,2000 +16,M,12.0,30893,-109.08024399999636,31.93709400000041,2439591,4,6,2000 +16,M,19.0,30894,-109.08024399999636,31.93709400000041,2439581,4,6,2000 +16,M,38.0,30895,-109.08024399999636,31.93709400000041,2439581,4,6,2000 +16,,,30896,-109.08024399999636,31.93709400000041,2437568,4,6,2000 +7,,,30897,-109.08281599999641,31.938113000000413,,4,6,2000 +10,,,30898,-109.08009099999636,31.938017000000425,,4,6,2000 +1,F,16.0,30899,-109.08282899999641,31.938851000000387,2439591,1,7,2000 +1,M,15.0,30900,-109.08282899999641,31.938851000000387,2439591,1,7,2000 +1,M,38.0,30901,-109.08282899999641,31.938851000000387,2439521,1,7,2000 +1,F,14.0,30902,-109.08282899999641,31.938851000000387,2439591,1,7,2000 +1,M,8.0,30903,-109.08282899999641,31.938851000000387,2439591,1,7,2000 +1,F,,30904,-109.08282899999641,31.938851000000387,2439591,1,7,2000 +1,M,20.0,30905,-109.08282899999641,31.938851000000387,2439581,1,7,2000 +1,F,30.0,30906,-109.08282899999641,31.938851000000387,2439581,1,7,2000 +1,F,53.0,30907,-109.08282899999641,31.938851000000387,2439541,1,7,2000 +1,M,30.0,30908,-109.08282899999641,31.938851000000387,2439581,1,7,2000 +1,F,21.0,30909,-109.08282899999641,31.938851000000387,2439591,1,7,2000 +1,F,17.0,30910,-109.08282899999641,31.938851000000387,2439591,1,7,2000 +2,M,21.0,30911,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +2,M,46.0,30912,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +2,M,23.0,30913,-109.08197499999642,31.93888700000037,2438516,1,7,2000 +2,F,16.0,30914,-109.08197499999642,31.93888700000037,2439591,1,7,2000 +2,F,38.0,30915,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +2,M,18.0,30916,-109.08197499999642,31.93888700000037,2439591,1,7,2000 +2,M,35.0,30917,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +2,M,25.0,30918,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +2,M,24.0,30919,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +2,F,30.0,30920,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +2,F,19.0,30921,-109.08197499999642,31.93888700000037,2439581,1,7,2000 +12,M,62.0,30922,-109.07851899999636,31.938203000000414,2439541,1,7,2000 +12,F,35.0,30923,-109.07851899999636,31.938203000000414,2439581,1,7,2000 +12,F,17.0,30924,-109.07851899999636,31.938203000000414,2439591,1,7,2000 +12,M,18.0,30925,-109.07851899999636,31.938203000000414,2439591,1,7,2000 +12,M,39.0,30926,-109.07851899999636,31.938203000000414,2439521,1,7,2000 +12,M,28.0,30927,-109.07851899999636,31.938203000000414,2439521,1,7,2000 +12,F,34.0,30928,-109.07851899999636,31.938203000000414,2439581,1,7,2000 +12,M,14.0,30929,-109.07851899999636,31.938203000000414,2439591,1,7,2000 +12,F,29.0,30930,-109.07851899999636,31.938203000000414,2438516,1,7,2000 +12,F,15.0,30931,-109.07851899999636,31.938203000000414,2439591,1,7,2000 +12,M,56.0,30932,-109.07851899999636,31.938203000000414,2439541,1,7,2000 +19,M,29.0,30933,-109.07791199999636,31.937438000000434,2439581,1,7,2000 +19,F,15.0,30934,-109.07791199999636,31.937438000000434,2439591,1,7,2000 +19,M,18.0,30935,-109.07791199999636,31.937438000000434,2439581,1,7,2000 +19,M,48.0,30936,-109.07791199999636,31.937438000000434,2439581,1,7,2000 +19,F,17.0,30937,-109.07791199999636,31.937438000000434,2439591,1,7,2000 +19,M,32.0,30938,-109.07791199999636,31.937438000000434,2439581,1,7,2000 +19,M,17.0,30939,-109.07791199999636,31.937438000000434,2439591,1,7,2000 +18,F,28.0,30940,-109.07863299999636,31.93712600000041,2439581,1,7,2000 +18,,,30941,-109.07863299999636,31.93712600000041,2439581,1,7,2000 +18,F,36.0,30942,-109.07863299999636,31.93712600000041,2439581,1,7,2000 +18,F,15.0,30943,-109.07863299999636,31.93712600000041,2439591,1,7,2000 +18,M,30.0,30944,-109.07863299999636,31.93712600000041,2439581,1,7,2000 +18,M,26.0,30945,-109.07863299999636,31.93712600000041,2439581,1,7,2000 +18,F,24.0,30946,-109.07863299999636,31.93712600000041,2439581,1,7,2000 +22,F,33.0,30947,-109.07860199999635,31.93644100000042,2439581,1,7,2000 +22,M,23.0,30948,-109.07860199999635,31.93644100000042,2439581,1,7,2000 +22,F,20.0,30949,-109.07860199999635,31.93644100000042,2439581,1,7,2000 +22,F,21.0,30950,-109.07860199999635,31.93644100000042,2439581,1,7,2000 +22,F,40.0,30951,-109.07860199999635,31.93644100000042,2439581,1,7,2000 +22,F,20.0,30952,-109.07860199999635,31.93644100000042,2439581,1,7,2000 +22,M,16.0,30953,-109.07860199999635,31.93644100000042,2439591,1,7,2000 +22,F,44.0,30954,-109.07860199999635,31.93644100000042,2439581,1,7,2000 +21,F,30.0,30955,-109.07939799999636,31.936448000000453,2439581,1,7,2000 +21,F,29.0,30956,-109.07939799999636,31.936448000000453,2439581,1,7,2000 +21,F,25.0,30957,-109.07939799999636,31.936448000000453,2439581,1,7,2000 +21,F,29.0,30958,-109.07939799999636,31.936448000000453,2439581,1,7,2000 +21,F,45.0,30959,-109.07939799999636,31.936448000000453,2439581,1,7,2000 +21,F,22.0,30960,-109.07939799999636,31.936448000000453,2439581,1,7,2000 +21,F,28.0,30961,-109.07939799999636,31.936448000000453,2439581,1,7,2000 +20,M,11.0,30962,-109.08019099999642,31.93633400000045,2439591,1,7,2000 +20,F,11.0,30963,-109.08019099999642,31.93633400000045,2439591,1,7,2000 +20,M,39.0,30964,-109.08019099999642,31.93633400000045,2439581,1,7,2000 +20,F,39.0,30965,-109.08019099999642,31.93633400000045,2439581,1,7,2000 +20,M,13.0,30966,-109.08019099999642,31.93633400000045,2439591,1,7,2000 +20,F,18.0,30967,-109.08019099999642,31.93633400000045,2439591,1,7,2000 +20,F,174.0,30968,-109.08019099999642,31.93633400000045,,1,7,2000 +17,,,30969,-109.07941499999636,31.937117000000445,2437568,1,7,2000 +17,M,48.0,30970,-109.07941499999636,31.937117000000445,2439521,1,7,2000 +17,M,51.0,30971,-109.07941499999636,31.937117000000445,2439541,1,7,2000 +17,F,15.0,30972,-109.07941499999636,31.937117000000445,2439591,1,7,2000 +17,M,14.0,30973,-109.07941499999636,31.937117000000445,2439591,1,7,2000 +17,F,22.0,30974,-109.07941499999636,31.937117000000445,2439591,1,7,2000 +17,F,43.0,30975,-109.07941499999636,31.937117000000445,2439521,1,7,2000 +17,M,21.0,30976,-109.07941499999636,31.937117000000445,2439591,1,7,2000 +17,F,27.0,30977,-109.07941499999636,31.937117000000445,2438516,1,7,2000 +17,M,18.0,30978,-109.07941499999636,31.937117000000445,2439591,1,7,2000 +17,M,45.0,30979,-109.07941499999636,31.937117000000445,2439521,1,7,2000 +17,F,43.0,30980,-109.07941499999636,31.937117000000445,2439521,1,7,2000 +17,F,11.0,30981,-109.07941499999636,31.937117000000445,2439591,1,7,2000 +24,F,46.0,30982,-109.07773599999636,31.938560000000447,2439541,1,7,2000 +24,M,21.0,30983,-109.07773599999636,31.938560000000447,2438516,1,7,2000 +24,M,28.0,30984,-109.07773599999636,31.938560000000447,2439581,1,7,2000 +24,M,21.0,30985,-109.07773599999636,31.938560000000447,2439591,1,7,2000 +24,M,140.0,30986,-109.07773599999636,31.938560000000447,,1,7,2000 +7,,,30987,-109.08281599999641,31.938113000000413,,1,7,2000 +23,,,30988,-109.07783799999636,31.93676300000042,,1,7,2000 +3,M,31.0,30989,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +3,M,32.0,30990,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +3,M,22.0,30991,-109.08120799999641,31.938896000000387,2438516,2,7,2000 +3,M,23.0,30992,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +3,M,40.0,30993,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +3,M,13.0,30994,-109.08120799999641,31.938896000000387,2439591,2,7,2000 +3,F,33.0,30995,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +3,F,34.0,30996,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +3,F,37.0,30997,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +3,M,16.0,30998,-109.08120799999641,31.938896000000387,2439591,2,7,2000 +3,M,26.0,30999,-109.08120799999641,31.938896000000387,2439581,2,7,2000 +4,F,31.0,31000,-109.08040899999641,31.93889400000041,2439581,2,7,2000 +4,M,33.0,31001,-109.08040899999641,31.93889400000041,2439521,2,7,2000 +4,F,28.0,31002,-109.08040899999641,31.93889400000041,2439581,2,7,2000 +4,M,12.0,31003,-109.08040899999641,31.93889400000041,2439591,2,7,2000 +4,M,39.0,31004,-109.08040899999641,31.93889400000041,2439521,2,7,2000 +4,F,31.0,31005,-109.08040899999641,31.93889400000041,2439581,2,7,2000 +4,F,22.0,31006,-109.08040899999641,31.93889400000041,2439581,2,7,2000 +4,M,21.0,31007,-109.08040899999641,31.93889400000041,2439581,2,7,2000 +4,F,23.0,31008,-109.08040899999641,31.93889400000041,2439591,2,7,2000 +4,M,16.0,31009,-109.08040899999641,31.93889400000041,2439591,2,7,2000 +6,F,13.0,31010,-109.07883599999636,31.939078000000414,2439591,2,7,2000 +6,F,13.0,31011,-109.07883599999636,31.939078000000414,2439591,2,7,2000 +6,M,14.0,31012,-109.07883599999636,31.939078000000414,2439581,2,7,2000 +6,F,26.0,31013,-109.07883599999636,31.939078000000414,2439581,2,7,2000 +6,M,19.0,31014,-109.07883599999636,31.939078000000414,2439591,2,7,2000 +6,M,14.0,31015,-109.07883599999636,31.939078000000414,2439591,2,7,2000 +6,M,26.0,31016,-109.07883599999636,31.939078000000414,2439581,2,7,2000 +6,F,24.0,31017,-109.07883599999636,31.939078000000414,2439581,2,7,2000 +11,M,14.0,31018,-109.07930699999636,31.938056000000426,2439591,2,7,2000 +11,F,33.0,31019,-109.07930699999636,31.938056000000426,2439581,2,7,2000 +11,M,14.0,31020,-109.07930699999636,31.938056000000426,2439591,2,7,2000 +11,F,18.0,31021,-109.07930699999636,31.938056000000426,2438516,2,7,2000 +11,M,43.0,31022,-109.07930699999636,31.938056000000426,2439521,2,7,2000 +11,M,14.0,31023,-109.07930699999636,31.938056000000426,2439591,2,7,2000 +11,F,20.0,31024,-109.07930699999636,31.938056000000426,2439591,2,7,2000 +11,M,53.0,31025,-109.07930699999636,31.938056000000426,2439521,2,7,2000 +11,F,20.0,31026,-109.07930699999636,31.938056000000426,2439581,2,7,2000 +11,F,16.0,31027,-109.07930699999636,31.938056000000426,2439591,2,7,2000 +9,F,45.0,31028,-109.08090299999638,31.93785900000039,2439521,2,7,2000 +9,M,48.0,31029,-109.08090299999638,31.93785900000039,2439521,2,7,2000 +9,F,16.0,31030,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,F,40.0,31031,-109.08090299999638,31.93785900000039,2438516,2,7,2000 +9,,,31032,-109.08090299999638,31.93785900000039,2437568,2,7,2000 +9,M,16.0,31033,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,M,51.0,31034,-109.08090299999638,31.93785900000039,2439521,2,7,2000 +9,F,19.0,31035,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,M,15.0,31036,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,,,31037,-109.08090299999638,31.93785900000039,2437300,2,7,2000 +9,M,10.0,31038,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,F,16.0,31039,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,M,29.0,31040,-109.08090299999638,31.93785900000039,2438516,2,7,2000 +9,M,14.0,31041,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,F,16.0,31042,-109.08090299999638,31.93785900000039,2439591,2,7,2000 +9,M,40.0,31043,-109.08090299999638,31.93785900000039,2439521,2,7,2000 +9,M,38.0,31044,-109.08090299999638,31.93785900000039,2439581,2,7,2000 +9,M,23.0,31045,-109.08090299999638,31.93785900000039,2439581,2,7,2000 +8,F,14.0,31046,-109.08167999999641,31.937884000000402,2439591,2,7,2000 +8,M,53.0,31047,-109.08167999999641,31.937884000000402,2439521,2,7,2000 +8,M,27.0,31048,-109.08167999999641,31.937884000000402,2439581,2,7,2000 +8,F,32.0,31049,-109.08167999999641,31.937884000000402,2439581,2,7,2000 +8,M,39.0,31050,-109.08167999999641,31.937884000000402,2439541,2,7,2000 +8,F,20.0,31051,-109.08167999999641,31.937884000000402,2438516,2,7,2000 +8,F,36.0,31052,-109.08167999999641,31.937884000000402,2439581,2,7,2000 +8,F,17.0,31053,-109.08167999999641,31.937884000000402,2439591,2,7,2000 +8,F,16.0,31054,-109.08167999999641,31.937884000000402,2439591,2,7,2000 +8,F,50.0,31055,-109.08167999999641,31.937884000000402,2439541,2,7,2000 +8,F,16.0,31056,-109.08167999999641,31.937884000000402,2439591,2,7,2000 +13,M,17.0,31057,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +13,F,29.0,31058,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +13,M,17.0,31059,-109.08261299999641,31.937028000000442,2439591,2,7,2000 +13,F,29.0,31060,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +13,M,18.0,31061,-109.08261299999641,31.937028000000442,2439591,2,7,2000 +13,F,29.0,31062,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +13,F,34.0,31063,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +13,F,22.0,31064,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +13,M,19.0,31065,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +13,M,19.0,31066,-109.08261299999641,31.937028000000442,2439581,2,7,2000 +14,,,31067,-109.08182699999641,31.937054000000447,,2,7,2000 +14,M,17.0,31068,-109.08182699999641,31.937054000000447,2439591,2,7,2000 +14,M,24.0,31069,-109.08182699999641,31.937054000000447,2439581,2,7,2000 +14,F,30.0,31070,-109.08182699999641,31.937054000000447,2438516,2,7,2000 +14,M,45.0,31071,-109.08182699999641,31.937054000000447,2439521,2,7,2000 +14,M,17.0,31072,-109.08182699999641,31.937054000000447,2439591,2,7,2000 +14,M,14.0,31073,-109.08182699999641,31.937054000000447,2439591,2,7,2000 +14,F,13.0,31074,-109.08182699999641,31.937054000000447,2439591,2,7,2000 +14,M,47.0,31075,-109.08182699999641,31.937054000000447,2439521,2,7,2000 +14,M,12.0,31076,-109.08182699999641,31.937054000000447,2439591,2,7,2000 +14,F,29.0,31077,-109.08182699999641,31.937054000000447,2439521,2,7,2000 +14,F,20.0,31078,-109.08182699999641,31.937054000000447,2439591,2,7,2000 +14,M,23.0,31079,-109.08182699999641,31.937054000000447,2439591,2,7,2000 +15,M,14.0,31080,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +15,M,12.0,31081,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +15,F,17.0,31082,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +15,M,14.0,31083,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +15,M,16.0,31084,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +15,F,15.0,31085,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +15,M,51.0,31086,-109.08103599999642,31.937059000000463,2438147,2,7,2000 +15,F,13.0,31087,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +15,F,16.0,31088,-109.08103599999642,31.937059000000463,2439591,2,7,2000 +10,M,27.0,31089,-109.08009099999636,31.938017000000425,2439581,2,7,2000 +10,M,15.0,31090,-109.08009099999636,31.938017000000425,2438516,2,7,2000 +7,F,20.0,31091,-109.08281599999641,31.938113000000413,2437981,2,7,2000 +5,,,31092,-109.07960199999636,31.93897000000045,,2,7,2000 +16,,,31093,-109.08024399999636,31.93709400000041,,2,7,2000 +1,M,26.0,31094,-109.08282899999641,31.938851000000387,2439581,22,7,2000 +1,F,13.0,31095,-109.08282899999641,31.938851000000387,2439591,22,7,2000 +1,F,14.0,31096,-109.08282899999641,31.938851000000387,2439591,22,7,2000 +1,M,13.0,31097,-109.08282899999641,31.938851000000387,2439591,22,7,2000 +1,F,13.0,31098,-109.08282899999641,31.938851000000387,2439591,22,7,2000 +1,F,23.0,31099,-109.08282899999641,31.938851000000387,2439581,22,7,2000 +1,F,25.0,31100,-109.08282899999641,31.938851000000387,2439581,22,7,2000 +1,M,14.0,31101,-109.08282899999641,31.938851000000387,2439591,22,7,2000 +1,M,39.0,31102,-109.08282899999641,31.938851000000387,2439521,22,7,2000 +1,M,17.0,31103,-109.08282899999641,31.938851000000387,2439591,22,7,2000 +1,F,11.0,31104,-109.08282899999641,31.938851000000387,2439591,22,7,2000 +2,M,47.0,31105,-109.08197499999642,31.93888700000037,2439581,22,7,2000 +2,M,31.0,31106,-109.08197499999642,31.93888700000037,2439581,22,7,2000 +2,M,17.0,31107,-109.08197499999642,31.93888700000037,2439591,22,7,2000 +2,M,14.0,31108,-109.08197499999642,31.93888700000037,2439591,22,7,2000 +2,M,15.0,31109,-109.08197499999642,31.93888700000037,2439591,22,7,2000 +2,F,25.0,31110,-109.08197499999642,31.93888700000037,2439581,22,7,2000 +2,M,29.0,31111,-109.08197499999642,31.93888700000037,2439581,22,7,2000 +2,,130.0,31112,-109.08197499999642,31.93888700000037,2438147,22,7,2000 +12,M,58.0,31113,-109.07851899999636,31.938203000000414,2439541,22,7,2000 +12,M,39.0,31114,-109.07851899999636,31.938203000000414,2439521,22,7,2000 +12,M,22.0,31115,-109.07851899999636,31.938203000000414,2439591,22,7,2000 +12,M,36.0,31116,-109.07851899999636,31.938203000000414,2439521,22,7,2000 +12,F,35.0,31117,-109.07851899999636,31.938203000000414,2439581,22,7,2000 +12,F,25.0,31118,-109.07851899999636,31.938203000000414,2439591,22,7,2000 +12,M,24.0,31119,-109.07851899999636,31.938203000000414,2439581,22,7,2000 +12,F,49.0,31120,-109.07851899999636,31.938203000000414,2439521,22,7,2000 +12,,175.0,31121,-109.07851899999636,31.938203000000414,,22,7,2000 +19,M,11.0,31122,-109.07791199999636,31.937438000000434,2439591,22,7,2000 +19,F,19.0,31123,-109.07791199999636,31.937438000000434,2439591,22,7,2000 +19,F,14.0,31124,-109.07791199999636,31.937438000000434,2439591,22,7,2000 +19,M,27.0,31125,-109.07791199999636,31.937438000000434,2439581,22,7,2000 +19,F,19.0,31126,-109.07791199999636,31.937438000000434,2439591,22,7,2000 +18,M,34.0,31127,-109.07863299999636,31.93712600000041,2439581,22,7,2000 +18,M,34.0,31128,-109.07863299999636,31.93712600000041,2439581,22,7,2000 +18,M,31.0,31129,-109.07863299999636,31.93712600000041,2439581,22,7,2000 +18,F,38.0,31130,-109.07863299999636,31.93712600000041,2439581,22,7,2000 +18,F,27.0,31131,-109.07863299999636,31.93712600000041,2439581,22,7,2000 +18,F,16.0,31132,-109.07863299999636,31.93712600000041,2439591,22,7,2000 +18,M,29.0,31133,-109.07863299999636,31.93712600000041,2439581,22,7,2000 +18,F,34.0,31134,-109.07863299999636,31.93712600000041,2439581,22,7,2000 +17,F,42.0,31135,-109.07941499999636,31.937117000000445,2439521,22,7,2000 +17,F,14.0,31136,-109.07941499999636,31.937117000000445,2439591,22,7,2000 +17,M,46.0,31137,-109.07941499999636,31.937117000000445,2439521,22,7,2000 +17,M,45.0,31138,-109.07941499999636,31.937117000000445,2439521,22,7,2000 +17,M,47.0,31139,-109.07941499999636,31.937117000000445,2439541,22,7,2000 +17,M,18.0,31140,-109.07941499999636,31.937117000000445,2439591,22,7,2000 +17,F,15.0,31141,-109.07941499999636,31.937117000000445,2439591,22,7,2000 +17,F,51.0,31142,-109.07941499999636,31.937117000000445,2439521,22,7,2000 +22,F,25.0,31143,-109.07860199999635,31.93644100000042,2439581,22,7,2000 +22,M,29.0,31144,-109.07860199999635,31.93644100000042,2439581,22,7,2000 +22,F,31.0,31145,-109.07860199999635,31.93644100000042,2439581,22,7,2000 +22,F,33.0,31146,-109.07860199999635,31.93644100000042,2439581,22,7,2000 +22,F,35.0,31147,-109.07860199999635,31.93644100000042,2439581,22,7,2000 +21,F,30.0,31148,-109.07939799999636,31.936448000000453,2439581,22,7,2000 +21,F,27.0,31149,-109.07939799999636,31.936448000000453,2439581,22,7,2000 +21,F,31.0,31150,-109.07939799999636,31.936448000000453,2439581,22,7,2000 +21,F,32.0,31151,-109.07939799999636,31.936448000000453,2439581,22,7,2000 +21,F,28.0,31152,-109.07939799999636,31.936448000000453,2439581,22,7,2000 +20,F,17.0,31153,-109.08019099999642,31.93633400000045,2439591,22,7,2000 +20,F,17.0,31154,-109.08019099999642,31.93633400000045,2439591,22,7,2000 +20,M,39.0,31155,-109.08019099999642,31.93633400000045,2439581,22,7,2000 +20,F,15.0,31156,-109.08019099999642,31.93633400000045,2439591,22,7,2000 +20,F,35.0,31157,-109.08019099999642,31.93633400000045,2439581,22,7,2000 +7,M,16.0,31158,-109.08281599999641,31.938113000000413,2439591,22,7,2000 +24,M,25.0,31159,-109.07773599999636,31.938560000000447,2439581,22,7,2000 +3,M,41.0,31160,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +3,M,28.0,31161,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +3,M,19.0,31162,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +3,F,31.0,31163,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +3,M,31.0,31164,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +3,F,32.0,31165,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +3,F,28.0,31166,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +3,M,31.0,31167,-109.08120799999641,31.938896000000387,2439581,22,7,2000 +23,,,31168,-109.07783799999636,31.93676300000042,,22,7,2000 +5,,,31169,-109.07960199999636,31.93897000000045,,23,7,2000 +6,,,31170,-109.07883599999636,31.939078000000414,,23,7,2000 +8,,,31171,-109.08167999999641,31.937884000000402,,23,7,2000 +9,,,31172,-109.08090299999638,31.93785900000039,,23,7,2000 +10,,,31173,-109.08009099999636,31.938017000000425,,23,7,2000 +11,,,31174,-109.07930699999636,31.938056000000426,,23,7,2000 +13,,,31175,-109.08261299999641,31.937028000000442,,23,7,2000 +14,,,31176,-109.08182699999641,31.937054000000447,,23,7,2000 +15,,,31177,-109.08103599999642,31.937059000000463,,23,7,2000 +16,,,31178,-109.08024399999636,31.93709400000041,,23,7,2000 +3,F,35.0,31179,-109.08120799999641,31.938896000000387,2439581,23,7,2000 +3,F,30.0,31180,-109.08120799999641,31.938896000000387,2439581,23,7,2000 +4,M,24.0,31181,-109.08040899999641,31.93889400000041,2439581,23,7,2000 +4,F,24.0,31182,-109.08040899999641,31.93889400000041,2439581,23,7,2000 +4,M,22.0,31183,-109.08040899999641,31.93889400000041,2439581,23,7,2000 +4,M,16.0,31184,-109.08040899999641,31.93889400000041,2439591,23,7,2000 +4,F,29.0,31185,-109.08040899999641,31.93889400000041,2439581,23,7,2000 +4,F,29.0,31186,-109.08040899999641,31.93889400000041,2439581,23,7,2000 +4,M,26.0,31187,-109.08040899999641,31.93889400000041,2439581,23,7,2000 +4,F,21.0,31188,-109.08040899999641,31.93889400000041,2439591,23,7,2000 +4,M,29.0,31189,-109.08040899999641,31.93889400000041,2439581,23,7,2000 +4,F,19.0,31190,-109.08040899999641,31.93889400000041,2439591,23,7,2000 +4,M,32.0,31191,-109.08040899999641,31.93889400000041,2439521,23,7,2000 +4,M,40.0,31192,-109.08040899999641,31.93889400000041,2439521,23,7,2000 +1,F,31.0,31193,-109.08282899999641,31.938851000000387,2439591,25,8,2000 +1,F,15.0,31194,-109.08282899999641,31.938851000000387,2439591,25,8,2000 +1,M,22.0,31195,-109.08282899999641,31.938851000000387,2438516,25,8,2000 +1,M,42.0,31196,-109.08282899999641,31.938851000000387,2439521,25,8,2000 +1,M,51.0,31197,-109.08282899999641,31.938851000000387,2439541,25,8,2000 +1,F,20.0,31198,-109.08282899999641,31.938851000000387,2439591,25,8,2000 +1,M,18.0,31199,-109.08282899999641,31.938851000000387,2439591,25,8,2000 +1,F,25.0,31200,-109.08282899999641,31.938851000000387,2439581,25,8,2000 +1,F,,31201,-109.08282899999641,31.938851000000387,2439581,25,8,2000 +1,M,42.0,31202,-109.08282899999641,31.938851000000387,2439581,25,8,2000 +1,F,16.0,31203,-109.08282899999641,31.938851000000387,2439591,25,8,2000 +1,F,14.0,31204,-109.08282899999641,31.938851000000387,2439591,25,8,2000 +2,F,14.0,31205,-109.08197499999642,31.93888700000037,2439591,25,8,2000 +2,M,48.0,31206,-109.08197499999642,31.93888700000037,2439581,25,8,2000 +2,M,34.0,31207,-109.08197499999642,31.93888700000037,2439581,25,8,2000 +2,M,17.0,31208,-109.08197499999642,31.93888700000037,2439591,25,8,2000 +2,M,15.0,31209,-109.08197499999642,31.93888700000037,2439591,25,8,2000 +2,F,15.0,31210,-109.08197499999642,31.93888700000037,2439591,25,8,2000 +2,M,31.0,31211,-109.08197499999642,31.93888700000037,2439581,25,8,2000 +2,M,19.0,31212,-109.08197499999642,31.93888700000037,2439591,25,8,2000 +2,M,32.0,31213,-109.08197499999642,31.93888700000037,2439581,25,8,2000 +2,F,32.0,31214,-109.08197499999642,31.93888700000037,2438516,25,8,2000 +2,M,17.0,31215,-109.08197499999642,31.93888700000037,2439591,25,8,2000 +2,F,43.0,31216,-109.08197499999642,31.93888700000037,2439521,25,8,2000 +2,M,32.0,31217,-109.08197499999642,31.93888700000037,2439581,25,8,2000 +12,F,49.0,31218,-109.07851899999636,31.938203000000414,2439521,25,8,2000 +12,M,45.0,31219,-109.07851899999636,31.938203000000414,2439521,25,8,2000 +12,M,22.0,31220,-109.07851899999636,31.938203000000414,2439591,25,8,2000 +12,F,17.0,31221,-109.07851899999636,31.938203000000414,2439591,25,8,2000 +12,M,55.0,31222,-109.07851899999636,31.938203000000414,2439541,25,8,2000 +12,M,15.0,31223,-109.07851899999636,31.938203000000414,2439591,25,8,2000 +12,M,24.0,31224,-109.07851899999636,31.938203000000414,2438516,25,8,2000 +12,F,16.0,31225,-109.07851899999636,31.938203000000414,2439591,25,8,2000 +12,F,15.0,31226,-109.07851899999636,31.938203000000414,2439591,25,8,2000 +12,F,17.0,31227,-109.07851899999636,31.938203000000414,2439591,25,8,2000 +12,F,173.0,31228,-109.07851899999636,31.938203000000414,,25,8,2000 +19,M,13.0,31229,-109.07791199999636,31.937438000000434,2439591,25,8,2000 +19,F,15.0,31230,-109.07791199999636,31.937438000000434,2439591,25,8,2000 +19,M,18.0,31231,-109.07791199999636,31.937438000000434,2439591,25,8,2000 +19,F,15.0,31232,-109.07791199999636,31.937438000000434,2439591,25,8,2000 +19,M,37.0,31233,-109.07791199999636,31.937438000000434,2439581,25,8,2000 +19,M,35.0,31234,-109.07791199999636,31.937438000000434,2439581,25,8,2000 +19,M,25.0,31235,-109.07791199999636,31.937438000000434,2438516,25,8,2000 +18,F,32.0,31236,-109.07863299999636,31.93712600000041,2439581,25,8,2000 +18,F,30.0,31237,-109.07863299999636,31.93712600000041,2439581,25,8,2000 +18,M,21.0,31238,-109.07863299999636,31.93712600000041,2438516,25,8,2000 +18,M,40.0,31239,-109.07863299999636,31.93712600000041,2439581,25,8,2000 +18,F,29.0,31240,-109.07863299999636,31.93712600000041,2439581,25,8,2000 +18,M,34.0,31241,-109.07863299999636,31.93712600000041,2439581,25,8,2000 +22,F,28.0,31242,-109.07860199999635,31.93644100000042,2439581,25,8,2000 +22,F,43.0,31243,-109.07860199999635,31.93644100000042,2439581,25,8,2000 +22,F,25.0,31244,-109.07860199999635,31.93644100000042,2439581,25,8,2000 +22,F,34.0,31245,-109.07860199999635,31.93644100000042,2439581,25,8,2000 +22,M,56.0,31246,-109.07860199999635,31.93644100000042,2439521,25,8,2000 +22,,,31247,-109.07860199999635,31.93644100000042,2439591,25,8,2000 +22,M,31.0,31248,-109.07860199999635,31.93644100000042,2439581,25,8,2000 +21,F,13.0,31249,-109.07939799999636,31.936448000000453,2439591,25,8,2000 +21,F,28.0,31250,-109.07939799999636,31.936448000000453,2439581,25,8,2000 +21,F,30.0,31251,-109.07939799999636,31.936448000000453,2439581,25,8,2000 +21,F,30.0,31252,-109.07939799999636,31.936448000000453,2439581,25,8,2000 +21,F,22.0,31253,-109.07939799999636,31.936448000000453,2439581,25,8,2000 +21,F,30.0,31254,-109.07939799999636,31.936448000000453,2439581,25,8,2000 +21,F,28.0,31255,-109.07939799999636,31.936448000000453,2439581,25,8,2000 +21,F,30.0,31256,-109.07939799999636,31.936448000000453,2439581,25,8,2000 +20,M,,31257,-109.08019099999642,31.93633400000045,2438516,25,8,2000 +20,F,16.0,31258,-109.08019099999642,31.93633400000045,2439591,25,8,2000 +20,F,35.0,31259,-109.08019099999642,31.93633400000045,2439581,25,8,2000 +20,F,22.0,31260,-109.08019099999642,31.93633400000045,2439581,25,8,2000 +17,M,43.0,31261,-109.07941499999636,31.937117000000445,2439521,25,8,2000 +17,M,47.0,31262,-109.07941499999636,31.937117000000445,2439521,25,8,2000 +17,F,14.0,31263,-109.07941499999636,31.937117000000445,2439591,25,8,2000 +17,F,38.0,31264,-109.07941499999636,31.937117000000445,2439521,25,8,2000 +17,F,24.0,31265,-109.07941499999636,31.937117000000445,2438516,25,8,2000 +17,M,19.0,31266,-109.07941499999636,31.937117000000445,2439591,25,8,2000 +17,F,31.0,31267,-109.07941499999636,31.937117000000445,2438516,25,8,2000 +17,F,45.0,31268,-109.07941499999636,31.937117000000445,2439521,25,8,2000 +7,M,25.0,31269,-109.08281599999641,31.938113000000413,2439591,25,8,2000 +24,M,59.0,31270,-109.07773599999636,31.938560000000447,2439541,25,8,2000 +24,M,16.0,31271,-109.07773599999636,31.938560000000447,2439591,25,8,2000 +24,M,15.0,31272,-109.07773599999636,31.938560000000447,2439591,25,8,2000 +23,,,31273,-109.07783799999636,31.93676300000042,,25,8,2000 +3,F,32.0,31274,-109.08120799999641,31.938896000000387,2439581,26,8,2000 +3,M,25.0,31275,-109.08120799999641,31.938896000000387,2438516,26,8,2000 +3,F,31.0,31276,-109.08120799999641,31.938896000000387,2439581,26,8,2000 +3,M,16.0,31277,-109.08120799999641,31.938896000000387,2439591,26,8,2000 +3,F,31.0,31278,-109.08120799999641,31.938896000000387,2439581,26,8,2000 +3,M,30.0,31279,-109.08120799999641,31.938896000000387,2439581,26,8,2000 +3,M,31.0,31280,-109.08120799999641,31.938896000000387,2439581,26,8,2000 +3,F,34.0,31281,-109.08120799999641,31.938896000000387,2439581,26,8,2000 +4,F,31.0,31282,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,M,29.0,31283,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,M,13.0,31284,-109.08040899999641,31.93889400000041,2439591,26,8,2000 +4,M,15.0,31285,-109.08040899999641,31.93889400000041,2439591,26,8,2000 +4,F,26.0,31286,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,F,31.0,31287,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,F,31.0,31288,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,M,43.0,31289,-109.08040899999641,31.93889400000041,2439521,26,8,2000 +4,M,44.0,31290,-109.08040899999641,31.93889400000041,2439521,26,8,2000 +4,M,20.0,31291,-109.08040899999641,31.93889400000041,2438516,26,8,2000 +4,M,12.0,31292,-109.08040899999641,31.93889400000041,2439591,26,8,2000 +4,M,29.0,31293,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,,,31294,-109.08040899999641,31.93889400000041,2437300,26,8,2000 +4,M,31.0,31295,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,M,27.0,31296,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,M,19.0,31297,-109.08040899999641,31.93889400000041,2439581,26,8,2000 +4,F,14.0,31298,-109.08040899999641,31.93889400000041,2439591,26,8,2000 +6,F,31.0,31299,-109.07883599999636,31.939078000000414,2439581,26,8,2000 +6,F,31.0,31300,-109.07883599999636,31.939078000000414,2439581,26,8,2000 +6,F,14.0,31301,-109.07883599999636,31.939078000000414,2439591,26,8,2000 +6,F,13.0,31302,-109.07883599999636,31.939078000000414,2439591,26,8,2000 +6,F,28.0,31303,-109.07883599999636,31.939078000000414,2439581,26,8,2000 +6,M,26.0,31304,-109.07883599999636,31.939078000000414,2438516,26,8,2000 +6,F,18.0,31305,-109.07883599999636,31.939078000000414,2439591,26,8,2000 +6,M,25.0,31306,-109.07883599999636,31.939078000000414,2439581,26,8,2000 +6,M,13.0,31307,-109.07883599999636,31.939078000000414,2439591,26,8,2000 +11,M,27.0,31308,-109.07930699999636,31.938056000000426,2439581,26,8,2000 +11,M,13.0,31309,-109.07930699999636,31.938056000000426,2439591,26,8,2000 +11,F,31.0,31310,-109.07930699999636,31.938056000000426,2439581,26,8,2000 +11,F,30.0,31311,-109.07930699999636,31.938056000000426,2439581,26,8,2000 +11,F,24.0,31312,-109.07930699999636,31.938056000000426,2438516,26,8,2000 +11,M,14.0,31313,-109.07930699999636,31.938056000000426,2439591,26,8,2000 +11,M,30.0,31314,-109.07930699999636,31.938056000000426,2439581,26,8,2000 +11,M,53.0,31315,-109.07930699999636,31.938056000000426,2439521,26,8,2000 +11,F,41.0,31316,-109.07930699999636,31.938056000000426,2439521,26,8,2000 +9,M,14.0,31317,-109.08090299999638,31.93785900000039,2439591,26,8,2000 +9,F,44.0,31318,-109.08090299999638,31.93785900000039,2439521,26,8,2000 +9,M,46.0,31319,-109.08090299999638,31.93785900000039,2439521,26,8,2000 +9,M,15.0,31320,-109.08090299999638,31.93785900000039,2439591,26,8,2000 +9,F,39.0,31321,-109.08090299999638,31.93785900000039,2439521,26,8,2000 +9,M,15.0,31322,-109.08090299999638,31.93785900000039,2439591,26,8,2000 +9,M,51.0,31323,-109.08090299999638,31.93785900000039,2439521,26,8,2000 +9,M,46.0,31324,-109.08090299999638,31.93785900000039,2439521,26,8,2000 +9,F,33.0,31325,-109.08090299999638,31.93785900000039,2439581,26,8,2000 +9,M,46.0,31326,-109.08090299999638,31.93785900000039,2439541,26,8,2000 +9,M,28.0,31327,-109.08090299999638,31.93785900000039,2439581,26,8,2000 +8,M,14.0,31328,-109.08167999999641,31.937884000000402,2439591,26,8,2000 +8,F,18.0,31329,-109.08167999999641,31.937884000000402,2439591,26,8,2000 +8,M,37.0,31330,-109.08167999999641,31.937884000000402,2439521,26,8,2000 +8,F,23.0,31331,-109.08167999999641,31.937884000000402,2438516,26,8,2000 +8,M,28.0,31332,-109.08167999999641,31.937884000000402,2439581,26,8,2000 +8,M,19.0,31333,-109.08167999999641,31.937884000000402,2438516,26,8,2000 +8,M,14.0,31334,-109.08167999999641,31.937884000000402,2439591,26,8,2000 +8,M,51.0,31335,-109.08167999999641,31.937884000000402,2439541,26,8,2000 +8,M,49.0,31336,-109.08167999999641,31.937884000000402,2439541,26,8,2000 +8,F,26.0,31337,-109.08167999999641,31.937884000000402,2439581,26,8,2000 +13,M,31.0,31338,-109.08261299999641,31.937028000000442,2439581,26,8,2000 +13,F,24.0,31339,-109.08261299999641,31.937028000000442,2439581,26,8,2000 +13,M,14.0,31340,-109.08261299999641,31.937028000000442,2439591,26,8,2000 +13,F,29.0,31341,-109.08261299999641,31.937028000000442,2439581,26,8,2000 +13,F,27.0,31342,-109.08261299999641,31.937028000000442,2439581,26,8,2000 +13,M,22.0,31343,-109.08261299999641,31.937028000000442,2439581,26,8,2000 +13,M,27.0,31344,-109.08261299999641,31.937028000000442,2439581,26,8,2000 +13,M,16.0,31345,-109.08261299999641,31.937028000000442,2439591,26,8,2000 +13,M,19.0,31346,-109.08261299999641,31.937028000000442,2438516,26,8,2000 +13,,,31347,-109.08261299999641,31.937028000000442,2437981,26,8,2000 +13,,,31348,-109.08261299999641,31.937028000000442,2437981,26,8,2000 +14,F,14.0,31349,-109.08182699999641,31.937054000000447,2439591,26,8,2000 +14,M,31.0,31350,-109.08182699999641,31.937054000000447,2439521,26,8,2000 +14,M,22.0,31351,-109.08182699999641,31.937054000000447,2438516,26,8,2000 +14,F,39.0,31352,-109.08182699999641,31.937054000000447,2439521,26,8,2000 +14,M,45.0,31353,-109.08182699999641,31.937054000000447,2439521,26,8,2000 +14,M,45.0,31354,-109.08182699999641,31.937054000000447,2439521,26,8,2000 +14,F,15.0,31355,-109.08182699999641,31.937054000000447,2439591,26,8,2000 +14,M,15.0,31356,-109.08182699999641,31.937054000000447,2439591,26,8,2000 +14,M,25.0,31357,-109.08182699999641,31.937054000000447,2439521,26,8,2000 +14,F,39.0,31358,-109.08182699999641,31.937054000000447,2439521,26,8,2000 +14,F,34.0,31359,-109.08182699999641,31.937054000000447,2438516,26,8,2000 +15,M,18.0,31360,-109.08103599999642,31.937059000000463,2439591,26,8,2000 +15,F,14.0,31361,-109.08103599999642,31.937059000000463,2439591,26,8,2000 +15,F,30.0,31362,-109.08103599999642,31.937059000000463,2438516,26,8,2000 +15,F,16.0,31363,-109.08103599999642,31.937059000000463,2439591,26,8,2000 +15,M,15.0,31364,-109.08103599999642,31.937059000000463,2439591,26,8,2000 +15,F,16.0,31365,-109.08103599999642,31.937059000000463,2439591,26,8,2000 +15,M,15.0,31366,-109.08103599999642,31.937059000000463,2439591,26,8,2000 +5,,,31367,-109.07960199999636,31.93897000000045,,26,8,2000 +10,,,31368,-109.08009099999636,31.938017000000425,,26,8,2000 +16,,,31369,-109.08024399999636,31.93709400000041,,26,8,2000 +1,F,38.0,31370,-109.08282899999641,31.938851000000387,2439521,30,9,2000 +1,M,39.0,31371,-109.08282899999641,31.938851000000387,2439521,30,9,2000 +1,M,42.0,31372,-109.08282899999641,31.938851000000387,2439581,30,9,2000 +1,F,19.0,31373,-109.08282899999641,31.938851000000387,2438516,30,9,2000 +1,F,26.0,31374,-109.08282899999641,31.938851000000387,2439581,30,9,2000 +1,M,42.0,31375,-109.08282899999641,31.938851000000387,2439521,30,9,2000 +1,M,50.0,31376,-109.08282899999641,31.938851000000387,2439541,30,9,2000 +1,F,26.0,31377,-109.08282899999641,31.938851000000387,2439581,30,9,2000 +1,M,25.0,31378,-109.08282899999641,31.938851000000387,2438516,30,9,2000 +1,F,29.0,31379,-109.08282899999641,31.938851000000387,2439581,30,9,2000 +1,F,17.0,31380,-109.08282899999641,31.938851000000387,2439591,30,9,2000 +1,M,171.0,31381,-109.08282899999641,31.938851000000387,,30,9,2000 +2,M,43.0,31382,-109.08197499999642,31.93888700000037,2439581,30,9,2000 +2,M,31.0,31383,-109.08197499999642,31.93888700000037,2439581,30,9,2000 +2,M,33.0,31384,-109.08197499999642,31.93888700000037,2439581,30,9,2000 +2,M,25.0,31385,-109.08197499999642,31.93888700000037,2438516,30,9,2000 +2,M,31.0,31386,-109.08197499999642,31.93888700000037,2439581,30,9,2000 +2,F,45.0,31387,-109.08197499999642,31.93888700000037,2439521,30,9,2000 +2,M,15.0,31388,-109.08197499999642,31.93888700000037,2439591,30,9,2000 +2,F,30.0,31389,-109.08197499999642,31.93888700000037,2438516,30,9,2000 +2,M,17.0,31390,-109.08197499999642,31.93888700000037,2439591,30,9,2000 +2,M,30.0,31391,-109.08197499999642,31.93888700000037,2439581,30,9,2000 +12,F,17.0,31392,-109.07851899999636,31.938203000000414,2439591,30,9,2000 +12,F,,31393,-109.07851899999636,31.938203000000414,2439581,30,9,2000 +12,M,41.0,31394,-109.07851899999636,31.938203000000414,2439521,30,9,2000 +12,F,29.0,31395,-109.07851899999636,31.938203000000414,2438516,30,9,2000 +12,M,23.0,31396,-109.07851899999636,31.938203000000414,2438516,30,9,2000 +12,F,47.0,31397,-109.07851899999636,31.938203000000414,2439521,30,9,2000 +12,M,51.0,31398,-109.07851899999636,31.938203000000414,2439541,30,9,2000 +12,F,164.0,31399,-109.07851899999636,31.938203000000414,,30,9,2000 +19,M,35.0,31400,-109.07791199999636,31.937438000000434,2439581,30,9,2000 +19,M,30.0,31401,-109.07791199999636,31.937438000000434,2439581,30,9,2000 +19,M,27.0,31402,-109.07791199999636,31.937438000000434,2439581,30,9,2000 +19,M,13.0,31403,-109.07791199999636,31.937438000000434,2439591,30,9,2000 +18,F,16.0,31404,-109.07863299999636,31.93712600000041,2439591,30,9,2000 +18,M,,31405,-109.07863299999636,31.93712600000041,2438516,30,9,2000 +18,,,31406,-109.07863299999636,31.93712600000041,2438516,30,9,2000 +18,F,26.0,31407,-109.07863299999636,31.93712600000041,2439581,30,9,2000 +18,M,29.0,31408,-109.07863299999636,31.93712600000041,2439581,30,9,2000 +18,F,37.0,31409,-109.07863299999636,31.93712600000041,2439581,30,9,2000 +18,F,16.0,31410,-109.07863299999636,31.93712600000041,2438516,30,9,2000 +18,M,33.0,31411,-109.07863299999636,31.93712600000041,2439581,30,9,2000 +17,F,42.0,31412,-109.07941499999636,31.937117000000445,2439521,30,9,2000 +17,M,43.0,31413,-109.07941499999636,31.937117000000445,2439521,30,9,2000 +17,F,43.0,31414,-109.07941499999636,31.937117000000445,2439521,30,9,2000 +17,F,30.0,31415,-109.07941499999636,31.937117000000445,2439581,30,9,2000 +17,F,34.0,31416,-109.07941499999636,31.937117000000445,2439521,30,9,2000 +17,M,42.0,31417,-109.07941499999636,31.937117000000445,2439521,30,9,2000 +17,F,27.0,31418,-109.07941499999636,31.937117000000445,2438516,30,9,2000 +17,,,31419,-109.07941499999636,31.937117000000445,2437568,30,9,2000 +17,M,47.0,31420,-109.07941499999636,31.937117000000445,2439521,30,9,2000 +17,M,47.0,31421,-109.07941499999636,31.937117000000445,2439521,30,9,2000 +20,M,26.0,31422,-109.08019099999642,31.93633400000045,2438516,30,9,2000 +20,M,16.0,31423,-109.08019099999642,31.93633400000045,2439581,30,9,2000 +20,F,29.0,31424,-109.08019099999642,31.93633400000045,2438516,30,9,2000 +20,F,26.0,31425,-109.08019099999642,31.93633400000045,2439581,30,9,2000 +20,F,25.0,31426,-109.08019099999642,31.93633400000045,2439581,30,9,2000 +20,F,184.0,31427,-109.08019099999642,31.93633400000045,,30,9,2000 +22,M,52.0,31428,-109.07860199999635,31.93644100000042,2439521,30,9,2000 +22,M,27.0,31429,-109.07860199999635,31.93644100000042,2439591,30,9,2000 +22,F,33.0,31430,-109.07860199999635,31.93644100000042,2439581,30,9,2000 +22,M,,31431,-109.07860199999635,31.93644100000042,2439581,30,9,2000 +22,M,35.0,31432,-109.07860199999635,31.93644100000042,2439581,30,9,2000 +22,M,42.0,31433,-109.07860199999635,31.93644100000042,2439521,30,9,2000 +21,F,28.0,31434,-109.07939799999636,31.936448000000453,2439581,30,9,2000 +21,F,27.0,31435,-109.07939799999636,31.936448000000453,2439581,30,9,2000 +21,F,25.0,31436,-109.07939799999636,31.936448000000453,2439581,30,9,2000 +21,F,26.0,31437,-109.07939799999636,31.936448000000453,2439581,30,9,2000 +21,F,29.0,31438,-109.07939799999636,31.936448000000453,2439581,30,9,2000 +21,F,29.0,31439,-109.07939799999636,31.936448000000453,2439581,30,9,2000 +24,,,31440,-109.07773599999636,31.938560000000447,2439521,30,9,2000 +24,F,22.0,31441,-109.07773599999636,31.938560000000447,2437981,30,9,2000 +24,M,16.0,31442,-109.07773599999636,31.938560000000447,2439591,30,9,2000 +23,,,31443,-109.07783799999636,31.93676300000042,,30,9,2000 +3,F,28.0,31444,-109.08120799999641,31.938896000000387,2439581,30,9,2000 +3,M,29.0,31445,-109.08120799999641,31.938896000000387,2439581,30,9,2000 +3,F,27.0,31446,-109.08120799999641,31.938896000000387,2438516,30,9,2000 +3,F,32.0,31447,-109.08120799999641,31.938896000000387,2439581,30,9,2000 +3,M,32.0,31448,-109.08120799999641,31.938896000000387,2439581,30,9,2000 +3,M,32.0,31449,-109.08120799999641,31.938896000000387,2439581,30,9,2000 +4,M,30.0,31450,-109.08040899999641,31.93889400000041,2439581,30,9,2000 +4,M,46.0,31451,-109.08040899999641,31.93889400000041,2439521,30,9,2000 +4,M,43.0,31452,-109.08040899999641,31.93889400000041,2439521,30,9,2000 +4,M,41.0,31453,-109.08040899999641,31.93889400000041,2439521,30,9,2000 +4,M,29.0,31454,-109.08040899999641,31.93889400000041,2439521,30,9,2000 +4,F,39.0,31455,-109.08040899999641,31.93889400000041,2439521,30,9,2000 +6,F,30.0,31456,-109.07883599999636,31.939078000000414,2439581,30,9,2000 +6,F,27.0,31457,-109.07883599999636,31.939078000000414,2439581,30,9,2000 +6,M,8.0,31458,-109.07883599999636,31.939078000000414,2437874,30,9,2000 +6,F,28.0,31459,-109.07883599999636,31.939078000000414,2439581,30,9,2000 +6,F,13.0,31460,-109.07883599999636,31.939078000000414,2439591,30,9,2000 +6,F,24.0,31461,-109.07883599999636,31.939078000000414,2438516,30,9,2000 +11,M,23.0,31462,-109.07930699999636,31.938056000000426,2438516,30,9,2000 +11,F,30.0,31463,-109.07930699999636,31.938056000000426,2439581,30,9,2000 +11,M,30.0,31464,-109.07930699999636,31.938056000000426,2439581,30,9,2000 +11,F,29.0,31465,-109.07930699999636,31.938056000000426,2439581,30,9,2000 +11,F,41.0,31466,-109.07930699999636,31.938056000000426,2439521,30,9,2000 +11,F,28.0,31467,-109.07930699999636,31.938056000000426,2439581,30,9,2000 +11,F,,31468,-109.07930699999636,31.938056000000426,2439581,30,9,2000 +9,M,23.0,31469,-109.08090299999638,31.93785900000039,2438516,30,9,2000 +9,F,41.0,31470,-109.08090299999638,31.93785900000039,2439521,30,9,2000 +9,,,31471,-109.08090299999638,31.93785900000039,2439591,30,9,2000 +9,M,46.0,31472,-109.08090299999638,31.93785900000039,2439521,30,9,2000 +9,M,42.0,31473,-109.08090299999638,31.93785900000039,2439521,30,9,2000 +8,F,14.0,31474,-109.08167999999641,31.937884000000402,2439591,30,9,2000 +8,M,26.0,31475,-109.08167999999641,31.937884000000402,2438516,30,9,2000 +8,F,27.0,31476,-109.08167999999641,31.937884000000402,2439581,30,9,2000 +8,M,43.0,31477,-109.08167999999641,31.937884000000402,2439521,30,9,2000 +8,M,15.0,31478,-109.08167999999641,31.937884000000402,2439591,30,9,2000 +8,M,46.0,31479,-109.08167999999641,31.937884000000402,2439541,30,9,2000 +8,M,51.0,31480,-109.08167999999641,31.937884000000402,2439541,30,9,2000 +8,M,46.0,31481,-109.08167999999641,31.937884000000402,2439541,30,9,2000 +8,M,22.0,31482,-109.08167999999641,31.937884000000402,2438516,30,9,2000 +8,F,24.0,31483,-109.08167999999641,31.937884000000402,2438516,30,9,2000 +8,F,30.0,31484,-109.08167999999641,31.937884000000402,2439581,30,9,2000 +13,M,18.0,31485,-109.08261299999641,31.937028000000442,2437981,30,9,2000 +13,F,33.0,31486,-109.08261299999641,31.937028000000442,2439581,30,9,2000 +13,F,28.0,31487,-109.08261299999641,31.937028000000442,2439581,30,9,2000 +14,F,42.0,31488,-109.08182699999641,31.937054000000447,2439521,30,9,2000 +14,F,46.0,31489,-109.08182699999641,31.937054000000447,2439521,30,9,2000 +14,,,31490,-109.08182699999641,31.937054000000447,2437568,30,9,2000 +14,F,35.0,31491,-109.08182699999641,31.937054000000447,2438516,30,9,2000 +14,M,23.0,31492,-109.08182699999641,31.937054000000447,2438516,30,9,2000 +14,F,42.0,31493,-109.08182699999641,31.937054000000447,2439521,30,9,2000 +14,M,49.0,31494,-109.08182699999641,31.937054000000447,2439521,30,9,2000 +15,M,20.0,31495,-109.08103599999642,31.937059000000463,2438516,30,9,2000 +15,F,24.0,31496,-109.08103599999642,31.937059000000463,2438516,30,9,2000 +15,F,14.0,31497,-109.08103599999642,31.937059000000463,2439591,30,9,2000 +15,F,15.0,31498,-109.08103599999642,31.937059000000463,2439591,30,9,2000 +16,M,30.0,31499,-109.08024399999636,31.93709400000041,2439581,30,9,2000 +16,F,20.0,31500,-109.08024399999636,31.93709400000041,2438516,30,9,2000 +16,M,11.0,31501,-109.08024399999636,31.93709400000041,2437967,30,9,2000 +16,F,,31502,-109.08024399999636,31.93709400000041,2438516,30,9,2000 +5,,,31503,-109.07960199999636,31.93897000000045,,30,9,2000 +7,,,31504,-109.08281599999641,31.938113000000413,,30,9,2000 +10,,,31505,-109.08009099999636,31.938017000000425,,30,9,2000 +1,F,27.0,31506,-109.08282899999641,31.938851000000387,2438516,25,11,2000 +1,M,51.0,31507,-109.08282899999641,31.938851000000387,2439541,25,11,2000 +1,,51.0,31508,-109.08282899999641,31.938851000000387,2439541,25,11,2000 +1,M,46.0,31509,-109.08282899999641,31.938851000000387,2439581,25,11,2000 +1,M,40.0,31510,-109.08282899999641,31.938851000000387,2439521,25,11,2000 +1,F,28.0,31511,-109.08282899999641,31.938851000000387,2439581,25,11,2000 +1,F,24.0,31512,-109.08282899999641,31.938851000000387,2437981,25,11,2000 +1,M,41.0,31513,-109.08282899999641,31.938851000000387,2439521,25,11,2000 +2,M,34.0,31514,-109.08197499999642,31.93888700000037,2439581,25,11,2000 +2,M,33.0,31515,-109.08197499999642,31.93888700000037,2439581,25,11,2000 +2,F,43.0,31516,-109.08197499999642,31.93888700000037,2439521,25,11,2000 +2,F,200.0,31517,-109.08197499999642,31.93888700000037,,25,11,2000 +2,M,228.0,31518,-109.08197499999642,31.93888700000037,,25,11,2000 +2,M,12.0,31519,-109.08197499999642,31.93888700000037,2437874,25,11,2000 +2,M,26.0,31520,-109.08197499999642,31.93888700000037,2438516,25,11,2000 +2,M,23.0,31521,-109.08197499999642,31.93888700000037,2437981,25,11,2000 +2,F,30.0,31522,-109.08197499999642,31.93888700000037,2438516,25,11,2000 +12,F,47.0,31523,-109.07851899999636,31.938203000000414,2439521,25,11,2000 +12,F,26.0,31524,-109.07851899999636,31.938203000000414,2438516,25,11,2000 +12,M,21.0,31525,-109.07851899999636,31.938203000000414,2438516,25,11,2000 +12,M,25.0,31526,-109.07851899999636,31.938203000000414,2439581,25,11,2000 +12,M,38.0,31527,-109.07851899999636,31.938203000000414,2439521,25,11,2000 +12,M,44.0,31528,-109.07851899999636,31.938203000000414,2439521,25,11,2000 +12,M,55.0,31529,-109.07851899999636,31.938203000000414,2439541,25,11,2000 +12,F,190.0,31530,-109.07851899999636,31.938203000000414,,25,11,2000 +19,M,36.0,31531,-109.07791199999636,31.937438000000434,2439581,25,11,2000 +19,M,26.0,31532,-109.07791199999636,31.937438000000434,2439581,25,11,2000 +19,M,30.0,31533,-109.07791199999636,31.937438000000434,2439581,25,11,2000 +18,M,34.0,31534,-109.07863299999636,31.93712600000041,2439581,25,11,2000 +18,M,32.0,31535,-109.07863299999636,31.93712600000041,2439581,25,11,2000 +18,F,30.0,31536,-109.07863299999636,31.93712600000041,2439581,25,11,2000 +17,M,47.0,31537,-109.07941499999636,31.937117000000445,2439521,25,11,2000 +17,M,22.0,31538,-109.07941499999636,31.937117000000445,2438516,25,11,2000 +17,M,45.0,31539,-109.07941499999636,31.937117000000445,2439521,25,11,2000 +17,F,42.0,31540,-109.07941499999636,31.937117000000445,2439521,25,11,2000 +17,F,42.0,31541,-109.07941499999636,31.937117000000445,2439521,25,11,2000 +17,F,42.0,31542,-109.07941499999636,31.937117000000445,2439521,25,11,2000 +17,M,49.0,31543,-109.07941499999636,31.937117000000445,2439521,25,11,2000 +22,M,33.0,31544,-109.07860199999635,31.93644100000042,2439581,25,11,2000 +22,F,33.0,31545,-109.07860199999635,31.93644100000042,2439581,25,11,2000 +22,M,30.0,31546,-109.07860199999635,31.93644100000042,2439581,25,11,2000 +22,F,28.0,31547,-109.07860199999635,31.93644100000042,2439581,25,11,2000 +22,M,22.0,31548,-109.07860199999635,31.93644100000042,2438516,25,11,2000 +21,M,28.0,31549,-109.07939799999636,31.936448000000453,2439581,25,11,2000 +21,F,32.0,31550,-109.07939799999636,31.936448000000453,2439581,25,11,2000 +21,M,29.0,31551,-109.07939799999636,31.936448000000453,2439581,25,11,2000 +21,F,29.0,31552,-109.07939799999636,31.936448000000453,2439581,25,11,2000 +20,M,9.0,31553,-109.08019099999642,31.93633400000045,2437874,25,11,2000 +20,F,27.0,31554,-109.08019099999642,31.93633400000045,2439581,25,11,2000 +20,F,158.0,31555,-109.08019099999642,31.93633400000045,,25,11,2000 +23,,,31556,-109.07783799999636,31.93676300000042,,25,11,2000 +3,M,25.0,31557,-109.08120799999641,31.938896000000387,2438516,26,11,2000 +3,M,32.0,31558,-109.08120799999641,31.938896000000387,2439581,26,11,2000 +3,M,31.0,31559,-109.08120799999641,31.938896000000387,2439581,26,11,2000 +3,F,29.0,31560,-109.08120799999641,31.938896000000387,2439581,26,11,2000 +3,M,20.0,31561,-109.08120799999641,31.938896000000387,2437981,26,11,2000 +3,M,28.0,31562,-109.08120799999641,31.938896000000387,2439581,26,11,2000 +3,M,32.0,31563,-109.08120799999641,31.938896000000387,2439581,26,11,2000 +3,M,,31564,-109.08120799999641,31.938896000000387,2439581,26,11,2000 +3,M,23.0,31565,-109.08120799999641,31.938896000000387,2437981,26,11,2000 +4,F,,31566,-109.08040899999641,31.93889400000041,2438516,26,11,2000 +4,M,43.0,31567,-109.08040899999641,31.93889400000041,2439521,26,11,2000 +4,F,44.0,31568,-109.08040899999641,31.93889400000041,2439521,26,11,2000 +4,M,43.0,31569,-109.08040899999641,31.93889400000041,2439521,26,11,2000 +4,M,25.0,31570,-109.08040899999641,31.93889400000041,2438516,26,11,2000 +4,M,30.0,31571,-109.08040899999641,31.93889400000041,2439581,26,11,2000 +4,M,44.0,31572,-109.08040899999641,31.93889400000041,2439521,26,11,2000 +6,F,25.0,31573,-109.07883599999636,31.939078000000414,2438516,26,11,2000 +6,F,22.0,31574,-109.07883599999636,31.939078000000414,2438516,26,11,2000 +6,F,25.0,31575,-109.07883599999636,31.939078000000414,2439581,26,11,2000 +6,F,30.0,31576,-109.07883599999636,31.939078000000414,2439581,26,11,2000 +6,F,50.0,31577,-109.07883599999636,31.939078000000414,2439541,26,11,2000 +6,M,23.0,31578,-109.07883599999636,31.939078000000414,2438516,26,11,2000 +11,F,37.0,31579,-109.07930699999636,31.938056000000426,2439521,26,11,2000 +11,M,24.0,31580,-109.07930699999636,31.938056000000426,2438516,26,11,2000 +11,M,13.0,31581,-109.07930699999636,31.938056000000426,2439591,26,11,2000 +11,M,28.0,31582,-109.07930699999636,31.938056000000426,2439581,26,11,2000 +9,F,39.0,31583,-109.08090299999638,31.93785900000039,2439521,26,11,2000 +9,M,42.0,31584,-109.08090299999638,31.93785900000039,2439521,26,11,2000 +9,F,43.0,31585,-109.08090299999638,31.93785900000039,2439521,26,11,2000 +9,M,27.0,31586,-109.08090299999638,31.93785900000039,2438516,26,11,2000 +9,M,22.0,31587,-109.08090299999638,31.93785900000039,2438516,26,11,2000 +9,F,28.0,31588,-109.08090299999638,31.93785900000039,2438516,26,11,2000 +9,M,42.0,31589,-109.08090299999638,31.93785900000039,2439521,26,11,2000 +8,F,28.0,31590,-109.08167999999641,31.937884000000402,2439581,26,11,2000 +8,F,25.0,31591,-109.08167999999641,31.937884000000402,2438516,26,11,2000 +8,M,45.0,31592,-109.08167999999641,31.937884000000402,2439541,26,11,2000 +8,M,23.0,31593,-109.08167999999641,31.937884000000402,2438516,26,11,2000 +8,M,49.0,31594,-109.08167999999641,31.937884000000402,2439541,26,11,2000 +8,F,49.0,31595,-109.08167999999641,31.937884000000402,2439541,26,11,2000 +13,M,22.0,31596,-109.08261299999641,31.937028000000442,2438516,26,11,2000 +13,F,29.0,31597,-109.08261299999641,31.937028000000442,2439581,26,11,2000 +13,M,12.0,31598,-109.08261299999641,31.937028000000442,2439591,26,11,2000 +13,F,30.0,31599,-109.08261299999641,31.937028000000442,2439581,26,11,2000 +14,F,19.0,31600,-109.08182699999641,31.937054000000447,2438516,26,11,2000 +14,M,47.0,31601,-109.08182699999641,31.937054000000447,2439521,26,11,2000 +14,M,40.0,31602,-109.08182699999641,31.937054000000447,2439521,26,11,2000 +14,F,32.0,31603,-109.08182699999641,31.937054000000447,2438516,26,11,2000 +14,F,39.0,31604,-109.08182699999641,31.937054000000447,2439521,26,11,2000 +14,M,35.0,31605,-109.08182699999641,31.937054000000447,2439521,26,11,2000 +14,F,41.0,31606,-109.08182699999641,31.937054000000447,2439521,26,11,2000 +15,M,11.0,31607,-109.08103599999642,31.937059000000463,2439591,26,11,2000 +15,F,25.0,31608,-109.08103599999642,31.937059000000463,2438516,26,11,2000 +24,M,16.0,31609,-109.07773599999636,31.938560000000447,2437981,26,11,2000 +24,M,20.0,31610,-109.07773599999636,31.938560000000447,2437981,26,11,2000 +5,M,10.0,31611,-109.07960199999636,31.93897000000045,2437874,26,11,2000 +5,M,10.0,31612,-109.07960199999636,31.93897000000045,2437874,26,11,2000 +16,M,8.0,31613,-109.08024399999636,31.93709400000041,2437874,26,11,2000 +16,F,38.0,31614,-109.08024399999636,31.93709400000041,2439521,26,11,2000 +7,,,31615,-109.08281599999641,31.938113000000413,,26,11,2000 +10,,,31616,-109.08009099999636,31.938017000000425,,26,11,2000 +1,M,52.0,31617,-109.08282899999641,31.938851000000387,2439541,22,12,2000 +1,F,26.0,31618,-109.08282899999641,31.938851000000387,2439581,22,12,2000 +1,M,24.0,31619,-109.08282899999641,31.938851000000387,2438516,22,12,2000 +1,F,25.0,31620,-109.08282899999641,31.938851000000387,2439581,22,12,2000 +1,M,38.0,31621,-109.08282899999641,31.938851000000387,2439521,22,12,2000 +1,M,41.0,31622,-109.08282899999641,31.938851000000387,2439521,22,12,2000 +1,F,42.0,31623,-109.08282899999641,31.938851000000387,2439521,22,12,2000 +1,F,,31624,-109.08282899999641,31.938851000000387,2438516,22,12,2000 +1,M,43.0,31625,-109.08282899999641,31.938851000000387,2439521,22,12,2000 +1,M,46.0,31626,-109.08282899999641,31.938851000000387,2439581,22,12,2000 +2,M,38.0,31627,-109.08197499999642,31.93888700000037,2439581,22,12,2000 +2,M,25.0,31628,-109.08197499999642,31.93888700000037,2438516,22,12,2000 +2,M,28.0,31629,-109.08197499999642,31.93888700000037,2438516,22,12,2000 +2,M,41.0,31630,-109.08197499999642,31.93888700000037,2439581,22,12,2000 +2,F,28.0,31631,-109.08197499999642,31.93888700000037,2438516,22,12,2000 +2,M,34.0,31632,-109.08197499999642,31.93888700000037,2439581,22,12,2000 +2,F,44.0,31633,-109.08197499999642,31.93888700000037,2439521,22,12,2000 +2,F,173.0,31634,-109.08197499999642,31.93888700000037,,22,12,2000 +12,M,22.0,31635,-109.07851899999636,31.938203000000414,2438516,22,12,2000 +12,F,26.0,31636,-109.07851899999636,31.938203000000414,2438516,22,12,2000 +12,M,54.0,31637,-109.07851899999636,31.938203000000414,2439541,22,12,2000 +12,M,45.0,31638,-109.07851899999636,31.938203000000414,2439521,22,12,2000 +12,F,212.0,31639,-109.07851899999636,31.938203000000414,,22,12,2000 +19,M,43.0,31640,-109.07791199999636,31.937438000000434,2439581,22,12,2000 +19,M,28.0,31641,-109.07791199999636,31.937438000000434,2439581,22,12,2000 +18,F,30.0,31642,-109.07863299999636,31.93712600000041,2439581,22,12,2000 +18,M,38.0,31643,-109.07863299999636,31.93712600000041,2439581,22,12,2000 +18,M,,31644,-109.07863299999636,31.93712600000041,2438516,22,12,2000 +18,M,35.0,31645,-109.07863299999636,31.93712600000041,2439581,22,12,2000 +17,M,50.0,31646,-109.07941499999636,31.937117000000445,2439521,22,12,2000 +17,F,42.0,31647,-109.07941499999636,31.937117000000445,2439521,22,12,2000 +17,F,43.0,31648,-109.07941499999636,31.937117000000445,2439521,22,12,2000 +17,M,47.0,31649,-109.07941499999636,31.937117000000445,2439521,22,12,2000 +17,M,22.0,31650,-109.07941499999636,31.937117000000445,2438516,22,12,2000 +17,M,48.0,31651,-109.07941499999636,31.937117000000445,2439521,22,12,2000 +17,F,27.0,31652,-109.07941499999636,31.937117000000445,2438516,22,12,2000 +17,M,45.0,31653,-109.07941499999636,31.937117000000445,2439521,22,12,2000 +17,M,21.0,31654,-109.07941499999636,31.937117000000445,2438516,22,12,2000 +20,M,24.0,31655,-109.08019099999642,31.93633400000045,2438516,22,12,2000 +21,F,28.0,31656,-109.07939799999636,31.936448000000453,2439581,22,12,2000 +21,F,29.0,31657,-109.07939799999636,31.936448000000453,2439581,22,12,2000 +21,F,30.0,31658,-109.07939799999636,31.936448000000453,2439581,22,12,2000 +21,F,29.0,31659,-109.07939799999636,31.936448000000453,2439581,22,12,2000 +22,F,28.0,31660,-109.07860199999635,31.93644100000042,2439581,22,12,2000 +22,F,34.0,31661,-109.07860199999635,31.93644100000042,2439581,22,12,2000 +22,M,32.0,31662,-109.07860199999635,31.93644100000042,2439581,22,12,2000 +22,M,36.0,31663,-109.07860199999635,31.93644100000042,2439581,22,12,2000 +7,M,24.0,31664,-109.08281599999641,31.938113000000413,2438516,22,12,2000 +7,F,21.0,31665,-109.08281599999641,31.938113000000413,2438516,22,12,2000 +24,M,23.0,31666,-109.07773599999636,31.938560000000447,2437981,22,12,2000 +23,,,31667,-109.07783799999636,31.93676300000042,,22,12,2000 +3,M,42.0,31668,-109.08120799999641,31.938896000000387,2439581,23,12,2000 +3,,,31669,-109.08120799999641,31.938896000000387,2439581,23,12,2000 +3,F,30.0,31670,-109.08120799999641,31.938896000000387,2439581,23,12,2000 +3,M,28.0,31671,-109.08120799999641,31.938896000000387,2439581,23,12,2000 +3,M,29.0,31672,-109.08120799999641,31.938896000000387,2438516,23,12,2000 +3,M,35.0,31673,-109.08120799999641,31.938896000000387,2439581,23,12,2000 +4,M,54.0,31674,-109.08040899999641,31.93889400000041,2439521,23,12,2000 +4,M,48.0,31675,-109.08040899999641,31.93889400000041,2439521,23,12,2000 +4,M,32.0,31676,-109.08040899999641,31.93889400000041,2439581,23,12,2000 +4,M,24.0,31677,-109.08040899999641,31.93889400000041,2438516,23,12,2000 +4,F,25.0,31678,-109.08040899999641,31.93889400000041,2438516,23,12,2000 +6,M,22.0,31679,-109.07883599999636,31.939078000000414,2438516,23,12,2000 +6,F,31.0,31680,-109.07883599999636,31.939078000000414,2439581,23,12,2000 +6,F,24.0,31681,-109.07883599999636,31.939078000000414,2438516,23,12,2000 +6,M,21.0,31682,-109.07883599999636,31.939078000000414,2438516,23,12,2000 +6,F,23.0,31683,-109.07883599999636,31.939078000000414,2438516,23,12,2000 +6,M,33.0,31684,-109.07883599999636,31.939078000000414,2439581,23,12,2000 +6,F,27.0,31685,-109.07883599999636,31.939078000000414,2439581,23,12,2000 +11,F,39.0,31686,-109.07930699999636,31.938056000000426,2439521,23,12,2000 +11,M,50.0,31687,-109.07930699999636,31.938056000000426,2439521,23,12,2000 +11,F,25.0,31688,-109.07930699999636,31.938056000000426,2438516,23,12,2000 +9,M,43.0,31689,-109.08090299999638,31.93785900000039,2439521,23,12,2000 +9,,,31690,-109.08090299999638,31.93785900000039,2437568,23,12,2000 +9,M,44.0,31691,-109.08090299999638,31.93785900000039,2439521,23,12,2000 +9,M,43.0,31692,-109.08090299999638,31.93785900000039,2439521,23,12,2000 +9,F,41.0,31693,-109.08090299999638,31.93785900000039,2439521,23,12,2000 +8,M,24.0,31694,-109.08167999999641,31.937884000000402,2438516,23,12,2000 +8,F,31.0,31695,-109.08167999999641,31.937884000000402,2439581,23,12,2000 +8,F,21.0,31696,-109.08167999999641,31.937884000000402,2438516,23,12,2000 +8,M,21.0,31697,-109.08167999999641,31.937884000000402,2438516,23,12,2000 +8,M,47.0,31698,-109.08167999999641,31.937884000000402,2439541,23,12,2000 +8,M,46.0,31699,-109.08167999999641,31.937884000000402,2439541,23,12,2000 +13,M,12.0,31700,-109.08261299999641,31.937028000000442,2439591,23,12,2000 +13,F,32.0,31701,-109.08261299999641,31.937028000000442,2439581,23,12,2000 +13,M,23.0,31702,-109.08261299999641,31.937028000000442,2438516,23,12,2000 +13,F,32.0,31703,-109.08261299999641,31.937028000000442,2439581,23,12,2000 +14,F,,31704,-109.08182699999641,31.937054000000447,2439521,23,12,2000 +14,M,52.0,31705,-109.08182699999641,31.937054000000447,2439521,23,12,2000 +14,F,39.0,31706,-109.08182699999641,31.937054000000447,2439521,23,12,2000 +15,F,25.0,31707,-109.08103599999642,31.937059000000463,2438516,23,12,2000 +15,M,19.0,31708,-109.08103599999642,31.937059000000463,2438516,23,12,2000 +5,,,31709,-109.07960199999636,31.93897000000045,,23,12,2000 +10,,,31710,-109.08009099999636,31.938017000000425,,23,12,2000 +16,,,31711,-109.08024399999636,31.93709400000041,,23,12,2000 +1,F,25.0,31712,-109.08282899999641,31.938851000000387,2439581,21,1,2001 +1,M,43.0,31713,-109.08282899999641,31.938851000000387,2439521,21,1,2001 +1,M,44.0,31714,-109.08282899999641,31.938851000000387,2439581,21,1,2001 +1,M,53.0,31715,-109.08282899999641,31.938851000000387,2439541,21,1,2001 +2,M,27.0,31716,-109.08197499999642,31.93888700000037,2438516,21,1,2001 +2,M,11.0,31717,-109.08197499999642,31.93888700000037,2437874,21,1,2001 +2,M,121.0,31718,-109.08197499999642,31.93888700000037,,21,1,2001 +2,F,44.0,31719,-109.08197499999642,31.93888700000037,2439521,21,1,2001 +2,M,42.0,31720,-109.08197499999642,31.93888700000037,2439581,21,1,2001 +2,M,41.0,31721,-109.08197499999642,31.93888700000037,2439581,21,1,2001 +2,F,158.0,31722,-109.08197499999642,31.93888700000037,,21,1,2001 +12,M,54.0,31723,-109.07851899999636,31.938203000000414,2439541,21,1,2001 +12,F,49.0,31724,-109.07851899999636,31.938203000000414,2439521,21,1,2001 +12,F,21.0,31725,-109.07851899999636,31.938203000000414,2438516,21,1,2001 +12,M,43.0,31726,-109.07851899999636,31.938203000000414,2439521,21,1,2001 +19,M,27.0,31727,-109.07791199999636,31.937438000000434,2439581,21,1,2001 +19,M,42.0,31728,-109.07791199999636,31.937438000000434,2439581,21,1,2001 +19,M,11.0,31729,-109.07791199999636,31.937438000000434,2439591,21,1,2001 +18,F,29.0,31730,-109.07863299999636,31.93712600000041,2439581,21,1,2001 +17,M,23.0,31731,-109.07941499999636,31.937117000000445,2438516,21,1,2001 +17,M,49.0,31732,-109.07941499999636,31.937117000000445,2439521,21,1,2001 +17,M,48.0,31733,-109.07941499999636,31.937117000000445,2439521,21,1,2001 +17,F,43.0,31734,-109.07941499999636,31.937117000000445,2439521,21,1,2001 +17,F,41.0,31735,-109.07941499999636,31.937117000000445,2439521,21,1,2001 +17,F,26.0,31736,-109.07941499999636,31.937117000000445,2438516,21,1,2001 +17,F,41.0,31737,-109.07941499999636,31.937117000000445,2439521,21,1,2001 +17,M,20.0,31738,-109.07941499999636,31.937117000000445,2438516,21,1,2001 +22,M,36.0,31739,-109.07860199999635,31.93644100000042,2439581,21,1,2001 +22,M,40.0,31740,-109.07860199999635,31.93644100000042,2439581,21,1,2001 +22,F,32.0,31741,-109.07860199999635,31.93644100000042,2439581,21,1,2001 +22,F,25.0,31742,-109.07860199999635,31.93644100000042,2439581,21,1,2001 +21,F,27.0,31743,-109.07939799999636,31.936448000000453,2439581,21,1,2001 +21,F,30.0,31744,-109.07939799999636,31.936448000000453,2439581,21,1,2001 +21,F,27.0,31745,-109.07939799999636,31.936448000000453,2439581,21,1,2001 +21,F,29.0,31746,-109.07939799999636,31.936448000000453,2439581,21,1,2001 +20,F,29.0,31747,-109.08019099999642,31.93633400000045,2439581,21,1,2001 +7,M,26.0,31748,-109.08281599999641,31.938113000000413,2438516,21,1,2001 +7,M,47.0,31749,-109.08281599999641,31.938113000000413,2439541,21,1,2001 +22,,,31750,-109.07860199999635,31.93644100000042,,21,1,2001 +22,,,31751,-109.07860199999635,31.93644100000042,,21,1,2001 +3,M,40.0,31752,-109.08120799999641,31.938896000000387,2439581,22,1,2001 +3,F,30.0,31753,-109.08120799999641,31.938896000000387,2439581,22,1,2001 +3,M,40.0,31754,-109.08120799999641,31.938896000000387,2439581,22,1,2001 +3,M,25.0,31755,-109.08120799999641,31.938896000000387,2438516,22,1,2001 +3,F,25.0,31756,-109.08120799999641,31.938896000000387,2438516,22,1,2001 +3,M,29.0,31757,-109.08120799999641,31.938896000000387,2439581,22,1,2001 +4,M,36.0,31758,-109.08040899999641,31.93889400000041,2439581,22,1,2001 +4,M,,31759,-109.08040899999641,31.93889400000041,2438516,22,1,2001 +4,M,22.0,31760,-109.08040899999641,31.93889400000041,2438516,22,1,2001 +4,M,48.0,31761,-109.08040899999641,31.93889400000041,2439521,22,1,2001 +6,M,24.0,31762,-109.07883599999636,31.939078000000414,2438516,22,1,2001 +6,F,26.0,31763,-109.07883599999636,31.939078000000414,2438516,22,1,2001 +6,F,27.0,31764,-109.07883599999636,31.939078000000414,2437967,22,1,2001 +6,F,29.0,31765,-109.07883599999636,31.939078000000414,2439581,22,1,2001 +6,F,30.0,31766,-109.07883599999636,31.939078000000414,2439581,22,1,2001 +6,M,35.0,31767,-109.07883599999636,31.939078000000414,2439581,22,1,2001 +6,M,,31768,-109.07883599999636,31.939078000000414,2438516,22,1,2001 +11,M,45.0,31769,-109.07930699999636,31.938056000000426,2439521,22,1,2001 +11,M,54.0,31770,-109.07930699999636,31.938056000000426,2439521,22,1,2001 +11,M,46.0,31771,-109.07930699999636,31.938056000000426,2439521,22,1,2001 +11,F,41.0,31772,-109.07930699999636,31.938056000000426,2439521,22,1,2001 +9,M,42.0,31773,-109.08090299999638,31.93785900000039,2439521,22,1,2001 +9,F,44.0,31774,-109.08090299999638,31.93785900000039,2439521,22,1,2001 +9,M,48.0,31775,-109.08090299999638,31.93785900000039,2439521,22,1,2001 +9,M,49.0,31776,-109.08090299999638,31.93785900000039,2439521,22,1,2001 +8,,,31777,-109.08167999999641,31.937884000000402,2439581,22,1,2001 +13,F,31.0,31778,-109.08261299999641,31.937028000000442,2439581,22,1,2001 +13,F,36.0,31779,-109.08261299999641,31.937028000000442,2439581,22,1,2001 +13,M,12.0,31780,-109.08261299999641,31.937028000000442,2439591,22,1,2001 +14,F,36.0,31781,-109.08182699999641,31.937054000000447,2439521,22,1,2001 +14,F,41.0,31782,-109.08182699999641,31.937054000000447,2439521,22,1,2001 +14,M,47.0,31783,-109.08182699999641,31.937054000000447,2439521,22,1,2001 +14,F,42.0,31784,-109.08182699999641,31.937054000000447,2439521,22,1,2001 +14,F,40.0,31785,-109.08182699999641,31.937054000000447,2439521,22,1,2001 +14,M,50.0,31786,-109.08182699999641,31.937054000000447,2439521,22,1,2001 +15,M,22.0,31787,-109.08103599999642,31.937059000000463,2438516,22,1,2001 +5,,,31788,-109.07960199999636,31.93897000000045,,22,1,2001 +10,,,31789,-109.08009099999636,31.938017000000425,,22,1,2001 +16,,,31790,-109.08024399999636,31.93709400000041,,22,1,2001 +1,M,36.0,31791,-109.08282899999641,31.938851000000387,2439581,3,3,2001 +1,F,25.0,31792,-109.08282899999641,31.938851000000387,2439581,3,3,2001 +2,F,45.0,31793,-109.08197499999642,31.93888700000037,2439521,3,3,2001 +2,M,41.0,31794,-109.08197499999642,31.93888700000037,2439581,3,3,2001 +12,M,24.0,31795,-109.07851899999636,31.938203000000414,2438516,3,3,2001 +19,M,40.0,31796,-109.07791199999636,31.937438000000434,2439581,3,3,2001 +19,F,16.0,31797,-109.07791199999636,31.937438000000434,2437874,3,3,2001 +19,M,27.0,31798,-109.07791199999636,31.937438000000434,2439581,3,3,2001 +18,F,17.0,31799,-109.07863299999636,31.93712600000041,2437874,3,3,2001 +18,M,40.0,31800,-109.07863299999636,31.93712600000041,2439581,3,3,2001 +18,F,33.0,31801,-109.07863299999636,31.93712600000041,2439581,3,3,2001 +17,M,,31802,-109.07941499999636,31.937117000000445,2439521,3,3,2001 +17,F,58.0,31803,-109.07941499999636,31.937117000000445,2439521,3,3,2001 +17,M,8.0,31804,-109.07941499999636,31.937117000000445,2437874,3,3,2001 +17,M,27.0,31805,-109.07941499999636,31.937117000000445,2438516,3,3,2001 +17,F,41.0,31806,-109.07941499999636,31.937117000000445,2439521,3,3,2001 +17,F,40.0,31807,-109.07941499999636,31.937117000000445,2439521,3,3,2001 +17,F,25.0,31808,-109.07941499999636,31.937117000000445,2438516,3,3,2001 +22,M,31.0,31809,-109.07860199999635,31.93644100000042,2439581,3,3,2001 +22,M,,31810,-109.07860199999635,31.93644100000042,2439581,3,3,2001 +22,M,43.0,31811,-109.07860199999635,31.93644100000042,2439581,3,3,2001 +22,F,27.0,31812,-109.07860199999635,31.93644100000042,2439581,3,3,2001 +22,M,35.0,31813,-109.07860199999635,31.93644100000042,2439581,3,3,2001 +22,M,41.0,31814,-109.07860199999635,31.93644100000042,2439581,3,3,2001 +21,F,35.0,31815,-109.07939799999636,31.936448000000453,2439581,3,3,2001 +21,,,31816,-109.07939799999636,31.936448000000453,2439581,3,3,2001 +20,F,30.0,31817,-109.08019099999642,31.93633400000045,2439581,3,3,2001 +20,M,109.0,31818,-109.08019099999642,31.93633400000045,,3,3,2001 +20,M,11.0,31819,-109.08019099999642,31.93633400000045,2437874,3,3,2001 +7,,,31820,-109.08281599999641,31.938113000000413,,3,3,2001 +23,,,31821,-109.07783799999636,31.93676300000042,,3,3,2001 +24,,,31822,-109.07773599999636,31.938560000000447,,3,3,2001 +4,F,45.0,31823,-109.08040899999641,31.93889400000041,2439521,4,3,2001 +4,M,39.0,31824,-109.08040899999641,31.93889400000041,2439581,4,3,2001 +4,M,50.0,31825,-109.08040899999641,31.93889400000041,2439521,4,3,2001 +6,M,,31826,-109.07883599999636,31.939078000000414,2438147,4,3,2001 +6,F,33.0,31827,-109.07883599999636,31.939078000000414,2439581,4,3,2001 +6,M,40.0,31828,-109.07883599999636,31.939078000000414,2439581,4,3,2001 +11,M,39.0,31829,-109.07930699999636,31.938056000000426,2439521,4,3,2001 +11,M,55.0,31830,-109.07930699999636,31.938056000000426,2439521,4,3,2001 +11,M,14.0,31831,-109.07930699999636,31.938056000000426,2439591,4,3,2001 +11,F,29.0,31832,-109.07930699999636,31.938056000000426,2439581,4,3,2001 +9,F,58.0,31833,-109.08090299999638,31.93785900000039,2439521,4,3,2001 +9,M,50.0,31834,-109.08090299999638,31.93785900000039,2439521,4,3,2001 +9,M,51.0,31835,-109.08090299999638,31.93785900000039,2439521,4,3,2001 +9,M,14.0,31836,-109.08090299999638,31.93785900000039,2439591,4,3,2001 +9,M,50.0,31837,-109.08090299999638,31.93785900000039,2439521,4,3,2001 +9,M,54.0,31838,-109.08090299999638,31.93785900000039,2439521,4,3,2001 +9,F,45.0,31839,-109.08090299999638,31.93785900000039,2439521,4,3,2001 +8,,,31840,-109.08167999999641,31.937884000000402,2438516,4,3,2001 +8,M,52.0,31841,-109.08167999999641,31.937884000000402,2439521,4,3,2001 +8,F,,31842,-109.08167999999641,31.937884000000402,2439591,4,3,2001 +13,F,44.0,31843,-109.08261299999641,31.937028000000442,2439581,4,3,2001 +13,F,39.0,31844,-109.08261299999641,31.937028000000442,2439581,4,3,2001 +14,M,53.0,31845,-109.08182699999641,31.937054000000447,2439521,4,3,2001 +14,M,49.0,31846,-109.08182699999641,31.937054000000447,2439521,4,3,2001 +14,F,44.0,31847,-109.08182699999641,31.937054000000447,2439521,4,3,2001 +14,F,44.0,31848,-109.08182699999641,31.937054000000447,2439521,4,3,2001 +15,M,14.0,31849,-109.08103599999642,31.937059000000463,2439591,4,3,2001 +15,F,24.0,31850,-109.08103599999642,31.937059000000463,2438516,4,3,2001 +15,,,31851,-109.08103599999642,31.937059000000463,2437568,4,3,2001 +5,,,31852,-109.07960199999636,31.93897000000045,,4,3,2001 +10,,,31853,-109.08009099999636,31.938017000000425,,4,3,2001 +16,,,31854,-109.08024399999636,31.93709400000041,,4,3,2001 +1,F,29.0,31855,-109.08282899999641,31.938851000000387,2439581,24,3,2001 +1,F,47.0,31856,-109.08282899999641,31.938851000000387,2439521,24,3,2001 +1,F,16.0,31857,-109.08282899999641,31.938851000000387,2439591,24,3,2001 +2,M,40.0,31858,-109.08197499999642,31.93888700000037,2439581,24,3,2001 +2,M,53.0,31859,-109.08197499999642,31.93888700000037,2439521,24,3,2001 +2,F,60.0,31860,-109.08197499999642,31.93888700000037,2439521,24,3,2001 +2,M,47.0,31861,-109.08197499999642,31.93888700000037,2439521,24,3,2001 +2,M,48.0,31862,-109.08197499999642,31.93888700000037,2439521,24,3,2001 +2,F,252.0,31863,-109.08197499999642,31.93888700000037,,24,3,2001 +12,M,20.0,31864,-109.07851899999636,31.938203000000414,2439591,24,3,2001 +12,M,24.0,31865,-109.07851899999636,31.938203000000414,2438516,24,3,2001 +12,F,58.0,31866,-109.07851899999636,31.938203000000414,2439521,24,3,2001 +12,M,,31867,-109.07851899999636,31.938203000000414,2438516,24,3,2001 +12,F,207.0,31868,-109.07851899999636,31.938203000000414,,24,3,2001 +24,,,31869,-109.07773599999636,31.938560000000447,2437568,24,3,2001 +19,M,46.0,31870,-109.07791199999636,31.937438000000434,2439581,24,3,2001 +18,F,15.0,31871,-109.07863299999636,31.93712600000041,2437874,24,3,2001 +17,F,55.0,31872,-109.07941499999636,31.937117000000445,2439521,24,3,2001 +17,F,26.0,31873,-109.07941499999636,31.937117000000445,2438516,24,3,2001 +17,M,,31874,-109.07941499999636,31.937117000000445,2439521,24,3,2001 +17,F,48.0,31875,-109.07941499999636,31.937117000000445,2439521,24,3,2001 +17,M,48.0,31876,-109.07941499999636,31.937117000000445,2439521,24,3,2001 +17,M,13.0,31877,-109.07941499999636,31.937117000000445,2439591,24,3,2001 +17,M,45.0,31878,-109.07941499999636,31.937117000000445,2439521,24,3,2001 +17,F,56.0,31879,-109.07941499999636,31.937117000000445,2439521,24,3,2001 +17,F,45.0,31880,-109.07941499999636,31.937117000000445,2439521,24,3,2001 +22,M,,31881,-109.07860199999635,31.93644100000042,2439581,24,3,2001 +22,F,40.0,31882,-109.07860199999635,31.93644100000042,2439581,24,3,2001 +21,M,34.0,31883,-109.07939799999636,31.936448000000453,2439581,24,3,2001 +21,F,36.0,31884,-109.07939799999636,31.936448000000453,2439581,24,3,2001 +21,F,48.0,31885,-109.07939799999636,31.936448000000453,2439581,24,3,2001 +21,F,37.0,31886,-109.07939799999636,31.936448000000453,2439581,24,3,2001 +20,M,21.0,31887,-109.08019099999642,31.93633400000045,2439591,24,3,2001 +23,,,31888,-109.07783799999636,31.93676300000042,,24,3,2001 +3,M,34.0,31889,-109.08120799999641,31.938896000000387,2439581,25,3,2001 +3,F,36.0,31890,-109.08120799999641,31.938896000000387,2439581,25,3,2001 +3,M,44.0,31891,-109.08120799999641,31.938896000000387,2439581,25,3,2001 +4,M,8.0,31892,-109.08040899999641,31.93889400000041,2439566,25,3,2001 +4,F,29.0,31893,-109.08040899999641,31.93889400000041,2438516,25,3,2001 +4,M,49.0,31894,-109.08040899999641,31.93889400000041,2439581,25,3,2001 +4,M,51.0,31895,-109.08040899999641,31.93889400000041,2439521,25,3,2001 +4,M,42.0,31896,-109.08040899999641,31.93889400000041,2439581,25,3,2001 +4,F,30.0,31897,-109.08040899999641,31.93889400000041,2438516,25,3,2001 +11,M,37.0,31898,-109.07930699999636,31.938056000000426,2439581,25,3,2001 +11,F,51.0,31899,-109.07930699999636,31.938056000000426,2439521,25,3,2001 +11,M,53.0,31900,-109.07930699999636,31.938056000000426,2439521,25,3,2001 +9,M,29.0,31901,-109.08090299999638,31.93785900000039,2438516,25,3,2001 +9,F,,31902,-109.08090299999638,31.93785900000039,2439521,25,3,2001 +9,F,47.0,31903,-109.08090299999638,31.93785900000039,2439521,25,3,2001 +9,M,51.0,31904,-109.08090299999638,31.93785900000039,2439521,25,3,2001 +9,M,52.0,31905,-109.08090299999638,31.93785900000039,2439521,25,3,2001 +9,M,51.0,31906,-109.08090299999638,31.93785900000039,2439521,25,3,2001 +8,F,32.0,31907,-109.08167999999641,31.937884000000402,2438516,25,3,2001 +8,M,15.0,31908,-109.08167999999641,31.937884000000402,2439591,25,3,2001 +8,M,21.0,31909,-109.08167999999641,31.937884000000402,2439591,25,3,2001 +8,M,21.0,31910,-109.08167999999641,31.937884000000402,2439591,25,3,2001 +8,M,16.0,31911,-109.08167999999641,31.937884000000402,2439591,25,3,2001 +8,F,22.0,31912,-109.08167999999641,31.937884000000402,2437967,25,3,2001 +8,F,16.0,31913,-109.08167999999641,31.937884000000402,2439591,25,3,2001 +8,M,20.0,31914,-109.08167999999641,31.937884000000402,2439591,25,3,2001 +13,F,39.0,31915,-109.08261299999641,31.937028000000442,2439581,25,3,2001 +13,M,44.0,31916,-109.08261299999641,31.937028000000442,2439581,25,3,2001 +13,M,13.0,31917,-109.08261299999641,31.937028000000442,2439591,25,3,2001 +13,M,16.0,31918,-109.08261299999641,31.937028000000442,2439591,25,3,2001 +14,M,50.0,31919,-109.08182699999641,31.937054000000447,2439521,25,3,2001 +14,M,48.0,31920,-109.08182699999641,31.937054000000447,2439521,25,3,2001 +14,,,31921,-109.08182699999641,31.937054000000447,2437568,25,3,2001 +14,M,21.0,31922,-109.08182699999641,31.937054000000447,2439591,25,3,2001 +14,F,54.0,31923,-109.08182699999641,31.937054000000447,2439521,25,3,2001 +14,M,22.0,31924,-109.08182699999641,31.937054000000447,2439591,25,3,2001 +14,M,54.0,31925,-109.08182699999641,31.937054000000447,2439521,25,3,2001 +14,M,20.0,31926,-109.08182699999641,31.937054000000447,2439591,25,3,2001 +14,F,16.0,31927,-109.08182699999641,31.937054000000447,2439591,25,3,2001 +14,F,59.0,31928,-109.08182699999641,31.937054000000447,2439521,25,3,2001 +15,M,19.0,31929,-109.08103599999642,31.937059000000463,2439591,25,3,2001 +15,F,13.0,31930,-109.08103599999642,31.937059000000463,2439591,25,3,2001 +15,F,42.0,31931,-109.08103599999642,31.937059000000463,2438516,25,3,2001 +5,,,31932,-109.07960199999636,31.93897000000045,,25,3,2001 +6,,,31933,-109.07883599999636,31.939078000000414,,25,3,2001 +7,,,31934,-109.08281599999641,31.938113000000413,,25,3,2001 +10,,,31935,-109.08009099999636,31.938017000000425,,25,3,2001 +16,,,31936,-109.08024399999636,31.93709400000041,,25,3,2001 +1,F,26.0,31937,-109.08282899999641,31.938851000000387,2439591,21,4,2001 +1,F,30.0,31938,-109.08282899999641,31.938851000000387,2439581,21,4,2001 +1,M,19.0,31939,-109.08282899999641,31.938851000000387,2439591,21,4,2001 +1,M,49.0,31940,-109.08282899999641,31.938851000000387,2439521,21,4,2001 +1,M,,31941,-109.08282899999641,31.938851000000387,2439541,21,4,2001 +1,M,24.0,31942,-109.08282899999641,31.938851000000387,2439581,21,4,2001 +1,M,22.0,31943,-109.08282899999641,31.938851000000387,2439591,21,4,2001 +1,F,68.0,31944,-109.08282899999641,31.938851000000387,2439541,21,4,2001 +2,F,21.0,31945,-109.08197499999642,31.93888700000037,2439591,21,4,2001 +2,F,47.0,31946,-109.08197499999642,31.93888700000037,2439521,21,4,2001 +2,F,145.0,31947,-109.08197499999642,31.93888700000037,,21,4,2001 +2,M,24.0,31948,-109.08197499999642,31.93888700000037,2439591,21,4,2001 +2,M,52.0,31949,-109.08197499999642,31.93888700000037,2439521,21,4,2001 +12,M,21.0,31950,-109.07851899999636,31.938203000000414,2439591,21,4,2001 +12,M,54.0,31951,-109.07851899999636,31.938203000000414,2439541,21,4,2001 +12,F,24.0,31952,-109.07851899999636,31.938203000000414,2439591,21,4,2001 +12,F,60.0,31953,-109.07851899999636,31.938203000000414,2439541,21,4,2001 +12,F,23.0,31954,-109.07851899999636,31.938203000000414,2439591,21,4,2001 +12,F,57.0,31955,-109.07851899999636,31.938203000000414,2439521,21,4,2001 +24,,,31956,-109.07773599999636,31.938560000000447,2437568,21,4,2001 +24,F,76.0,31957,-109.07773599999636,31.938560000000447,2439541,21,4,2001 +24,F,16.0,31958,-109.07773599999636,31.938560000000447,2439591,21,4,2001 +24,F,22.0,31959,-109.07773599999636,31.938560000000447,2437981,21,4,2001 +19,M,50.0,31960,-109.07791199999636,31.937438000000434,2439581,21,4,2001 +18,M,50.0,31961,-109.07863299999636,31.93712600000041,2439581,21,4,2001 +18,F,17.0,31962,-109.07863299999636,31.93712600000041,2439581,21,4,2001 +17,F,50.0,31963,-109.07941499999636,31.937117000000445,2439521,21,4,2001 +17,M,18.0,31964,-109.07941499999636,31.937117000000445,2439591,21,4,2001 +17,F,20.0,31965,-109.07941499999636,31.937117000000445,2439591,21,4,2001 +17,M,49.0,31966,-109.07941499999636,31.937117000000445,2439521,21,4,2001 +17,M,49.0,31967,-109.07941499999636,31.937117000000445,2439521,21,4,2001 +17,,,31968,-109.07941499999636,31.937117000000445,2437568,21,4,2001 +17,M,37.0,31969,-109.07941499999636,31.937117000000445,2439521,21,4,2001 +17,M,28.0,31970,-109.07941499999636,31.937117000000445,2438516,21,4,2001 +17,F,50.0,31971,-109.07941499999636,31.937117000000445,2439521,21,4,2001 +17,M,50.0,31972,-109.07941499999636,31.937117000000445,2439521,21,4,2001 +17,M,50.0,31973,-109.07941499999636,31.937117000000445,2439521,21,4,2001 +20,M,39.0,31974,-109.08019099999642,31.93633400000045,2439581,21,4,2001 +20,F,37.0,31975,-109.08019099999642,31.93633400000045,2439581,21,4,2001 +20,,,31976,-109.08019099999642,31.93633400000045,2437568,21,4,2001 +20,M,38.0,31977,-109.08019099999642,31.93633400000045,2439581,21,4,2001 +20,F,218.0,31978,-109.08019099999642,31.93633400000045,,21,4,2001 +21,M,35.0,31979,-109.07939799999636,31.936448000000453,2439581,21,4,2001 +21,F,54.0,31980,-109.07939799999636,31.936448000000453,2439581,21,4,2001 +21,M,34.0,31981,-109.07939799999636,31.936448000000453,2439581,21,4,2001 +21,M,37.0,31982,-109.07939799999636,31.936448000000453,2439581,21,4,2001 +21,F,37.0,31983,-109.07939799999636,31.936448000000453,2439581,21,4,2001 +21,F,35.0,31984,-109.07939799999636,31.936448000000453,2439581,21,4,2001 +22,F,7.0,31985,-109.07860199999635,31.93644100000042,2439566,21,4,2001 +22,F,33.0,31986,-109.07860199999635,31.93644100000042,2439581,21,4,2001 +22,F,35.0,31987,-109.07860199999635,31.93644100000042,2439581,21,4,2001 +22,M,53.0,31988,-109.07860199999635,31.93644100000042,2439521,21,4,2001 +7,F,27.0,31989,-109.08281599999641,31.938113000000413,2438516,21,4,2001 +13,,,31990,-109.08261299999641,31.937028000000442,,21,4,2001 +23,,,31991,-109.07783799999636,31.93676300000042,,21,4,2001 +3,F,40.0,31992,-109.08120799999641,31.938896000000387,2439581,22,4,2001 +3,M,34.0,31993,-109.08120799999641,31.938896000000387,2439581,22,4,2001 +4,F,32.0,31994,-109.08040899999641,31.93889400000041,2438516,22,4,2001 +4,M,53.0,31995,-109.08040899999641,31.93889400000041,2439521,22,4,2001 +4,F,55.0,31996,-109.08040899999641,31.93889400000041,2439521,22,4,2001 +6,M,39.0,31997,-109.07883599999636,31.939078000000414,2439581,22,4,2001 +6,M,23.0,31998,-109.07883599999636,31.939078000000414,2439591,22,4,2001 +6,M,46.0,31999,-109.07883599999636,31.939078000000414,2439581,22,4,2001 +6,F,20.0,32000,-109.07883599999636,31.939078000000414,2439591,22,4,2001 +6,M,22.0,32001,-109.07883599999636,31.939078000000414,2439591,22,4,2001 +6,F,49.0,32002,-109.07883599999636,31.939078000000414,2439581,22,4,2001 +6,F,132.0,32003,-109.07883599999636,31.939078000000414,2438147,22,4,2001 +11,F,49.0,32004,-109.07930699999636,31.938056000000426,2439521,22,4,2001 +11,F,26.0,32005,-109.07930699999636,31.938056000000426,2438516,22,4,2001 +11,F,49.0,32006,-109.07930699999636,31.938056000000426,2439521,22,4,2001 +11,F,14.0,32007,-109.07930699999636,31.938056000000426,2438516,22,4,2001 +9,M,18.0,32008,-109.08090299999638,31.93785900000039,2439591,22,4,2001 +9,F,,32009,-109.08090299999638,31.93785900000039,2439521,22,4,2001 +9,M,,32010,-109.08090299999638,31.93785900000039,2439521,22,4,2001 +9,M,17.0,32011,-109.08090299999638,31.93785900000039,2439591,22,4,2001 +9,M,52.0,32012,-109.08090299999638,31.93785900000039,2439521,22,4,2001 +9,M,21.0,32013,-109.08090299999638,31.93785900000039,2439591,22,4,2001 +9,F,47.0,32014,-109.08090299999638,31.93785900000039,2439521,22,4,2001 +9,F,53.0,32015,-109.08090299999638,31.93785900000039,2439521,22,4,2001 +8,M,59.0,32016,-109.08167999999641,31.937884000000402,2439541,22,4,2001 +8,F,59.0,32017,-109.08167999999641,31.937884000000402,2439541,22,4,2001 +8,F,19.0,32018,-109.08167999999641,31.937884000000402,2439591,22,4,2001 +14,M,53.0,32019,-109.08182699999641,31.937054000000447,2439521,22,4,2001 +14,M,49.0,32020,-109.08182699999641,31.937054000000447,2439521,22,4,2001 +14,F,7.0,32021,-109.08182699999641,31.937054000000447,2439566,22,4,2001 +14,M,56.0,32022,-109.08182699999641,31.937054000000447,2439521,22,4,2001 +14,F,46.0,32023,-109.08182699999641,31.937054000000447,2439521,22,4,2001 +14,F,52.0,32024,-109.08182699999641,31.937054000000447,2439541,22,4,2001 +14,F,31.0,32025,-109.08182699999641,31.937054000000447,2437967,22,4,2001 +14,F,55.0,32026,-109.08182699999641,31.937054000000447,2439521,22,4,2001 +15,M,29.0,32027,-109.08103599999642,31.937059000000463,2438516,22,4,2001 +15,M,20.0,32028,-109.08103599999642,31.937059000000463,2439591,22,4,2001 +15,M,18.0,32029,-109.08103599999642,31.937059000000463,2439591,22,4,2001 +15,F,9.0,32030,-109.08103599999642,31.937059000000463,2439566,22,4,2001 +15,M,23.0,32031,-109.08103599999642,31.937059000000463,2439591,22,4,2001 +15,M,22.0,32032,-109.08103599999642,31.937059000000463,2439591,22,4,2001 +16,F,21.0,32033,-109.08024399999636,31.93709400000041,2439591,22,4,2001 +5,,,32034,-109.07960199999636,31.93897000000045,,22,4,2001 +10,,,32035,-109.08009099999636,31.938017000000425,,22,4,2001 +1,F,21.0,32036,-109.08282899999641,31.938851000000387,2439591,26,5,2001 +1,F,29.0,32037,-109.08282899999641,31.938851000000387,2439591,26,5,2001 +1,M,94.0,32038,-109.08282899999641,31.938851000000387,,26,5,2001 +1,M,55.0,32039,-109.08282899999641,31.938851000000387,2439541,26,5,2001 +1,M,31.0,32040,-109.08282899999641,31.938851000000387,2439581,26,5,2001 +1,M,48.0,32041,-109.08282899999641,31.938851000000387,2439521,26,5,2001 +1,M,20.0,32042,-109.08282899999641,31.938851000000387,2439591,26,5,2001 +1,F,68.0,32043,-109.08282899999641,31.938851000000387,2439541,26,5,2001 +1,F,171.0,32044,-109.08282899999641,31.938851000000387,,26,5,2001 +2,M,79.0,32045,-109.08197499999642,31.93888700000037,2438147,26,5,2001 +2,M,135.0,32046,-109.08197499999642,31.93888700000037,,26,5,2001 +12,M,17.0,32047,-109.07851899999636,31.938203000000414,2439591,26,5,2001 +12,M,49.0,32048,-109.07851899999636,31.938203000000414,2439541,26,5,2001 +12,F,27.0,32049,-109.07851899999636,31.938203000000414,2439541,26,5,2001 +12,M,48.0,32050,-109.07851899999636,31.938203000000414,2439521,26,5,2001 +12,M,20.0,32051,-109.07851899999636,31.938203000000414,2437981,26,5,2001 +12,F,204.0,32052,-109.07851899999636,31.938203000000414,,26,5,2001 +19,F,27.0,32053,-109.07791199999636,31.937438000000434,2439581,26,5,2001 +19,M,36.0,32054,-109.07791199999636,31.937438000000434,2439581,26,5,2001 +22,M,30.0,32055,-109.07860199999635,31.93644100000042,2439581,26,5,2001 +22,F,33.0,32056,-109.07860199999635,31.93644100000042,2439581,26,5,2001 +22,F,,32057,-109.07860199999635,31.93644100000042,2439521,26,5,2001 +22,M,40.0,32058,-109.07860199999635,31.93644100000042,2439581,26,5,2001 +22,F,31.0,32059,-109.07860199999635,31.93644100000042,2439581,26,5,2001 +22,,,32060,-109.07860199999635,31.93644100000042,5231474,26,5,2001 +18,M,23.0,32061,-109.07863299999636,31.93712600000041,2437981,26,5,2001 +18,F,31.0,32062,-109.07863299999636,31.93712600000041,2439581,26,5,2001 +17,M,29.0,32063,-109.07941499999636,31.937117000000445,2439581,26,5,2001 +17,M,52.0,32064,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,M,48.0,32065,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,M,,32066,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,M,46.0,32067,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,F,41.0,32068,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,M,47.0,32069,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,F,19.0,32070,-109.07941499999636,31.937117000000445,2439591,26,5,2001 +17,F,47.0,32071,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,M,49.0,32072,-109.07941499999636,31.937117000000445,2439521,26,5,2001 +17,M,127.0,32073,-109.07941499999636,31.937117000000445,,26,5,2001 +21,F,44.0,32074,-109.07939799999636,31.936448000000453,2439581,26,5,2001 +21,M,31.0,32075,-109.07939799999636,31.936448000000453,2439581,26,5,2001 +21,F,39.0,32076,-109.07939799999636,31.936448000000453,2439581,26,5,2001 +20,F,35.0,32077,-109.08019099999642,31.93633400000045,2439581,26,5,2001 +20,M,115.0,32078,-109.08019099999642,31.93633400000045,,26,5,2001 +20,M,25.0,32079,-109.08019099999642,31.93633400000045,2439581,26,5,2001 +20,F,32.0,32080,-109.08019099999642,31.93633400000045,2439581,26,5,2001 +20,F,205.0,32081,-109.08019099999642,31.93633400000045,,26,5,2001 +20,,,32082,-109.08019099999642,31.93633400000045,2437568,26,5,2001 +20,F,200.0,32083,-109.08019099999642,31.93633400000045,,26,5,2001 +24,F,146.0,32084,-109.07773599999636,31.938560000000447,,26,5,2001 +24,M,51.0,32085,-109.07773599999636,31.938560000000447,2439541,26,5,2001 +7,F,37.0,32086,-109.08281599999641,31.938113000000413,2439581,26,5,2001 +7,,,32087,-109.08281599999641,31.938113000000413,2437568,26,5,2001 +23,,,32088,-109.07783799999636,31.93676300000042,,26,5,2001 +3,F,25.0,32089,-109.08120799999641,31.938896000000387,2438516,27,5,2001 +3,F,35.0,32090,-109.08120799999641,31.938896000000387,2438516,27,5,2001 +3,M,30.0,32091,-109.08120799999641,31.938896000000387,2439581,27,5,2001 +4,,,32092,-109.08040899999641,31.93889400000041,2437300,27,5,2001 +4,M,8.0,32093,-109.08040899999641,31.93889400000041,2439566,27,5,2001 +4,F,51.0,32094,-109.08040899999641,31.93889400000041,2439521,27,5,2001 +4,M,52.0,32095,-109.08040899999641,31.93889400000041,2439521,27,5,2001 +4,F,36.0,32096,-109.08040899999641,31.93889400000041,2439521,27,5,2001 +4,F,49.0,32097,-109.08040899999641,31.93889400000041,2439521,27,5,2001 +4,M,39.0,32098,-109.08040899999641,31.93889400000041,2439581,27,5,2001 +4,M,18.0,32099,-109.08040899999641,31.93889400000041,2439591,27,5,2001 +6,F,86.0,32100,-109.07883599999636,31.939078000000414,2438147,27,5,2001 +6,F,33.0,32101,-109.07883599999636,31.939078000000414,2439581,27,5,2001 +6,F,123.0,32102,-109.07883599999636,31.939078000000414,2438147,27,5,2001 +6,M,18.0,32103,-109.07883599999636,31.939078000000414,2439581,27,5,2001 +6,M,40.0,32104,-109.07883599999636,31.939078000000414,2439581,27,5,2001 +6,F,34.0,32105,-109.07883599999636,31.939078000000414,2438516,27,5,2001 +6,F,44.0,32106,-109.07883599999636,31.939078000000414,2439581,27,5,2001 +6,F,14.0,32107,-109.07883599999636,31.939078000000414,2438516,27,5,2001 +11,M,55.0,32108,-109.07930699999636,31.938056000000426,2439521,27,5,2001 +11,,,32109,-109.07930699999636,31.938056000000426,2437300,27,5,2001 +11,F,48.0,32110,-109.07930699999636,31.938056000000426,2439521,27,5,2001 +11,M,13.0,32111,-109.07930699999636,31.938056000000426,2439591,27,5,2001 +11,M,50.0,32112,-109.07930699999636,31.938056000000426,2439521,27,5,2001 +11,F,48.0,32113,-109.07930699999636,31.938056000000426,2439521,27,5,2001 +9,M,16.0,32114,-109.08090299999638,31.93785900000039,2439591,27,5,2001 +9,F,52.0,32115,-109.08090299999638,31.93785900000039,2439521,27,5,2001 +9,F,18.0,32116,-109.08090299999638,31.93785900000039,2439591,27,5,2001 +9,M,50.0,32117,-109.08090299999638,31.93785900000039,2439521,27,5,2001 +9,M,50.0,32118,-109.08090299999638,31.93785900000039,2439521,27,5,2001 +9,F,40.0,32119,-109.08090299999638,31.93785900000039,2439521,27,5,2001 +9,M,49.0,32120,-109.08090299999638,31.93785900000039,2439521,27,5,2001 +8,F,34.0,32121,-109.08167999999641,31.937884000000402,2439581,27,5,2001 +8,M,40.0,32122,-109.08167999999641,31.937884000000402,2439581,27,5,2001 +8,F,20.0,32123,-109.08167999999641,31.937884000000402,2439591,27,5,2001 +8,F,59.0,32124,-109.08167999999641,31.937884000000402,2439541,27,5,2001 +8,M,34.0,32125,-109.08167999999641,31.937884000000402,2439581,27,5,2001 +8,F,32.0,32126,-109.08167999999641,31.937884000000402,2438516,27,5,2001 +8,M,31.0,32127,-109.08167999999641,31.937884000000402,2438516,27,5,2001 +8,M,17.0,32128,-109.08167999999641,31.937884000000402,2439591,27,5,2001 +8,F,21.0,32129,-109.08167999999641,31.937884000000402,2439591,27,5,2001 +13,M,26.0,32130,-109.08261299999641,31.937028000000442,2439581,27,5,2001 +13,M,29.0,32131,-109.08261299999641,31.937028000000442,2439581,27,5,2001 +14,M,25.0,32132,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,M,56.0,32133,-109.08182699999641,31.937054000000447,2439541,27,5,2001 +14,,,32134,-109.08182699999641,31.937054000000447,2437568,27,5,2001 +14,F,58.0,32135,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,F,47.0,32136,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,F,50.0,32137,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,M,19.0,32138,-109.08182699999641,31.937054000000447,2439591,27,5,2001 +14,F,36.0,32139,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,M,55.0,32140,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,M,46.0,32141,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,F,41.0,32142,-109.08182699999641,31.937054000000447,2439521,27,5,2001 +14,M,13.0,32143,-109.08182699999641,31.937054000000447,2439591,27,5,2001 +14,M,80.0,32144,-109.08182699999641,31.937054000000447,,27,5,2001 +15,M,40.0,32145,-109.08103599999642,31.937059000000463,2439581,27,5,2001 +15,F,19.0,32146,-109.08103599999642,31.937059000000463,2439591,27,5,2001 +15,,,32147,-109.08103599999642,31.937059000000463,2437568,27,5,2001 +15,F,21.0,32148,-109.08103599999642,31.937059000000463,2439591,27,5,2001 +15,F,8.0,32149,-109.08103599999642,31.937059000000463,2439566,27,5,2001 +5,M,19.0,32150,-109.07960199999636,31.93897000000045,2437981,27,5,2001 +10,,,32151,-109.08009099999636,31.938017000000425,,27,5,2001 +16,,,32152,-109.08024399999636,31.93709400000041,,27,5,2001 +1,M,38.0,32153,-109.08282899999641,31.938851000000387,2439581,25,6,2001 +1,F,29.0,32154,-109.08282899999641,31.938851000000387,2439581,25,6,2001 +1,F,54.0,32155,-109.08282899999641,31.938851000000387,2439541,25,6,2001 +1,M,12.0,32156,-109.08282899999641,31.938851000000387,2439591,25,6,2001 +1,M,20.0,32157,-109.08282899999641,31.938851000000387,2439591,25,6,2001 +1,F,21.0,32158,-109.08282899999641,31.938851000000387,2439591,25,6,2001 +1,M,26.0,32159,-109.08282899999641,31.938851000000387,2439541,25,6,2001 +1,F,25.0,32160,-109.08282899999641,31.938851000000387,2439591,25,6,2001 +1,M,39.0,32161,-109.08282899999641,31.938851000000387,2439581,25,6,2001 +1,F,159.0,32162,-109.08282899999641,31.938851000000387,,25,6,2001 +2,M,22.0,32163,-109.08197499999642,31.93888700000037,2439591,25,6,2001 +2,M,16.0,32164,-109.08197499999642,31.93888700000037,2439591,25,6,2001 +2,M,17.0,32165,-109.08197499999642,31.93888700000037,2439591,25,6,2001 +2,M,92.0,32166,-109.08197499999642,31.93888700000037,2438147,25,6,2001 +2,M,36.0,32167,-109.08197499999642,31.93888700000037,2439581,25,6,2001 +2,F,173.0,32168,-109.08197499999642,31.93888700000037,,25,6,2001 +12,F,,32169,-109.07851899999636,31.938203000000414,2439591,25,6,2001 +12,M,24.0,32170,-109.07851899999636,31.938203000000414,2439591,25,6,2001 +12,F,30.0,32171,-109.07851899999636,31.938203000000414,2439521,25,6,2001 +12,M,43.0,32172,-109.07851899999636,31.938203000000414,2439541,25,6,2001 +12,F,19.0,32173,-109.07851899999636,31.938203000000414,2439591,25,6,2001 +12,F,53.0,32174,-109.07851899999636,31.938203000000414,2439541,25,6,2001 +12,M,48.0,32175,-109.07851899999636,31.938203000000414,2439521,25,6,2001 +12,F,,32176,-109.07851899999636,31.938203000000414,,25,6,2001 +12,F,33.0,32177,-109.07851899999636,31.938203000000414,2439521,25,6,2001 +12,F,19.0,32178,-109.07851899999636,31.938203000000414,2439591,25,6,2001 +12,F,15.0,32179,-109.07851899999636,31.938203000000414,2439591,25,6,2001 +12,F,221.0,32180,-109.07851899999636,31.938203000000414,,25,6,2001 +19,M,40.0,32181,-109.07791199999636,31.937438000000434,2439581,25,6,2001 +18,F,22.0,32182,-109.07863299999636,31.93712600000041,2439581,25,6,2001 +18,M,42.0,32183,-109.07863299999636,31.93712600000041,2439581,25,6,2001 +18,F,42.0,32184,-109.07863299999636,31.93712600000041,2439581,25,6,2001 +18,F,7.0,32185,-109.07863299999636,31.93712600000041,2439566,25,6,2001 +18,M,34.0,32186,-109.07863299999636,31.93712600000041,2439581,25,6,2001 +18,F,18.0,32187,-109.07863299999636,31.93712600000041,2439581,25,6,2001 +18,F,,32188,-109.07863299999636,31.93712600000041,2439581,25,6,2001 +17,F,18.0,32189,-109.07941499999636,31.937117000000445,2439591,25,6,2001 +17,M,29.0,32190,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,F,10.0,32191,-109.07941499999636,31.937117000000445,2439591,25,6,2001 +17,F,51.0,32192,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,M,47.0,32193,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,M,40.0,32194,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,M,37.0,32195,-109.07941499999636,31.937117000000445,2439581,25,6,2001 +17,M,46.0,32196,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,F,43.0,32197,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,M,50.0,32198,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,M,50.0,32199,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,M,30.0,32200,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +17,F,46.0,32201,-109.07941499999636,31.937117000000445,2439521,25,6,2001 +22,M,26.0,32202,-109.07860199999635,31.93644100000042,2439581,25,6,2001 +22,M,41.0,32203,-109.07860199999635,31.93644100000042,2439581,25,6,2001 +22,F,,32204,-109.07860199999635,31.93644100000042,2439521,25,6,2001 +22,F,33.0,32205,-109.07860199999635,31.93644100000042,2439581,25,6,2001 +22,M,32.0,32206,-109.07860199999635,31.93644100000042,2439581,25,6,2001 +22,M,56.0,32207,-109.07860199999635,31.93644100000042,2439521,25,6,2001 +22,F,17.0,32208,-109.07860199999635,31.93644100000042,2439591,25,6,2001 +21,F,39.0,32209,-109.07939799999636,31.936448000000453,2439581,25,6,2001 +21,M,24.0,32210,-109.07939799999636,31.936448000000453,2439581,25,6,2001 +21,M,,32211,-109.07939799999636,31.936448000000453,2438516,25,6,2001 +21,M,34.0,32212,-109.07939799999636,31.936448000000453,2439581,25,6,2001 +21,F,26.0,32213,-109.07939799999636,31.936448000000453,2439581,25,6,2001 +21,F,41.0,32214,-109.07939799999636,31.936448000000453,2439581,25,6,2001 +21,M,19.0,32215,-109.07939799999636,31.936448000000453,2439581,25,6,2001 +20,M,20.0,32216,-109.08019099999642,31.93633400000045,2439581,25,6,2001 +20,F,37.0,32217,-109.08019099999642,31.93633400000045,2439581,25,6,2001 +20,M,29.0,32218,-109.08019099999642,31.93633400000045,2439581,25,6,2001 +20,F,8.0,32219,-109.08019099999642,31.93633400000045,2439566,25,6,2001 +20,M,16.0,32220,-109.08019099999642,31.93633400000045,2439591,25,6,2001 +20,M,19.0,32221,-109.08019099999642,31.93633400000045,2439581,25,6,2001 +20,F,17.0,32222,-109.08019099999642,31.93633400000045,2439581,25,6,2001 +20,M,12.0,32223,-109.08019099999642,31.93633400000045,2437981,25,6,2001 +20,F,20.0,32224,-109.08019099999642,31.93633400000045,2439591,25,6,2001 +20,F,168.0,32225,-109.08019099999642,31.93633400000045,,25,6,2001 +23,M,7.0,32226,-109.07783799999636,31.93676300000042,2439566,25,6,2001 +7,F,,32227,-109.08281599999641,31.938113000000413,2439591,25,6,2001 +7,,,32228,-109.08281599999641,31.938113000000413,,25,6,2001 +24,M,17.0,32229,-109.07773599999636,31.938560000000447,2437981,25,6,2001 +24,F,18.0,32230,-109.07773599999636,31.938560000000447,2439591,25,6,2001 +3,,,32231,-109.08120799999641,31.938896000000387,,26,6,2001 +4,,,32232,-109.08040899999641,31.93889400000041,,26,6,2001 +5,,,32233,-109.07960199999636,31.93897000000045,,26,6,2001 +6,,,32234,-109.07883599999636,31.939078000000414,,26,6,2001 +8,,,32235,-109.08167999999641,31.937884000000402,,26,6,2001 +9,,,32236,-109.08090299999638,31.93785900000039,,26,6,2001 +10,,,32237,-109.08009099999636,31.938017000000425,,26,6,2001 +11,,,32238,-109.07930699999636,31.938056000000426,,26,6,2001 +13,,,32239,-109.08261299999641,31.937028000000442,,26,6,2001 +14,,,32240,-109.08182699999641,31.937054000000447,,26,6,2001 +15,,,32241,-109.08103599999642,31.937059000000463,,26,6,2001 +16,,,32242,-109.08024399999636,31.93709400000041,,26,6,2001 +1,,,32243,-109.08282899999641,31.938851000000387,,21,7,2001 +2,,,32244,-109.08197499999642,31.93888700000037,,21,7,2001 +7,,,32245,-109.08281599999641,31.938113000000413,,21,7,2001 +12,,,32246,-109.07851899999636,31.938203000000414,,21,7,2001 +17,,,32247,-109.07941499999636,31.937117000000445,,21,7,2001 +18,,,32248,-109.07863299999636,31.93712600000041,,21,7,2001 +19,,,32249,-109.07791199999636,31.937438000000434,,21,7,2001 +20,,,32250,-109.08019099999642,31.93633400000045,,21,7,2001 +21,,,32251,-109.07939799999636,31.936448000000453,,21,7,2001 +22,,,32252,-109.07860199999635,31.93644100000042,,21,7,2001 +23,,,32253,-109.07783799999636,31.93676300000042,,21,7,2001 +24,,,32254,-109.07773599999636,31.938560000000447,,21,7,2001 +3,M,37.0,32255,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,M,32.0,32256,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,F,17.0,32257,-109.08120799999641,31.938896000000387,2439591,22,7,2001 +3,M,20.0,32258,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,F,21.0,32259,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,M,37.0,32260,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,M,39.0,32261,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,M,33.0,32262,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,F,27.0,32263,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,M,31.0,32264,-109.08120799999641,31.938896000000387,2438516,22,7,2001 +3,M,13.0,32265,-109.08120799999641,31.938896000000387,2439591,22,7,2001 +3,F,30.0,32266,-109.08120799999641,31.938896000000387,2439581,22,7,2001 +3,F,15.0,32267,-109.08120799999641,31.938896000000387,2439591,22,7,2001 +4,F,49.0,32268,-109.08040899999641,31.93889400000041,2439521,22,7,2001 +4,F,9.0,32269,-109.08040899999641,31.93889400000041,2439566,22,7,2001 +4,M,29.0,32270,-109.08040899999641,31.93889400000041,2439581,22,7,2001 +4,M,22.0,32271,-109.08040899999641,31.93889400000041,2439581,22,7,2001 +4,F,17.0,32272,-109.08040899999641,31.93889400000041,2439591,22,7,2001 +4,F,19.0,32273,-109.08040899999641,31.93889400000041,2439591,22,7,2001 +4,M,18.0,32274,-109.08040899999641,31.93889400000041,2439591,22,7,2001 +4,F,18.0,32275,-109.08040899999641,31.93889400000041,2439591,22,7,2001 +4,F,9.0,32276,-109.08040899999641,31.93889400000041,2439566,22,7,2001 +6,F,34.0,32277,-109.07883599999636,31.939078000000414,2439581,22,7,2001 +6,F,25.0,32278,-109.07883599999636,31.939078000000414,2439581,22,7,2001 +6,F,16.0,32279,-109.07883599999636,31.939078000000414,2439591,22,7,2001 +6,F,29.0,32280,-109.07883599999636,31.939078000000414,2439581,22,7,2001 +6,M,15.0,32281,-109.07883599999636,31.939078000000414,2439591,22,7,2001 +6,M,31.0,32282,-109.07883599999636,31.939078000000414,2439581,22,7,2001 +6,F,21.0,32283,-109.07883599999636,31.939078000000414,2439591,22,7,2001 +6,M,28.0,32284,-109.07883599999636,31.939078000000414,2438147,22,7,2001 +6,F,24.0,32285,-109.07883599999636,31.939078000000414,2439581,22,7,2001 +6,F,19.0,32286,-109.07883599999636,31.939078000000414,2439581,22,7,2001 +6,F,29.0,32287,-109.07883599999636,31.939078000000414,2439581,22,7,2001 +6,F,17.0,32288,-109.07883599999636,31.939078000000414,2439591,22,7,2001 +6,F,17.0,32289,-109.07883599999636,31.939078000000414,2439591,22,7,2001 +11,M,26.0,32290,-109.07930699999636,31.938056000000426,2439581,22,7,2001 +11,F,25.0,32291,-109.07930699999636,31.938056000000426,2439591,22,7,2001 +11,F,,32292,-109.07930699999636,31.938056000000426,2439581,22,7,2001 +11,F,47.0,32293,-109.07930699999636,31.938056000000426,2439521,22,7,2001 +11,M,42.0,32294,-109.07930699999636,31.938056000000426,2439521,22,7,2001 +11,F,18.0,32295,-109.07930699999636,31.938056000000426,2439591,22,7,2001 +11,F,59.0,32296,-109.07930699999636,31.938056000000426,2439521,22,7,2001 +11,M,17.0,32297,-109.07930699999636,31.938056000000426,2439591,22,7,2001 +11,M,27.0,32298,-109.07930699999636,31.938056000000426,2438516,22,7,2001 +9,M,49.0,32299,-109.08090299999638,31.93785900000039,2439521,22,7,2001 +9,F,48.0,32300,-109.08090299999638,31.93785900000039,2439521,22,7,2001 +9,,95.0,32301,-109.08090299999638,31.93785900000039,,22,7,2001 +9,F,11.0,32302,-109.08090299999638,31.93785900000039,2439591,22,7,2001 +9,F,43.0,32303,-109.08090299999638,31.93785900000039,2439521,22,7,2001 +9,M,,32304,-109.08090299999638,31.93785900000039,2439541,22,7,2001 +9,F,25.0,32305,-109.08090299999638,31.93785900000039,2439521,22,7,2001 +9,F,42.0,32306,-109.08090299999638,31.93785900000039,2439521,22,7,2001 +9,F,25.0,32307,-109.08090299999638,31.93785900000039,2439521,22,7,2001 +8,F,21.0,32308,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,F,19.0,32309,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,F,,32310,-109.08167999999641,31.937884000000402,2439581,22,7,2001 +8,F,27.0,32311,-109.08167999999641,31.937884000000402,2439581,22,7,2001 +8,M,16.0,32312,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,M,53.0,32313,-109.08167999999641,31.937884000000402,2439541,22,7,2001 +8,M,22.0,32314,-109.08167999999641,31.937884000000402,2439581,22,7,2001 +8,M,13.0,32315,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,M,9.0,32316,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,F,17.0,32317,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,M,46.0,32318,-109.08167999999641,31.937884000000402,2439541,22,7,2001 +8,F,21.0,32319,-109.08167999999641,31.937884000000402,2439581,22,7,2001 +8,F,61.0,32320,-109.08167999999641,31.937884000000402,2439541,22,7,2001 +8,F,,32321,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,M,,32322,-109.08167999999641,31.937884000000402,2439541,22,7,2001 +8,F,15.0,32323,-109.08167999999641,31.937884000000402,2439591,22,7,2001 +8,F,23.0,32324,-109.08167999999641,31.937884000000402,2439581,22,7,2001 +8,F,33.0,32325,-109.08167999999641,31.937884000000402,2439581,22,7,2001 +8,F,27.0,32326,-109.08167999999641,31.937884000000402,2438516,22,7,2001 +13,F,27.0,32327,-109.08261299999641,31.937028000000442,2439581,22,7,2001 +13,M,39.0,32328,-109.08261299999641,31.937028000000442,2439581,22,7,2001 +13,M,,32329,-109.08261299999641,31.937028000000442,2439591,22,7,2001 +13,M,43.0,32330,-109.08261299999641,31.937028000000442,2439581,22,7,2001 +13,F,20.0,32331,-109.08261299999641,31.937028000000442,2439591,22,7,2001 +13,M,33.0,32332,-109.08261299999641,31.937028000000442,2439581,22,7,2001 +13,M,43.0,32333,-109.08261299999641,31.937028000000442,2439581,22,7,2001 +13,M,13.0,32334,-109.08261299999641,31.937028000000442,2439591,22,7,2001 +14,F,25.0,32335,-109.08182699999641,31.937054000000447,2439521,22,7,2001 +14,F,47.0,32336,-109.08182699999641,31.937054000000447,2439521,22,7,2001 +14,M,47.0,32337,-109.08182699999641,31.937054000000447,2439521,22,7,2001 +14,F,54.0,32338,-109.08182699999641,31.937054000000447,2439521,22,7,2001 +14,M,45.0,32339,-109.08182699999641,31.937054000000447,2439541,22,7,2001 +14,,,32340,-109.08182699999641,31.937054000000447,2437568,22,7,2001 +14,,,32341,-109.08182699999641,31.937054000000447,2437568,22,7,2001 +14,M,18.0,32342,-109.08182699999641,31.937054000000447,2439591,22,7,2001 +14,F,48.0,32343,-109.08182699999641,31.937054000000447,2439521,22,7,2001 +14,M,16.0,32344,-109.08182699999641,31.937054000000447,2439591,22,7,2001 +14,M,13.0,32345,-109.08182699999641,31.937054000000447,2439591,22,7,2001 +14,M,14.0,32346,-109.08182699999641,31.937054000000447,2439581,22,7,2001 +14,F,35.0,32347,-109.08182699999641,31.937054000000447,2438516,22,7,2001 +15,F,20.0,32348,-109.08103599999642,31.937059000000463,2439591,22,7,2001 +15,M,29.0,32349,-109.08103599999642,31.937059000000463,2439581,22,7,2001 +15,M,17.0,32350,-109.08103599999642,31.937059000000463,2439591,22,7,2001 +15,F,20.0,32351,-109.08103599999642,31.937059000000463,2439591,22,7,2001 +15,M,17.0,32352,-109.08103599999642,31.937059000000463,2439591,22,7,2001 +15,F,30.0,32353,-109.08103599999642,31.937059000000463,2439581,22,7,2001 +15,F,21.0,32354,-109.08103599999642,31.937059000000463,2439591,22,7,2001 +15,F,21.0,32355,-109.08103599999642,31.937059000000463,2439591,22,7,2001 +15,,,32356,-109.08103599999642,31.937059000000463,2437568,22,7,2001 +15,F,146.0,32357,-109.08103599999642,31.937059000000463,,22,7,2001 +15,F,16.0,32358,-109.08103599999642,31.937059000000463,2439591,22,7,2001 +16,M,16.0,32359,-109.08024399999636,31.93709400000041,2439591,22,7,2001 +16,M,18.0,32360,-109.08024399999636,31.93709400000041,2439591,22,7,2001 +16,M,18.0,32361,-109.08024399999636,31.93709400000041,2437981,22,7,2001 +5,,,32362,-109.07960199999636,31.93897000000045,,22,7,2001 +10,,,32363,-109.08009099999636,31.938017000000425,,22,7,2001 +1,M,16.0,32364,-109.08282899999641,31.938851000000387,2439591,25,8,2001 +1,F,40.0,32365,-109.08282899999641,31.938851000000387,2439581,25,8,2001 +1,F,20.0,32366,-109.08282899999641,31.938851000000387,2439591,25,8,2001 +1,M,42.0,32367,-109.08282899999641,31.938851000000387,2439581,25,8,2001 +1,M,33.0,32368,-109.08282899999641,31.938851000000387,2439581,25,8,2001 +1,F,50.0,32369,-109.08282899999641,31.938851000000387,2439541,25,8,2001 +1,F,34.0,32370,-109.08282899999641,31.938851000000387,2439581,25,8,2001 +1,M,20.0,32371,-109.08282899999641,31.938851000000387,2439581,25,8,2001 +1,M,16.0,32372,-109.08282899999641,31.938851000000387,2439591,25,8,2001 +1,M,14.0,32373,-109.08282899999641,31.938851000000387,2439591,25,8,2001 +1,M,39.0,32374,-109.08282899999641,31.938851000000387,2439521,25,8,2001 +1,F,54.0,32375,-109.08282899999641,31.938851000000387,2439541,25,8,2001 +1,M,17.0,32376,-109.08282899999641,31.938851000000387,2439591,25,8,2001 +1,M,57.0,32377,-109.08282899999641,31.938851000000387,2439541,25,8,2001 +1,,,32378,-109.08282899999641,31.938851000000387,,25,8,2001 +2,M,19.0,32379,-109.08197499999642,31.93888700000037,2439591,25,8,2001 +2,F,17.0,32380,-109.08197499999642,31.93888700000037,2439591,25,8,2001 +2,F,49.0,32381,-109.08197499999642,31.93888700000037,2439521,25,8,2001 +2,M,,32382,-109.08197499999642,31.93888700000037,2439591,25,8,2001 +2,F,32.0,32383,-109.08197499999642,31.93888700000037,2439581,25,8,2001 +2,M,25.0,32384,-109.08197499999642,31.93888700000037,2438516,25,8,2001 +2,M,23.0,32385,-109.08197499999642,31.93888700000037,2438516,25,8,2001 +2,F,31.0,32386,-109.08197499999642,31.93888700000037,2438516,25,8,2001 +2,M,46.0,32387,-109.08197499999642,31.93888700000037,2439521,25,8,2001 +2,M,18.0,32388,-109.08197499999642,31.93888700000037,2439591,25,8,2001 +2,M,,32389,-109.08197499999642,31.93888700000037,2439591,25,8,2001 +2,M,26.0,32390,-109.08197499999642,31.93888700000037,2438516,25,8,2001 +2,F,23.0,32391,-109.08197499999642,31.93888700000037,2438516,25,8,2001 +2,F,193.0,32392,-109.08197499999642,31.93888700000037,,25,8,2001 +12,M,25.0,32393,-109.07851899999636,31.938203000000414,2438516,25,8,2001 +12,F,19.0,32394,-109.07851899999636,31.938203000000414,2439591,25,8,2001 +12,F,50.0,32395,-109.07851899999636,31.938203000000414,2439521,25,8,2001 +12,M,25.0,32396,-109.07851899999636,31.938203000000414,2439591,25,8,2001 +12,M,58.0,32397,-109.07851899999636,31.938203000000414,2439541,25,8,2001 +12,F,19.0,32398,-109.07851899999636,31.938203000000414,2439591,25,8,2001 +12,F,41.0,32399,-109.07851899999636,31.938203000000414,2439591,25,8,2001 +12,M,47.0,32400,-109.07851899999636,31.938203000000414,2439521,25,8,2001 +12,M,20.0,32401,-109.07851899999636,31.938203000000414,2438516,25,8,2001 +12,M,57.0,32402,-109.07851899999636,31.938203000000414,2439541,25,8,2001 +12,F,16.0,32403,-109.07851899999636,31.938203000000414,2439591,25,8,2001 +12,M,17.0,32404,-109.07851899999636,31.938203000000414,2439591,25,8,2001 +24,M,195.0,32405,-109.07773599999636,31.938560000000447,,25,8,2001 +24,M,171.0,32406,-109.07773599999636,31.938560000000447,,25,8,2001 +19,,,32407,-109.07791199999636,31.937438000000434,2437300,25,8,2001 +19,,,32408,-109.07791199999636,31.937438000000434,2437568,25,8,2001 +19,F,31.0,32409,-109.07791199999636,31.937438000000434,2439581,25,8,2001 +19,M,20.0,32410,-109.07791199999636,31.937438000000434,2439591,25,8,2001 +19,M,19.0,32411,-109.07791199999636,31.937438000000434,2439591,25,8,2001 +19,F,28.0,32412,-109.07791199999636,31.937438000000434,2439581,25,8,2001 +19,F,17.0,32413,-109.07791199999636,31.937438000000434,2439591,25,8,2001 +19,F,9.0,32414,-109.07791199999636,31.937438000000434,2439566,25,8,2001 +19,F,30.0,32415,-109.07791199999636,31.937438000000434,2439581,25,8,2001 +18,F,26.0,32416,-109.07863299999636,31.93712600000041,2439581,25,8,2001 +18,F,30.0,32417,-109.07863299999636,31.93712600000041,2439581,25,8,2001 +18,M,44.0,32418,-109.07863299999636,31.93712600000041,2439581,25,8,2001 +18,F,30.0,32419,-109.07863299999636,31.93712600000041,2439581,25,8,2001 +18,F,11.0,32420,-109.07863299999636,31.93712600000041,2439566,25,8,2001 +17,M,16.0,32421,-109.07941499999636,31.937117000000445,2439591,25,8,2001 +17,M,34.0,32422,-109.07941499999636,31.937117000000445,2439581,25,8,2001 +17,M,41.0,32423,-109.07941499999636,31.937117000000445,2439521,25,8,2001 +17,F,20.0,32424,-109.07941499999636,31.937117000000445,2439591,25,8,2001 +17,F,50.0,32425,-109.07941499999636,31.937117000000445,2439521,25,8,2001 +17,F,16.0,32426,-109.07941499999636,31.937117000000445,2439566,25,8,2001 +17,M,15.0,32427,-109.07941499999636,31.937117000000445,2439591,25,8,2001 +17,M,49.0,32428,-109.07941499999636,31.937117000000445,2439521,25,8,2001 +17,M,35.0,32429,-109.07941499999636,31.937117000000445,2439581,25,8,2001 +17,F,36.0,32430,-109.07941499999636,31.937117000000445,2439521,25,8,2001 +17,F,26.0,32431,-109.07941499999636,31.937117000000445,2439581,25,8,2001 +17,M,44.0,32432,-109.07941499999636,31.937117000000445,2439521,25,8,2001 +17,M,42.0,32433,-109.07941499999636,31.937117000000445,2439581,25,8,2001 +22,M,43.0,32434,-109.07860199999635,31.93644100000042,2439521,25,8,2001 +22,F,30.0,32435,-109.07860199999635,31.93644100000042,2439581,25,8,2001 +22,F,31.0,32436,-109.07860199999635,31.93644100000042,2439581,25,8,2001 +22,M,44.0,32437,-109.07860199999635,31.93644100000042,2439581,25,8,2001 +22,M,18.0,32438,-109.07860199999635,31.93644100000042,2439591,25,8,2001 +22,F,27.0,32439,-109.07860199999635,31.93644100000042,2439581,25,8,2001 +22,M,20.0,32440,-109.07860199999635,31.93644100000042,2439591,25,8,2001 +22,M,28.0,32441,-109.07860199999635,31.93644100000042,2439581,25,8,2001 +22,F,21.0,32442,-109.07860199999635,31.93644100000042,2438516,25,8,2001 +22,F,31.0,32443,-109.07860199999635,31.93644100000042,2439581,25,8,2001 +23,F,24.0,32444,-109.07783799999636,31.93676300000042,2437981,25,8,2001 +23,M,22.0,32445,-109.07783799999636,31.93676300000042,2437981,25,8,2001 +21,F,28.0,32446,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,31.0,32447,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,30.0,32448,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,M,36.0,32449,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,39.0,32450,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,33.0,32451,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,23.0,32452,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,32.0,32453,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,37.0,32454,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,,32455,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,36.0,32456,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,F,31.0,32457,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,M,37.0,32458,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +21,M,,32459,-109.07939799999636,31.936448000000453,2439581,25,8,2001 +20,F,29.0,32460,-109.08019099999642,31.93633400000045,2439581,25,8,2001 +20,F,33.0,32461,-109.08019099999642,31.93633400000045,2439581,25,8,2001 +20,F,20.0,32462,-109.08019099999642,31.93633400000045,2438516,25,8,2001 +20,F,20.0,32463,-109.08019099999642,31.93633400000045,2439591,25,8,2001 +20,F,17.0,32464,-109.08019099999642,31.93633400000045,2439591,25,8,2001 +20,M,38.0,32465,-109.08019099999642,31.93633400000045,2439581,25,8,2001 +20,M,33.0,32466,-109.08019099999642,31.93633400000045,2439581,25,8,2001 +20,M,36.0,32467,-109.08019099999642,31.93633400000045,2439581,25,8,2001 +20,F,35.0,32468,-109.08019099999642,31.93633400000045,2439581,25,8,2001 +20,F,21.0,32469,-109.08019099999642,31.93633400000045,2439591,25,8,2001 +20,F,18.0,32470,-109.08019099999642,31.93633400000045,2439591,25,8,2001 +20,M,,32471,-109.08019099999642,31.93633400000045,2438516,25,8,2001 +20,M,18.0,32472,-109.08019099999642,31.93633400000045,2439591,25,8,2001 +20,F,27.0,32473,-109.08019099999642,31.93633400000045,2439581,25,8,2001 +7,,,32474,-109.08281599999641,31.938113000000413,2439591,25,8,2001 +7,F,19.0,32475,-109.08281599999641,31.938113000000413,2439591,25,8,2001 +7,M,16.0,32476,-109.08281599999641,31.938113000000413,2439591,25,8,2001 +7,F,22.0,32477,-109.08281599999641,31.938113000000413,2439591,25,8,2001 +7,M,32.0,32478,-109.08281599999641,31.938113000000413,2439581,25,8,2001 +3,,,32479,-109.08120799999641,31.938896000000387,2439591,26,8,2001 +3,F,15.0,32480,-109.08120799999641,31.938896000000387,2439591,26,8,2001 +3,F,15.0,32481,-109.08120799999641,31.938896000000387,2439591,26,8,2001 +3,M,,32482,-109.08120799999641,31.938896000000387,2439591,26,8,2001 +3,M,40.0,32483,-109.08120799999641,31.938896000000387,2439581,26,8,2001 +3,M,,32484,-109.08120799999641,31.938896000000387,2439566,26,8,2001 +3,M,33.0,32485,-109.08120799999641,31.938896000000387,2439581,26,8,2001 +3,M,34.0,32486,-109.08120799999641,31.938896000000387,2439581,26,8,2001 +3,M,24.0,32487,-109.08120799999641,31.938896000000387,2438516,26,8,2001 +3,M,42.0,32488,-109.08120799999641,31.938896000000387,2439581,26,8,2001 +3,F,28.0,32489,-109.08120799999641,31.938896000000387,2439581,26,8,2001 +3,M,42.0,32490,-109.08120799999641,31.938896000000387,2439581,26,8,2001 +4,F,51.0,32491,-109.08040899999641,31.93889400000041,2439521,26,8,2001 +4,M,37.0,32492,-109.08040899999641,31.93889400000041,2439581,26,8,2001 +4,M,21.0,32493,-109.08040899999641,31.93889400000041,2439591,26,8,2001 +4,M,40.0,32494,-109.08040899999641,31.93889400000041,2439581,26,8,2001 +4,F,48.0,32495,-109.08040899999641,31.93889400000041,2439521,26,8,2001 +4,M,20.0,32496,-109.08040899999641,31.93889400000041,2439581,26,8,2001 +4,F,18.0,32497,-109.08040899999641,31.93889400000041,2439591,26,8,2001 +4,F,8.0,32498,-109.08040899999641,31.93889400000041,2439566,26,8,2001 +4,M,16.0,32499,-109.08040899999641,31.93889400000041,2439591,26,8,2001 +6,F,28.0,32500,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,F,28.0,32501,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,F,27.0,32502,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,F,17.0,32503,-109.07883599999636,31.939078000000414,2439591,26,8,2001 +6,F,30.0,32504,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,M,24.0,32505,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,F,37.0,32506,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,F,17.0,32507,-109.07883599999636,31.939078000000414,2439591,26,8,2001 +6,M,20.0,32508,-109.07883599999636,31.939078000000414,2438516,26,8,2001 +6,F,24.0,32509,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,M,31.0,32510,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,F,29.0,32511,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,F,20.0,32512,-109.07883599999636,31.939078000000414,2439591,26,8,2001 +6,F,16.0,32513,-109.07883599999636,31.939078000000414,2439591,26,8,2001 +6,M,21.0,32514,-109.07883599999636,31.939078000000414,2438516,26,8,2001 +6,F,15.0,32515,-109.07883599999636,31.939078000000414,2439591,26,8,2001 +6,M,23.0,32516,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +6,M,28.0,32517,-109.07883599999636,31.939078000000414,2439581,26,8,2001 +11,F,21.0,32518,-109.07930699999636,31.938056000000426,2439581,26,8,2001 +11,M,31.0,32519,-109.07930699999636,31.938056000000426,2439581,26,8,2001 +11,F,16.0,32520,-109.07930699999636,31.938056000000426,2439591,26,8,2001 +11,M,49.0,32521,-109.07930699999636,31.938056000000426,2439521,26,8,2001 +11,M,28.0,32522,-109.07930699999636,31.938056000000426,2439521,26,8,2001 +11,M,18.0,32523,-109.07930699999636,31.938056000000426,2439581,26,8,2001 +11,F,18.0,32524,-109.07930699999636,31.938056000000426,2439591,26,8,2001 +11,F,44.0,32525,-109.07930699999636,31.938056000000426,2439521,26,8,2001 +11,M,46.0,32526,-109.07930699999636,31.938056000000426,2439521,26,8,2001 +11,F,24.0,32527,-109.07930699999636,31.938056000000426,2438516,26,8,2001 +11,M,27.0,32528,-109.07930699999636,31.938056000000426,2438516,26,8,2001 +11,F,30.0,32529,-109.07930699999636,31.938056000000426,2439581,26,8,2001 +11,M,18.0,32530,-109.07930699999636,31.938056000000426,2437981,26,8,2001 +11,M,20.0,32531,-109.07930699999636,31.938056000000426,2438516,26,8,2001 +11,M,50.0,32532,-109.07930699999636,31.938056000000426,2439521,26,8,2001 +9,M,45.0,32533,-109.08090299999638,31.93785900000039,2439521,26,8,2001 +9,F,49.0,32534,-109.08090299999638,31.93785900000039,2439521,26,8,2001 +9,F,41.0,32535,-109.08090299999638,31.93785900000039,2439521,26,8,2001 +9,F,44.0,32536,-109.08090299999638,31.93785900000039,2439521,26,8,2001 +9,F,17.0,32537,-109.08090299999638,31.93785900000039,2439591,26,8,2001 +9,F,15.0,32538,-109.08090299999638,31.93785900000039,2439591,26,8,2001 +9,M,24.0,32539,-109.08090299999638,31.93785900000039,2439521,26,8,2001 +9,M,25.0,32540,-109.08090299999638,31.93785900000039,2438516,26,8,2001 +8,M,13.0,32541,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,F,30.0,32542,-109.08167999999641,31.937884000000402,2438516,26,8,2001 +8,F,32.0,32543,-109.08167999999641,31.937884000000402,2439581,26,8,2001 +8,F,21.0,32544,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,M,59.0,32545,-109.08167999999641,31.937884000000402,2439541,26,8,2001 +8,M,19.0,32546,-109.08167999999641,31.937884000000402,2438516,26,8,2001 +8,F,25.0,32547,-109.08167999999641,31.937884000000402,2439581,26,8,2001 +8,M,22.0,32548,-109.08167999999641,31.937884000000402,2438516,26,8,2001 +8,F,18.0,32549,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,M,19.0,32550,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,F,30.0,32551,-109.08167999999641,31.937884000000402,2439581,26,8,2001 +8,M,15.0,32552,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,M,16.0,32553,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,M,34.0,32554,-109.08167999999641,31.937884000000402,2439581,26,8,2001 +8,M,13.0,32555,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,F,64.0,32556,-109.08167999999641,31.937884000000402,2439541,26,8,2001 +8,F,16.0,32557,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,F,16.0,32558,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +8,M,16.0,32559,-109.08167999999641,31.937884000000402,2439591,26,8,2001 +13,M,18.0,32560,-109.08261299999641,31.937028000000442,2439591,26,8,2001 +13,M,31.0,32561,-109.08261299999641,31.937028000000442,2439581,26,8,2001 +13,F,33.0,32562,-109.08261299999641,31.937028000000442,2439581,26,8,2001 +13,F,17.0,32563,-109.08261299999641,31.937028000000442,2438516,26,8,2001 +13,F,,32564,-109.08261299999641,31.937028000000442,2439581,26,8,2001 +13,M,24.0,32565,-109.08261299999641,31.937028000000442,2438516,26,8,2001 +13,F,40.0,32566,-109.08261299999641,31.937028000000442,2439581,26,8,2001 +13,F,21.0,32567,-109.08261299999641,31.937028000000442,2438516,26,8,2001 +13,F,28.0,32568,-109.08261299999641,31.937028000000442,2439581,26,8,2001 +14,F,51.0,32569,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,M,29.0,32570,-109.08182699999641,31.937054000000447,2439581,26,8,2001 +14,F,38.0,32571,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,M,31.0,32572,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,F,45.0,32573,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,M,33.0,32574,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,,,32575,-109.08182699999641,31.937054000000447,2437568,26,8,2001 +14,M,46.0,32576,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,F,44.0,32577,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,F,13.0,32578,-109.08182699999641,31.937054000000447,2439591,26,8,2001 +14,F,51.0,32579,-109.08182699999641,31.937054000000447,2439521,26,8,2001 +14,F,15.0,32580,-109.08182699999641,31.937054000000447,2439591,26,8,2001 +15,,,32581,-109.08103599999642,31.937059000000463,2439591,26,8,2001 +15,F,16.0,32582,-109.08103599999642,31.937059000000463,2439591,26,8,2001 +15,F,18.0,32583,-109.08103599999642,31.937059000000463,2439591,26,8,2001 +15,F,34.0,32584,-109.08103599999642,31.937059000000463,2439581,26,8,2001 +15,F,17.0,32585,-109.08103599999642,31.937059000000463,2439591,26,8,2001 +15,M,32.0,32586,-109.08103599999642,31.937059000000463,2439581,26,8,2001 +5,,,32587,-109.07960199999636,31.93897000000045,,26,8,2001 +10,,,32588,-109.08009099999636,31.938017000000425,,26,8,2001 +16,,,32589,-109.08024399999636,31.93709400000041,,26,8,2001 +1,M,42.0,32590,-109.08282899999641,31.938851000000387,2439521,22,9,2001 +1,F,26.0,32591,-109.08282899999641,31.938851000000387,2439581,22,9,2001 +1,M,19.0,32592,-109.08282899999641,31.938851000000387,2439591,22,9,2001 +1,M,58.0,32593,-109.08282899999641,31.938851000000387,2439541,22,9,2001 +1,F,30.0,32594,-109.08282899999641,31.938851000000387,2439581,22,9,2001 +1,M,19.0,32595,-109.08282899999641,31.938851000000387,2439591,22,9,2001 +1,M,43.0,32596,-109.08282899999641,31.938851000000387,2439581,22,9,2001 +1,F,18.0,32597,-109.08282899999641,31.938851000000387,2439591,22,9,2001 +1,M,187.0,32598,-109.08282899999641,31.938851000000387,,22,9,2001 +2,M,24.0,32599,-109.08197499999642,31.93888700000037,2438516,22,9,2001 +2,M,20.0,32600,-109.08197499999642,31.93888700000037,2439591,22,9,2001 +2,M,40.0,32601,-109.08197499999642,31.93888700000037,2439581,22,9,2001 +2,M,24.0,32602,-109.08197499999642,31.93888700000037,2439521,22,9,2001 +2,M,23.0,32603,-109.08197499999642,31.93888700000037,2438516,22,9,2001 +2,F,34.0,32604,-109.08197499999642,31.93888700000037,2439581,22,9,2001 +2,M,47.0,32605,-109.08197499999642,31.93888700000037,2439521,22,9,2001 +2,F,43.0,32606,-109.08197499999642,31.93888700000037,2439521,22,9,2001 +2,M,19.0,32607,-109.08197499999642,31.93888700000037,2439591,22,9,2001 +2,M,50.0,32608,-109.08197499999642,31.93888700000037,2439521,22,9,2001 +2,M,18.0,32609,-109.08197499999642,31.93888700000037,2439591,22,9,2001 +2,M,17.0,32610,-109.08197499999642,31.93888700000037,2439591,22,9,2001 +12,M,21.0,32611,-109.07851899999636,31.938203000000414,2439591,22,9,2001 +12,F,17.0,32612,-109.07851899999636,31.938203000000414,2439591,22,9,2001 +12,M,15.0,32613,-109.07851899999636,31.938203000000414,2439591,22,9,2001 +12,M,58.0,32614,-109.07851899999636,31.938203000000414,2439541,22,9,2001 +12,F,19.0,32615,-109.07851899999636,31.938203000000414,2439591,22,9,2001 +12,F,45.0,32616,-109.07851899999636,31.938203000000414,2439521,22,9,2001 +12,M,49.0,32617,-109.07851899999636,31.938203000000414,2439521,22,9,2001 +12,M,60.0,32618,-109.07851899999636,31.938203000000414,2439541,22,9,2001 +12,F,21.0,32619,-109.07851899999636,31.938203000000414,2437981,22,9,2001 +12,F,18.0,32620,-109.07851899999636,31.938203000000414,2439591,22,9,2001 +19,F,30.0,32621,-109.07791199999636,31.937438000000434,2439581,22,9,2001 +19,F,30.0,32622,-109.07791199999636,31.937438000000434,2439581,22,9,2001 +19,F,27.0,32623,-109.07791199999636,31.937438000000434,2439581,22,9,2001 +19,M,,32624,-109.07791199999636,31.937438000000434,2439591,22,9,2001 +19,F,16.0,32625,-109.07791199999636,31.937438000000434,2439591,22,9,2001 +19,M,41.0,32626,-109.07791199999636,31.937438000000434,2439581,22,9,2001 +19,F,21.0,32627,-109.07791199999636,31.937438000000434,2438516,22,9,2001 +19,F,16.0,32628,-109.07791199999636,31.937438000000434,2439591,22,9,2001 +19,M,42.0,32629,-109.07791199999636,31.937438000000434,2439581,22,9,2001 +19,M,20.0,32630,-109.07791199999636,31.937438000000434,2439591,22,9,2001 +19,F,25.0,32631,-109.07791199999636,31.937438000000434,2439581,22,9,2001 +18,M,43.0,32632,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +18,F,29.0,32633,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +18,M,32.0,32634,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +18,F,30.0,32635,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +18,F,25.0,32636,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +18,F,27.0,32637,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +18,F,25.0,32638,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +18,F,31.0,32639,-109.07863299999636,31.93712600000041,2439581,22,9,2001 +17,M,44.0,32640,-109.07941499999636,31.937117000000445,2439521,22,9,2001 +17,M,,32641,-109.07941499999636,31.937117000000445,2438516,22,9,2001 +17,F,33.0,32642,-109.07941499999636,31.937117000000445,2439581,22,9,2001 +17,M,18.0,32643,-109.07941499999636,31.937117000000445,2439591,22,9,2001 +17,F,57.0,32644,-109.07941499999636,31.937117000000445,2439521,22,9,2001 +17,M,48.0,32645,-109.07941499999636,31.937117000000445,2439521,22,9,2001 +17,F,26.0,32646,-109.07941499999636,31.937117000000445,2439521,22,9,2001 +17,M,41.0,32647,-109.07941499999636,31.937117000000445,2439581,22,9,2001 +17,M,49.0,32648,-109.07941499999636,31.937117000000445,2439521,22,9,2001 +17,F,29.0,32649,-109.07941499999636,31.937117000000445,2439581,22,9,2001 +17,M,17.0,32650,-109.07941499999636,31.937117000000445,2439591,22,9,2001 +17,F,18.0,32651,-109.07941499999636,31.937117000000445,2439591,22,9,2001 +17,F,21.0,32652,-109.07941499999636,31.937117000000445,2439521,22,9,2001 +20,M,32.0,32653,-109.08019099999642,31.93633400000045,2439581,22,9,2001 +20,F,32.0,32654,-109.08019099999642,31.93633400000045,2439581,22,9,2001 +20,M,20.0,32655,-109.08019099999642,31.93633400000045,2438516,22,9,2001 +20,F,28.0,32656,-109.08019099999642,31.93633400000045,2439581,22,9,2001 +20,M,37.0,32657,-109.08019099999642,31.93633400000045,2439581,22,9,2001 +20,F,191.0,32658,-109.08019099999642,31.93633400000045,,22,9,2001 +20,M,15.0,32659,-109.08019099999642,31.93633400000045,2439591,22,9,2001 +20,F,34.0,32660,-109.08019099999642,31.93633400000045,2439581,22,9,2001 +20,M,29.0,32661,-109.08019099999642,31.93633400000045,2439581,22,9,2001 +20,F,18.0,32662,-109.08019099999642,31.93633400000045,2439591,22,9,2001 +23,M,34.0,32663,-109.07783799999636,31.93676300000042,2439581,22,9,2001 +21,F,31.0,32664,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,30.0,32665,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,33.0,32666,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,M,38.0,32667,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,30.0,32668,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,32.0,32669,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,M,33.0,32670,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,32.0,32671,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,,32672,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,39.0,32673,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,22.0,32674,-109.07939799999636,31.936448000000453,2438516,22,9,2001 +21,M,36.0,32675,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,M,33.0,32676,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,30.0,32677,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +21,F,26.0,32678,-109.07939799999636,31.936448000000453,2439581,22,9,2001 +22,M,40.0,32679,-109.07860199999635,31.93644100000042,2439581,22,9,2001 +22,M,17.0,32680,-109.07860199999635,31.93644100000042,2439591,22,9,2001 +22,M,56.0,32681,-109.07860199999635,31.93644100000042,2439521,22,9,2001 +22,M,32.0,32682,-109.07860199999635,31.93644100000042,2439581,22,9,2001 +22,F,26.0,32683,-109.07860199999635,31.93644100000042,2439581,22,9,2001 +22,M,50.0,32684,-109.07860199999635,31.93644100000042,2439521,22,9,2001 +22,F,28.0,32685,-109.07860199999635,31.93644100000042,2439581,22,9,2001 +22,F,19.0,32686,-109.07860199999635,31.93644100000042,2438516,22,9,2001 +7,M,16.0,32687,-109.08281599999641,31.938113000000413,2439591,22,9,2001 +7,M,19.0,32688,-109.08281599999641,31.938113000000413,2439591,22,9,2001 +7,M,16.0,32689,-109.08281599999641,31.938113000000413,2439591,22,9,2001 +24,F,16.0,32690,-109.07773599999636,31.938560000000447,2439591,22,9,2001 +24,M,6.0,32691,-109.07773599999636,31.938560000000447,2439566,22,9,2001 +24,M,197.0,32692,-109.07773599999636,31.938560000000447,,22,9,2001 +24,M,185.0,32693,-109.07773599999636,31.938560000000447,,22,9,2001 +3,M,21.0,32694,-109.08120799999641,31.938896000000387,2438516,23,9,2001 +3,M,24.0,32695,-109.08120799999641,31.938896000000387,2438516,23,9,2001 +3,F,15.0,32696,-109.08120799999641,31.938896000000387,2439591,23,9,2001 +3,F,14.0,32697,-109.08120799999641,31.938896000000387,2439591,23,9,2001 +3,M,35.0,32698,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,F,34.0,32699,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,M,35.0,32700,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,F,28.0,32701,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,M,40.0,32702,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,F,15.0,32703,-109.08120799999641,31.938896000000387,2439591,23,9,2001 +3,M,49.0,32704,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,F,53.0,32705,-109.08120799999641,31.938896000000387,2439541,23,9,2001 +3,M,41.0,32706,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,F,27.0,32707,-109.08120799999641,31.938896000000387,2439581,23,9,2001 +3,F,30.0,32708,-109.08120799999641,31.938896000000387,2438516,23,9,2001 +3,M,17.0,32709,-109.08120799999641,31.938896000000387,2439589,23,9,2001 +4,M,14.0,32710,-109.08040899999641,31.93889400000041,2439591,23,9,2001 +4,F,12.0,32711,-109.08040899999641,31.93889400000041,2439591,23,9,2001 +4,F,57.0,32712,-109.08040899999641,31.93889400000041,2439541,23,9,2001 +4,M,43.0,32713,-109.08040899999641,31.93889400000041,2439581,23,9,2001 +4,F,47.0,32714,-109.08040899999641,31.93889400000041,2439521,23,9,2001 +4,F,10.0,32715,-109.08040899999641,31.93889400000041,2439566,23,9,2001 +4,F,24.0,32716,-109.08040899999641,31.93889400000041,2439521,23,9,2001 +4,F,52.0,32717,-109.08040899999641,31.93889400000041,2439521,23,9,2001 +4,F,,32718,-109.08040899999641,31.93889400000041,2438516,23,9,2001 +4,M,20.0,32719,-109.08040899999641,31.93889400000041,2439591,23,9,2001 +4,F,24.0,32720,-109.08040899999641,31.93889400000041,2439581,23,9,2001 +4,M,23.0,32721,-109.08040899999641,31.93889400000041,2439521,23,9,2001 +6,F,29.0,32722,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,F,15.0,32723,-109.07883599999636,31.939078000000414,2439591,23,9,2001 +6,M,32.0,32724,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,M,31.0,32725,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,F,30.0,32726,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,F,28.0,32727,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,M,23.0,32728,-109.07883599999636,31.939078000000414,2438516,23,9,2001 +6,F,25.0,32729,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,M,31.0,32730,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,F,34.0,32731,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +6,F,26.0,32732,-109.07883599999636,31.939078000000414,2439581,23,9,2001 +11,F,32.0,32733,-109.07930699999636,31.938056000000426,2439581,23,9,2001 +11,F,52.0,32734,-109.07930699999636,31.938056000000426,2439521,23,9,2001 +11,F,20.0,32735,-109.07930699999636,31.938056000000426,2438516,23,9,2001 +11,M,22.0,32736,-109.07930699999636,31.938056000000426,2438516,23,9,2001 +11,F,17.0,32737,-109.07930699999636,31.938056000000426,2439591,23,9,2001 +11,M,,32738,-109.07930699999636,31.938056000000426,2439521,23,9,2001 +11,M,20.0,32739,-109.07930699999636,31.938056000000426,2439581,23,9,2001 +11,F,51.0,32740,-109.07930699999636,31.938056000000426,2439521,23,9,2001 +11,F,29.0,32741,-109.07930699999636,31.938056000000426,2439581,23,9,2001 +11,M,32.0,32742,-109.07930699999636,31.938056000000426,2439581,23,9,2001 +11,F,26.0,32743,-109.07930699999636,31.938056000000426,2439581,23,9,2001 +9,F,18.0,32744,-109.08090299999638,31.93785900000039,2438516,23,9,2001 +9,F,47.0,32745,-109.08090299999638,31.93785900000039,2439521,23,9,2001 +9,F,51.0,32746,-109.08090299999638,31.93785900000039,2439521,23,9,2001 +9,F,41.0,32747,-109.08090299999638,31.93785900000039,2439521,23,9,2001 +9,M,19.0,32748,-109.08090299999638,31.93785900000039,2439591,23,9,2001 +9,M,23.0,32749,-109.08090299999638,31.93785900000039,2438516,23,9,2001 +9,M,42.0,32750,-109.08090299999638,31.93785900000039,2439521,23,9,2001 +9,F,15.0,32751,-109.08090299999638,31.93785900000039,2439591,23,9,2001 +9,M,47.0,32752,-109.08090299999638,31.93785900000039,2439521,23,9,2001 +9,M,24.0,32753,-109.08090299999638,31.93785900000039,2439591,23,9,2001 +9,F,,32754,-109.08090299999638,31.93785900000039,2438516,23,9,2001 +8,M,34.0,32755,-109.08167999999641,31.937884000000402,2439581,23,9,2001 +8,F,15.0,32756,-109.08167999999641,31.937884000000402,2439591,23,9,2001 +8,M,15.0,32757,-109.08167999999641,31.937884000000402,2439591,23,9,2001 +8,F,27.0,32758,-109.08167999999641,31.937884000000402,2439581,23,9,2001 +8,F,31.0,32759,-109.08167999999641,31.937884000000402,2439581,23,9,2001 +8,M,16.0,32760,-109.08167999999641,31.937884000000402,2439591,23,9,2001 +8,M,20.0,32761,-109.08167999999641,31.937884000000402,2439591,23,9,2001 +8,F,15.0,32762,-109.08167999999641,31.937884000000402,2439591,23,9,2001 +8,M,53.0,32763,-109.08167999999641,31.937884000000402,2439541,23,9,2001 +8,M,16.0,32764,-109.08167999999641,31.937884000000402,2439591,23,9,2001 +8,M,60.0,32765,-109.08167999999641,31.937884000000402,2439541,23,9,2001 +8,F,35.0,32766,-109.08167999999641,31.937884000000402,2439581,23,9,2001 +13,M,17.0,32767,-109.08261299999641,31.937028000000442,2439591,23,9,2001 +13,M,33.0,32768,-109.08261299999641,31.937028000000442,2439581,23,9,2001 +13,,18.0,32769,-109.08261299999641,31.937028000000442,2438516,23,9,2001 +13,M,32.0,32770,-109.08261299999641,31.937028000000442,2439581,23,9,2001 +13,F,28.0,32771,-109.08261299999641,31.937028000000442,2439581,23,9,2001 +13,M,41.0,32772,-109.08261299999641,31.937028000000442,2439581,23,9,2001 +13,M,17.0,32773,-109.08261299999641,31.937028000000442,2439591,23,9,2001 +13,F,35.0,32774,-109.08261299999641,31.937028000000442,2439581,23,9,2001 +13,M,47.0,32775,-109.08261299999641,31.937028000000442,2439581,23,9,2001 +13,F,14.0,32776,-109.08261299999641,31.937028000000442,2439591,23,9,2001 +13,M,42.0,32777,-109.08261299999641,31.937028000000442,2439581,23,9,2001 +14,M,27.0,32778,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +14,F,45.0,32779,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +14,,,32780,-109.08182699999641,31.937054000000447,2437568,23,9,2001 +14,M,52.0,32781,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +14,M,13.0,32782,-109.08182699999641,31.937054000000447,2439591,23,9,2001 +14,F,39.0,32783,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +14,M,21.0,32784,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +14,F,30.0,32785,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +14,,,32786,-109.08182699999641,31.937054000000447,5231474,23,9,2001 +14,F,43.0,32787,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +14,F,24.0,32788,-109.08182699999641,31.937054000000447,2438516,23,9,2001 +14,M,26.0,32789,-109.08182699999641,31.937054000000447,2439521,23,9,2001 +15,F,13.0,32790,-109.08103599999642,31.937059000000463,2439591,23,9,2001 +15,M,27.0,32791,-109.08103599999642,31.937059000000463,2439581,23,9,2001 +15,M,15.0,32792,-109.08103599999642,31.937059000000463,2439591,23,9,2001 +15,M,33.0,32793,-109.08103599999642,31.937059000000463,2439581,23,9,2001 +15,F,,32794,-109.08103599999642,31.937059000000463,2439591,23,9,2001 +15,F,27.0,32795,-109.08103599999642,31.937059000000463,2439581,23,9,2001 +15,F,,32796,-109.08103599999642,31.937059000000463,2438516,23,9,2001 +15,F,32.0,32797,-109.08103599999642,31.937059000000463,2439581,23,9,2001 +15,M,24.0,32798,-109.08103599999642,31.937059000000463,2438516,23,9,2001 +5,M,16.0,32799,-109.07960199999636,31.93897000000045,2437981,23,9,2001 +5,M,36.0,32800,-109.07960199999636,31.93897000000045,2439591,23,9,2001 +16,,,32801,-109.08024399999636,31.93709400000041,2437568,23,9,2001 +16,M,21.0,32802,-109.08024399999636,31.93709400000041,2438516,23,9,2001 +16,M,26.0,32803,-109.08024399999636,31.93709400000041,2439581,23,9,2001 +16,M,17.0,32804,-109.08024399999636,31.93709400000041,2439591,23,9,2001 +10,,,32805,-109.08009099999636,31.938017000000425,,23,9,2001 +1,M,18.0,32806,-109.08282899999641,31.938851000000387,2439591,13,10,2001 +1,F,27.0,32807,-109.08282899999641,31.938851000000387,2439581,13,10,2001 +1,F,26.0,32808,-109.08282899999641,31.938851000000387,2439581,13,10,2001 +1,M,58.0,32809,-109.08282899999641,31.938851000000387,2439541,13,10,2001 +1,M,44.0,32810,-109.08282899999641,31.938851000000387,2439521,13,10,2001 +1,M,17.0,32811,-109.08282899999641,31.938851000000387,2439591,13,10,2001 +1,F,29.0,32812,-109.08282899999641,31.938851000000387,2439581,13,10,2001 +1,F,30.0,32813,-109.08282899999641,31.938851000000387,2439581,13,10,2001 +1,F,31.0,32814,-109.08282899999641,31.938851000000387,2439581,13,10,2001 +1,M,188.0,32815,-109.08282899999641,31.938851000000387,,13,10,2001 +2,M,31.0,32816,-109.08197499999642,31.93888700000037,2437981,13,10,2001 +2,F,101.0,32817,-109.08197499999642,31.93888700000037,2438147,13,10,2001 +2,F,72.0,32818,-109.08197499999642,31.93888700000037,,13,10,2001 +2,M,26.0,32819,-109.08197499999642,31.93888700000037,2438516,13,10,2001 +2,M,19.0,32820,-109.08197499999642,31.93888700000037,2439591,13,10,2001 +2,M,21.0,32821,-109.08197499999642,31.93888700000037,2438516,13,10,2001 +2,M,22.0,32822,-109.08197499999642,31.93888700000037,2438516,13,10,2001 +2,F,,32823,-109.08197499999642,31.93888700000037,2439521,13,10,2001 +2,M,26.0,32824,-109.08197499999642,31.93888700000037,2438516,13,10,2001 +2,M,19.0,32825,-109.08197499999642,31.93888700000037,2439591,13,10,2001 +2,M,41.0,32826,-109.08197499999642,31.93888700000037,2439581,13,10,2001 +2,F,32.0,32827,-109.08197499999642,31.93888700000037,2439581,13,10,2001 +2,F,47.0,32828,-109.08197499999642,31.93888700000037,2439521,13,10,2001 +2,M,46.0,32829,-109.08197499999642,31.93888700000037,2439521,13,10,2001 +2,M,22.0,32830,-109.08197499999642,31.93888700000037,2438516,13,10,2001 +2,M,16.0,32831,-109.08197499999642,31.93888700000037,2439591,13,10,2001 +12,M,52.0,32832,-109.07851899999636,31.938203000000414,2439541,13,10,2001 +12,M,49.0,32833,-109.07851899999636,31.938203000000414,2439521,13,10,2001 +12,F,26.0,32834,-109.07851899999636,31.938203000000414,2438516,13,10,2001 +12,F,21.0,32835,-109.07851899999636,31.938203000000414,2438516,13,10,2001 +12,M,59.0,32836,-109.07851899999636,31.938203000000414,2439541,13,10,2001 +12,M,27.0,32837,-109.07851899999636,31.938203000000414,2438516,13,10,2001 +12,F,18.0,32838,-109.07851899999636,31.938203000000414,2439591,13,10,2001 +12,F,47.0,32839,-109.07851899999636,31.938203000000414,2439521,13,10,2001 +19,F,22.0,32840,-109.07791199999636,31.937438000000434,2438516,13,10,2001 +19,F,30.0,32841,-109.07791199999636,31.937438000000434,2439581,13,10,2001 +19,F,27.0,32842,-109.07791199999636,31.937438000000434,2439581,13,10,2001 +19,M,17.0,32843,-109.07791199999636,31.937438000000434,2439591,13,10,2001 +19,M,44.0,32844,-109.07791199999636,31.937438000000434,2439581,13,10,2001 +19,F,26.0,32845,-109.07791199999636,31.937438000000434,2438516,13,10,2001 +19,F,16.0,32846,-109.07791199999636,31.937438000000434,2439591,13,10,2001 +19,M,20.0,32847,-109.07791199999636,31.937438000000434,2439591,13,10,2001 +18,F,30.0,32848,-109.07863299999636,31.93712600000041,2439581,13,10,2001 +18,M,17.0,32849,-109.07863299999636,31.93712600000041,2439591,13,10,2001 +18,F,30.0,32850,-109.07863299999636,31.93712600000041,2439581,13,10,2001 +18,F,8.0,32851,-109.07863299999636,31.93712600000041,2439566,13,10,2001 +18,F,26.0,32852,-109.07863299999636,31.93712600000041,2439581,13,10,2001 +18,F,26.0,32853,-109.07863299999636,31.93712600000041,2439581,13,10,2001 +18,F,26.0,32854,-109.07863299999636,31.93712600000041,2439581,13,10,2001 +17,M,43.0,32855,-109.07941499999636,31.937117000000445,2439521,13,10,2001 +17,,34.0,32856,-109.07941499999636,31.937117000000445,2439521,13,10,2001 +17,F,31.0,32857,-109.07941499999636,31.937117000000445,2439581,13,10,2001 +17,F,21.0,32858,-109.07941499999636,31.937117000000445,2438516,13,10,2001 +17,M,41.0,32859,-109.07941499999636,31.937117000000445,2439581,13,10,2001 +17,F,45.0,32860,-109.07941499999636,31.937117000000445,2439521,13,10,2001 +17,M,25.0,32861,-109.07941499999636,31.937117000000445,2438516,13,10,2001 +17,,,32862,-109.07941499999636,31.937117000000445,2437568,13,10,2001 +17,F,51.0,32863,-109.07941499999636,31.937117000000445,2439521,13,10,2001 +22,F,26.0,32864,-109.07860199999635,31.93644100000042,2439581,13,10,2001 +22,M,47.0,32865,-109.07860199999635,31.93644100000042,2439521,13,10,2001 +22,M,32.0,32866,-109.07860199999635,31.93644100000042,2439591,13,10,2001 +22,M,41.0,32867,-109.07860199999635,31.93644100000042,2439581,13,10,2001 +22,F,22.0,32868,-109.07860199999635,31.93644100000042,2438516,13,10,2001 +22,F,30.0,32869,-109.07860199999635,31.93644100000042,2439581,13,10,2001 +22,F,,32870,-109.07860199999635,31.93644100000042,2439581,13,10,2001 +22,F,30.0,32871,-109.07860199999635,31.93644100000042,2439581,13,10,2001 +22,M,57.0,32872,-109.07860199999635,31.93644100000042,2439521,13,10,2001 +22,F,27.0,32873,-109.07860199999635,31.93644100000042,2439581,13,10,2001 +22,M,,32874,-109.07860199999635,31.93644100000042,2438516,13,10,2001 +21,F,30.0,32875,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,F,31.0,32876,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,F,29.0,32877,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,,,32878,-109.07939799999636,31.936448000000453,2437300,13,10,2001 +21,F,26.0,32879,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,F,35.0,32880,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,M,37.0,32881,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,M,32.0,32882,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,M,35.0,32883,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +21,F,30.0,32884,-109.07939799999636,31.936448000000453,2439581,13,10,2001 +20,F,29.0,32885,-109.08019099999642,31.93633400000045,2439581,13,10,2001 +20,M,35.0,32886,-109.08019099999642,31.93633400000045,2439581,13,10,2001 +20,F,19.0,32887,-109.08019099999642,31.93633400000045,2437981,13,10,2001 +20,F,35.0,32888,-109.08019099999642,31.93633400000045,2439581,13,10,2001 +20,F,31.0,32889,-109.08019099999642,31.93633400000045,2439581,13,10,2001 +20,F,26.0,32890,-109.08019099999642,31.93633400000045,2439581,13,10,2001 +23,F,20.0,32891,-109.07783799999636,31.93676300000042,2437981,13,10,2001 +24,M,22.0,32892,-109.07773599999636,31.938560000000447,2438516,13,10,2001 +24,M,187.0,32893,-109.07773599999636,31.938560000000447,,13,10,2001 +3,M,23.0,32894,-109.08120799999641,31.938896000000387,2438516,14,10,2001 +3,F,32.0,32895,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +3,F,22.0,32896,-109.08120799999641,31.938896000000387,2437981,14,10,2001 +3,M,7.0,32897,-109.08120799999641,31.938896000000387,2439566,14,10,2001 +3,F,28.0,32898,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +3,M,22.0,32899,-109.08120799999641,31.938896000000387,2438516,14,10,2001 +3,F,22.0,32900,-109.08120799999641,31.938896000000387,2438516,14,10,2001 +3,F,29.0,32901,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +3,M,25.0,32902,-109.08120799999641,31.938896000000387,2438516,14,10,2001 +3,F,15.0,32903,-109.08120799999641,31.938896000000387,2439591,14,10,2001 +3,M,49.0,32904,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +3,M,19.0,32905,-109.08120799999641,31.938896000000387,2439589,14,10,2001 +3,M,35.0,32906,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +3,M,42.0,32907,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +3,F,55.0,32908,-109.08120799999641,31.938896000000387,2439541,14,10,2001 +3,F,34.0,32909,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +3,M,37.0,32910,-109.08120799999641,31.938896000000387,2439581,14,10,2001 +4,F,60.0,32911,-109.08040899999641,31.93889400000041,2439521,14,10,2001 +4,F,30.0,32912,-109.08040899999641,31.93889400000041,2439581,14,10,2001 +4,M,25.0,32913,-109.08040899999641,31.93889400000041,2438516,14,10,2001 +4,M,39.0,32914,-109.08040899999641,31.93889400000041,2439521,14,10,2001 +4,M,37.0,32915,-109.08040899999641,31.93889400000041,2439541,14,10,2001 +4,F,7.0,32916,-109.08040899999641,31.93889400000041,2439566,14,10,2001 +4,F,9.0,32917,-109.08040899999641,31.93889400000041,2439566,14,10,2001 +4,M,53.0,32918,-109.08040899999641,31.93889400000041,2439521,14,10,2001 +4,F,48.0,32919,-109.08040899999641,31.93889400000041,2439521,14,10,2001 +4,M,44.0,32920,-109.08040899999641,31.93889400000041,2439581,14,10,2001 +4,F,50.0,32921,-109.08040899999641,31.93889400000041,2439541,14,10,2001 +4,M,7.0,32922,-109.08040899999641,31.93889400000041,2439566,14,10,2001 +4,M,19.0,32923,-109.08040899999641,31.93889400000041,2439591,14,10,2001 +4,F,23.0,32924,-109.08040899999641,31.93889400000041,2439581,14,10,2001 +4,M,48.0,32925,-109.08040899999641,31.93889400000041,2439581,14,10,2001 +4,M,8.0,32926,-109.08040899999641,31.93889400000041,2439566,14,10,2001 +4,F,8.0,32927,-109.08040899999641,31.93889400000041,2439566,14,10,2001 +4,M,37.0,32928,-109.08040899999641,31.93889400000041,2439521,14,10,2001 +6,F,26.0,32929,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,M,31.0,32930,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,M,178.0,32931,-109.07883599999636,31.939078000000414,,14,10,2001 +6,F,29.0,32932,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,F,27.0,32933,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,F,29.0,32934,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,M,34.0,32935,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,F,26.0,32936,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,F,30.0,32937,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,F,16.0,32938,-109.07883599999636,31.939078000000414,2439591,14,10,2001 +6,M,32.0,32939,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,M,22.0,32940,-109.07883599999636,31.939078000000414,2438516,14,10,2001 +6,F,27.0,32941,-109.07883599999636,31.939078000000414,2438516,14,10,2001 +6,F,34.0,32942,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +6,F,29.0,32943,-109.07883599999636,31.939078000000414,2439581,14,10,2001 +11,M,21.0,32944,-109.07930699999636,31.938056000000426,2438516,14,10,2001 +11,F,28.0,32945,-109.07930699999636,31.938056000000426,2438516,14,10,2001 +11,F,30.0,32946,-109.07930699999636,31.938056000000426,2439581,14,10,2001 +11,F,31.0,32947,-109.07930699999636,31.938056000000426,2439581,14,10,2001 +11,M,31.0,32948,-109.07930699999636,31.938056000000426,2439581,14,10,2001 +11,F,24.0,32949,-109.07930699999636,31.938056000000426,2438516,14,10,2001 +11,F,42.0,32950,-109.07930699999636,31.938056000000426,2439521,14,10,2001 +11,M,59.0,32951,-109.07930699999636,31.938056000000426,2439521,14,10,2001 +11,M,16.0,32952,-109.07930699999636,31.938056000000426,2439591,14,10,2001 +11,F,18.0,32953,-109.07930699999636,31.938056000000426,2439591,14,10,2001 +11,M,20.0,32954,-109.07930699999636,31.938056000000426,2439591,14,10,2001 +11,M,32.0,32955,-109.07930699999636,31.938056000000426,2439581,14,10,2001 +11,M,41.0,32956,-109.07930699999636,31.938056000000426,2439521,14,10,2001 +11,F,50.0,32957,-109.07930699999636,31.938056000000426,2439521,14,10,2001 +9,F,48.0,32958,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +9,F,22.0,32959,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +9,F,38.0,32960,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +9,,,32961,-109.08090299999638,31.93785900000039,2437300,14,10,2001 +9,M,41.0,32962,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +9,M,48.0,32963,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +9,F,41.0,32964,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +9,M,18.0,32965,-109.08090299999638,31.93785900000039,2439591,14,10,2001 +9,F,25.0,32966,-109.08090299999638,31.93785900000039,2438516,14,10,2001 +9,M,22.0,32967,-109.08090299999638,31.93785900000039,2438516,14,10,2001 +9,F,44.0,32968,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +9,F,37.0,32969,-109.08090299999638,31.93785900000039,2438516,14,10,2001 +9,M,22.0,32970,-109.08090299999638,31.93785900000039,2439521,14,10,2001 +8,M,57.0,32971,-109.08167999999641,31.937884000000402,2439541,14,10,2001 +8,M,53.0,32972,-109.08167999999641,31.937884000000402,2439541,14,10,2001 +8,F,59.0,32973,-109.08167999999641,31.937884000000402,2439541,14,10,2001 +8,F,25.0,32974,-109.08167999999641,31.937884000000402,2439581,14,10,2001 +8,F,12.0,32975,-109.08167999999641,31.937884000000402,2439591,14,10,2001 +8,F,34.0,32976,-109.08167999999641,31.937884000000402,2439541,14,10,2001 +8,M,55.0,32977,-109.08167999999641,31.937884000000402,2439541,14,10,2001 +8,F,31.0,32978,-109.08167999999641,31.937884000000402,2439581,14,10,2001 +8,M,26.0,32979,-109.08167999999641,31.937884000000402,2438516,14,10,2001 +8,F,26.0,32980,-109.08167999999641,31.937884000000402,2439581,14,10,2001 +8,F,47.0,32981,-109.08167999999641,31.937884000000402,2439541,14,10,2001 +8,M,15.0,32982,-109.08167999999641,31.937884000000402,2439591,14,10,2001 +8,M,40.0,32983,-109.08167999999641,31.937884000000402,2439521,14,10,2001 +8,M,36.0,32984,-109.08167999999641,31.937884000000402,2439581,14,10,2001 +8,F,33.0,32985,-109.08167999999641,31.937884000000402,2439581,14,10,2001 +8,M,,32986,-109.08167999999641,31.937884000000402,2439591,14,10,2001 +13,M,26.0,32987,-109.08261299999641,31.937028000000442,2438516,14,10,2001 +13,M,47.0,32988,-109.08261299999641,31.937028000000442,2439581,14,10,2001 +13,F,28.0,32989,-109.08261299999641,31.937028000000442,2439581,14,10,2001 +13,M,33.0,32990,-109.08261299999641,31.937028000000442,2439581,14,10,2001 +13,F,14.0,32991,-109.08261299999641,31.937028000000442,2439566,14,10,2001 +13,M,33.0,32992,-109.08261299999641,31.937028000000442,2439581,14,10,2001 +13,M,40.0,32993,-109.08261299999641,31.937028000000442,2439581,14,10,2001 +13,M,44.0,32994,-109.08261299999641,31.937028000000442,2439581,14,10,2001 +13,F,19.0,32995,-109.08261299999641,31.937028000000442,2438516,14,10,2001 +14,M,37.0,32996,-109.08182699999641,31.937054000000447,2439521,14,10,2001 +14,F,48.0,32997,-109.08182699999641,31.937054000000447,2439521,14,10,2001 +14,M,36.0,32998,-109.08182699999641,31.937054000000447,2439521,14,10,2001 +14,M,50.0,32999,-109.08182699999641,31.937054000000447,2439521,14,10,2001 +14,,,33000,-109.08182699999641,31.937054000000447,2437568,14,10,2001 +14,F,49.0,33001,-109.08182699999641,31.937054000000447,2439521,14,10,2001 +14,F,45.0,33002,-109.08182699999641,31.937054000000447,2439521,14,10,2001 +14,F,30.0,33003,-109.08182699999641,31.937054000000447,2439521,14,10,2001 +14,F,24.0,33004,-109.08182699999641,31.937054000000447,2438516,14,10,2001 +14,M,174.0,33005,-109.08182699999641,31.937054000000447,,14,10,2001 +15,,,33006,-109.08103599999642,31.937059000000463,2437568,14,10,2001 +15,M,14.0,33007,-109.08103599999642,31.937059000000463,2439591,14,10,2001 +15,F,14.0,33008,-109.08103599999642,31.937059000000463,2439591,14,10,2001 +15,M,14.0,33009,-109.08103599999642,31.937059000000463,2438516,14,10,2001 +15,M,14.0,33010,-109.08103599999642,31.937059000000463,2438516,14,10,2001 +15,F,20.0,33011,-109.08103599999642,31.937059000000463,2438516,14,10,2001 +15,F,28.0,33012,-109.08103599999642,31.937059000000463,2439581,14,10,2001 +15,M,14.0,33013,-109.08103599999642,31.937059000000463,2439591,14,10,2001 +15,M,35.0,33014,-109.08103599999642,31.937059000000463,2439581,14,10,2001 +16,M,23.0,33015,-109.08024399999636,31.93709400000041,2438516,14,10,2001 +16,F,28.0,33016,-109.08024399999636,31.93709400000041,2439581,14,10,2001 +16,M,23.0,33017,-109.08024399999636,31.93709400000041,2438516,14,10,2001 +16,F,24.0,33018,-109.08024399999636,31.93709400000041,2438516,14,10,2001 +5,,,33019,-109.07960199999636,31.93897000000045,,14,10,2001 +7,,,33020,-109.08281599999641,31.938113000000413,,14,10,2001 +10,,,33021,-109.08009099999636,31.938017000000425,,14,10,2001 +1,M,59.0,33022,-109.08282899999641,31.938851000000387,2439541,17,11,2001 +1,M,39.0,33023,-109.08282899999641,31.938851000000387,2439581,17,11,2001 +1,F,31.0,33024,-109.08282899999641,31.938851000000387,2439581,17,11,2001 +1,M,42.0,33025,-109.08282899999641,31.938851000000387,2439521,17,11,2001 +1,M,18.0,33026,-109.08282899999641,31.938851000000387,2439591,17,11,2001 +1,F,33.0,33027,-109.08282899999641,31.938851000000387,2439541,17,11,2001 +2,M,48.0,33028,-109.08197499999642,31.93888700000037,2439521,17,11,2001 +2,M,21.0,33029,-109.08197499999642,31.93888700000037,2438516,17,11,2001 +2,M,65.0,33030,-109.08197499999642,31.93888700000037,2438147,17,11,2001 +2,F,46.0,33031,-109.08197499999642,31.93888700000037,2439541,17,11,2001 +2,F,32.0,33032,-109.08197499999642,31.93888700000037,2439581,17,11,2001 +2,F,21.0,33033,-109.08197499999642,31.93888700000037,2437981,17,11,2001 +2,M,25.0,33034,-109.08197499999642,31.93888700000037,2438516,17,11,2001 +2,M,16.0,33035,-109.08197499999642,31.93888700000037,2439591,17,11,2001 +2,F,47.0,33036,-109.08197499999642,31.93888700000037,2439521,17,11,2001 +2,M,22.0,33037,-109.08197499999642,31.93888700000037,2437981,17,11,2001 +2,M,41.0,33038,-109.08197499999642,31.93888700000037,2439581,17,11,2001 +2,F,35.0,33039,-109.08197499999642,31.93888700000037,2439581,17,11,2001 +2,F,31.0,33040,-109.08197499999642,31.93888700000037,2439581,17,11,2001 +2,F,119.0,33041,-109.08197499999642,31.93888700000037,,17,11,2001 +2,F,213.0,33042,-109.08197499999642,31.93888700000037,,17,11,2001 +12,F,46.0,33043,-109.07851899999636,31.938203000000414,2439541,17,11,2001 +12,F,54.0,33044,-109.07851899999636,31.938203000000414,2439541,17,11,2001 +12,F,45.0,33045,-109.07851899999636,31.938203000000414,2439521,17,11,2001 +12,M,55.0,33046,-109.07851899999636,31.938203000000414,2439541,17,11,2001 +12,M,22.0,33047,-109.07851899999636,31.938203000000414,2437981,17,11,2001 +12,F,20.0,33048,-109.07851899999636,31.938203000000414,2438516,17,11,2001 +12,M,61.0,33049,-109.07851899999636,31.938203000000414,2439541,17,11,2001 +12,M,280.0,33050,-109.07851899999636,31.938203000000414,,17,11,2001 +19,M,19.0,33051,-109.07791199999636,31.937438000000434,2439591,17,11,2001 +19,M,44.0,33052,-109.07791199999636,31.937438000000434,2439581,17,11,2001 +19,F,27.0,33053,-109.07791199999636,31.937438000000434,2439581,17,11,2001 +19,M,21.0,33054,-109.07791199999636,31.937438000000434,2438516,17,11,2001 +19,M,51.0,33055,-109.07791199999636,31.937438000000434,2439581,17,11,2001 +19,M,22.0,33056,-109.07791199999636,31.937438000000434,2438516,17,11,2001 +19,F,29.0,33057,-109.07791199999636,31.937438000000434,2439581,17,11,2001 +19,F,29.0,33058,-109.07791199999636,31.937438000000434,2439581,17,11,2001 +19,M,18.0,33059,-109.07791199999636,31.937438000000434,2437981,17,11,2001 +18,F,30.0,33060,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +18,M,49.0,33061,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +18,F,27.0,33062,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +18,F,25.0,33063,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +18,F,25.0,33064,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +18,F,29.0,33065,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +18,M,30.0,33066,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +18,F,29.0,33067,-109.07863299999636,31.93712600000041,2439581,17,11,2001 +17,,,33068,-109.07941499999636,31.937117000000445,2439521,17,11,2001 +17,M,41.0,33069,-109.07941499999636,31.937117000000445,2439581,17,11,2001 +17,F,48.0,33070,-109.07941499999636,31.937117000000445,2439521,17,11,2001 +17,M,44.0,33071,-109.07941499999636,31.937117000000445,2439521,17,11,2001 +17,F,44.0,33072,-109.07941499999636,31.937117000000445,2439521,17,11,2001 +17,M,50.0,33073,-109.07941499999636,31.937117000000445,2439521,17,11,2001 +17,F,32.0,33074,-109.07941499999636,31.937117000000445,2439581,17,11,2001 +17,M,22.0,33075,-109.07941499999636,31.937117000000445,2438516,17,11,2001 +17,F,158.0,33076,-109.07941499999636,31.937117000000445,,17,11,2001 +20,F,31.0,33077,-109.08019099999642,31.93633400000045,2439581,17,11,2001 +20,,,33078,-109.08019099999642,31.93633400000045,2491757,17,11,2001 +20,F,27.0,33079,-109.08019099999642,31.93633400000045,2439581,17,11,2001 +20,M,30.0,33080,-109.08019099999642,31.93633400000045,2439581,17,11,2001 +20,F,21.0,33081,-109.08019099999642,31.93633400000045,2437981,17,11,2001 +20,M,22.0,33082,-109.08019099999642,31.93633400000045,2437981,17,11,2001 +20,F,36.0,33083,-109.08019099999642,31.93633400000045,2439581,17,11,2001 +20,M,35.0,33084,-109.08019099999642,31.93633400000045,2439581,17,11,2001 +20,F,96.0,33085,-109.08019099999642,31.93633400000045,,17,11,2001 +20,F,186.0,33086,-109.08019099999642,31.93633400000045,,17,11,2001 +21,F,30.0,33087,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,,,33088,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,M,36.0,33089,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,F,29.0,33090,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,F,30.0,33091,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,F,33.0,33092,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,F,29.0,33093,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,F,31.0,33094,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,M,31.0,33095,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +21,M,34.0,33096,-109.07939799999636,31.936448000000453,2439581,17,11,2001 +22,M,41.0,33097,-109.07860199999635,31.93644100000042,2439581,17,11,2001 +22,F,31.0,33098,-109.07860199999635,31.93644100000042,2439581,17,11,2001 +22,M,50.0,33099,-109.07860199999635,31.93644100000042,2439521,17,11,2001 +22,F,29.0,33100,-109.07860199999635,31.93644100000042,2439581,17,11,2001 +22,F,27.0,33101,-109.07860199999635,31.93644100000042,2439581,17,11,2001 +22,F,22.0,33102,-109.07860199999635,31.93644100000042,2438516,17,11,2001 +22,M,20.0,33103,-109.07860199999635,31.93644100000042,2438516,17,11,2001 +7,M,41.0,33104,-109.08281599999641,31.938113000000413,2439581,17,11,2001 +7,F,20.0,33105,-109.08281599999641,31.938113000000413,2439591,17,11,2001 +7,M,17.0,33106,-109.08281599999641,31.938113000000413,2439591,17,11,2001 +7,M,18.0,33107,-109.08281599999641,31.938113000000413,2437981,17,11,2001 +23,F,9.0,33108,-109.07783799999636,31.93676300000042,2437874,17,11,2001 +23,M,23.0,33109,-109.07783799999636,31.93676300000042,2437981,17,11,2001 +23,,,33110,-109.07783799999636,31.93676300000042,5231474,17,11,2001 +23,,,33111,-109.07783799999636,31.93676300000042,2437568,17,11,2001 +24,M,18.0,33112,-109.07773599999636,31.938560000000447,2437981,17,11,2001 +24,F,23.0,33113,-109.07773599999636,31.938560000000447,2438516,17,11,2001 +24,F,9.0,33114,-109.07773599999636,31.938560000000447,2437874,17,11,2001 +24,M,175.0,33115,-109.07773599999636,31.938560000000447,,17,11,2001 +3,F,29.0,33116,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,F,32.0,33117,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,M,52.0,33118,-109.08120799999641,31.938896000000387,2439521,18,11,2001 +3,M,47.0,33119,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,M,24.0,33120,-109.08120799999641,31.938896000000387,2438516,18,11,2001 +3,F,22.0,33121,-109.08120799999641,31.938896000000387,2438516,18,11,2001 +3,F,24.0,33122,-109.08120799999641,31.938896000000387,2437981,18,11,2001 +3,M,26.0,33123,-109.08120799999641,31.938896000000387,2438516,18,11,2001 +3,M,7.0,33124,-109.08120799999641,31.938896000000387,2439566,18,11,2001 +3,M,37.0,33125,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,F,30.0,33126,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,F,32.0,33127,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,F,34.0,33128,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,M,38.0,33129,-109.08120799999641,31.938896000000387,2439581,18,11,2001 +3,F,42.0,33130,-109.08120799999641,31.938896000000387,2439521,18,11,2001 +3,F,15.0,33131,-109.08120799999641,31.938896000000387,2439591,18,11,2001 +3,F,51.0,33132,-109.08120799999641,31.938896000000387,2439541,18,11,2001 +4,F,31.0,33133,-109.08040899999641,31.93889400000041,2439521,18,11,2001 +4,M,39.0,33134,-109.08040899999641,31.93889400000041,2439541,18,11,2001 +4,F,45.0,33135,-109.08040899999641,31.93889400000041,2439521,18,11,2001 +4,M,45.0,33136,-109.08040899999641,31.93889400000041,2439541,18,11,2001 +4,M,52.0,33137,-109.08040899999641,31.93889400000041,2439581,18,11,2001 +4,F,24.0,33138,-109.08040899999641,31.93889400000041,2439581,18,11,2001 +4,M,,33139,-109.08040899999641,31.93889400000041,2439541,18,11,2001 +4,F,36.0,33140,-109.08040899999641,31.93889400000041,2439541,18,11,2001 +4,M,40.0,33141,-109.08040899999641,31.93889400000041,2439521,18,11,2001 +4,F,30.0,33142,-109.08040899999641,31.93889400000041,2439521,18,11,2001 +4,M,43.0,33143,-109.08040899999641,31.93889400000041,2439521,18,11,2001 +4,,47.0,33144,-109.08040899999641,31.93889400000041,2439581,18,11,2001 +4,M,48.0,33145,-109.08040899999641,31.93889400000041,2439521,18,11,2001 +4,F,49.0,33146,-109.08040899999641,31.93889400000041,2439521,18,11,2001 +5,M,18.0,33147,-109.07960199999636,31.93897000000045,2437981,18,11,2001 +6,F,30.0,33148,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,M,26.0,33149,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,F,26.0,33150,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,,,33151,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,M,34.0,33152,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,F,31.0,33153,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,F,35.0,33154,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,F,27.0,33155,-109.07883599999636,31.939078000000414,2438516,18,11,2001 +6,,30.0,33156,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +6,M,33.0,33157,-109.07883599999636,31.939078000000414,2439581,18,11,2001 +11,,17.0,33158,-109.07930699999636,31.938056000000426,2439591,18,11,2001 +11,M,22.0,33159,-109.07930699999636,31.938056000000426,2438516,18,11,2001 +11,M,32.0,33160,-109.07930699999636,31.938056000000426,2439581,18,11,2001 +11,F,24.0,33161,-109.07930699999636,31.938056000000426,2438516,18,11,2001 +11,F,44.0,33162,-109.07930699999636,31.938056000000426,2439521,18,11,2001 +11,F,42.0,33163,-109.07930699999636,31.938056000000426,2439541,18,11,2001 +11,M,51.0,33164,-109.07930699999636,31.938056000000426,2439541,18,11,2001 +11,F,29.0,33165,-109.07930699999636,31.938056000000426,2439581,18,11,2001 +11,M,35.0,33166,-109.07930699999636,31.938056000000426,2439521,18,11,2001 +11,M,59.0,33167,-109.07930699999636,31.938056000000426,2439521,18,11,2001 +11,M,32.0,33168,-109.07930699999636,31.938056000000426,2439581,18,11,2001 +11,F,27.0,33169,-109.07930699999636,31.938056000000426,2439581,18,11,2001 +11,M,,33170,-109.07930699999636,31.938056000000426,2438516,18,11,2001 +11,M,43.0,33171,-109.07930699999636,31.938056000000426,2439521,18,11,2001 +9,M,23.0,33172,-109.08090299999638,31.93785900000039,2438516,18,11,2001 +9,M,19.0,33173,-109.08090299999638,31.93785900000039,2438516,18,11,2001 +9,F,43.0,33174,-109.08090299999638,31.93785900000039,2439521,18,11,2001 +9,F,38.0,33175,-109.08090299999638,31.93785900000039,2439521,18,11,2001 +9,F,48.0,33176,-109.08090299999638,31.93785900000039,2439521,18,11,2001 +9,M,20.0,33177,-109.08090299999638,31.93785900000039,2438516,18,11,2001 +9,M,46.0,33178,-109.08090299999638,31.93785900000039,2439521,18,11,2001 +9,F,45.0,33179,-109.08090299999638,31.93785900000039,2439521,18,11,2001 +8,F,33.0,33180,-109.08167999999641,31.937884000000402,2439581,18,11,2001 +8,F,23.0,33181,-109.08167999999641,31.937884000000402,2438516,18,11,2001 +8,M,23.0,33182,-109.08167999999641,31.937884000000402,2438516,18,11,2001 +8,F,31.0,33183,-109.08167999999641,31.937884000000402,2439581,18,11,2001 +8,,,33184,-109.08167999999641,31.937884000000402,,18,11,2001 +8,F,26.0,33185,-109.08167999999641,31.937884000000402,2439581,18,11,2001 +8,M,52.0,33186,-109.08167999999641,31.937884000000402,2439541,18,11,2001 +8,M,54.0,33187,-109.08167999999641,31.937884000000402,2439541,18,11,2001 +8,M,38.0,33188,-109.08167999999641,31.937884000000402,2439521,18,11,2001 +8,F,,33189,-109.08167999999641,31.937884000000402,2439581,18,11,2001 +8,F,42.0,33190,-109.08167999999641,31.937884000000402,2439541,18,11,2001 +8,M,58.0,33191,-109.08167999999641,31.937884000000402,2439541,18,11,2001 +8,F,27.0,33192,-109.08167999999641,31.937884000000402,2439581,18,11,2001 +13,M,23.0,33193,-109.08261299999641,31.937028000000442,2438516,18,11,2001 +13,,,33194,-109.08261299999641,31.937028000000442,2439581,18,11,2001 +13,M,20.0,33195,-109.08261299999641,31.937028000000442,2437981,18,11,2001 +13,M,31.0,33196,-109.08261299999641,31.937028000000442,2439581,18,11,2001 +13,M,34.0,33197,-109.08261299999641,31.937028000000442,2439581,18,11,2001 +13,M,48.0,33198,-109.08261299999641,31.937028000000442,2439581,18,11,2001 +13,F,20.0,33199,-109.08261299999641,31.937028000000442,2438516,18,11,2001 +13,M,50.0,33200,-109.08261299999641,31.937028000000442,2439581,18,11,2001 +13,F,18.0,33201,-109.08261299999641,31.937028000000442,2438516,18,11,2001 +13,F,27.0,33202,-109.08261299999641,31.937028000000442,2439581,18,11,2001 +14,F,36.0,33203,-109.08182699999641,31.937054000000447,2439521,18,11,2001 +14,,,33204,-109.08182699999641,31.937054000000447,2437568,18,11,2001 +14,F,45.0,33205,-109.08182699999641,31.937054000000447,2439521,18,11,2001 +14,F,23.0,33206,-109.08182699999641,31.937054000000447,2438516,18,11,2001 +14,F,45.0,33207,-109.08182699999641,31.937054000000447,2439521,18,11,2001 +14,M,41.0,33208,-109.08182699999641,31.937054000000447,2439521,18,11,2001 +14,,184.0,33209,-109.08182699999641,31.937054000000447,,18,11,2001 +15,F,19.0,33210,-109.08103599999642,31.937059000000463,2438516,18,11,2001 +15,M,38.0,33211,-109.08103599999642,31.937059000000463,2439581,18,11,2001 +15,,,33212,-109.08103599999642,31.937059000000463,2437568,18,11,2001 +15,F,29.0,33213,-109.08103599999642,31.937059000000463,2439581,18,11,2001 +16,M,55.0,33214,-109.08024399999636,31.93709400000041,2439521,18,11,2001 +16,F,18.0,33215,-109.08024399999636,31.93709400000041,2438516,18,11,2001 +16,M,25.0,33216,-109.08024399999636,31.93709400000041,2438516,18,11,2001 +16,M,30.0,33217,-109.08024399999636,31.93709400000041,2439581,18,11,2001 +16,F,46.0,33218,-109.08024399999636,31.93709400000041,2439541,18,11,2001 +16,F,23.0,33219,-109.08024399999636,31.93709400000041,2439581,18,11,2001 +10,,,33220,-109.08009099999636,31.938017000000425,,18,11,2001 +1,M,40.0,33221,-109.08282899999641,31.938851000000387,2439581,15,12,2001 +1,M,59.0,33222,-109.08282899999641,31.938851000000387,2439541,15,12,2001 +1,M,46.0,33223,-109.08282899999641,31.938851000000387,2439541,15,12,2001 +1,M,44.0,33224,-109.08282899999641,31.938851000000387,2439521,15,12,2001 +1,M,41.0,33225,-109.08282899999641,31.938851000000387,2439541,15,12,2001 +1,M,231.0,33226,-109.08282899999641,31.938851000000387,,15,12,2001 +2,M,17.0,33227,-109.08197499999642,31.93888700000037,2439591,15,12,2001 +2,M,23.0,33228,-109.08197499999642,31.93888700000037,2438516,15,12,2001 +2,F,20.0,33229,-109.08197499999642,31.93888700000037,2437981,15,12,2001 +2,M,23.0,33230,-109.08197499999642,31.93888700000037,2438516,15,12,2001 +2,M,45.0,33231,-109.08197499999642,31.93888700000037,2439541,15,12,2001 +2,M,22.0,33232,-109.08197499999642,31.93888700000037,2437981,15,12,2001 +2,F,45.0,33233,-109.08197499999642,31.93888700000037,2439521,15,12,2001 +2,M,52.0,33234,-109.08197499999642,31.93888700000037,2439541,15,12,2001 +2,M,48.0,33235,-109.08197499999642,31.93888700000037,2439521,15,12,2001 +2,M,43.0,33236,-109.08197499999642,31.93888700000037,2439581,15,12,2001 +2,F,34.0,33237,-109.08197499999642,31.93888700000037,2439581,15,12,2001 +2,F,126.0,33238,-109.08197499999642,31.93888700000037,,15,12,2001 +2,F,198.0,33239,-109.08197499999642,31.93888700000037,,15,12,2001 +12,M,39.0,33240,-109.07851899999636,31.938203000000414,2439521,15,12,2001 +12,F,52.0,33241,-109.07851899999636,31.938203000000414,2439541,15,12,2001 +12,M,60.0,33242,-109.07851899999636,31.938203000000414,2439541,15,12,2001 +12,F,46.0,33243,-109.07851899999636,31.938203000000414,2439521,15,12,2001 +12,M,55.0,33244,-109.07851899999636,31.938203000000414,2439541,15,12,2001 +19,M,51.0,33245,-109.07791199999636,31.937438000000434,2439581,15,12,2001 +19,F,30.0,33246,-109.07791199999636,31.937438000000434,2439581,15,12,2001 +19,F,22.0,33247,-109.07791199999636,31.937438000000434,2438516,15,12,2001 +19,M,43.0,33248,-109.07791199999636,31.937438000000434,2439581,15,12,2001 +19,F,27.0,33249,-109.07791199999636,31.937438000000434,2439581,15,12,2001 +19,F,14.0,33250,-109.07791199999636,31.937438000000434,2437981,15,12,2001 +19,F,21.0,33251,-109.07791199999636,31.937438000000434,2438516,15,12,2001 +19,F,29.0,33252,-109.07791199999636,31.937438000000434,2439581,15,12,2001 +19,F,29.0,33253,-109.07791199999636,31.937438000000434,2439581,15,12,2001 +19,M,24.0,33254,-109.07791199999636,31.937438000000434,2438516,15,12,2001 +18,M,50.0,33255,-109.07863299999636,31.93712600000041,2439581,15,12,2001 +18,F,31.0,33256,-109.07863299999636,31.93712600000041,2439581,15,12,2001 +18,M,50.0,33257,-109.07863299999636,31.93712600000041,2438147,15,12,2001 +18,F,25.0,33258,-109.07863299999636,31.93712600000041,2439581,15,12,2001 +18,M,16.0,33259,-109.07863299999636,31.93712600000041,2437874,15,12,2001 +18,F,12.0,33260,-109.07863299999636,31.93712600000041,2437874,15,12,2001 +18,M,32.0,33261,-109.07863299999636,31.93712600000041,2439581,15,12,2001 +18,F,26.0,33262,-109.07863299999636,31.93712600000041,2439581,15,12,2001 +18,F,28.0,33263,-109.07863299999636,31.93712600000041,2439581,15,12,2001 +18,F,29.0,33264,-109.07863299999636,31.93712600000041,2439581,15,12,2001 +17,F,46.0,33265,-109.07941499999636,31.937117000000445,2439521,15,12,2001 +17,M,51.0,33266,-109.07941499999636,31.937117000000445,2439521,15,12,2001 +17,M,22.0,33267,-109.07941499999636,31.937117000000445,2438516,15,12,2001 +17,F,19.0,33268,-109.07941499999636,31.937117000000445,2438516,15,12,2001 +17,F,46.0,33269,-109.07941499999636,31.937117000000445,2439521,15,12,2001 +17,M,43.0,33270,-109.07941499999636,31.937117000000445,2439521,15,12,2001 +17,M,45.0,33271,-109.07941499999636,31.937117000000445,2439581,15,12,2001 +17,F,32.0,33272,-109.07941499999636,31.937117000000445,2439581,15,12,2001 +17,F,156.0,33273,-109.07941499999636,31.937117000000445,,15,12,2001 +22,M,43.0,33274,-109.07860199999635,31.93644100000042,2439581,15,12,2001 +22,F,24.0,33275,-109.07860199999635,31.93644100000042,2438516,15,12,2001 +22,,,33276,-109.07860199999635,31.93644100000042,2438516,15,12,2001 +22,M,51.0,33277,-109.07860199999635,31.93644100000042,2439521,15,12,2001 +22,M,22.0,33278,-109.07860199999635,31.93644100000042,2438516,15,12,2001 +22,F,32.0,33279,-109.07860199999635,31.93644100000042,2439581,15,12,2001 +22,M,14.0,33280,-109.07860199999635,31.93644100000042,2439591,15,12,2001 +22,F,30.0,33281,-109.07860199999635,31.93644100000042,2439581,15,12,2001 +21,M,35.0,33282,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,F,30.0,33283,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,F,30.0,33284,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,F,27.0,33285,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,M,35.0,33286,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,F,29.0,33287,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,F,29.0,33288,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,F,30.0,33289,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +21,M,31.0,33290,-109.07939799999636,31.936448000000453,2439581,15,12,2001 +23,M,9.0,33291,-109.07783799999636,31.93676300000042,2437874,15,12,2001 +23,M,18.0,33292,-109.07783799999636,31.93676300000042,2437981,15,12,2001 +23,F,8.0,33293,-109.07783799999636,31.93676300000042,2437874,15,12,2001 +20,F,22.0,33294,-109.08019099999642,31.93633400000045,2437981,15,12,2001 +20,M,43.0,33295,-109.08019099999642,31.93633400000045,2438147,15,12,2001 +20,F,33.0,33296,-109.08019099999642,31.93633400000045,2439581,15,12,2001 +20,M,35.0,33297,-109.08019099999642,31.93633400000045,2439581,15,12,2001 +20,M,11.0,33298,-109.08019099999642,31.93633400000045,2437874,15,12,2001 +20,F,8.0,33299,-109.08019099999642,31.93633400000045,2437874,15,12,2001 +20,F,28.0,33300,-109.08019099999642,31.93633400000045,2439581,15,12,2001 +20,F,30.0,33301,-109.08019099999642,31.93633400000045,2439581,15,12,2001 +20,F,31.0,33302,-109.08019099999642,31.93633400000045,2439581,15,12,2001 +24,M,24.0,33303,-109.07773599999636,31.938560000000447,2437981,15,12,2001 +24,M,23.0,33304,-109.07773599999636,31.938560000000447,2437981,15,12,2001 +24,M,10.0,33305,-109.07773599999636,31.938560000000447,2437874,15,12,2001 +7,M,44.0,33306,-109.08281599999641,31.938113000000413,2439581,15,12,2001 +7,M,21.0,33307,-109.08281599999641,31.938113000000413,2438516,15,12,2001 +7,M,19.0,33308,-109.08281599999641,31.938113000000413,2438516,15,12,2001 +7,M,16.0,33309,-109.08281599999641,31.938113000000413,2439591,15,12,2001 +3,,,33310,-109.08120799999641,31.938896000000387,,16,12,2001 +4,,,33311,-109.08040899999641,31.93889400000041,,16,12,2001 +5,,,33312,-109.07960199999636,31.93897000000045,,16,12,2001 +6,,,33313,-109.07883599999636,31.939078000000414,,16,12,2001 +8,,,33314,-109.08167999999641,31.937884000000402,,16,12,2001 +9,,,33315,-109.08090299999638,31.93785900000039,,16,12,2001 +10,,,33316,-109.08009099999636,31.938017000000425,,16,12,2001 +11,,,33317,-109.07930699999636,31.938056000000426,,16,12,2001 +13,,,33318,-109.08261299999641,31.937028000000442,,16,12,2001 +14,,,33319,-109.08182699999641,31.937054000000447,,16,12,2001 +15,,,33320,-109.08103599999642,31.937059000000463,,16,12,2001 +16,,,33321,-109.08024399999636,31.93709400000041,,16,12,2001 +1,M,44.0,33322,-109.08282899999641,31.938851000000387,2439521,12,1,2002 +1,M,58.0,33323,-109.08282899999641,31.938851000000387,2439541,12,1,2002 +1,M,45.0,33324,-109.08282899999641,31.938851000000387,2439581,12,1,2002 +1,,,33325,-109.08282899999641,31.938851000000387,2491757,12,1,2002 +1,M,29.0,33326,-109.08282899999641,31.938851000000387,2439541,12,1,2002 +2,F,26.0,33327,-109.08197499999642,31.93888700000037,2438516,12,1,2002 +2,M,24.0,33328,-109.08197499999642,31.93888700000037,2438516,12,1,2002 +2,F,22.0,33329,-109.08197499999642,31.93888700000037,2438516,12,1,2002 +2,M,47.0,33330,-109.08197499999642,31.93888700000037,2439521,12,1,2002 +2,M,51.0,33331,-109.08197499999642,31.93888700000037,2439541,12,1,2002 +2,F,23.0,33332,-109.08197499999642,31.93888700000037,2437981,12,1,2002 +2,F,18.0,33333,-109.08197499999642,31.93888700000037,2438516,12,1,2002 +2,M,25.0,33334,-109.08197499999642,31.93888700000037,2438516,12,1,2002 +2,F,22.0,33335,-109.08197499999642,31.93888700000037,2438516,12,1,2002 +2,F,46.0,33336,-109.08197499999642,31.93888700000037,2439541,12,1,2002 +2,F,45.0,33337,-109.08197499999642,31.93888700000037,2439521,12,1,2002 +2,M,47.0,33338,-109.08197499999642,31.93888700000037,2439581,12,1,2002 +2,F,30.0,33339,-109.08197499999642,31.93888700000037,2439581,12,1,2002 +2,,,33340,-109.08197499999642,31.93888700000037,,12,1,2002 +12,M,24.0,33341,-109.07851899999636,31.938203000000414,2439541,12,1,2002 +12,F,15.0,33342,-109.07851899999636,31.938203000000414,2437981,12,1,2002 +12,F,26.0,33343,-109.07851899999636,31.938203000000414,2439541,12,1,2002 +12,F,47.0,33344,-109.07851899999636,31.938203000000414,2439541,12,1,2002 +12,M,40.0,33345,-109.07851899999636,31.938203000000414,2439521,12,1,2002 +12,M,55.0,33346,-109.07851899999636,31.938203000000414,2439541,12,1,2002 +12,M,23.0,33347,-109.07851899999636,31.938203000000414,2437981,12,1,2002 +12,F,45.0,33348,-109.07851899999636,31.938203000000414,2439521,12,1,2002 +19,M,51.0,33349,-109.07791199999636,31.937438000000434,2439581,12,1,2002 +19,M,46.0,33350,-109.07791199999636,31.937438000000434,2439581,12,1,2002 +19,F,13.0,33351,-109.07791199999636,31.937438000000434,2439591,12,1,2002 +19,F,30.0,33352,-109.07791199999636,31.937438000000434,2439581,12,1,2002 +19,F,17.0,33353,-109.07791199999636,31.937438000000434,2437981,12,1,2002 +19,F,24.0,33354,-109.07791199999636,31.937438000000434,2438516,12,1,2002 +19,M,22.0,33355,-109.07791199999636,31.937438000000434,2438516,12,1,2002 +19,F,30.0,33356,-109.07791199999636,31.937438000000434,2439581,12,1,2002 +19,M,28.0,33357,-109.07791199999636,31.937438000000434,2439581,12,1,2002 +19,,20.0,33358,-109.07791199999636,31.937438000000434,2438516,12,1,2002 +18,F,28.0,33359,-109.07863299999636,31.93712600000041,2439581,12,1,2002 +18,M,32.0,33360,-109.07863299999636,31.93712600000041,2439581,12,1,2002 +18,M,44.0,33361,-109.07863299999636,31.93712600000041,2439581,12,1,2002 +18,F,26.0,33362,-109.07863299999636,31.93712600000041,2439581,12,1,2002 +18,F,27.0,33363,-109.07863299999636,31.93712600000041,2439581,12,1,2002 +18,F,26.0,33364,-109.07863299999636,31.93712600000041,2439581,12,1,2002 +17,F,18.0,33365,-109.07941499999636,31.937117000000445,2438516,12,1,2002 +17,M,49.0,33366,-109.07941499999636,31.937117000000445,2439521,12,1,2002 +17,F,31.0,33367,-109.07941499999636,31.937117000000445,2439581,12,1,2002 +17,F,47.0,33368,-109.07941499999636,31.937117000000445,2439521,12,1,2002 +17,M,27.0,33369,-109.07941499999636,31.937117000000445,2439581,12,1,2002 +17,F,48.0,33370,-109.07941499999636,31.937117000000445,2439521,12,1,2002 +17,M,42.0,33371,-109.07941499999636,31.937117000000445,2439521,12,1,2002 +23,M,18.0,33372,-109.07783799999636,31.93676300000042,2437981,12,1,2002 +22,M,51.0,33373,-109.07860199999635,31.93644100000042,2439521,12,1,2002 +22,M,39.0,33374,-109.07860199999635,31.93644100000042,2439581,12,1,2002 +22,F,30.0,33375,-109.07860199999635,31.93644100000042,2439581,12,1,2002 +21,M,32.0,33376,-109.07939799999636,31.936448000000453,2439581,12,1,2002 +21,F,30.0,33377,-109.07939799999636,31.936448000000453,2439581,12,1,2002 +21,F,30.0,33378,-109.07939799999636,31.936448000000453,2439581,12,1,2002 +21,M,,33379,-109.07939799999636,31.936448000000453,2438516,12,1,2002 +21,F,30.0,33380,-109.07939799999636,31.936448000000453,2439581,12,1,2002 +21,F,28.0,33381,-109.07939799999636,31.936448000000453,2439581,12,1,2002 +21,M,37.0,33382,-109.07939799999636,31.936448000000453,2439581,12,1,2002 +21,F,29.0,33383,-109.07939799999636,31.936448000000453,2439581,12,1,2002 +7,,,33384,-109.08281599999641,31.938113000000413,,12,1,2002 +20,,,33385,-109.08019099999642,31.93633400000045,,12,1,2002 +3,,,33386,-109.08120799999641,31.938896000000387,,13,1,2002 +4,,,33387,-109.08040899999641,31.93889400000041,,13,1,2002 +5,,,33388,-109.07960199999636,31.93897000000045,,13,1,2002 +6,,,33389,-109.07883599999636,31.939078000000414,,13,1,2002 +8,,,33390,-109.08167999999641,31.937884000000402,,13,1,2002 +9,,,33391,-109.08090299999638,31.93785900000039,,13,1,2002 +10,,,33392,-109.08009099999636,31.938017000000425,,13,1,2002 +11,,,33393,-109.07930699999636,31.938056000000426,,13,1,2002 +13,,,33394,-109.08261299999641,31.937028000000442,,13,1,2002 +14,,,33395,-109.08182699999641,31.937054000000447,,13,1,2002 +15,,,33396,-109.08103599999642,31.937059000000463,,13,1,2002 +16,,,33397,-109.08024399999636,31.93709400000041,,13,1,2002 +1,M,8.0,33398,-109.08282899999641,31.938851000000387,2437866,9,2,2002 +1,F,35.0,33399,-109.08282899999641,31.938851000000387,2439541,9,2,2002 +1,M,48.0,33400,-109.08282899999641,31.938851000000387,2439581,9,2,2002 +1,M,60.0,33401,-109.08282899999641,31.938851000000387,2439541,9,2,2002 +1,M,47.0,33402,-109.08282899999641,31.938851000000387,2439521,9,2,2002 +1,M,40.0,33403,-109.08282899999641,31.938851000000387,2439541,9,2,2002 +1,M,26.0,33404,-109.08282899999641,31.938851000000387,2438516,9,2,2002 +2,M,54.0,33405,-109.08197499999642,31.93888700000037,2439581,9,2,2002 +2,M,8.0,33406,-109.08197499999642,31.93888700000037,2437874,9,2,2002 +2,F,49.0,33407,-109.08197499999642,31.93888700000037,2439541,9,2,2002 +2,M,52.0,33408,-109.08197499999642,31.93888700000037,2439541,9,2,2002 +2,M,41.0,33409,-109.08197499999642,31.93888700000037,2439581,9,2,2002 +2,M,49.0,33410,-109.08197499999642,31.93888700000037,2439581,9,2,2002 +2,F,46.0,33411,-109.08197499999642,31.93888700000037,2439521,9,2,2002 +2,M,25.0,33412,-109.08197499999642,31.93888700000037,2437981,9,2,2002 +2,M,17.0,33413,-109.08197499999642,31.93888700000037,2439591,9,2,2002 +2,F,57.0,33414,-109.08197499999642,31.93888700000037,2438147,9,2,2002 +2,F,31.0,33415,-109.08197499999642,31.93888700000037,2439581,9,2,2002 +2,M,120.0,33416,-109.08197499999642,31.93888700000037,,9,2,2002 +3,M,44.0,33417,-109.08120799999641,31.938896000000387,2439581,9,2,2002 +3,M,48.0,33418,-109.08120799999641,31.938896000000387,2439521,9,2,2002 +3,F,26.0,33419,-109.08120799999641,31.938896000000387,2439581,9,2,2002 +3,M,54.0,33420,-109.08120799999641,31.938896000000387,2439521,9,2,2002 +3,F,24.0,33421,-109.08120799999641,31.938896000000387,2438516,9,2,2002 +3,F,28.0,33422,-109.08120799999641,31.938896000000387,2439581,9,2,2002 +3,M,55.0,33423,-109.08120799999641,31.938896000000387,2439581,9,2,2002 +3,M,49.0,33424,-109.08120799999641,31.938896000000387,2439521,9,2,2002 +3,F,47.0,33425,-109.08120799999641,31.938896000000387,2439521,9,2,2002 +3,F,51.0,33426,-109.08120799999641,31.938896000000387,2439541,9,2,2002 +3,M,52.0,33427,-109.08120799999641,31.938896000000387,2439521,9,2,2002 +3,M,41.0,33428,-109.08120799999641,31.938896000000387,2439581,9,2,2002 +3,F,24.0,33429,-109.08120799999641,31.938896000000387,2437981,9,2,2002 +3,M,8.0,33430,-109.08120799999641,31.938896000000387,2439566,9,2,2002 +3,F,32.0,33431,-109.08120799999641,31.938896000000387,2439581,9,2,2002 +3,M,49.0,33432,-109.08120799999641,31.938896000000387,2439541,9,2,2002 +3,M,30.0,33433,-109.08120799999641,31.938896000000387,2438516,9,2,2002 +3,F,32.0,33434,-109.08120799999641,31.938896000000387,2439581,9,2,2002 +3,F,53.0,33435,-109.08120799999641,31.938896000000387,2439541,9,2,2002 +3,M,52.0,33436,-109.08120799999641,31.938896000000387,2439521,9,2,2002 +3,M,19.0,33437,-109.08120799999641,31.938896000000387,2437967,9,2,2002 +24,M,20.0,33438,-109.07773599999636,31.938560000000447,2437981,9,2,2002 +12,F,22.0,33439,-109.07851899999636,31.938203000000414,2437981,9,2,2002 +12,F,46.0,33440,-109.07851899999636,31.938203000000414,2439521,9,2,2002 +12,F,52.0,33441,-109.07851899999636,31.938203000000414,2439541,9,2,2002 +12,M,58.0,33442,-109.07851899999636,31.938203000000414,2439541,9,2,2002 +12,M,44.0,33443,-109.07851899999636,31.938203000000414,2439521,9,2,2002 +12,,,33444,-109.07851899999636,31.938203000000414,2437568,9,2,2002 +17,F,17.0,33445,-109.07941499999636,31.937117000000445,2439591,9,2,2002 +17,F,49.0,33446,-109.07941499999636,31.937117000000445,2439521,9,2,2002 +17,M,47.0,33447,-109.07941499999636,31.937117000000445,2439581,9,2,2002 +17,M,25.0,33448,-109.07941499999636,31.937117000000445,2438516,9,2,2002 +17,F,31.0,33449,-109.07941499999636,31.937117000000445,2439581,9,2,2002 +17,M,50.0,33450,-109.07941499999636,31.937117000000445,2439521,9,2,2002 +17,F,46.0,33451,-109.07941499999636,31.937117000000445,2439521,9,2,2002 +17,M,46.0,33452,-109.07941499999636,31.937117000000445,2439521,9,2,2002 +17,F,154.0,33453,-109.07941499999636,31.937117000000445,,9,2,2002 +17,,,33454,-109.07941499999636,31.937117000000445,2437568,9,2,2002 +18,F,12.0,33455,-109.07863299999636,31.93712600000041,2437874,9,2,2002 +18,M,51.0,33456,-109.07863299999636,31.93712600000041,2439581,9,2,2002 +18,F,29.0,33457,-109.07863299999636,31.93712600000041,2439581,9,2,2002 +18,F,32.0,33458,-109.07863299999636,31.93712600000041,2439581,9,2,2002 +18,,,33459,-109.07863299999636,31.93712600000041,2439581,9,2,2002 +18,F,25.0,33460,-109.07863299999636,31.93712600000041,2439581,9,2,2002 +18,F,28.0,33461,-109.07863299999636,31.93712600000041,2439581,9,2,2002 +19,M,12.0,33462,-109.07791199999636,31.937438000000434,2437874,9,2,2002 +19,F,30.0,33463,-109.07791199999636,31.937438000000434,2439581,9,2,2002 +19,F,27.0,33464,-109.07791199999636,31.937438000000434,2439581,9,2,2002 +19,F,31.0,33465,-109.07791199999636,31.937438000000434,2439581,9,2,2002 +19,M,49.0,33466,-109.07791199999636,31.937438000000434,2439581,9,2,2002 +19,M,42.0,33467,-109.07791199999636,31.937438000000434,2439581,9,2,2002 +19,F,22.0,33468,-109.07791199999636,31.937438000000434,2438516,9,2,2002 +19,F,18.0,33469,-109.07791199999636,31.937438000000434,2437981,9,2,2002 +22,M,52.0,33470,-109.07860199999635,31.93644100000042,2439521,9,2,2002 +22,M,38.0,33471,-109.07860199999635,31.93644100000042,2439581,9,2,2002 +22,F,30.0,33472,-109.07860199999635,31.93644100000042,2439581,9,2,2002 +22,F,40.0,33473,-109.07860199999635,31.93644100000042,2439521,9,2,2002 +22,M,48.0,33474,-109.07860199999635,31.93644100000042,2439581,9,2,2002 +21,F,30.0,33475,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,M,41.0,33476,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,F,27.0,33477,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,F,30.0,33478,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,M,43.0,33479,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,F,31.0,33480,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,M,40.0,33481,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,M,34.0,33482,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +21,F,29.0,33483,-109.07939799999636,31.936448000000453,2439581,9,2,2002 +20,M,10.0,33484,-109.08019099999642,31.93633400000045,2437874,9,2,2002 +20,F,33.0,33485,-109.08019099999642,31.93633400000045,2439581,9,2,2002 +20,F,29.0,33486,-109.08019099999642,31.93633400000045,2439581,9,2,2002 +20,M,41.0,33487,-109.08019099999642,31.93633400000045,2439581,9,2,2002 +20,F,33.0,33488,-109.08019099999642,31.93633400000045,2439581,9,2,2002 +20,F,24.0,33489,-109.08019099999642,31.93633400000045,2438516,9,2,2002 +23,M,20.0,33490,-109.07783799999636,31.93676300000042,2437981,9,2,2002 +23,M,11.0,33491,-109.07783799999636,31.93676300000042,2437874,9,2,2002 +23,F,24.0,33492,-109.07783799999636,31.93676300000042,2437981,9,2,2002 +4,M,53.0,33493,-109.08040899999641,31.93889400000041,2439521,10,2,2002 +4,F,51.0,33494,-109.08040899999641,31.93889400000041,2439521,10,2,2002 +4,M,42.0,33495,-109.08040899999641,31.93889400000041,2439521,10,2,2002 +4,F,50.0,33496,-109.08040899999641,31.93889400000041,2439521,10,2,2002 +4,F,45.0,33497,-109.08040899999641,31.93889400000041,2439541,10,2,2002 +4,M,50.0,33498,-109.08040899999641,31.93889400000041,2439581,10,2,2002 +4,F,48.0,33499,-109.08040899999641,31.93889400000041,2439581,10,2,2002 +4,F,25.0,33500,-109.08040899999641,31.93889400000041,2439581,10,2,2002 +6,F,28.0,33501,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,F,25.0,33502,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,F,26.0,33503,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,F,35.0,33504,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,F,32.0,33505,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,M,35.0,33506,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,F,53.0,33507,-109.07883599999636,31.939078000000414,2439541,10,2,2002 +6,M,56.0,33508,-109.07883599999636,31.939078000000414,2439541,10,2,2002 +6,M,25.0,33509,-109.07883599999636,31.939078000000414,2438516,10,2,2002 +6,F,29.0,33510,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,M,35.0,33511,-109.07883599999636,31.939078000000414,2439581,10,2,2002 +6,F,180.0,33512,-109.07883599999636,31.939078000000414,,10,2,2002 +11,M,55.0,33513,-109.07930699999636,31.938056000000426,2439521,10,2,2002 +11,F,48.0,33514,-109.07930699999636,31.938056000000426,2439521,10,2,2002 +11,M,39.0,33515,-109.07930699999636,31.938056000000426,2439521,10,2,2002 +11,F,46.0,33516,-109.07930699999636,31.938056000000426,2439541,10,2,2002 +11,F,45.0,33517,-109.07930699999636,31.938056000000426,2439521,10,2,2002 +11,M,42.0,33518,-109.07930699999636,31.938056000000426,2439521,10,2,2002 +11,M,55.0,33519,-109.07930699999636,31.938056000000426,2439541,10,2,2002 +9,F,42.0,33520,-109.08090299999638,31.93785900000039,2439521,10,2,2002 +9,F,53.0,33521,-109.08090299999638,31.93785900000039,2439521,10,2,2002 +9,M,46.0,33522,-109.08090299999638,31.93785900000039,2439521,10,2,2002 +9,M,46.0,33523,-109.08090299999638,31.93785900000039,2439521,10,2,2002 +9,F,42.0,33524,-109.08090299999638,31.93785900000039,2439521,10,2,2002 +8,M,55.0,33525,-109.08167999999641,31.937884000000402,2439541,10,2,2002 +8,F,29.0,33526,-109.08167999999641,31.937884000000402,2439581,10,2,2002 +8,M,16.0,33527,-109.08167999999641,31.937884000000402,2439591,10,2,2002 +8,F,35.0,33528,-109.08167999999641,31.937884000000402,2439581,10,2,2002 +8,F,26.0,33529,-109.08167999999641,31.937884000000402,2439581,10,2,2002 +8,M,52.0,33530,-109.08167999999641,31.937884000000402,2439541,10,2,2002 +8,F,60.0,33531,-109.08167999999641,31.937884000000402,2439541,10,2,2002 +8,F,41.0,33532,-109.08167999999641,31.937884000000402,2439521,10,2,2002 +8,F,51.0,33533,-109.08167999999641,31.937884000000402,2439541,10,2,2002 +8,F,25.0,33534,-109.08167999999641,31.937884000000402,2439581,10,2,2002 +8,M,59.0,33535,-109.08167999999641,31.937884000000402,2439541,10,2,2002 +13,F,7.0,33536,-109.08261299999641,31.937028000000442,2439566,10,2,2002 +13,F,22.0,33537,-109.08261299999641,31.937028000000442,2438516,10,2,2002 +13,M,48.0,33538,-109.08261299999641,31.937028000000442,2439581,10,2,2002 +13,M,39.0,33539,-109.08261299999641,31.937028000000442,2439581,10,2,2002 +13,M,19.0,33540,-109.08261299999641,31.937028000000442,2438516,10,2,2002 +13,M,37.0,33541,-109.08261299999641,31.937028000000442,2439581,10,2,2002 +13,M,49.0,33542,-109.08261299999641,31.937028000000442,2439581,10,2,2002 +13,F,15.0,33543,-109.08261299999641,31.937028000000442,2439591,10,2,2002 +14,M,48.0,33544,-109.08182699999641,31.937054000000447,2439521,10,2,2002 +14,,,33545,-109.08182699999641,31.937054000000447,2437568,10,2,2002 +14,F,39.0,33546,-109.08182699999641,31.937054000000447,2439521,10,2,2002 +14,F,21.0,33547,-109.08182699999641,31.937054000000447,2438516,10,2,2002 +14,F,44.0,33548,-109.08182699999641,31.937054000000447,2439521,10,2,2002 +14,F,46.0,33549,-109.08182699999641,31.937054000000447,2439521,10,2,2002 +14,M,222.0,33550,-109.08182699999641,31.937054000000447,,10,2,2002 +15,F,31.0,33551,-109.08103599999642,31.937059000000463,2439581,10,2,2002 +15,F,7.0,33552,-109.08103599999642,31.937059000000463,2437874,10,2,2002 +15,,,33553,-109.08103599999642,31.937059000000463,2437568,10,2,2002 +15,,,33554,-109.08103599999642,31.937059000000463,2437568,10,2,2002 +15,F,10.0,33555,-109.08103599999642,31.937059000000463,2437874,10,2,2002 +15,M,45.0,33556,-109.08103599999642,31.937059000000463,2439581,10,2,2002 +5,M,9.0,33557,-109.07960199999636,31.93897000000045,2437866,10,2,2002 +5,F,9.0,33558,-109.07960199999636,31.93897000000045,2437874,10,2,2002 +16,F,25.0,33559,-109.08024399999636,31.93709400000041,2439581,10,2,2002 +16,M,38.0,33560,-109.08024399999636,31.93709400000041,2439521,10,2,2002 +16,F,51.0,33561,-109.08024399999636,31.93709400000041,2439541,10,2,2002 +10,F,8.0,33562,-109.08009099999636,31.938017000000425,2437874,10,2,2002 +10,F,50.0,33563,-109.08009099999636,31.938017000000425,2439541,10,2,2002 +10,M,52.0,33564,-109.08009099999636,31.938017000000425,2439541,10,2,2002 +10,M,51.0,33565,-109.08009099999636,31.938017000000425,2439541,10,2,2002 +10,F,8.0,33566,-109.08009099999636,31.938017000000425,2437866,10,2,2002 +7,M,42.0,33567,-109.08281599999641,31.938113000000413,2439521,10,2,2002 +7,M,62.0,33568,-109.08281599999641,31.938113000000413,2439541,10,2,2002 +7,F,55.0,33569,-109.08281599999641,31.938113000000413,2439541,10,2,2002 +7,F,47.0,33570,-109.08281599999641,31.938113000000413,2439541,10,2,2002 +7,F,54.0,33571,-109.08281599999641,31.938113000000413,2439541,10,2,2002 +1,M,46.0,33572,-109.08282899999641,31.938851000000387,2439541,13,3,2002 +1,M,52.0,33573,-109.08282899999641,31.938851000000387,2439541,13,3,2002 +1,M,20.0,33574,-109.08282899999641,31.938851000000387,2439591,13,3,2002 +1,M,50.0,33575,-109.08282899999641,31.938851000000387,2439521,13,3,2002 +1,F,46.0,33576,-109.08282899999641,31.938851000000387,2439541,13,3,2002 +1,M,44.0,33577,-109.08282899999641,31.938851000000387,2439581,13,3,2002 +1,M,63.0,33578,-109.08282899999641,31.938851000000387,2439541,13,3,2002 +2,M,20.0,33579,-109.08197499999642,31.93888700000037,2439591,13,3,2002 +2,F,43.0,33580,-109.08197499999642,31.93888700000037,2439521,13,3,2002 +2,M,55.0,33581,-109.08197499999642,31.93888700000037,2439521,13,3,2002 +2,M,50.0,33582,-109.08197499999642,31.93888700000037,2439521,13,3,2002 +2,M,56.0,33583,-109.08197499999642,31.93888700000037,2439541,13,3,2002 +2,M,136.0,33584,-109.08197499999642,31.93888700000037,,13,3,2002 +2,M,23.0,33585,-109.08197499999642,31.93888700000037,2439591,13,3,2002 +2,F,23.0,33586,-109.08197499999642,31.93888700000037,2438516,13,3,2002 +2,F,196.0,33587,-109.08197499999642,31.93888700000037,,13,3,2002 +2,F,55.0,33588,-109.08197499999642,31.93888700000037,2439541,13,3,2002 +2,F,32.0,33589,-109.08197499999642,31.93888700000037,2439581,13,3,2002 +12,M,57.0,33590,-109.07851899999636,31.938203000000414,2439541,13,3,2002 +12,M,16.0,33591,-109.07851899999636,31.938203000000414,2439591,13,3,2002 +12,F,63.0,33592,-109.07851899999636,31.938203000000414,2439541,13,3,2002 +12,M,32.0,33593,-109.07851899999636,31.938203000000414,2439541,13,3,2002 +12,M,44.0,33594,-109.07851899999636,31.938203000000414,2439521,13,3,2002 +12,M,23.0,33595,-109.07851899999636,31.938203000000414,2439591,13,3,2002 +19,M,20.0,33596,-109.07791199999636,31.937438000000434,2437981,13,3,2002 +19,M,45.0,33597,-109.07791199999636,31.937438000000434,2439581,13,3,2002 +19,M,19.0,33598,-109.07791199999636,31.937438000000434,2439591,13,3,2002 +19,F,34.0,33599,-109.07791199999636,31.937438000000434,2439581,13,3,2002 +19,F,28.0,33600,-109.07791199999636,31.937438000000434,2439581,13,3,2002 +19,M,49.0,33601,-109.07791199999636,31.937438000000434,2439581,13,3,2002 +19,,,33602,-109.07791199999636,31.937438000000434,2437568,13,3,2002 +18,F,36.0,33603,-109.07863299999636,31.93712600000041,2439581,13,3,2002 +18,F,28.0,33604,-109.07863299999636,31.93712600000041,2439581,13,3,2002 +18,F,27.0,33605,-109.07863299999636,31.93712600000041,2439581,13,3,2002 +18,M,11.0,33606,-109.07863299999636,31.93712600000041,2437874,13,3,2002 +18,F,24.0,33607,-109.07863299999636,31.93712600000041,2438516,13,3,2002 +18,F,32.0,33608,-109.07863299999636,31.93712600000041,2439581,13,3,2002 +17,M,50.0,33609,-109.07941499999636,31.937117000000445,2439521,13,3,2002 +17,M,50.0,33610,-109.07941499999636,31.937117000000445,2439521,13,3,2002 +17,F,36.0,33611,-109.07941499999636,31.937117000000445,2439581,13,3,2002 +17,F,47.0,33612,-109.07941499999636,31.937117000000445,2439521,13,3,2002 +17,M,32.0,33613,-109.07941499999636,31.937117000000445,2438516,13,3,2002 +17,,,33614,-109.07941499999636,31.937117000000445,2437300,13,3,2002 +17,M,47.0,33615,-109.07941499999636,31.937117000000445,2439521,13,3,2002 +17,M,17.0,33616,-109.07941499999636,31.937117000000445,2439591,13,3,2002 +17,M,46.0,33617,-109.07941499999636,31.937117000000445,2439521,13,3,2002 +17,F,45.0,33618,-109.07941499999636,31.937117000000445,2439521,13,3,2002 +17,M,46.0,33619,-109.07941499999636,31.937117000000445,2439521,13,3,2002 +17,F,26.0,33620,-109.07941499999636,31.937117000000445,2438516,13,3,2002 +22,F,47.0,33621,-109.07860199999635,31.93644100000042,2439521,13,3,2002 +22,F,28.0,33622,-109.07860199999635,31.93644100000042,2439581,13,3,2002 +22,F,32.0,33623,-109.07860199999635,31.93644100000042,2439581,13,3,2002 +22,M,42.0,33624,-109.07860199999635,31.93644100000042,2439581,13,3,2002 +22,F,40.0,33625,-109.07860199999635,31.93644100000042,2439521,13,3,2002 +22,F,25.0,33626,-109.07860199999635,31.93644100000042,2439581,13,3,2002 +22,M,52.0,33627,-109.07860199999635,31.93644100000042,2439521,13,3,2002 +21,M,34.0,33628,-109.07939799999636,31.936448000000453,2439581,13,3,2002 +21,F,30.0,33629,-109.07939799999636,31.936448000000453,2439581,13,3,2002 +21,F,168.0,33630,-109.07939799999636,31.936448000000453,,13,3,2002 +21,F,32.0,33631,-109.07939799999636,31.936448000000453,2439581,13,3,2002 +21,F,27.0,33632,-109.07939799999636,31.936448000000453,2439581,13,3,2002 +21,M,39.0,33633,-109.07939799999636,31.936448000000453,2439581,13,3,2002 +21,F,31.0,33634,-109.07939799999636,31.936448000000453,2439581,13,3,2002 +20,,,33635,-109.08019099999642,31.93633400000045,2437568,13,3,2002 +20,F,204.0,33636,-109.08019099999642,31.93633400000045,,13,3,2002 +20,M,41.0,33637,-109.08019099999642,31.93633400000045,2439581,13,3,2002 +20,F,34.0,33638,-109.08019099999642,31.93633400000045,2439581,13,3,2002 +20,F,31.0,33639,-109.08019099999642,31.93633400000045,2439581,13,3,2002 +20,F,30.0,33640,-109.08019099999642,31.93633400000045,2439581,13,3,2002 +23,,,33641,-109.07783799999636,31.93676300000042,,13,3,2002 +24,,,33642,-109.07773599999636,31.938560000000447,,13,3,2002 +3,F,31.0,33643,-109.08120799999641,31.938896000000387,2439581,14,3,2002 +3,F,32.0,33644,-109.08120799999641,31.938896000000387,2439581,14,3,2002 +3,M,56.0,33645,-109.08120799999641,31.938896000000387,2439541,14,3,2002 +3,F,31.0,33646,-109.08120799999641,31.938896000000387,2439581,14,3,2002 +3,F,50.0,33647,-109.08120799999641,31.938896000000387,2439521,14,3,2002 +3,M,8.0,33648,-109.08120799999641,31.938896000000387,2439566,14,3,2002 +3,M,55.0,33649,-109.08120799999641,31.938896000000387,2439581,14,3,2002 +3,M,41.0,33650,-109.08120799999641,31.938896000000387,2439581,14,3,2002 +3,M,53.0,33651,-109.08120799999641,31.938896000000387,2439541,14,3,2002 +3,M,40.0,33652,-109.08120799999641,31.938896000000387,2439581,14,3,2002 +3,M,51.0,33653,-109.08120799999641,31.938896000000387,2439521,14,3,2002 +3,F,39.0,33654,-109.08120799999641,31.938896000000387,2439581,14,3,2002 +4,M,8.0,33655,-109.08040899999641,31.93889400000041,2439566,14,3,2002 +4,F,31.0,33656,-109.08040899999641,31.93889400000041,2439541,14,3,2002 +4,M,30.0,33657,-109.08040899999641,31.93889400000041,2439541,14,3,2002 +4,F,8.0,33658,-109.08040899999641,31.93889400000041,2439566,14,3,2002 +4,F,50.0,33659,-109.08040899999641,31.93889400000041,2439521,14,3,2002 +4,F,32.0,33660,-109.08040899999641,31.93889400000041,2439581,14,3,2002 +4,M,49.0,33661,-109.08040899999641,31.93889400000041,2439581,14,3,2002 +4,F,46.0,33662,-109.08040899999641,31.93889400000041,2439541,14,3,2002 +4,F,26.0,33663,-109.08040899999641,31.93889400000041,2439581,14,3,2002 +4,M,54.0,33664,-109.08040899999641,31.93889400000041,2439541,14,3,2002 +4,F,52.0,33665,-109.08040899999641,31.93889400000041,2439521,14,3,2002 +4,M,53.0,33666,-109.08040899999641,31.93889400000041,2439521,14,3,2002 +6,F,188.0,33667,-109.07883599999636,31.939078000000414,,14,3,2002 +6,M,34.0,33668,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,F,30.0,33669,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,M,25.0,33670,-109.07883599999636,31.939078000000414,2438516,14,3,2002 +6,M,33.0,33671,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,F,25.0,33672,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,M,34.0,33673,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,F,37.0,33674,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,F,27.0,33675,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,F,26.0,33676,-109.07883599999636,31.939078000000414,2438516,14,3,2002 +6,F,53.0,33677,-109.07883599999636,31.939078000000414,2439541,14,3,2002 +6,F,32.0,33678,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,F,34.0,33679,-109.07883599999636,31.939078000000414,2439581,14,3,2002 +6,M,64.0,33680,-109.07883599999636,31.939078000000414,2438147,14,3,2002 +6,M,,33681,-109.07883599999636,31.939078000000414,2439541,14,3,2002 +6,M,59.0,33682,-109.07883599999636,31.939078000000414,2439541,14,3,2002 +11,M,49.0,33683,-109.07930699999636,31.938056000000426,2439521,14,3,2002 +11,F,42.0,33684,-109.07930699999636,31.938056000000426,2439521,14,3,2002 +11,M,47.0,33685,-109.07930699999636,31.938056000000426,2439521,14,3,2002 +11,F,45.0,33686,-109.07930699999636,31.938056000000426,2439521,14,3,2002 +11,M,51.0,33687,-109.07930699999636,31.938056000000426,2439521,14,3,2002 +11,F,18.0,33688,-109.07930699999636,31.938056000000426,2439591,14,3,2002 +11,M,59.0,33689,-109.07930699999636,31.938056000000426,2439521,14,3,2002 +11,M,48.0,33690,-109.07930699999636,31.938056000000426,2439521,14,3,2002 +11,M,63.0,33691,-109.07930699999636,31.938056000000426,2439541,14,3,2002 +11,F,30.0,33692,-109.07930699999636,31.938056000000426,2439581,14,3,2002 +11,F,29.0,33693,-109.07930699999636,31.938056000000426,2438516,14,3,2002 +11,M,54.0,33694,-109.07930699999636,31.938056000000426,2439541,14,3,2002 +11,F,54.0,33695,-109.07930699999636,31.938056000000426,2439541,14,3,2002 +9,F,46.0,33696,-109.08090299999638,31.93785900000039,2439521,14,3,2002 +9,M,47.0,33697,-109.08090299999638,31.93785900000039,2439521,14,3,2002 +9,F,49.0,33698,-109.08090299999638,31.93785900000039,2439521,14,3,2002 +9,M,52.0,33699,-109.08090299999638,31.93785900000039,2439521,14,3,2002 +9,M,30.0,33700,-109.08090299999638,31.93785900000039,2438516,14,3,2002 +9,F,23.0,33701,-109.08090299999638,31.93785900000039,2437981,14,3,2002 +8,F,37.0,33702,-109.08167999999641,31.937884000000402,2439581,14,3,2002 +8,F,42.0,33703,-109.08167999999641,31.937884000000402,2439521,14,3,2002 +8,F,26.0,33704,-109.08167999999641,31.937884000000402,2439581,14,3,2002 +8,M,61.0,33705,-109.08167999999641,31.937884000000402,2439541,14,3,2002 +8,F,32.0,33706,-109.08167999999641,31.937884000000402,2439581,14,3,2002 +8,M,15.0,33707,-109.08167999999641,31.937884000000402,2439591,14,3,2002 +8,F,58.0,33708,-109.08167999999641,31.937884000000402,2439541,14,3,2002 +8,F,26.0,33709,-109.08167999999641,31.937884000000402,2439581,14,3,2002 +8,M,55.0,33710,-109.08167999999641,31.937884000000402,2439541,14,3,2002 +8,M,61.0,33711,-109.08167999999641,31.937884000000402,2439541,14,3,2002 +8,M,18.0,33712,-109.08167999999641,31.937884000000402,2439591,14,3,2002 +8,F,53.0,33713,-109.08167999999641,31.937884000000402,2439541,14,3,2002 +13,,,33714,-109.08261299999641,31.937028000000442,2491757,14,3,2002 +13,M,38.0,33715,-109.08261299999641,31.937028000000442,2439581,14,3,2002 +13,M,45.0,33716,-109.08261299999641,31.937028000000442,2439581,14,3,2002 +13,F,23.0,33717,-109.08261299999641,31.937028000000442,2438516,14,3,2002 +13,M,7.0,33718,-109.08261299999641,31.937028000000442,2439566,14,3,2002 +14,F,48.0,33719,-109.08182699999641,31.937054000000447,2439521,14,3,2002 +14,,,33720,-109.08182699999641,31.937054000000447,2437300,14,3,2002 +14,M,19.0,33721,-109.08182699999641,31.937054000000447,2439591,14,3,2002 +14,F,36.0,33722,-109.08182699999641,31.937054000000447,2439521,14,3,2002 +14,M,50.0,33723,-109.08182699999641,31.937054000000447,2439521,14,3,2002 +14,F,25.0,33724,-109.08182699999641,31.937054000000447,2438516,14,3,2002 +14,F,42.0,33725,-109.08182699999641,31.937054000000447,2439521,14,3,2002 +14,M,48.0,33726,-109.08182699999641,31.937054000000447,2439521,14,3,2002 +15,M,17.0,33727,-109.08103599999642,31.937059000000463,2439591,14,3,2002 +15,F,15.0,33728,-109.08103599999642,31.937059000000463,2439591,14,3,2002 +15,F,34.0,33729,-109.08103599999642,31.937059000000463,2439581,14,3,2002 +15,M,43.0,33730,-109.08103599999642,31.937059000000463,2439581,14,3,2002 +15,F,7.0,33731,-109.08103599999642,31.937059000000463,2437874,14,3,2002 +5,,,33732,-109.07960199999636,31.93897000000045,,14,3,2002 +7,,,33733,-109.08281599999641,31.938113000000413,,14,3,2002 +10,,,33734,-109.08009099999636,31.938017000000425,,14,3,2002 +16,,,33735,-109.08024399999636,31.93709400000041,,14,3,2002 +1,M,21.0,33736,-109.08282899999641,31.938851000000387,2439591,16,4,2002 +1,M,51.0,33737,-109.08282899999641,31.938851000000387,2439541,16,4,2002 +1,F,44.0,33738,-109.08282899999641,31.938851000000387,2439541,16,4,2002 +1,F,18.0,33739,-109.08282899999641,31.938851000000387,2439591,16,4,2002 +1,M,227.0,33740,-109.08282899999641,31.938851000000387,,16,4,2002 +1,F,32.0,33741,-109.08282899999641,31.938851000000387,2439521,16,4,2002 +1,F,17.0,33742,-109.08282899999641,31.938851000000387,2439591,16,4,2002 +1,M,48.0,33743,-109.08282899999641,31.938851000000387,2439521,16,4,2002 +1,M,58.0,33744,-109.08282899999641,31.938851000000387,2439541,16,4,2002 +1,M,40.0,33745,-109.08282899999641,31.938851000000387,2439581,16,4,2002 +1,M,17.0,33746,-109.08282899999641,31.938851000000387,2439591,16,4,2002 +1,F,15.0,33747,-109.08282899999641,31.938851000000387,2439591,16,4,2002 +1,M,52.0,33748,-109.08282899999641,31.938851000000387,2439541,16,4,2002 +6,M,38.0,33749,-109.07883599999636,31.939078000000414,2439581,16,4,2002 +6,F,31.0,33750,-109.07883599999636,31.939078000000414,2437981,16,4,2002 +6,F,17.0,33751,-109.07883599999636,31.939078000000414,2439591,16,4,2002 +6,F,26.0,33752,-109.07883599999636,31.939078000000414,2438516,16,4,2002 +6,F,16.0,33753,-109.07883599999636,31.939078000000414,2439591,16,4,2002 +6,M,34.0,33754,-109.07883599999636,31.939078000000414,2439581,16,4,2002 +6,M,35.0,33755,-109.07883599999636,31.939078000000414,2439541,16,4,2002 +6,F,32.0,33756,-109.07883599999636,31.939078000000414,2439581,16,4,2002 +6,M,20.0,33757,-109.07883599999636,31.939078000000414,2439591,16,4,2002 +6,M,56.0,33758,-109.07883599999636,31.939078000000414,2439541,16,4,2002 +6,F,43.0,33759,-109.07883599999636,31.939078000000414,2439581,16,4,2002 +6,F,54.0,33760,-109.07883599999636,31.939078000000414,2439541,16,4,2002 +6,F,36.0,33761,-109.07883599999636,31.939078000000414,2439581,16,4,2002 +6,M,36.0,33762,-109.07883599999636,31.939078000000414,2439581,16,4,2002 +6,M,43.0,33763,-109.07883599999636,31.939078000000414,2439581,16,4,2002 +12,F,19.0,33764,-109.07851899999636,31.938203000000414,2439591,16,4,2002 +12,M,45.0,33765,-109.07851899999636,31.938203000000414,2439521,16,4,2002 +12,F,51.0,33766,-109.07851899999636,31.938203000000414,2439541,16,4,2002 +12,M,48.0,33767,-109.07851899999636,31.938203000000414,2439541,16,4,2002 +12,M,42.0,33768,-109.07851899999636,31.938203000000414,2439541,16,4,2002 +12,F,16.0,33769,-109.07851899999636,31.938203000000414,2439591,16,4,2002 +12,M,18.0,33770,-109.07851899999636,31.938203000000414,2439589,16,4,2002 +12,F,17.0,33771,-109.07851899999636,31.938203000000414,2439591,16,4,2002 +12,M,44.0,33772,-109.07851899999636,31.938203000000414,2439521,16,4,2002 +12,F,17.0,33773,-109.07851899999636,31.938203000000414,2439591,16,4,2002 +12,M,54.0,33774,-109.07851899999636,31.938203000000414,2439541,16,4,2002 +12,F,46.0,33775,-109.07851899999636,31.938203000000414,2439521,16,4,2002 +11,M,34.0,33776,-109.07930699999636,31.938056000000426,2439541,16,4,2002 +11,F,46.0,33777,-109.07930699999636,31.938056000000426,2439541,16,4,2002 +11,M,61.0,33778,-109.07930699999636,31.938056000000426,2439541,16,4,2002 +11,M,34.0,33779,-109.07930699999636,31.938056000000426,2439541,16,4,2002 +11,F,31.0,33780,-109.07930699999636,31.938056000000426,2439581,16,4,2002 +11,F,43.0,33781,-109.07930699999636,31.938056000000426,2439521,16,4,2002 +11,F,56.0,33782,-109.07930699999636,31.938056000000426,2439541,16,4,2002 +11,M,57.0,33783,-109.07930699999636,31.938056000000426,2439521,16,4,2002 +11,F,20.0,33784,-109.07930699999636,31.938056000000426,2439591,16,4,2002 +8,F,62.0,33785,-109.08167999999641,31.937884000000402,2439541,16,4,2002 +8,M,20.0,33786,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,M,53.0,33787,-109.08167999999641,31.937884000000402,2439541,16,4,2002 +8,F,18.0,33788,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,F,15.0,33789,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,M,55.0,33790,-109.08167999999641,31.937884000000402,2439541,16,4,2002 +8,M,54.0,33791,-109.08167999999641,31.937884000000402,2439541,16,4,2002 +8,F,40.0,33792,-109.08167999999641,31.937884000000402,2439521,16,4,2002 +8,M,62.0,33793,-109.08167999999641,31.937884000000402,2439541,16,4,2002 +8,M,20.0,33794,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,M,,33795,-109.08167999999641,31.937884000000402,2439521,16,4,2002 +8,M,20.0,33796,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,F,18.0,33797,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,F,35.0,33798,-109.08167999999641,31.937884000000402,2439581,16,4,2002 +8,M,21.0,33799,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,M,14.0,33800,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +8,F,64.0,33801,-109.08167999999641,31.937884000000402,2439541,16,4,2002 +8,F,51.0,33802,-109.08167999999641,31.937884000000402,2439541,16,4,2002 +8,M,21.0,33803,-109.08167999999641,31.937884000000402,2439591,16,4,2002 +13,M,17.0,33804,-109.08261299999641,31.937028000000442,2439581,16,4,2002 +13,M,,33805,-109.08261299999641,31.937028000000442,2439581,16,4,2002 +13,M,44.0,33806,-109.08261299999641,31.937028000000442,2439581,16,4,2002 +13,M,38.0,33807,-109.08261299999641,31.937028000000442,2439581,16,4,2002 +13,M,24.0,33808,-109.08261299999641,31.937028000000442,2438516,16,4,2002 +13,F,22.0,33809,-109.08261299999641,31.937028000000442,2438516,16,4,2002 +18,F,36.0,33810,-109.07863299999636,31.93712600000041,2439581,16,4,2002 +18,F,30.0,33811,-109.07863299999636,31.93712600000041,2439581,16,4,2002 +18,M,15.0,33812,-109.07863299999636,31.93712600000041,2439581,16,4,2002 +18,M,36.0,33813,-109.07863299999636,31.93712600000041,2439581,16,4,2002 +18,F,26.0,33814,-109.07863299999636,31.93712600000041,2438516,16,4,2002 +18,F,35.0,33815,-109.07863299999636,31.93712600000041,2439581,16,4,2002 +18,M,48.0,33816,-109.07863299999636,31.93712600000041,2439581,16,4,2002 +19,M,17.0,33817,-109.07791199999636,31.937438000000434,2439591,16,4,2002 +19,F,37.0,33818,-109.07791199999636,31.937438000000434,2439581,16,4,2002 +19,M,27.0,33819,-109.07791199999636,31.937438000000434,2439581,16,4,2002 +19,M,15.0,33820,-109.07791199999636,31.937438000000434,2439591,16,4,2002 +19,F,17.0,33821,-109.07791199999636,31.937438000000434,2439591,16,4,2002 +19,,,33822,-109.07791199999636,31.937438000000434,2437568,16,4,2002 +19,M,49.0,33823,-109.07791199999636,31.937438000000434,2439581,16,4,2002 +22,F,31.0,33824,-109.07860199999635,31.93644100000042,2439581,16,4,2002 +22,F,31.0,33825,-109.07860199999635,31.93644100000042,2439581,16,4,2002 +22,M,,33826,-109.07860199999635,31.93644100000042,2439581,16,4,2002 +22,,,33827,-109.07860199999635,31.93644100000042,2437300,16,4,2002 +22,F,27.0,33828,-109.07860199999635,31.93644100000042,2438516,16,4,2002 +22,F,31.0,33829,-109.07860199999635,31.93644100000042,2439581,16,4,2002 +22,F,35.0,33830,-109.07860199999635,31.93644100000042,2439581,16,4,2002 +22,F,46.0,33831,-109.07860199999635,31.93644100000042,2439521,16,4,2002 +7,,,33832,-109.08281599999641,31.938113000000413,,16,4,2002 +23,,,33833,-109.07783799999636,31.93676300000042,,16,4,2002 +24,,,33834,-109.07773599999636,31.938560000000447,,16,4,2002 +2,F,34.0,33835,-109.08197499999642,31.93888700000037,2439581,17,4,2002 +2,F,38.0,33836,-109.08197499999642,31.93888700000037,2439541,17,4,2002 +2,F,50.0,33837,-109.08197499999642,31.93888700000037,2439541,17,4,2002 +2,F,190.0,33838,-109.08197499999642,31.93888700000037,,17,4,2002 +2,F,25.0,33839,-109.08197499999642,31.93888700000037,2438516,17,4,2002 +2,M,79.0,33840,-109.08197499999642,31.93888700000037,2438147,17,4,2002 +2,M,29.0,33841,-109.08197499999642,31.93888700000037,2438516,17,4,2002 +2,M,42.0,33842,-109.08197499999642,31.93888700000037,2439581,17,4,2002 +2,F,51.0,33843,-109.08197499999642,31.93888700000037,2439521,17,4,2002 +2,F,14.0,33844,-109.08197499999642,31.93888700000037,2439591,17,4,2002 +2,F,30.0,33845,-109.08197499999642,31.93888700000037,2439521,17,4,2002 +2,M,22.0,33846,-109.08197499999642,31.93888700000037,2439591,17,4,2002 +2,F,17.0,33847,-109.08197499999642,31.93888700000037,2439591,17,4,2002 +2,F,149.0,33848,-109.08197499999642,31.93888700000037,,17,4,2002 +3,M,50.0,33849,-109.08120799999641,31.938896000000387,2439521,17,4,2002 +3,F,43.0,33850,-109.08120799999641,31.938896000000387,2439521,17,4,2002 +3,M,21.0,33851,-109.08120799999641,31.938896000000387,2439591,17,4,2002 +3,M,47.0,33852,-109.08120799999641,31.938896000000387,2439541,17,4,2002 +3,M,51.0,33853,-109.08120799999641,31.938896000000387,2439581,17,4,2002 +3,F,38.0,33854,-109.08120799999641,31.938896000000387,2439581,17,4,2002 +3,M,39.0,33855,-109.08120799999641,31.938896000000387,2439581,17,4,2002 +3,F,34.0,33856,-109.08120799999641,31.938896000000387,2439581,17,4,2002 +3,F,39.0,33857,-109.08120799999641,31.938896000000387,2439581,17,4,2002 +3,M,53.0,33858,-109.08120799999641,31.938896000000387,2439541,17,4,2002 +3,M,21.0,33859,-109.08120799999641,31.938896000000387,2439591,17,4,2002 +3,F,56.0,33860,-109.08120799999641,31.938896000000387,2439541,17,4,2002 +3,F,16.0,33861,-109.08120799999641,31.938896000000387,2439591,17,4,2002 +3,F,32.0,33862,-109.08120799999641,31.938896000000387,2439581,17,4,2002 +3,F,15.0,33863,-109.08120799999641,31.938896000000387,2439591,17,4,2002 +3,M,31.0,33864,-109.08120799999641,31.938896000000387,2438516,17,4,2002 +4,F,60.0,33865,-109.08040899999641,31.93889400000041,2439541,17,4,2002 +4,F,47.0,33866,-109.08040899999641,31.93889400000041,2439521,17,4,2002 +4,F,16.0,33867,-109.08040899999641,31.93889400000041,2439591,17,4,2002 +4,M,30.0,33868,-109.08040899999641,31.93889400000041,2439541,17,4,2002 +4,M,56.0,33869,-109.08040899999641,31.93889400000041,2439541,17,4,2002 +4,F,8.0,33870,-109.08040899999641,31.93889400000041,2439566,17,4,2002 +4,M,7.0,33871,-109.08040899999641,31.93889400000041,2439566,17,4,2002 +4,M,52.0,33872,-109.08040899999641,31.93889400000041,2439521,17,4,2002 +4,F,35.0,33873,-109.08040899999641,31.93889400000041,2439581,17,4,2002 +4,F,28.0,33874,-109.08040899999641,31.93889400000041,2438516,17,4,2002 +4,M,24.0,33875,-109.08040899999641,31.93889400000041,2439581,17,4,2002 +4,F,18.0,33876,-109.08040899999641,31.93889400000041,2439591,17,4,2002 +4,F,55.0,33877,-109.08040899999641,31.93889400000041,2439521,17,4,2002 +4,M,48.0,33878,-109.08040899999641,31.93889400000041,2439581,17,4,2002 +9,F,57.0,33879,-109.08090299999638,31.93785900000039,2439521,17,4,2002 +9,F,50.0,33880,-109.08090299999638,31.93785900000039,2439521,17,4,2002 +9,F,17.0,33881,-109.08090299999638,31.93785900000039,2439591,17,4,2002 +9,M,,33882,-109.08090299999638,31.93785900000039,2439591,17,4,2002 +9,M,17.0,33883,-109.08090299999638,31.93785900000039,2439591,17,4,2002 +9,F,26.0,33884,-109.08090299999638,31.93785900000039,2438516,17,4,2002 +9,M,24.0,33885,-109.08090299999638,31.93785900000039,2439591,17,4,2002 +9,,,33886,-109.08090299999638,31.93785900000039,2437300,17,4,2002 +9,M,48.0,33887,-109.08090299999638,31.93785900000039,2439521,17,4,2002 +9,F,45.0,33888,-109.08090299999638,31.93785900000039,2439521,17,4,2002 +9,F,16.0,33889,-109.08090299999638,31.93785900000039,2439591,17,4,2002 +9,M,19.0,33890,-109.08090299999638,31.93785900000039,2439591,17,4,2002 +9,M,56.0,33891,-109.08090299999638,31.93785900000039,2439521,17,4,2002 +14,M,48.0,33892,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +14,F,27.0,33893,-109.08182699999641,31.937054000000447,2438516,17,4,2002 +14,F,43.0,33894,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +14,F,43.0,33895,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +14,M,21.0,33896,-109.08182699999641,31.937054000000447,2439591,17,4,2002 +14,M,24.0,33897,-109.08182699999641,31.937054000000447,2438516,17,4,2002 +14,M,49.0,33898,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +14,M,43.0,33899,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +14,F,47.0,33900,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +14,M,27.0,33901,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +14,M,50.0,33902,-109.08182699999641,31.937054000000447,2439521,17,4,2002 +15,M,51.0,33903,-109.08103599999642,31.937059000000463,2438147,17,4,2002 +15,,,33904,-109.08103599999642,31.937059000000463,2437568,17,4,2002 +15,F,17.0,33905,-109.08103599999642,31.937059000000463,2439591,17,4,2002 +15,M,18.0,33906,-109.08103599999642,31.937059000000463,2439591,17,4,2002 +15,F,43.0,33907,-109.08103599999642,31.937059000000463,2439581,17,4,2002 +15,M,23.0,33908,-109.08103599999642,31.937059000000463,2439581,17,4,2002 +15,M,55.0,33909,-109.08103599999642,31.937059000000463,2438147,17,4,2002 +15,F,15.0,33910,-109.08103599999642,31.937059000000463,2439591,17,4,2002 +15,M,20.0,33911,-109.08103599999642,31.937059000000463,2439591,17,4,2002 +15,F,18.0,33912,-109.08103599999642,31.937059000000463,2439591,17,4,2002 +15,F,19.0,33913,-109.08103599999642,31.937059000000463,2439581,17,4,2002 +21,F,40.0,33914,-109.07939799999636,31.936448000000453,2439581,17,4,2002 +21,F,36.0,33915,-109.07939799999636,31.936448000000453,2439581,17,4,2002 +21,F,33.0,33916,-109.07939799999636,31.936448000000453,2439581,17,4,2002 +21,F,30.0,33917,-109.07939799999636,31.936448000000453,2439581,17,4,2002 +21,F,31.0,33918,-109.07939799999636,31.936448000000453,2439581,17,4,2002 +21,M,39.0,33919,-109.07939799999636,31.936448000000453,2439581,17,4,2002 +20,M,41.0,33920,-109.08019099999642,31.93633400000045,2439581,17,4,2002 +20,F,34.0,33921,-109.08019099999642,31.93633400000045,2439581,17,4,2002 +20,F,35.0,33922,-109.08019099999642,31.93633400000045,2439581,17,4,2002 +20,F,34.0,33923,-109.08019099999642,31.93633400000045,2439581,17,4,2002 +20,M,39.0,33924,-109.08019099999642,31.93633400000045,2439581,17,4,2002 +20,F,170.0,33925,-109.08019099999642,31.93633400000045,,17,4,2002 +17,F,19.0,33926,-109.07941499999636,31.937117000000445,2439591,17,4,2002 +17,M,50.0,33927,-109.07941499999636,31.937117000000445,2439521,17,4,2002 +17,M,15.0,33928,-109.07941499999636,31.937117000000445,2439591,17,4,2002 +17,F,47.0,33929,-109.07941499999636,31.937117000000445,2439581,17,4,2002 +17,M,56.0,33930,-109.07941499999636,31.937117000000445,2439521,17,4,2002 +17,F,48.0,33931,-109.07941499999636,31.937117000000445,2439521,17,4,2002 +17,F,47.0,33932,-109.07941499999636,31.937117000000445,2439521,17,4,2002 +17,M,20.0,33933,-109.07941499999636,31.937117000000445,2439591,17,4,2002 +17,F,174.0,33934,-109.07941499999636,31.937117000000445,,17,4,2002 +5,,,33935,-109.07960199999636,31.93897000000045,,17,4,2002 +10,,,33936,-109.08009099999636,31.938017000000425,,17,4,2002 +16,,,33937,-109.08024399999636,31.93709400000041,,17,4,2002 +1,M,15.0,33938,-109.08282899999641,31.938851000000387,2439591,15,5,2002 +1,F,51.0,33939,-109.08282899999641,31.938851000000387,2439541,15,5,2002 +1,F,20.0,33940,-109.08282899999641,31.938851000000387,2439591,15,5,2002 +1,M,15.0,33941,-109.08282899999641,31.938851000000387,2439591,15,5,2002 +1,M,23.0,33942,-109.08282899999641,31.938851000000387,2439581,15,5,2002 +1,F,25.0,33943,-109.08282899999641,31.938851000000387,2439581,15,5,2002 +1,F,39.0,33944,-109.08282899999641,31.938851000000387,2439581,15,5,2002 +1,M,47.0,33945,-109.08282899999641,31.938851000000387,2439521,15,5,2002 +1,F,35.0,33946,-109.08282899999641,31.938851000000387,2439521,15,5,2002 +1,F,17.0,33947,-109.08282899999641,31.938851000000387,2439591,15,5,2002 +1,M,37.0,33948,-109.08282899999641,31.938851000000387,2439541,15,5,2002 +1,M,43.0,33949,-109.08282899999641,31.938851000000387,2439581,15,5,2002 +1,M,52.0,33950,-109.08282899999641,31.938851000000387,2439541,15,5,2002 +1,M,205.0,33951,-109.08282899999641,31.938851000000387,,15,5,2002 +1,F,138.0,33952,-109.08282899999641,31.938851000000387,,15,5,2002 +2,F,27.0,33953,-109.08197499999642,31.93888700000037,2438516,15,5,2002 +2,F,16.0,33954,-109.08197499999642,31.93888700000037,2437981,15,5,2002 +2,M,17.0,33955,-109.08197499999642,31.93888700000037,2439581,15,5,2002 +2,F,19.0,33956,-109.08197499999642,31.93888700000037,2439581,15,5,2002 +2,F,41.0,33957,-109.08197499999642,31.93888700000037,2439581,15,5,2002 +2,M,22.0,33958,-109.08197499999642,31.93888700000037,2439591,15,5,2002 +2,F,41.0,33959,-109.08197499999642,31.93888700000037,2439521,15,5,2002 +2,F,20.0,33960,-109.08197499999642,31.93888700000037,2439591,15,5,2002 +2,M,52.0,33961,-109.08197499999642,31.93888700000037,2439541,15,5,2002 +2,F,,33962,-109.08197499999642,31.93888700000037,2439541,15,5,2002 +2,F,19.0,33963,-109.08197499999642,31.93888700000037,2439581,15,5,2002 +2,M,21.0,33964,-109.08197499999642,31.93888700000037,2437981,15,5,2002 +2,F,34.0,33965,-109.08197499999642,31.93888700000037,2439581,15,5,2002 +2,F,18.0,33966,-109.08197499999642,31.93888700000037,2439591,15,5,2002 +2,F,188.0,33967,-109.08197499999642,31.93888700000037,,15,5,2002 +12,M,45.0,33968,-109.07851899999636,31.938203000000414,2439541,15,5,2002 +12,M,47.0,33969,-109.07851899999636,31.938203000000414,2439541,15,5,2002 +12,F,53.0,33970,-109.07851899999636,31.938203000000414,2439521,15,5,2002 +12,M,24.0,33971,-109.07851899999636,31.938203000000414,2439591,15,5,2002 +12,F,21.0,33972,-109.07851899999636,31.938203000000414,2439591,15,5,2002 +12,F,20.0,33973,-109.07851899999636,31.938203000000414,2439591,15,5,2002 +12,F,24.0,33974,-109.07851899999636,31.938203000000414,2437981,15,5,2002 +12,M,17.0,33975,-109.07851899999636,31.938203000000414,2439591,15,5,2002 +12,M,44.0,33976,-109.07851899999636,31.938203000000414,2439521,15,5,2002 +12,F,63.0,33977,-109.07851899999636,31.938203000000414,2439541,15,5,2002 +12,M,19.0,33978,-109.07851899999636,31.938203000000414,2439591,15,5,2002 +12,M,23.0,33979,-109.07851899999636,31.938203000000414,2437981,15,5,2002 +12,M,18.0,33980,-109.07851899999636,31.938203000000414,2439591,15,5,2002 +12,M,51.0,33981,-109.07851899999636,31.938203000000414,2439541,15,5,2002 +19,M,20.0,33982,-109.07791199999636,31.937438000000434,2439591,15,5,2002 +19,F,17.0,33983,-109.07791199999636,31.937438000000434,2439581,15,5,2002 +19,M,17.0,33984,-109.07791199999636,31.937438000000434,2439581,15,5,2002 +19,M,45.0,33985,-109.07791199999636,31.937438000000434,2439581,15,5,2002 +19,M,21.0,33986,-109.07791199999636,31.937438000000434,2439591,15,5,2002 +19,F,36.0,33987,-109.07791199999636,31.937438000000434,2439581,15,5,2002 +19,F,34.0,33988,-109.07791199999636,31.937438000000434,2439581,15,5,2002 +19,F,13.0,33989,-109.07791199999636,31.937438000000434,2439591,15,5,2002 +19,F,33.0,33990,-109.07791199999636,31.937438000000434,2439581,15,5,2002 +19,M,17.0,33991,-109.07791199999636,31.937438000000434,2439591,15,5,2002 +19,F,18.0,33992,-109.07791199999636,31.937438000000434,2439591,15,5,2002 +19,,,33993,-109.07791199999636,31.937438000000434,2437300,15,5,2002 +18,F,20.0,33994,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,F,31.0,33995,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,M,33.0,33996,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,M,45.0,33997,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,F,30.0,33998,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,M,13.0,33999,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,F,20.0,34000,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,F,16.0,34001,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +18,F,35.0,34002,-109.07863299999636,31.93712600000041,2439581,15,5,2002 +17,M,41.0,34003,-109.07941499999636,31.937117000000445,2439521,15,5,2002 +17,M,54.0,34004,-109.07941499999636,31.937117000000445,2439521,15,5,2002 +17,F,46.0,34005,-109.07941499999636,31.937117000000445,2439521,15,5,2002 +17,F,35.0,34006,-109.07941499999636,31.937117000000445,2439581,15,5,2002 +17,M,19.0,34007,-109.07941499999636,31.937117000000445,2439591,15,5,2002 +17,F,18.0,34008,-109.07941499999636,31.937117000000445,2439591,15,5,2002 +17,M,51.0,34009,-109.07941499999636,31.937117000000445,2439521,15,5,2002 +17,F,47.0,34010,-109.07941499999636,31.937117000000445,2439521,15,5,2002 +17,M,45.0,34011,-109.07941499999636,31.937117000000445,2439581,15,5,2002 +17,M,46.0,34012,-109.07941499999636,31.937117000000445,2439521,15,5,2002 +17,M,169.0,34013,-109.07941499999636,31.937117000000445,,15,5,2002 +20,M,14.0,34014,-109.08019099999642,31.93633400000045,2439581,15,5,2002 +20,F,16.0,34015,-109.08019099999642,31.93633400000045,2439581,15,5,2002 +20,M,10.0,34016,-109.08019099999642,31.93633400000045,2437874,15,5,2002 +20,M,17.0,34017,-109.08019099999642,31.93633400000045,2439581,15,5,2002 +20,F,36.0,34018,-109.08019099999642,31.93633400000045,2439581,15,5,2002 +20,F,35.0,34019,-109.08019099999642,31.93633400000045,2439581,15,5,2002 +20,F,26.0,34020,-109.08019099999642,31.93633400000045,2438516,15,5,2002 +20,M,38.0,34021,-109.08019099999642,31.93633400000045,2439581,15,5,2002 +20,M,41.0,34022,-109.08019099999642,31.93633400000045,2439581,15,5,2002 +20,F,171.0,34023,-109.08019099999642,31.93633400000045,,15,5,2002 +21,F,32.0,34024,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,F,36.0,34025,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,F,13.0,34026,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,F,31.0,34027,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,M,37.0,34028,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,M,21.0,34029,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,M,39.0,34030,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,F,15.0,34031,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,F,30.0,34032,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +21,F,41.0,34033,-109.07939799999636,31.936448000000453,2439581,15,5,2002 +22,F,30.0,34034,-109.07860199999635,31.93644100000042,2439581,15,5,2002 +22,M,26.0,34035,-109.07860199999635,31.93644100000042,2439521,15,5,2002 +22,M,49.0,34036,-109.07860199999635,31.93644100000042,2439521,15,5,2002 +22,M,17.0,34037,-109.07860199999635,31.93644100000042,2439581,15,5,2002 +22,M,16.0,34038,-109.07860199999635,31.93644100000042,2439581,15,5,2002 +22,M,32.0,34039,-109.07860199999635,31.93644100000042,2439581,15,5,2002 +22,F,35.0,34040,-109.07860199999635,31.93644100000042,2439581,15,5,2002 +22,M,37.0,34041,-109.07860199999635,31.93644100000042,2439581,15,5,2002 +22,F,29.0,34042,-109.07860199999635,31.93644100000042,2439581,15,5,2002 +23,M,11.0,34043,-109.07783799999636,31.93676300000042,2437981,15,5,2002 +24,M,20.0,34044,-109.07773599999636,31.938560000000447,2437981,15,5,2002 +24,F,24.0,34045,-109.07773599999636,31.938560000000447,2437981,15,5,2002 +7,F,16.0,34046,-109.08281599999641,31.938113000000413,2439591,15,5,2002 +7,,,34047,-109.08281599999641,31.938113000000413,2437981,15,5,2002 +7,F,19.0,34048,-109.08281599999641,31.938113000000413,2439591,15,5,2002 +3,F,17.0,34049,-109.08120799999641,31.938896000000387,2439581,16,5,2002 +3,F,55.0,34050,-109.08120799999641,31.938896000000387,2439541,16,5,2002 +3,F,48.0,34051,-109.08120799999641,31.938896000000387,2439521,16,5,2002 +3,F,39.0,34052,-109.08120799999641,31.938896000000387,2439581,16,5,2002 +3,M,21.0,34053,-109.08120799999641,31.938896000000387,2439591,16,5,2002 +3,M,20.0,34054,-109.08120799999641,31.938896000000387,2439591,16,5,2002 +3,M,48.0,34055,-109.08120799999641,31.938896000000387,2439581,16,5,2002 +3,F,32.0,34056,-109.08120799999641,31.938896000000387,2439581,16,5,2002 +3,F,18.0,34057,-109.08120799999641,31.938896000000387,2439581,16,5,2002 +3,F,9.0,34058,-109.08120799999641,31.938896000000387,2439566,16,5,2002 +3,F,17.0,34059,-109.08120799999641,31.938896000000387,2439591,16,5,2002 +3,M,20.0,34060,-109.08120799999641,31.938896000000387,2439591,16,5,2002 +3,M,55.0,34061,-109.08120799999641,31.938896000000387,2439521,16,5,2002 +3,M,37.0,34062,-109.08120799999641,31.938896000000387,2439581,16,5,2002 +3,M,39.0,34063,-109.08120799999641,31.938896000000387,2439581,16,5,2002 +3,M,52.0,34064,-109.08120799999641,31.938896000000387,2439541,16,5,2002 +3,F,18.0,34065,-109.08120799999641,31.938896000000387,2439591,16,5,2002 +3,M,32.0,34066,-109.08120799999641,31.938896000000387,2439541,16,5,2002 +3,M,29.0,34067,-109.08120799999641,31.938896000000387,2439541,16,5,2002 +3,F,50.0,34068,-109.08120799999641,31.938896000000387,2439521,16,5,2002 +3,M,48.0,34069,-109.08120799999641,31.938896000000387,2439521,16,5,2002 +4,F,46.0,34070,-109.08040899999641,31.93889400000041,2439521,16,5,2002 +4,M,18.0,34071,-109.08040899999641,31.93889400000041,2439581,16,5,2002 +4,M,7.0,34072,-109.08040899999641,31.93889400000041,2439566,16,5,2002 +4,F,17.0,34073,-109.08040899999641,31.93889400000041,2439591,16,5,2002 +4,M,,34074,-109.08040899999641,31.93889400000041,2439541,16,5,2002 +4,F,22.0,34075,-109.08040899999641,31.93889400000041,2439591,16,5,2002 +4,M,50.0,34076,-109.08040899999641,31.93889400000041,2439541,16,5,2002 +4,F,49.0,34077,-109.08040899999641,31.93889400000041,2439521,16,5,2002 +4,M,51.0,34078,-109.08040899999641,31.93889400000041,2439521,16,5,2002 +4,M,22.0,34079,-109.08040899999641,31.93889400000041,2439581,16,5,2002 +4,F,50.0,34080,-109.08040899999641,31.93889400000041,2439541,16,5,2002 +6,F,32.0,34081,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,M,55.0,34082,-109.07883599999636,31.939078000000414,2439541,16,5,2002 +6,F,29.0,34083,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,F,24.0,34084,-109.07883599999636,31.939078000000414,2439541,16,5,2002 +6,M,35.0,34085,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,M,32.0,34086,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,F,55.0,34087,-109.07883599999636,31.939078000000414,2439541,16,5,2002 +6,F,32.0,34088,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,F,32.0,34089,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,M,44.0,34090,-109.07883599999636,31.939078000000414,2439541,16,5,2002 +6,F,17.0,34091,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,F,75.0,34092,-109.07883599999636,31.939078000000414,2438147,16,5,2002 +6,M,21.0,34093,-109.07883599999636,31.939078000000414,2439591,16,5,2002 +6,F,17.0,34094,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,F,20.0,34095,-109.07883599999636,31.939078000000414,2439591,16,5,2002 +6,M,19.0,34096,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,M,20.0,34097,-109.07883599999636,31.939078000000414,2439591,16,5,2002 +6,M,24.0,34098,-109.07883599999636,31.939078000000414,2439541,16,5,2002 +6,M,23.0,34099,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,F,22.0,34100,-109.07883599999636,31.939078000000414,2439591,16,5,2002 +6,F,36.0,34101,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,F,36.0,34102,-109.07883599999636,31.939078000000414,2439581,16,5,2002 +6,M,17.0,34103,-109.07883599999636,31.939078000000414,2439591,16,5,2002 +11,M,46.0,34104,-109.07930699999636,31.938056000000426,2439521,16,5,2002 +11,F,27.0,34105,-109.07930699999636,31.938056000000426,2437981,16,5,2002 +11,F,31.0,34106,-109.07930699999636,31.938056000000426,2439581,16,5,2002 +11,M,52.0,34107,-109.07930699999636,31.938056000000426,2439541,16,5,2002 +11,,,34108,-109.07930699999636,31.938056000000426,2437300,16,5,2002 +11,M,37.0,34109,-109.07930699999636,31.938056000000426,2439541,16,5,2002 +11,M,56.0,34110,-109.07930699999636,31.938056000000426,2439541,16,5,2002 +11,F,45.0,34111,-109.07930699999636,31.938056000000426,2439541,16,5,2002 +11,M,22.0,34112,-109.07930699999636,31.938056000000426,2437981,16,5,2002 +11,F,20.0,34113,-109.07930699999636,31.938056000000426,2439591,16,5,2002 +11,,,34114,-109.07930699999636,31.938056000000426,2437300,16,5,2002 +11,F,37.0,34115,-109.07930699999636,31.938056000000426,2439541,16,5,2002 +9,,,34116,-109.08090299999638,31.93785900000039,2438147,16,5,2002 +9,M,49.0,34117,-109.08090299999638,31.93785900000039,2439521,16,5,2002 +9,M,,34118,-109.08090299999638,31.93785900000039,2439591,16,5,2002 +9,M,45.0,34119,-109.08090299999638,31.93785900000039,2439521,16,5,2002 +9,M,20.0,34120,-109.08090299999638,31.93785900000039,2439591,16,5,2002 +9,F,18.0,34121,-109.08090299999638,31.93785900000039,2439591,16,5,2002 +9,M,18.0,34122,-109.08090299999638,31.93785900000039,2439591,16,5,2002 +9,F,45.0,34123,-109.08090299999638,31.93785900000039,2439521,16,5,2002 +9,F,17.0,34124,-109.08090299999638,31.93785900000039,2439591,16,5,2002 +9,F,26.0,34125,-109.08090299999638,31.93785900000039,2438516,16,5,2002 +9,M,48.0,34126,-109.08090299999638,31.93785900000039,2439521,16,5,2002 +9,F,25.0,34127,-109.08090299999638,31.93785900000039,2439521,16,5,2002 +9,F,64.0,34128,-109.08090299999638,31.93785900000039,2439521,16,5,2002 +8,M,20.0,34129,-109.08167999999641,31.937884000000402,2439591,16,5,2002 +8,M,21.0,34130,-109.08167999999641,31.937884000000402,2439591,16,5,2002 +8,F,60.0,34131,-109.08167999999641,31.937884000000402,2439541,16,5,2002 +8,F,12.0,34132,-109.08167999999641,31.937884000000402,2439581,16,5,2002 +8,M,42.0,34133,-109.08167999999641,31.937884000000402,2439521,16,5,2002 +8,F,43.0,34134,-109.08167999999641,31.937884000000402,2439521,16,5,2002 +8,F,47.0,34135,-109.08167999999641,31.937884000000402,2439541,16,5,2002 +8,M,49.0,34136,-109.08167999999641,31.937884000000402,2439541,16,5,2002 +8,F,18.0,34137,-109.08167999999641,31.937884000000402,2439591,16,5,2002 +8,M,11.0,34138,-109.08167999999641,31.937884000000402,2438516,16,5,2002 +8,F,29.0,34139,-109.08167999999641,31.937884000000402,2439581,16,5,2002 +8,M,17.0,34140,-109.08167999999641,31.937884000000402,2439591,16,5,2002 +8,F,13.0,34141,-109.08167999999641,31.937884000000402,2439591,16,5,2002 +8,M,12.0,34142,-109.08167999999641,31.937884000000402,2439591,16,5,2002 +8,M,44.0,34143,-109.08167999999641,31.937884000000402,2439541,16,5,2002 +8,F,46.0,34144,-109.08167999999641,31.937884000000402,2439581,16,5,2002 +8,F,18.0,34145,-109.08167999999641,31.937884000000402,2439581,16,5,2002 +8,F,14.0,34146,-109.08167999999641,31.937884000000402,2439581,16,5,2002 +8,F,44.0,34147,-109.08167999999641,31.937884000000402,2439541,16,5,2002 +8,M,57.0,34148,-109.08167999999641,31.937884000000402,2439541,16,5,2002 +13,M,40.0,34149,-109.08261299999641,31.937028000000442,2439581,16,5,2002 +13,M,,34150,-109.08261299999641,31.937028000000442,2438516,16,5,2002 +13,F,23.0,34151,-109.08261299999641,31.937028000000442,2438516,16,5,2002 +13,M,41.0,34152,-109.08261299999641,31.937028000000442,2439581,16,5,2002 +13,M,23.0,34153,-109.08261299999641,31.937028000000442,2439581,16,5,2002 +13,M,26.0,34154,-109.08261299999641,31.937028000000442,2439581,16,5,2002 +13,F,26.0,34155,-109.08261299999641,31.937028000000442,2439581,16,5,2002 +13,F,42.0,34156,-109.08261299999641,31.937028000000442,2439581,16,5,2002 +14,M,36.0,34157,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +14,M,18.0,34158,-109.08182699999641,31.937054000000447,2439591,16,5,2002 +14,M,48.0,34159,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +14,M,47.0,34160,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +14,M,42.0,34161,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +14,F,37.0,34162,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +14,M,47.0,34163,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +14,M,48.0,34164,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +14,F,52.0,34165,-109.08182699999641,31.937054000000447,2439521,16,5,2002 +15,F,15.0,34166,-109.08103599999642,31.937059000000463,2439591,16,5,2002 +15,M,24.0,34167,-109.08103599999642,31.937059000000463,2439581,16,5,2002 +15,F,33.0,34168,-109.08103599999642,31.937059000000463,2439581,16,5,2002 +15,F,20.0,34169,-109.08103599999642,31.937059000000463,2439591,16,5,2002 +15,M,18.0,34170,-109.08103599999642,31.937059000000463,2439591,16,5,2002 +15,F,20.0,34171,-109.08103599999642,31.937059000000463,2439591,16,5,2002 +15,,,34172,-109.08103599999642,31.937059000000463,2437568,16,5,2002 +15,F,23.0,34173,-109.08103599999642,31.937059000000463,2439581,16,5,2002 +15,,,34174,-109.08103599999642,31.937059000000463,2437568,16,5,2002 +5,M,11.0,34175,-109.07960199999636,31.93897000000045,2437874,16,5,2002 +16,M,35.0,34176,-109.08024399999636,31.93709400000041,2439581,16,5,2002 +16,M,52.0,34177,-109.08024399999636,31.93709400000041,2439541,16,5,2002 +16,M,13.0,34178,-109.08024399999636,31.93709400000041,2437981,16,5,2002 +16,M,36.0,34179,-109.08024399999636,31.93709400000041,2439581,16,5,2002 +10,,,34180,-109.08009099999636,31.938017000000425,,16,5,2002 +1,F,39.0,34181,-109.08282899999641,31.938851000000387,2439541,15,6,2002 +1,F,29.0,34182,-109.08282899999641,31.938851000000387,2439581,15,6,2002 +1,F,30.0,34183,-109.08282899999641,31.938851000000387,2439581,15,6,2002 +1,F,11.0,34184,-109.08282899999641,31.938851000000387,2439591,15,6,2002 +1,M,23.0,34185,-109.08282899999641,31.938851000000387,2439591,15,6,2002 +1,M,21.0,34186,-109.08282899999641,31.938851000000387,2439591,15,6,2002 +1,M,17.0,34187,-109.08282899999641,31.938851000000387,2439591,15,6,2002 +1,F,23.0,34188,-109.08282899999641,31.938851000000387,2439591,15,6,2002 +1,M,49.0,34189,-109.08282899999641,31.938851000000387,2439521,15,6,2002 +1,M,30.0,34190,-109.08282899999641,31.938851000000387,2439581,15,6,2002 +1,F,45.0,34191,-109.08282899999641,31.938851000000387,2439521,15,6,2002 +1,M,43.0,34192,-109.08282899999641,31.938851000000387,2439581,15,6,2002 +2,F,50.0,34193,-109.08197499999642,31.93888700000037,2439521,15,6,2002 +2,F,9.0,34194,-109.08197499999642,31.93888700000037,2439591,15,6,2002 +2,F,25.0,34195,-109.08197499999642,31.93888700000037,2437981,15,6,2002 +2,M,32.0,34196,-109.08197499999642,31.93888700000037,2439581,15,6,2002 +2,F,45.0,34197,-109.08197499999642,31.93888700000037,2439581,15,6,2002 +2,M,22.0,34198,-109.08197499999642,31.93888700000037,2439591,15,6,2002 +2,F,139.0,34199,-109.08197499999642,31.93888700000037,,15,6,2002 +12,F,50.0,34200,-109.07851899999636,31.938203000000414,2439521,15,6,2002 +12,M,22.0,34201,-109.07851899999636,31.938203000000414,2439591,15,6,2002 +12,F,47.0,34202,-109.07851899999636,31.938203000000414,2439541,15,6,2002 +12,F,21.0,34203,-109.07851899999636,31.938203000000414,2439591,15,6,2002 +12,M,18.0,34204,-109.07851899999636,31.938203000000414,2439591,15,6,2002 +12,M,52.0,34205,-109.07851899999636,31.938203000000414,2439541,15,6,2002 +12,F,23.0,34206,-109.07851899999636,31.938203000000414,2437981,15,6,2002 +12,F,19.0,34207,-109.07851899999636,31.938203000000414,2439591,15,6,2002 +12,M,54.0,34208,-109.07851899999636,31.938203000000414,2439541,15,6,2002 +12,F,18.0,34209,-109.07851899999636,31.938203000000414,2439591,15,6,2002 +12,F,35.0,34210,-109.07851899999636,31.938203000000414,2438516,15,6,2002 +19,F,24.0,34211,-109.07791199999636,31.937438000000434,2439581,15,6,2002 +19,F,17.0,34212,-109.07791199999636,31.937438000000434,2439591,15,6,2002 +19,M,18.0,34213,-109.07791199999636,31.937438000000434,2439591,15,6,2002 +19,F,18.0,34214,-109.07791199999636,31.937438000000434,2439591,15,6,2002 +19,F,31.0,34215,-109.07791199999636,31.937438000000434,2439581,15,6,2002 +19,F,18.0,34216,-109.07791199999636,31.937438000000434,2439591,15,6,2002 +19,M,18.0,34217,-109.07791199999636,31.937438000000434,2439591,15,6,2002 +19,M,23.0,34218,-109.07791199999636,31.937438000000434,2439581,15,6,2002 +19,F,34.0,34219,-109.07791199999636,31.937438000000434,2439581,15,6,2002 +19,F,23.0,34220,-109.07791199999636,31.937438000000434,2439581,15,6,2002 +19,M,43.0,34221,-109.07791199999636,31.937438000000434,2439581,15,6,2002 +19,M,18.0,34222,-109.07791199999636,31.937438000000434,2439591,15,6,2002 +22,F,35.0,34223,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,F,26.0,34224,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,M,24.0,34225,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,F,25.0,34226,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,M,35.0,34227,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,F,29.0,34228,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,M,,34229,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,M,39.0,34230,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,M,23.0,34231,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +22,M,25.0,34232,-109.07860199999635,31.93644100000042,2439581,15,6,2002 +18,F,34.0,34233,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,F,28.0,34234,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,F,19.0,34235,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,F,25.0,34236,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,F,23.0,34237,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,M,18.0,34238,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,M,33.0,34239,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,F,20.0,34240,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,F,20.0,34241,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,M,45.0,34242,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,F,20.0,34243,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +18,M,33.0,34244,-109.07863299999636,31.93712600000041,2439581,15,6,2002 +17,M,47.0,34245,-109.07941499999636,31.937117000000445,2439581,15,6,2002 +17,M,50.0,34246,-109.07941499999636,31.937117000000445,2439521,15,6,2002 +17,M,24.0,34247,-109.07941499999636,31.937117000000445,2439581,15,6,2002 +17,F,50.0,34248,-109.07941499999636,31.937117000000445,2439521,15,6,2002 +17,M,50.0,34249,-109.07941499999636,31.937117000000445,2439541,15,6,2002 +17,F,13.0,34250,-109.07941499999636,31.937117000000445,2439591,15,6,2002 +17,F,38.0,34251,-109.07941499999636,31.937117000000445,2439581,15,6,2002 +17,F,17.0,34252,-109.07941499999636,31.937117000000445,2439591,15,6,2002 +17,M,28.0,34253,-109.07941499999636,31.937117000000445,2439581,15,6,2002 +17,F,50.0,34254,-109.07941499999636,31.937117000000445,2439521,15,6,2002 +17,F,25.0,34255,-109.07941499999636,31.937117000000445,2439581,15,6,2002 +17,M,51.0,34256,-109.07941499999636,31.937117000000445,2439521,15,6,2002 +17,F,26.0,34257,-109.07941499999636,31.937117000000445,2439521,15,6,2002 +17,,,34258,-109.07941499999636,31.937117000000445,2437568,15,6,2002 +17,F,20.0,34259,-109.07941499999636,31.937117000000445,2439581,15,6,2002 +21,F,30.0,34260,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,F,22.0,34261,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,F,33.0,34262,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,M,21.0,34263,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,M,40.0,34264,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,M,28.0,34265,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,F,23.0,34266,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,F,33.0,34267,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,F,32.0,34268,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,F,21.0,34269,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +21,F,31.0,34270,-109.07939799999636,31.936448000000453,2439581,15,6,2002 +20,,,34271,-109.08019099999642,31.93633400000045,2437568,15,6,2002 +20,F,22.0,34272,-109.08019099999642,31.93633400000045,2439581,15,6,2002 +20,M,40.0,34273,-109.08019099999642,31.93633400000045,2439581,15,6,2002 +20,M,42.0,34274,-109.08019099999642,31.93633400000045,2439581,15,6,2002 +20,F,33.0,34275,-109.08019099999642,31.93633400000045,2439581,15,6,2002 +20,F,29.0,34276,-109.08019099999642,31.93633400000045,2439581,15,6,2002 +20,M,,34277,-109.08019099999642,31.93633400000045,2437981,15,6,2002 +20,F,164.0,34278,-109.08019099999642,31.93633400000045,,15,6,2002 +24,M,15.0,34279,-109.07773599999636,31.938560000000447,2437981,15,6,2002 +24,M,139.0,34280,-109.07773599999636,31.938560000000447,,15,6,2002 +23,M,7.0,34281,-109.07783799999636,31.93676300000042,2437874,15,6,2002 +23,F,9.0,34282,-109.07783799999636,31.93676300000042,2437874,15,6,2002 +7,F,23.0,34283,-109.08281599999641,31.938113000000413,2439591,15,6,2002 +7,,,34284,-109.08281599999641,31.938113000000413,2438516,15,6,2002 +7,M,18.0,34285,-109.08281599999641,31.938113000000413,2439591,15,6,2002 +7,F,27.0,34286,-109.08281599999641,31.938113000000413,2439591,15,6,2002 +7,F,16.0,34287,-109.08281599999641,31.938113000000413,2439591,15,6,2002 +7,,,34288,-109.08281599999641,31.938113000000413,2437568,15,6,2002 +3,F,55.0,34289,-109.08120799999641,31.938896000000387,2439541,16,6,2002 +3,F,32.0,34290,-109.08120799999641,31.938896000000387,2439581,16,6,2002 +3,F,44.0,34291,-109.08120799999641,31.938896000000387,2439521,16,6,2002 +3,M,12.0,34292,-109.08120799999641,31.938896000000387,2439591,16,6,2002 +3,F,11.0,34293,-109.08120799999641,31.938896000000387,2439591,16,6,2002 +3,M,34.0,34294,-109.08120799999641,31.938896000000387,2439581,16,6,2002 +3,F,18.0,34295,-109.08120799999641,31.938896000000387,2439591,16,6,2002 +3,M,21.0,34296,-109.08120799999641,31.938896000000387,2439589,16,6,2002 +3,M,36.0,34297,-109.08120799999641,31.938896000000387,2439581,16,6,2002 +3,M,53.0,34298,-109.08120799999641,31.938896000000387,2439521,16,6,2002 +3,F,16.0,34299,-109.08120799999641,31.938896000000387,2439591,16,6,2002 +3,F,34.0,34300,-109.08120799999641,31.938896000000387,2439581,16,6,2002 +4,F,23.0,34301,-109.08040899999641,31.93889400000041,2439581,16,6,2002 +4,F,18.0,34302,-109.08040899999641,31.93889400000041,2439591,16,6,2002 +4,F,15.0,34303,-109.08040899999641,31.93889400000041,2439591,16,6,2002 +4,F,20.0,34304,-109.08040899999641,31.93889400000041,2439591,16,6,2002 +4,F,46.0,34305,-109.08040899999641,31.93889400000041,2439521,16,6,2002 +4,M,28.0,34306,-109.08040899999641,31.93889400000041,2439581,16,6,2002 +4,M,48.0,34307,-109.08040899999641,31.93889400000041,2439581,16,6,2002 +4,M,50.0,34308,-109.08040899999641,31.93889400000041,2439541,16,6,2002 +4,F,50.0,34309,-109.08040899999641,31.93889400000041,2439521,16,6,2002 +4,F,27.0,34310,-109.08040899999641,31.93889400000041,2439581,16,6,2002 +4,F,22.0,34311,-109.08040899999641,31.93889400000041,2437981,16,6,2002 +4,M,16.0,34312,-109.08040899999641,31.93889400000041,2439591,16,6,2002 +6,F,38.0,34313,-109.07883599999636,31.939078000000414,2439581,16,6,2002 +6,M,8.0,34314,-109.07883599999636,31.939078000000414,2439591,16,6,2002 +6,M,36.0,34315,-109.07883599999636,31.939078000000414,2439581,16,6,2002 +6,F,17.0,34316,-109.07883599999636,31.939078000000414,2439591,16,6,2002 +6,F,28.0,34317,-109.07883599999636,31.939078000000414,2439581,16,6,2002 +6,F,15.0,34318,-109.07883599999636,31.939078000000414,2439591,16,6,2002 +6,M,43.0,34319,-109.07883599999636,31.939078000000414,2439541,16,6,2002 +6,F,19.0,34320,-109.07883599999636,31.939078000000414,2439591,16,6,2002 +6,M,18.0,34321,-109.07883599999636,31.939078000000414,2439591,16,6,2002 +6,F,33.0,34322,-109.07883599999636,31.939078000000414,2439581,16,6,2002 +6,M,33.0,34323,-109.07883599999636,31.939078000000414,2439521,16,6,2002 +6,M,22.0,34324,-109.07883599999636,31.939078000000414,2439581,16,6,2002 +6,F,29.0,34325,-109.07883599999636,31.939078000000414,2439581,16,6,2002 +6,F,50.0,34326,-109.07883599999636,31.939078000000414,2439541,16,6,2002 +6,,,34327,-109.07883599999636,31.939078000000414,2439581,16,6,2002 +11,M,41.0,34328,-109.07930699999636,31.938056000000426,2439541,16,6,2002 +11,M,49.0,34329,-109.07930699999636,31.938056000000426,2439541,16,6,2002 +11,F,19.0,34330,-109.07930699999636,31.938056000000426,2439591,16,6,2002 +11,M,23.0,34331,-109.07930699999636,31.938056000000426,2438516,16,6,2002 +11,F,40.0,34332,-109.07930699999636,31.938056000000426,2439541,16,6,2002 +11,M,43.0,34333,-109.07930699999636,31.938056000000426,2439541,16,6,2002 +11,F,10.0,34334,-109.07930699999636,31.938056000000426,2439591,16,6,2002 +11,M,20.0,34335,-109.07930699999636,31.938056000000426,2439591,16,6,2002 +11,F,44.0,34336,-109.07930699999636,31.938056000000426,2439541,16,6,2002 +11,M,20.0,34337,-109.07930699999636,31.938056000000426,2439591,16,6,2002 +9,F,9.0,34338,-109.08090299999638,31.93785900000039,2439591,16,6,2002 +9,F,,34339,-109.08090299999638,31.93785900000039,2438516,16,6,2002 +9,M,25.0,34340,-109.08090299999638,31.93785900000039,2439521,16,6,2002 +9,F,17.0,34341,-109.08090299999638,31.93785900000039,2439591,16,6,2002 +9,F,48.0,34342,-109.08090299999638,31.93785900000039,2439521,16,6,2002 +9,M,48.0,34343,-109.08090299999638,31.93785900000039,2439521,16,6,2002 +9,F,41.0,34344,-109.08090299999638,31.93785900000039,2439521,16,6,2002 +9,M,17.0,34345,-109.08090299999638,31.93785900000039,2439591,16,6,2002 +9,M,10.0,34346,-109.08090299999638,31.93785900000039,2439591,16,6,2002 +9,M,22.0,34347,-109.08090299999638,31.93785900000039,2439521,16,6,2002 +9,F,11.0,34348,-109.08090299999638,31.93785900000039,2439591,16,6,2002 +9,F,18.0,34349,-109.08090299999638,31.93785900000039,2439591,16,6,2002 +8,M,42.0,34350,-109.08167999999641,31.937884000000402,2439521,16,6,2002 +8,M,49.0,34351,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +8,M,36.0,34352,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +8,F,48.0,34353,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +8,M,9.0,34354,-109.08167999999641,31.937884000000402,2439591,16,6,2002 +8,M,21.0,34355,-109.08167999999641,31.937884000000402,2439581,16,6,2002 +8,M,51.0,34356,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +8,M,26.0,34357,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +8,F,21.0,34358,-109.08167999999641,31.937884000000402,2439581,16,6,2002 +8,F,36.0,34359,-109.08167999999641,31.937884000000402,2439581,16,6,2002 +8,M,21.0,34360,-109.08167999999641,31.937884000000402,2439591,16,6,2002 +8,M,55.0,34361,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +8,M,45.0,34362,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +8,M,18.0,34363,-109.08167999999641,31.937884000000402,2439581,16,6,2002 +8,M,11.0,34364,-109.08167999999641,31.937884000000402,2439591,16,6,2002 +8,M,21.0,34365,-109.08167999999641,31.937884000000402,2439591,16,6,2002 +8,F,18.0,34366,-109.08167999999641,31.937884000000402,2439591,16,6,2002 +8,F,51.0,34367,-109.08167999999641,31.937884000000402,2439541,16,6,2002 +13,M,26.0,34368,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,M,19.0,34369,-109.08261299999641,31.937028000000442,2437981,16,6,2002 +13,M,41.0,34370,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,M,42.0,34371,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,F,30.0,34372,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,F,41.0,34373,-109.08261299999641,31.937028000000442,2439541,16,6,2002 +13,F,31.0,34374,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,M,26.0,34375,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,F,27.0,34376,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,F,37.0,34377,-109.08261299999641,31.937028000000442,2439581,16,6,2002 +13,,,34378,-109.08261299999641,31.937028000000442,2437568,16,6,2002 +14,F,46.0,34379,-109.08182699999641,31.937054000000447,2439521,16,6,2002 +14,M,46.0,34380,-109.08182699999641,31.937054000000447,2439521,16,6,2002 +14,M,17.0,34381,-109.08182699999641,31.937054000000447,2439591,16,6,2002 +14,M,9.0,34382,-109.08182699999641,31.937054000000447,2439591,16,6,2002 +14,M,38.0,34383,-109.08182699999641,31.937054000000447,2439521,16,6,2002 +14,M,46.0,34384,-109.08182699999641,31.937054000000447,2439521,16,6,2002 +14,M,23.0,34385,-109.08182699999641,31.937054000000447,2438516,16,6,2002 +14,F,47.0,34386,-109.08182699999641,31.937054000000447,2439521,16,6,2002 +14,M,46.0,34387,-109.08182699999641,31.937054000000447,2439521,16,6,2002 +14,M,203.0,34388,-109.08182699999641,31.937054000000447,,16,6,2002 +15,F,37.0,34389,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,M,,34390,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,M,10.0,34391,-109.08103599999642,31.937059000000463,2439591,16,6,2002 +15,M,17.0,34392,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,M,26.0,34393,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,F,19.0,34394,-109.08103599999642,31.937059000000463,2439591,16,6,2002 +15,F,19.0,34395,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,M,35.0,34396,-109.08103599999642,31.937059000000463,2439521,16,6,2002 +15,F,29.0,34397,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,F,17.0,34398,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,F,16.0,34399,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,M,16.0,34400,-109.08103599999642,31.937059000000463,2439591,16,6,2002 +15,M,22.0,34401,-109.08103599999642,31.937059000000463,2439591,16,6,2002 +15,F,26.0,34402,-109.08103599999642,31.937059000000463,2439581,16,6,2002 +15,M,18.0,34403,-109.08103599999642,31.937059000000463,2439591,16,6,2002 +16,F,5.0,34404,-109.08024399999636,31.93709400000041,2439566,16,6,2002 +16,M,24.0,34405,-109.08024399999636,31.93709400000041,2439581,16,6,2002 +16,F,24.0,34406,-109.08024399999636,31.93709400000041,2438516,16,6,2002 +16,M,23.0,34407,-109.08024399999636,31.93709400000041,2439581,16,6,2002 +16,F,27.0,34408,-109.08024399999636,31.93709400000041,2439581,16,6,2002 +5,M,17.0,34409,-109.07960199999636,31.93897000000045,2437981,16,6,2002 +10,,,34410,-109.08009099999636,31.938017000000425,,16,6,2002 +1,F,15.0,34411,-109.08282899999641,31.938851000000387,2439591,13,7,2002 +1,F,40.0,34412,-109.08282899999641,31.938851000000387,2439541,13,7,2002 +1,M,28.0,34413,-109.08282899999641,31.938851000000387,2439581,13,7,2002 +1,F,17.0,34414,-109.08282899999641,31.938851000000387,2439591,13,7,2002 +1,M,23.0,34415,-109.08282899999641,31.938851000000387,2439581,13,7,2002 +1,F,39.0,34416,-109.08282899999641,31.938851000000387,2439521,13,7,2002 +1,F,18.0,34417,-109.08282899999641,31.938851000000387,2439591,13,7,2002 +1,M,44.0,34418,-109.08282899999641,31.938851000000387,2439581,13,7,2002 +1,M,50.0,34419,-109.08282899999641,31.938851000000387,2439521,13,7,2002 +1,F,15.0,34420,-109.08282899999641,31.938851000000387,2439591,13,7,2002 +1,M,21.0,34421,-109.08282899999641,31.938851000000387,2439591,13,7,2002 +1,F,16.0,34422,-109.08282899999641,31.938851000000387,2439591,13,7,2002 +1,F,15.0,34423,-109.08282899999641,31.938851000000387,2439591,13,7,2002 +2,M,22.0,34424,-109.08197499999642,31.93888700000037,2439591,13,7,2002 +2,F,34.0,34425,-109.08197499999642,31.93888700000037,2439581,13,7,2002 +2,F,12.0,34426,-109.08197499999642,31.93888700000037,2439591,13,7,2002 +2,F,22.0,34427,-109.08197499999642,31.93888700000037,2437981,13,7,2002 +2,F,26.0,34428,-109.08197499999642,31.93888700000037,2439581,13,7,2002 +2,F,46.0,34429,-109.08197499999642,31.93888700000037,2439521,13,7,2002 +2,M,35.0,34430,-109.08197499999642,31.93888700000037,2439581,13,7,2002 +2,F,13.0,34431,-109.08197499999642,31.93888700000037,2439591,13,7,2002 +2,M,49.0,34432,-109.08197499999642,31.93888700000037,2439541,13,7,2002 +2,F,18.0,34433,-109.08197499999642,31.93888700000037,2439591,13,7,2002 +2,F,13.0,34434,-109.08197499999642,31.93888700000037,2439591,13,7,2002 +2,M,15.0,34435,-109.08197499999642,31.93888700000037,2439591,13,7,2002 +12,F,47.0,34436,-109.07851899999636,31.938203000000414,2439521,13,7,2002 +12,M,52.0,34437,-109.07851899999636,31.938203000000414,2439541,13,7,2002 +12,M,51.0,34438,-109.07851899999636,31.938203000000414,2439541,13,7,2002 +12,,,34439,-109.07851899999636,31.938203000000414,2439541,13,7,2002 +12,F,10.0,34440,-109.07851899999636,31.938203000000414,2439591,13,7,2002 +12,F,18.0,34441,-109.07851899999636,31.938203000000414,2439591,13,7,2002 +12,M,20.0,34442,-109.07851899999636,31.938203000000414,2439589,13,7,2002 +12,F,164.0,34443,-109.07851899999636,31.938203000000414,,13,7,2002 +12,F,21.0,34444,-109.07851899999636,31.938203000000414,2439591,13,7,2002 +12,F,23.0,34445,-109.07851899999636,31.938203000000414,2439581,13,7,2002 +12,M,14.0,34446,-109.07851899999636,31.938203000000414,2439591,13,7,2002 +12,M,23.0,34447,-109.07851899999636,31.938203000000414,2437981,13,7,2002 +12,M,23.0,34448,-109.07851899999636,31.938203000000414,2439591,13,7,2002 +12,M,34.0,34449,-109.07851899999636,31.938203000000414,2439581,13,7,2002 +12,M,56.0,34450,-109.07851899999636,31.938203000000414,2439541,13,7,2002 +19,F,74.0,34451,-109.07791199999636,31.937438000000434,2439591,13,7,2002 +19,M,30.0,34452,-109.07791199999636,31.937438000000434,2439581,13,7,2002 +19,F,17.0,34453,-109.07791199999636,31.937438000000434,2439591,13,7,2002 +19,M,10.0,34454,-109.07791199999636,31.937438000000434,2439591,13,7,2002 +19,M,49.0,34455,-109.07791199999636,31.937438000000434,2439581,13,7,2002 +19,F,34.0,34456,-109.07791199999636,31.937438000000434,2439581,13,7,2002 +19,F,37.0,34457,-109.07791199999636,31.937438000000434,2439581,13,7,2002 +19,F,34.0,34458,-109.07791199999636,31.937438000000434,2438516,13,7,2002 +19,M,18.0,34459,-109.07791199999636,31.937438000000434,2439591,13,7,2002 +19,M,20.0,34460,-109.07791199999636,31.937438000000434,2439591,13,7,2002 +19,M,24.0,34461,-109.07791199999636,31.937438000000434,2439581,13,7,2002 +19,F,30.0,34462,-109.07791199999636,31.937438000000434,2439581,13,7,2002 +19,F,20.0,34463,-109.07791199999636,31.937438000000434,2439581,13,7,2002 +18,F,31.0,34464,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,27.0,34465,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,24.0,34466,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,25.0,34467,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,M,,34468,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,35.0,34469,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,M,70.0,34470,-109.07863299999636,31.93712600000041,2438147,13,7,2002 +18,F,23.0,34471,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,25.0,34472,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,25.0,34473,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,23.0,34474,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +18,F,31.0,34475,-109.07863299999636,31.93712600000041,2439581,13,7,2002 +17,M,27.0,34476,-109.07941499999636,31.937117000000445,2438516,13,7,2002 +17,M,28.0,34477,-109.07941499999636,31.937117000000445,2439581,13,7,2002 +17,M,54.0,34478,-109.07941499999636,31.937117000000445,2439521,13,7,2002 +17,F,11.0,34479,-109.07941499999636,31.937117000000445,2439591,13,7,2002 +17,F,27.0,34480,-109.07941499999636,31.937117000000445,2439581,13,7,2002 +17,F,49.0,34481,-109.07941499999636,31.937117000000445,2439521,13,7,2002 +17,,,34482,-109.07941499999636,31.937117000000445,2437568,13,7,2002 +17,M,42.0,34483,-109.07941499999636,31.937117000000445,2439521,13,7,2002 +17,F,16.0,34484,-109.07941499999636,31.937117000000445,2439591,13,7,2002 +17,M,16.0,34485,-109.07941499999636,31.937117000000445,2439591,13,7,2002 +17,F,26.0,34486,-109.07941499999636,31.937117000000445,2439581,13,7,2002 +17,M,33.0,34487,-109.07941499999636,31.937117000000445,2439581,13,7,2002 +17,F,16.0,34488,-109.07941499999636,31.937117000000445,2439591,13,7,2002 +17,F,52.0,34489,-109.07941499999636,31.937117000000445,2439521,13,7,2002 +17,F,25.0,34490,-109.07941499999636,31.937117000000445,2439581,13,7,2002 +20,F,24.0,34491,-109.08019099999642,31.93633400000045,2439581,13,7,2002 +20,F,15.0,34492,-109.08019099999642,31.93633400000045,2439591,13,7,2002 +20,M,41.0,34493,-109.08019099999642,31.93633400000045,2439581,13,7,2002 +20,M,29.0,34494,-109.08019099999642,31.93633400000045,2439581,13,7,2002 +20,F,30.0,34495,-109.08019099999642,31.93633400000045,2439581,13,7,2002 +20,M,,34496,-109.08019099999642,31.93633400000045,2437981,13,7,2002 +20,M,13.0,34497,-109.08019099999642,31.93633400000045,2439591,13,7,2002 +20,M,15.0,34498,-109.08019099999642,31.93633400000045,2437981,13,7,2002 +20,M,40.0,34499,-109.08019099999642,31.93633400000045,2439581,13,7,2002 +20,F,36.0,34500,-109.08019099999642,31.93633400000045,2439581,13,7,2002 +21,F,36.0,34501,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,F,24.0,34502,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,F,33.0,34503,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,F,31.0,34504,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,F,27.0,34505,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,M,24.0,34506,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,F,26.0,34507,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,F,24.0,34508,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,,,34509,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +21,F,30.0,34510,-109.07939799999636,31.936448000000453,2439581,13,7,2002 +22,F,26.0,34511,-109.07860199999635,31.93644100000042,2439581,13,7,2002 +22,M,31.0,34512,-109.07860199999635,31.93644100000042,2439581,13,7,2002 +22,F,27.0,34513,-109.07860199999635,31.93644100000042,2439581,13,7,2002 +22,F,20.0,34514,-109.07860199999635,31.93644100000042,2439581,13,7,2002 +22,F,30.0,34515,-109.07860199999635,31.93644100000042,2439581,13,7,2002 +22,M,26.0,34516,-109.07860199999635,31.93644100000042,2439581,13,7,2002 +22,M,29.0,34517,-109.07860199999635,31.93644100000042,2439581,13,7,2002 +23,M,11.0,34518,-109.07783799999636,31.93676300000042,2437866,13,7,2002 +23,F,48.0,34519,-109.07783799999636,31.93676300000042,2439521,13,7,2002 +23,F,23.0,34520,-109.07783799999636,31.93676300000042,2437981,13,7,2002 +7,F,25.0,34521,-109.08281599999641,31.938113000000413,2438516,13,7,2002 +7,F,17.0,34522,-109.08281599999641,31.938113000000413,2439591,13,7,2002 +7,M,15.0,34523,-109.08281599999641,31.938113000000413,2439591,13,7,2002 +7,F,20.0,34524,-109.08281599999641,31.938113000000413,2439591,13,7,2002 +7,M,16.0,34525,-109.08281599999641,31.938113000000413,2439581,13,7,2002 +7,M,15.0,34526,-109.08281599999641,31.938113000000413,2439591,13,7,2002 +24,F,25.0,34527,-109.07773599999636,31.938560000000447,2437981,13,7,2002 +24,F,15.0,34528,-109.07773599999636,31.938560000000447,2439591,13,7,2002 +24,M,7.0,34529,-109.07773599999636,31.938560000000447,2437874,13,7,2002 +24,F,90.0,34530,-109.07773599999636,31.938560000000447,,13,7,2002 +24,M,74.0,34531,-109.07773599999636,31.938560000000447,2438147,13,7,2002 +24,,,34532,-109.07773599999636,31.938560000000447,,13,7,2002 +3,F,34.0,34533,-109.08120799999641,31.938896000000387,2439581,14,7,2002 +3,M,54.0,34534,-109.08120799999641,31.938896000000387,2439521,14,7,2002 +3,F,34.0,34535,-109.08120799999641,31.938896000000387,2439581,14,7,2002 +3,F,28.0,34536,-109.08120799999641,31.938896000000387,2438516,14,7,2002 +3,F,15.0,34537,-109.08120799999641,31.938896000000387,2439591,14,7,2002 +3,M,42.0,34538,-109.08120799999641,31.938896000000387,2439581,14,7,2002 +3,F,28.0,34539,-109.08120799999641,31.938896000000387,2438516,14,7,2002 +3,M,13.0,34540,-109.08120799999641,31.938896000000387,2439591,14,7,2002 +3,M,17.0,34541,-109.08120799999641,31.938896000000387,2439591,14,7,2002 +3,F,18.0,34542,-109.08120799999641,31.938896000000387,2439591,14,7,2002 +3,F,27.0,34543,-109.08120799999641,31.938896000000387,2439581,14,7,2002 +3,F,33.0,34544,-109.08120799999641,31.938896000000387,2439581,14,7,2002 +3,M,16.0,34545,-109.08120799999641,31.938896000000387,2439591,14,7,2002 +3,M,31.0,34546,-109.08120799999641,31.938896000000387,2439581,14,7,2002 +3,M,35.0,34547,-109.08120799999641,31.938896000000387,2439581,14,7,2002 +3,F,16.0,34548,-109.08120799999641,31.938896000000387,2439591,14,7,2002 +4,M,30.0,34549,-109.08040899999641,31.93889400000041,2439581,14,7,2002 +4,M,20.0,34550,-109.08040899999641,31.93889400000041,2439589,14,7,2002 +4,M,25.0,34551,-109.08040899999641,31.93889400000041,2439581,14,7,2002 +4,F,20.0,34552,-109.08040899999641,31.93889400000041,2439591,14,7,2002 +4,F,47.0,34553,-109.08040899999641,31.93889400000041,2439521,14,7,2002 +4,F,15.0,34554,-109.08040899999641,31.93889400000041,2439591,14,7,2002 +4,F,30.0,34555,-109.08040899999641,31.93889400000041,2439581,14,7,2002 +4,M,20.0,34556,-109.08040899999641,31.93889400000041,2439581,14,7,2002 +4,F,54.0,34557,-109.08040899999641,31.93889400000041,2439521,14,7,2002 +4,F,17.0,34558,-109.08040899999641,31.93889400000041,2439591,14,7,2002 +4,F,7.0,34559,-109.08040899999641,31.93889400000041,2439566,14,7,2002 +4,F,17.0,34560,-109.08040899999641,31.93889400000041,2439591,14,7,2002 +4,F,26.0,34561,-109.08040899999641,31.93889400000041,2439581,14,7,2002 +6,F,12.0,34562,-109.07883599999636,31.939078000000414,2439591,14,7,2002 +6,F,19.0,34563,-109.07883599999636,31.939078000000414,2439591,14,7,2002 +6,F,15.0,34564,-109.07883599999636,31.939078000000414,2439591,14,7,2002 +6,M,26.0,34565,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,M,42.0,34566,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,M,11.0,34567,-109.07883599999636,31.939078000000414,2439591,14,7,2002 +6,M,19.0,34568,-109.07883599999636,31.939078000000414,2439591,14,7,2002 +6,F,22.0,34569,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,,,34570,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,F,38.0,34571,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,M,51.0,34572,-109.07883599999636,31.939078000000414,2439541,14,7,2002 +6,F,26.0,34573,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,M,39.0,34574,-109.07883599999636,31.939078000000414,2439541,14,7,2002 +6,F,31.0,34575,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,,,34576,-109.07883599999636,31.939078000000414,,14,7,2002 +6,F,26.0,34577,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,F,29.0,34578,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,F,18.0,34579,-109.07883599999636,31.939078000000414,2439591,14,7,2002 +6,F,30.0,34580,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,F,34.0,34581,-109.07883599999636,31.939078000000414,2439581,14,7,2002 +6,,,34582,-109.07883599999636,31.939078000000414,,14,7,2002 +11,M,42.0,34583,-109.07930699999636,31.938056000000426,2439541,14,7,2002 +11,F,13.0,34584,-109.07930699999636,31.938056000000426,2439591,14,7,2002 +11,F,45.0,34585,-109.07930699999636,31.938056000000426,2439541,14,7,2002 +11,M,52.0,34586,-109.07930699999636,31.938056000000426,2439541,14,7,2002 +11,F,33.0,34587,-109.07930699999636,31.938056000000426,2439581,14,7,2002 +11,M,54.0,34588,-109.07930699999636,31.938056000000426,2439541,14,7,2002 +11,M,21.0,34589,-109.07930699999636,31.938056000000426,2439591,14,7,2002 +11,F,14.0,34590,-109.07930699999636,31.938056000000426,2439591,14,7,2002 +11,M,18.0,34591,-109.07930699999636,31.938056000000426,2439591,14,7,2002 +11,M,13.0,34592,-109.07930699999636,31.938056000000426,2439591,14,7,2002 +11,F,12.0,34593,-109.07930699999636,31.938056000000426,2439591,14,7,2002 +11,F,39.0,34594,-109.07930699999636,31.938056000000426,2439541,14,7,2002 +9,F,20.0,34595,-109.08090299999638,31.93785900000039,2438516,14,7,2002 +9,F,19.0,34596,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,F,13.0,34597,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,F,18.0,34598,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,F,23.0,34599,-109.08090299999638,31.93785900000039,2438516,14,7,2002 +9,F,17.0,34600,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,F,13.0,34601,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,F,47.0,34602,-109.08090299999638,31.93785900000039,2439541,14,7,2002 +9,F,16.0,34603,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,M,46.0,34604,-109.08090299999638,31.93785900000039,2439521,14,7,2002 +9,F,21.0,34605,-109.08090299999638,31.93785900000039,2437981,14,7,2002 +9,F,60.0,34606,-109.08090299999638,31.93785900000039,2439521,14,7,2002 +9,F,13.0,34607,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,M,25.0,34608,-109.08090299999638,31.93785900000039,2438516,14,7,2002 +9,M,12.0,34609,-109.08090299999638,31.93785900000039,2439591,14,7,2002 +9,M,35.0,34610,-109.08090299999638,31.93785900000039,2439521,14,7,2002 +8,M,13.0,34611,-109.08167999999641,31.937884000000402,2439581,14,7,2002 +8,M,52.0,34612,-109.08167999999641,31.937884000000402,2439541,14,7,2002 +8,F,14.0,34613,-109.08167999999641,31.937884000000402,2439591,14,7,2002 +8,F,47.0,34614,-109.08167999999641,31.937884000000402,2439541,14,7,2002 +8,F,52.0,34615,-109.08167999999641,31.937884000000402,2439521,14,7,2002 +8,M,16.0,34616,-109.08167999999641,31.937884000000402,2439591,14,7,2002 +8,M,47.0,34617,-109.08167999999641,31.937884000000402,2439541,14,7,2002 +8,M,19.0,34618,-109.08167999999641,31.937884000000402,2438516,14,7,2002 +8,M,53.0,34619,-109.08167999999641,31.937884000000402,2439541,14,7,2002 +8,F,13.0,34620,-109.08167999999641,31.937884000000402,2439591,14,7,2002 +8,M,40.0,34621,-109.08167999999641,31.937884000000402,2439541,14,7,2002 +8,F,12.0,34622,-109.08167999999641,31.937884000000402,2439591,14,7,2002 +8,M,12.0,34623,-109.08167999999641,31.937884000000402,2439591,14,7,2002 +8,F,16.0,34624,-109.08167999999641,31.937884000000402,2439591,14,7,2002 +8,F,37.0,34625,-109.08167999999641,31.937884000000402,2439581,14,7,2002 +13,F,21.0,34626,-109.08261299999641,31.937028000000442,2438516,14,7,2002 +13,F,16.0,34627,-109.08261299999641,31.937028000000442,2439591,14,7,2002 +13,M,21.0,34628,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +13,M,42.0,34629,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +13,M,29.0,34630,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +13,M,41.0,34631,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +13,F,11.0,34632,-109.08261299999641,31.937028000000442,2439591,14,7,2002 +13,M,31.0,34633,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +13,M,13.0,34634,-109.08261299999641,31.937028000000442,2439591,14,7,2002 +13,F,39.0,34635,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +13,M,31.0,34636,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +13,F,13.0,34637,-109.08261299999641,31.937028000000442,2439591,14,7,2002 +13,F,25.0,34638,-109.08261299999641,31.937028000000442,2439581,14,7,2002 +14,F,19.0,34639,-109.08182699999641,31.937054000000447,2439591,14,7,2002 +14,F,40.0,34640,-109.08182699999641,31.937054000000447,2439521,14,7,2002 +14,M,50.0,34641,-109.08182699999641,31.937054000000447,2439521,14,7,2002 +14,M,12.0,34642,-109.08182699999641,31.937054000000447,2439591,14,7,2002 +14,M,13.0,34643,-109.08182699999641,31.937054000000447,2439591,14,7,2002 +14,M,,34644,-109.08182699999641,31.937054000000447,2439591,14,7,2002 +14,M,47.0,34645,-109.08182699999641,31.937054000000447,2439521,14,7,2002 +14,M,37.0,34646,-109.08182699999641,31.937054000000447,2439521,14,7,2002 +14,M,14.0,34647,-109.08182699999641,31.937054000000447,2439591,14,7,2002 +14,F,41.0,34648,-109.08182699999641,31.937054000000447,2439521,14,7,2002 +15,F,15.0,34649,-109.08103599999642,31.937059000000463,2439591,14,7,2002 +15,F,25.0,34650,-109.08103599999642,31.937059000000463,2439581,14,7,2002 +15,F,17.0,34651,-109.08103599999642,31.937059000000463,2439591,14,7,2002 +15,M,17.0,34652,-109.08103599999642,31.937059000000463,2439591,14,7,2002 +15,F,29.0,34653,-109.08103599999642,31.937059000000463,2439581,14,7,2002 +15,F,29.0,34654,-109.08103599999642,31.937059000000463,2439581,14,7,2002 +15,F,42.0,34655,-109.08103599999642,31.937059000000463,2439521,14,7,2002 +15,F,18.0,34656,-109.08103599999642,31.937059000000463,2439591,14,7,2002 +15,M,29.0,34657,-109.08103599999642,31.937059000000463,2439581,14,7,2002 +15,M,29.0,34658,-109.08103599999642,31.937059000000463,2439581,14,7,2002 +15,M,57.0,34659,-109.08103599999642,31.937059000000463,2438147,14,7,2002 +15,F,23.0,34660,-109.08103599999642,31.937059000000463,2439581,14,7,2002 +15,M,17.0,34661,-109.08103599999642,31.937059000000463,2439591,14,7,2002 +16,F,39.0,34662,-109.08024399999636,31.93709400000041,2438516,14,7,2002 +16,F,16.0,34663,-109.08024399999636,31.93709400000041,2439591,14,7,2002 +16,M,7.0,34664,-109.08024399999636,31.93709400000041,2437874,14,7,2002 +16,,,34665,-109.08024399999636,31.93709400000041,2437568,14,7,2002 +16,M,16.0,34666,-109.08024399999636,31.93709400000041,2437981,14,7,2002 +16,M,15.0,34667,-109.08024399999636,31.93709400000041,2439591,14,7,2002 +16,F,45.0,34668,-109.08024399999636,31.93709400000041,2439521,14,7,2002 +5,,,34669,-109.07960199999636,31.93897000000045,,14,7,2002 +10,,,34670,-109.08009099999636,31.938017000000425,,14,7,2002 +1,F,51.0,34671,-109.08282899999641,31.938851000000387,2439541,8,9,2002 +1,F,18.0,34672,-109.08282899999641,31.938851000000387,2439591,8,9,2002 +2,F,45.0,34673,-109.08197499999642,31.93888700000037,2439521,8,9,2002 +2,,,34674,-109.08197499999642,31.93888700000037,2439591,8,9,2002 +12,M,21.0,34675,-109.07851899999636,31.938203000000414,2439589,8,9,2002 +12,F,57.0,34676,-109.07851899999636,31.938203000000414,2439541,8,9,2002 +12,F,60.0,34677,-109.07851899999636,31.938203000000414,2439521,8,9,2002 +12,F,210.0,34678,-109.07851899999636,31.938203000000414,,8,9,2002 +19,M,33.0,34679,-109.07791199999636,31.937438000000434,2439581,8,9,2002 +19,M,18.0,34680,-109.07791199999636,31.937438000000434,2439591,8,9,2002 +19,F,36.0,34681,-109.07791199999636,31.937438000000434,2439581,8,9,2002 +18,F,29.0,34682,-109.07863299999636,31.93712600000041,2439581,8,9,2002 +18,F,38.0,34683,-109.07863299999636,31.93712600000041,2439581,8,9,2002 +17,F,30.0,34684,-109.07941499999636,31.937117000000445,2439581,8,9,2002 +17,M,,34685,-109.07941499999636,31.937117000000445,2439591,8,9,2002 +17,F,50.0,34686,-109.07941499999636,31.937117000000445,2439521,8,9,2002 +17,F,31.0,34687,-109.07941499999636,31.937117000000445,2439581,8,9,2002 +17,M,47.0,34688,-109.07941499999636,31.937117000000445,2439521,8,9,2002 +17,M,162.0,34689,-109.07941499999636,31.937117000000445,,8,9,2002 +20,F,48.0,34690,-109.08019099999642,31.93633400000045,2439581,8,9,2002 +20,F,202.0,34691,-109.08019099999642,31.93633400000045,,8,9,2002 +21,M,36.0,34692,-109.07939799999636,31.936448000000453,2439581,8,9,2002 +21,F,28.0,34693,-109.07939799999636,31.936448000000453,2439581,8,9,2002 +22,M,30.0,34694,-109.07860199999635,31.93644100000042,2439581,8,9,2002 +22,F,33.0,34695,-109.07860199999635,31.93644100000042,2439581,8,9,2002 +22,M,21.0,34696,-109.07860199999635,31.93644100000042,2439591,8,9,2002 +7,M,19.0,34697,-109.08281599999641,31.938113000000413,2439591,8,9,2002 +24,M,18.0,34698,-109.07773599999636,31.938560000000447,2439591,8,9,2002 +15,F,37.0,34699,-109.08103599999642,31.937059000000463,2439581,10,9,2002 +15,F,,34700,-109.08103599999642,31.937059000000463,2439521,10,9,2002 +15,F,31.0,34701,-109.08103599999642,31.937059000000463,2438516,10,9,2002 +15,M,32.0,34702,-109.08103599999642,31.937059000000463,2439581,10,9,2002 +15,F,38.0,34703,-109.08103599999642,31.937059000000463,2439581,10,9,2002 +14,M,55.0,34704,-109.08182699999641,31.937054000000447,2439521,10,9,2002 +14,F,50.0,34705,-109.08182699999641,31.937054000000447,2439521,10,9,2002 +14,F,40.0,34706,-109.08182699999641,31.937054000000447,2439521,10,9,2002 +14,M,17.0,34707,-109.08182699999641,31.937054000000447,2439591,10,9,2002 +14,M,52.0,34708,-109.08182699999641,31.937054000000447,2439521,10,9,2002 +14,M,,34709,-109.08182699999641,31.937054000000447,2439521,10,9,2002 +13,M,20.0,34710,-109.08261299999641,31.937028000000442,2439591,10,9,2002 +13,F,,34711,-109.08261299999641,31.937028000000442,2438516,10,9,2002 +13,F,42.0,34712,-109.08261299999641,31.937028000000442,2439581,10,9,2002 +13,M,26.0,34713,-109.08261299999641,31.937028000000442,2438516,10,9,2002 +13,M,47.0,34714,-109.08261299999641,31.937028000000442,2439581,10,9,2002 +13,F,64.0,34715,-109.08261299999641,31.937028000000442,2439541,10,9,2002 +13,M,33.0,34716,-109.08261299999641,31.937028000000442,2439581,10,9,2002 +11,F,62.0,34717,-109.07930699999636,31.938056000000426,2439541,10,9,2002 +9,M,18.0,34718,-109.08090299999638,31.93785900000039,2439591,10,9,2002 +9,M,14.0,34719,-109.08090299999638,31.93785900000039,2439591,10,9,2002 +9,F,15.0,34720,-109.08090299999638,31.93785900000039,2439591,10,9,2002 +9,F,18.0,34721,-109.08090299999638,31.93785900000039,2439591,10,9,2002 +9,M,50.0,34722,-109.08090299999638,31.93785900000039,2439521,10,9,2002 +9,M,48.0,34723,-109.08090299999638,31.93785900000039,2439521,10,9,2002 +9,F,18.0,34724,-109.08090299999638,31.93785900000039,2439591,10,9,2002 +9,F,17.0,34725,-109.08090299999638,31.93785900000039,2439591,10,9,2002 +9,M,,34726,-109.08090299999638,31.93785900000039,2439521,10,9,2002 +8,M,13.0,34727,-109.08167999999641,31.937884000000402,2439591,10,9,2002 +8,M,19.0,34728,-109.08167999999641,31.937884000000402,2439591,10,9,2002 +8,F,19.0,34729,-109.08167999999641,31.937884000000402,2439591,10,9,2002 +8,F,37.0,34730,-109.08167999999641,31.937884000000402,2439581,10,9,2002 +8,M,45.0,34731,-109.08167999999641,31.937884000000402,2439521,10,9,2002 +8,M,11.0,34732,-109.08167999999641,31.937884000000402,2438516,10,9,2002 +8,F,51.0,34733,-109.08167999999641,31.937884000000402,2439541,10,9,2002 +3,F,46.0,34734,-109.08120799999641,31.938896000000387,2439581,10,9,2002 +3,M,45.0,34735,-109.08120799999641,31.938896000000387,2439581,10,9,2002 +3,M,13.0,34736,-109.08120799999641,31.938896000000387,2439591,10,9,2002 +3,F,18.0,34737,-109.08120799999641,31.938896000000387,2439591,10,9,2002 +3,,,34738,-109.08120799999641,31.938896000000387,2439591,10,9,2002 +4,F,29.0,34739,-109.08040899999641,31.93889400000041,2439581,10,9,2002 +4,M,15.0,34740,-109.08040899999641,31.93889400000041,2439591,10,9,2002 +4,F,57.0,34741,-109.08040899999641,31.93889400000041,2439541,10,9,2002 +4,M,53.0,34742,-109.08040899999641,31.93889400000041,2439541,10,9,2002 +4,F,17.0,34743,-109.08040899999641,31.93889400000041,2439591,10,9,2002 +6,F,31.0,34744,-109.07883599999636,31.939078000000414,2439581,10,9,2002 +6,F,17.0,34745,-109.07883599999636,31.939078000000414,2439591,10,9,2002 +6,F,36.0,34746,-109.07883599999636,31.939078000000414,2439581,10,9,2002 +6,M,35.0,34747,-109.07883599999636,31.939078000000414,2439581,10,9,2002 +6,F,20.0,34748,-109.07883599999636,31.939078000000414,2439591,10,9,2002 +6,F,36.0,34749,-109.07883599999636,31.939078000000414,2439581,10,9,2002 +6,,,34750,-109.07883599999636,31.939078000000414,2437568,10,9,2002 +16,M,19.0,34751,-109.08024399999636,31.93709400000041,2439591,10,9,2002 +16,F,31.0,34752,-109.08024399999636,31.93709400000041,2439581,10,9,2002 +16,M,15.0,34753,-109.08024399999636,31.93709400000041,2438516,10,9,2002 +16,M,36.0,34754,-109.08024399999636,31.93709400000041,2439581,10,9,2002 +16,F,25.0,34755,-109.08024399999636,31.93709400000041,2438516,10,9,2002 +5,,,34756,-109.07960199999636,31.93897000000045,,10,9,2002 +10,,,34757,-109.08009099999636,31.938017000000425,,10,9,2002 +23,,,34758,-109.07783799999636,31.93676300000042,,10,9,2002 +1,M,40.0,34759,-109.08282899999641,31.938851000000387,2439541,5,10,2002 +1,M,35.0,34760,-109.08282899999641,31.938851000000387,2439581,5,10,2002 +1,F,12.0,34761,-109.08282899999641,31.938851000000387,2439581,5,10,2002 +1,F,10.0,34762,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,17.0,34763,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,18.0,34764,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,26.0,34765,-109.08282899999641,31.938851000000387,2439581,5,10,2002 +1,F,18.0,34766,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,15.0,34767,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,22.0,34768,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,20.0,34769,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,16.0,34770,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,M,51.0,34771,-109.08282899999641,31.938851000000387,2439541,5,10,2002 +1,F,17.0,34772,-109.08282899999641,31.938851000000387,2439591,5,10,2002 +1,F,28.0,34773,-109.08282899999641,31.938851000000387,2439581,5,10,2002 +2,F,16.0,34774,-109.08197499999642,31.93888700000037,2439591,5,10,2002 +2,F,18.0,34775,-109.08197499999642,31.93888700000037,2439591,5,10,2002 +2,F,21.0,34776,-109.08197499999642,31.93888700000037,2439581,5,10,2002 +2,F,27.0,34777,-109.08197499999642,31.93888700000037,2439581,5,10,2002 +2,M,42.0,34778,-109.08197499999642,31.93888700000037,2439581,5,10,2002 +2,F,27.0,34779,-109.08197499999642,31.93888700000037,2439581,5,10,2002 +2,M,27.0,34780,-109.08197499999642,31.93888700000037,2438517,5,10,2002 +2,M,38.0,34781,-109.08197499999642,31.93888700000037,2439581,5,10,2002 +2,F,,34782,-109.08197499999642,31.93888700000037,2439591,5,10,2002 +2,M,40.0,34783,-109.08197499999642,31.93888700000037,2439581,5,10,2002 +2,M,226.0,34784,-109.08197499999642,31.93888700000037,,5,10,2002 +17,,,34785,-109.07941499999636,31.937117000000445,2437300,5,10,2002 +17,M,32.0,34786,-109.07941499999636,31.937117000000445,2439581,5,10,2002 +17,F,39.0,34787,-109.07941499999636,31.937117000000445,2439581,5,10,2002 +17,F,29.0,34788,-109.07941499999636,31.937117000000445,2439581,5,10,2002 +17,F,15.0,34789,-109.07941499999636,31.937117000000445,2439591,5,10,2002 +17,M,52.0,34790,-109.07941499999636,31.937117000000445,2439521,5,10,2002 +17,,,34791,-109.07941499999636,31.937117000000445,2439581,5,10,2002 +17,M,20.0,34792,-109.07941499999636,31.937117000000445,2439521,5,10,2002 +17,F,54.0,34793,-109.07941499999636,31.937117000000445,2439521,5,10,2002 +17,F,50.0,34794,-109.07941499999636,31.937117000000445,2439521,5,10,2002 +17,M,16.0,34795,-109.07941499999636,31.937117000000445,2439591,5,10,2002 +17,F,15.0,34796,-109.07941499999636,31.937117000000445,2439591,5,10,2002 +17,M,200.0,34797,-109.07941499999636,31.937117000000445,,5,10,2002 +18,M,55.0,34798,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,34.0,34799,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,29.0,34800,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,33.0,34801,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,29.0,34802,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,31.0,34803,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,30.0,34804,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,31.0,34805,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,30.0,34806,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,29.0,34807,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,32.0,34808,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +18,F,27.0,34809,-109.07863299999636,31.93712600000041,2439581,5,10,2002 +19,F,30.0,34810,-109.07791199999636,31.937438000000434,2438516,5,10,2002 +19,F,25.0,34811,-109.07791199999636,31.937438000000434,2437981,5,10,2002 +19,F,21.0,34812,-109.07791199999636,31.937438000000434,2439581,5,10,2002 +19,F,35.0,34813,-109.07791199999636,31.937438000000434,2439581,5,10,2002 +19,F,17.0,34814,-109.07791199999636,31.937438000000434,2439591,5,10,2002 +19,M,15.0,34815,-109.07791199999636,31.937438000000434,2439591,5,10,2002 +19,F,35.0,34816,-109.07791199999636,31.937438000000434,2439581,5,10,2002 +19,M,40.0,34817,-109.07791199999636,31.937438000000434,2439581,5,10,2002 +12,F,13.0,34818,-109.07851899999636,31.938203000000414,2439591,5,10,2002 +12,M,22.0,34819,-109.07851899999636,31.938203000000414,2438516,5,10,2002 +12,F,54.0,34820,-109.07851899999636,31.938203000000414,2439541,5,10,2002 +12,F,17.0,34821,-109.07851899999636,31.938203000000414,2439591,5,10,2002 +12,F,26.0,34822,-109.07851899999636,31.938203000000414,2439581,5,10,2002 +12,M,49.0,34823,-109.07851899999636,31.938203000000414,2439521,5,10,2002 +12,F,57.0,34824,-109.07851899999636,31.938203000000414,2439541,5,10,2002 +12,M,15.0,34825,-109.07851899999636,31.938203000000414,2439591,5,10,2002 +12,F,15.0,34826,-109.07851899999636,31.938203000000414,2439591,5,10,2002 +12,F,50.0,34827,-109.07851899999636,31.938203000000414,2439521,5,10,2002 +12,F,200.0,34828,-109.07851899999636,31.938203000000414,,5,10,2002 +22,F,36.0,34829,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +22,M,36.0,34830,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +22,F,29.0,34831,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +22,F,32.0,34832,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +22,F,24.0,34833,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +22,F,30.0,34834,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +22,F,16.0,34835,-109.07860199999635,31.93644100000042,2439591,5,10,2002 +22,M,57.0,34836,-109.07860199999635,31.93644100000042,2439521,5,10,2002 +22,F,30.0,34837,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +22,M,,34838,-109.07860199999635,31.93644100000042,2439581,5,10,2002 +21,F,36.0,34839,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,F,33.0,34840,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,M,42.0,34841,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,M,43.0,34842,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,F,26.0,34843,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,F,32.0,34844,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,M,43.0,34845,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,F,31.0,34846,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,F,29.0,34847,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,M,40.0,34848,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,F,35.0,34849,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,F,28.0,34850,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +21,M,32.0,34851,-109.07939799999636,31.936448000000453,2439581,5,10,2002 +20,M,,34852,-109.08019099999642,31.93633400000045,2439591,5,10,2002 +20,F,30.0,34853,-109.08019099999642,31.93633400000045,2439581,5,10,2002 +20,,,34854,-109.08019099999642,31.93633400000045,2439581,5,10,2002 +20,M,45.0,34855,-109.08019099999642,31.93633400000045,2439581,5,10,2002 +20,M,36.0,34856,-109.08019099999642,31.93633400000045,2439521,5,10,2002 +20,M,45.0,34857,-109.08019099999642,31.93633400000045,2439581,5,10,2002 +20,F,31.0,34858,-109.08019099999642,31.93633400000045,2439581,5,10,2002 +20,F,36.0,34859,-109.08019099999642,31.93633400000045,2439581,5,10,2002 +20,M,48.0,34860,-109.08019099999642,31.93633400000045,2439581,5,10,2002 +20,F,190.0,34861,-109.08019099999642,31.93633400000045,,5,10,2002 +7,M,19.0,34862,-109.08281599999641,31.938113000000413,2439591,5,10,2002 +7,M,17.0,34863,-109.08281599999641,31.938113000000413,2439591,5,10,2002 +23,M,55.0,34864,-109.07783799999636,31.93676300000042,2439521,5,10,2002 +24,M,194.0,34865,-109.07773599999636,31.938560000000447,,5,10,2002 +24,F,23.0,34866,-109.07773599999636,31.938560000000447,2437981,5,10,2002 +24,M,20.0,34867,-109.07773599999636,31.938560000000447,2437981,5,10,2002 +3,M,40.0,34868,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,M,48.0,34869,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,F,32.0,34870,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,F,36.0,34871,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,F,34.0,34872,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,M,24.0,34873,-109.08120799999641,31.938896000000387,2438517,6,10,2002 +3,F,33.0,34874,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,F,15.0,34875,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,M,39.0,34876,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,M,17.0,34877,-109.08120799999641,31.938896000000387,2439591,6,10,2002 +3,M,13.0,34878,-109.08120799999641,31.938896000000387,2439591,6,10,2002 +3,M,44.0,34879,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +3,F,17.0,34880,-109.08120799999641,31.938896000000387,2439581,6,10,2002 +4,F,28.0,34881,-109.08040899999641,31.93889400000041,2439581,6,10,2002 +4,M,13.0,34882,-109.08040899999641,31.93889400000041,2439591,6,10,2002 +4,F,10.0,34883,-109.08040899999641,31.93889400000041,2439566,6,10,2002 +4,F,17.0,34884,-109.08040899999641,31.93889400000041,2439591,6,10,2002 +4,M,43.0,34885,-109.08040899999641,31.93889400000041,2439581,6,10,2002 +4,F,25.0,34886,-109.08040899999641,31.93889400000041,2439581,6,10,2002 +4,M,19.0,34887,-109.08040899999641,31.93889400000041,2439591,6,10,2002 +6,F,28.0,34888,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,M,17.0,34889,-109.07883599999636,31.939078000000414,2439591,6,10,2002 +6,F,35.0,34890,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,F,48.0,34891,-109.07883599999636,31.939078000000414,2439541,6,10,2002 +6,F,20.0,34892,-109.07883599999636,31.939078000000414,2439591,6,10,2002 +6,M,15.0,34893,-109.07883599999636,31.939078000000414,2439591,6,10,2002 +6,F,21.0,34894,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,M,39.0,34895,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,F,26.0,34896,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,F,29.0,34897,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,M,41.0,34898,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,F,30.0,34899,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,M,31.0,34900,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +6,F,36.0,34901,-109.07883599999636,31.939078000000414,2439581,6,10,2002 +11,F,34.0,34902,-109.07930699999636,31.938056000000426,2439581,6,10,2002 +11,F,19.0,34903,-109.07930699999636,31.938056000000426,2439591,6,10,2002 +11,F,33.0,34904,-109.07930699999636,31.938056000000426,2438516,6,10,2002 +11,F,16.0,34905,-109.07930699999636,31.938056000000426,2439591,6,10,2002 +11,M,32.0,34906,-109.07930699999636,31.938056000000426,2439541,6,10,2002 +11,F,50.0,34907,-109.07930699999636,31.938056000000426,2439541,6,10,2002 +9,M,50.0,34908,-109.08090299999638,31.93785900000039,2439521,6,10,2002 +9,M,42.0,34909,-109.08090299999638,31.93785900000039,2439581,6,10,2002 +9,M,24.0,34910,-109.08090299999638,31.93785900000039,2438516,6,10,2002 +9,F,41.0,34911,-109.08090299999638,31.93785900000039,2439521,6,10,2002 +9,M,20.0,34912,-109.08090299999638,31.93785900000039,2439591,6,10,2002 +9,M,51.0,34913,-109.08090299999638,31.93785900000039,2439521,6,10,2002 +9,M,15.0,34914,-109.08090299999638,31.93785900000039,2439591,6,10,2002 +9,F,17.0,34915,-109.08090299999638,31.93785900000039,2439591,6,10,2002 +9,F,17.0,34916,-109.08090299999638,31.93785900000039,2439591,6,10,2002 +9,M,50.0,34917,-109.08090299999638,31.93785900000039,2439521,6,10,2002 +8,M,61.0,34918,-109.08167999999641,31.937884000000402,2439541,6,10,2002 +8,F,36.0,34919,-109.08167999999641,31.937884000000402,2439581,6,10,2002 +8,F,23.0,34920,-109.08167999999641,31.937884000000402,2438516,6,10,2002 +8,F,19.0,34921,-109.08167999999641,31.937884000000402,2439591,6,10,2002 +8,M,18.0,34922,-109.08167999999641,31.937884000000402,2439591,6,10,2002 +8,F,56.0,34923,-109.08167999999641,31.937884000000402,2439541,6,10,2002 +8,F,14.0,34924,-109.08167999999641,31.937884000000402,2439591,6,10,2002 +8,M,60.0,34925,-109.08167999999641,31.937884000000402,2439541,6,10,2002 +8,M,16.0,34926,-109.08167999999641,31.937884000000402,2439591,6,10,2002 +15,F,46.0,34927,-109.08103599999642,31.937059000000463,2439521,6,10,2002 +15,F,,34928,-109.08103599999642,31.937059000000463,2439581,6,10,2002 +15,F,22.0,34929,-109.08103599999642,31.937059000000463,2439581,6,10,2002 +15,F,32.0,34930,-109.08103599999642,31.937059000000463,2439581,6,10,2002 +15,,,34931,-109.08103599999642,31.937059000000463,2437568,6,10,2002 +15,F,31.0,34932,-109.08103599999642,31.937059000000463,2439581,6,10,2002 +15,F,33.0,34933,-109.08103599999642,31.937059000000463,2439581,6,10,2002 +15,F,16.0,34934,-109.08103599999642,31.937059000000463,2439591,6,10,2002 +15,F,27.0,34935,-109.08103599999642,31.937059000000463,2439581,6,10,2002 +15,M,35.0,34936,-109.08103599999642,31.937059000000463,2439581,6,10,2002 +15,M,45.0,34937,-109.08103599999642,31.937059000000463,2439521,6,10,2002 +15,F,28.0,34938,-109.08103599999642,31.937059000000463,2437981,6,10,2002 +15,F,19.0,34939,-109.08103599999642,31.937059000000463,2439591,6,10,2002 +14,F,44.0,34940,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,M,52.0,34941,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,M,54.0,34942,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,M,55.0,34943,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,M,33.0,34944,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,M,52.0,34945,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,M,32.0,34946,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,M,19.0,34947,-109.08182699999641,31.937054000000447,2438516,6,10,2002 +14,M,17.0,34948,-109.08182699999641,31.937054000000447,2439591,6,10,2002 +14,M,16.0,34949,-109.08182699999641,31.937054000000447,2439591,6,10,2002 +14,M,17.0,34950,-109.08182699999641,31.937054000000447,2439591,6,10,2002 +14,F,43.0,34951,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,F,,34952,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +14,F,46.0,34953,-109.08182699999641,31.937054000000447,2439521,6,10,2002 +13,F,27.0,34954,-109.08261299999641,31.937028000000442,2439581,6,10,2002 +13,M,43.0,34955,-109.08261299999641,31.937028000000442,2439581,6,10,2002 +13,F,29.0,34956,-109.08261299999641,31.937028000000442,2439581,6,10,2002 +13,F,42.0,34957,-109.08261299999641,31.937028000000442,2439581,6,10,2002 +13,M,34.0,34958,-109.08261299999641,31.937028000000442,2439581,6,10,2002 +13,M,60.0,34959,-109.08261299999641,31.937028000000442,2439541,6,10,2002 +13,M,47.0,34960,-109.08261299999641,31.937028000000442,2439581,6,10,2002 +13,F,32.0,34961,-109.08261299999641,31.937028000000442,2439581,6,10,2002 +13,F,64.0,34962,-109.08261299999641,31.937028000000442,2439541,6,10,2002 +13,F,18.0,34963,-109.08261299999641,31.937028000000442,2439591,6,10,2002 +16,M,20.0,34964,-109.08024399999636,31.93709400000041,2439591,6,10,2002 +16,M,22.0,34965,-109.08024399999636,31.93709400000041,2438516,6,10,2002 +16,M,20.0,34966,-109.08024399999636,31.93709400000041,2439591,6,10,2002 +16,M,35.0,34967,-109.08024399999636,31.93709400000041,2439581,6,10,2002 +16,F,,34968,-109.08024399999636,31.93709400000041,2439591,6,10,2002 +5,F,14.0,34969,-109.07960199999636,31.93897000000045,2439591,6,10,2002 +5,F,24.0,34970,-109.07960199999636,31.93897000000045,2437981,6,10,2002 +10,,,34971,-109.08009099999636,31.938017000000425,,6,10,2002 +1,M,45.0,34972,-109.08282899999641,31.938851000000387,2439581,9,11,2002 +1,F,18.0,34973,-109.08282899999641,31.938851000000387,2439591,9,11,2002 +1,M,17.0,34974,-109.08282899999641,31.938851000000387,2439591,9,11,2002 +1,F,28.0,34975,-109.08282899999641,31.938851000000387,2438516,9,11,2002 +1,F,18.0,34976,-109.08282899999641,31.938851000000387,2439591,9,11,2002 +1,F,16.0,34977,-109.08282899999641,31.938851000000387,2439591,9,11,2002 +1,M,16.0,34978,-109.08282899999641,31.938851000000387,2439591,9,11,2002 +1,F,31.0,34979,-109.08282899999641,31.938851000000387,2439581,9,11,2002 +1,F,18.0,34980,-109.08282899999641,31.938851000000387,2439591,9,11,2002 +1,M,23.0,34981,-109.08282899999641,31.938851000000387,2438516,9,11,2002 +1,M,51.0,34982,-109.08282899999641,31.938851000000387,2439541,9,11,2002 +2,F,27.0,34983,-109.08197499999642,31.93888700000037,2439581,9,11,2002 +2,F,24.0,34984,-109.08197499999642,31.93888700000037,2438516,9,11,2002 +2,M,14.0,34985,-109.08197499999642,31.93888700000037,2439591,9,11,2002 +2,M,55.0,34986,-109.08197499999642,31.93888700000037,2439521,9,11,2002 +2,M,44.0,34987,-109.08197499999642,31.93888700000037,2439581,9,11,2002 +2,M,45.0,34988,-109.08197499999642,31.93888700000037,2439521,9,11,2002 +2,F,15.0,34989,-109.08197499999642,31.93888700000037,2439591,9,11,2002 +2,F,27.0,34990,-109.08197499999642,31.93888700000037,2439581,9,11,2002 +2,M,,34991,-109.08197499999642,31.93888700000037,2438147,9,11,2002 +2,M,238.0,34992,-109.08197499999642,31.93888700000037,,9,11,2002 +17,F,30.0,34993,-109.07941499999636,31.937117000000445,2438516,9,11,2002 +17,F,32.0,34994,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,F,38.0,34995,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,F,30.0,34996,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,M,47.0,34997,-109.07941499999636,31.937117000000445,2439521,9,11,2002 +17,M,44.0,34998,-109.07941499999636,31.937117000000445,2439521,9,11,2002 +17,M,44.0,34999,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,F,29.0,35000,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,M,27.0,35001,-109.07941499999636,31.937117000000445,2438516,9,11,2002 +17,M,31.0,35002,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,F,25.0,35003,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,F,,35004,-109.07941499999636,31.937117000000445,2439581,9,11,2002 +17,M,46.0,35005,-109.07941499999636,31.937117000000445,2439521,9,11,2002 +18,F,24.0,35006,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,F,29.0,35007,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,M,22.0,35008,-109.07863299999636,31.93712600000041,2437981,9,11,2002 +18,F,35.0,35009,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,M,48.0,35010,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,F,18.0,35011,-109.07863299999636,31.93712600000041,2437981,9,11,2002 +18,F,29.0,35012,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,M,,35013,-109.07863299999636,31.93712600000041,2438517,9,11,2002 +18,F,29.0,35014,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,F,31.0,35015,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,F,30.0,35016,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,F,30.0,35017,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +18,,,35018,-109.07863299999636,31.93712600000041,2439581,9,11,2002 +19,M,35.0,35019,-109.07791199999636,31.937438000000434,2439581,9,11,2002 +19,F,13.0,35020,-109.07791199999636,31.937438000000434,2439591,9,11,2002 +19,F,12.0,35021,-109.07791199999636,31.937438000000434,2438516,9,11,2002 +19,M,15.0,35022,-109.07791199999636,31.937438000000434,2439591,9,11,2002 +19,F,18.0,35023,-109.07791199999636,31.937438000000434,2439591,9,11,2002 +19,F,31.0,35024,-109.07791199999636,31.937438000000434,2439581,9,11,2002 +19,M,,35025,-109.07791199999636,31.937438000000434,2439581,9,11,2002 +19,F,24.0,35026,-109.07791199999636,31.937438000000434,2439581,9,11,2002 +19,F,34.0,35027,-109.07791199999636,31.937438000000434,2439581,9,11,2002 +12,,,35028,-109.07851899999636,31.938203000000414,2437568,9,11,2002 +12,M,17.0,35029,-109.07851899999636,31.938203000000414,2439591,9,11,2002 +12,F,54.0,35030,-109.07851899999636,31.938203000000414,2439541,9,11,2002 +12,M,38.0,35031,-109.07851899999636,31.938203000000414,2439541,9,11,2002 +12,M,24.0,35032,-109.07851899999636,31.938203000000414,2438516,9,11,2002 +12,M,51.0,35033,-109.07851899999636,31.938203000000414,2439581,9,11,2002 +12,M,92.0,35034,-109.07851899999636,31.938203000000414,2438153,9,11,2002 +12,F,51.0,35035,-109.07851899999636,31.938203000000414,2439521,9,11,2002 +12,F,31.0,35036,-109.07851899999636,31.938203000000414,2439581,9,11,2002 +12,F,188.0,35037,-109.07851899999636,31.938203000000414,,9,11,2002 +22,M,43.0,35038,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,F,30.0,35039,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,M,34.0,35040,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,F,29.0,35041,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,M,43.0,35042,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,F,27.0,35043,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,F,23.0,35044,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,M,36.0,35045,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +22,F,26.0,35046,-109.07860199999635,31.93644100000042,2439581,9,11,2002 +21,M,31.0,35047,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,M,45.0,35048,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,F,30.0,35049,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,F,35.0,35050,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,F,28.0,35051,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,M,42.0,35052,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,F,30.0,35053,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,F,25.0,35054,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,M,40.0,35055,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,F,32.0,35056,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,M,45.0,35057,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +21,F,28.0,35058,-109.07939799999636,31.936448000000453,2439581,9,11,2002 +20,M,49.0,35059,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +20,F,25.0,35060,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +20,M,38.0,35061,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +20,F,26.0,35062,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +20,F,29.0,35063,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +20,F,24.0,35064,-109.08019099999642,31.93633400000045,2437981,9,11,2002 +20,M,13.0,35065,-109.08019099999642,31.93633400000045,2438516,9,11,2002 +20,F,36.0,35066,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +20,M,48.0,35067,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +20,M,44.0,35068,-109.08019099999642,31.93633400000045,2439581,9,11,2002 +24,F,16.0,35069,-109.07773599999636,31.938560000000447,2437874,9,11,2002 +24,F,30.0,35070,-109.07773599999636,31.938560000000447,2439581,9,11,2002 +24,M,23.0,35071,-109.07773599999636,31.938560000000447,2437981,9,11,2002 +24,F,30.0,35072,-109.07773599999636,31.938560000000447,2437981,9,11,2002 +24,F,24.0,35073,-109.07773599999636,31.938560000000447,2439581,9,11,2002 +23,M,34.0,35074,-109.07783799999636,31.93676300000042,2439581,9,11,2002 +23,F,14.0,35075,-109.07783799999636,31.93676300000042,2437874,9,11,2002 +7,F,30.0,35076,-109.08281599999641,31.938113000000413,2437981,9,11,2002 +6,M,45.0,35077,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,M,31.0,35078,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,F,39.0,35079,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,F,61.0,35080,-109.07883599999636,31.939078000000414,2439541,10,11,2002 +6,M,14.0,35081,-109.07883599999636,31.939078000000414,2439591,10,11,2002 +6,F,25.0,35082,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,M,46.0,35083,-109.07883599999636,31.939078000000414,2439541,10,11,2002 +6,M,23.0,35084,-109.07883599999636,31.939078000000414,2438516,10,11,2002 +11,M,32.0,35085,-109.07930699999636,31.938056000000426,2439521,10,11,2002 +11,M,32.0,35086,-109.07930699999636,31.938056000000426,2439521,10,11,2002 +11,M,15.0,35087,-109.07930699999636,31.938056000000426,2439591,10,11,2002 +11,M,17.0,35088,-109.07930699999636,31.938056000000426,2439591,10,11,2002 +11,M,17.0,35089,-109.07930699999636,31.938056000000426,2439591,10,11,2002 +11,F,,35090,-109.07930699999636,31.938056000000426,2439521,10,11,2002 +11,M,27.0,35091,-109.07930699999636,31.938056000000426,2438517,10,11,2002 +11,F,21.0,35092,-109.07930699999636,31.938056000000426,2438516,10,11,2002 +11,M,15.0,35093,-109.07930699999636,31.938056000000426,2439591,10,11,2002 +11,M,62.0,35094,-109.07930699999636,31.938056000000426,2439541,10,11,2002 +11,F,33.0,35095,-109.07930699999636,31.938056000000426,2439581,10,11,2002 +11,M,17.0,35096,-109.07930699999636,31.938056000000426,2439591,10,11,2002 +11,F,56.0,35097,-109.07930699999636,31.938056000000426,2439541,10,11,2002 +11,M,26.0,35098,-109.07930699999636,31.938056000000426,2438516,10,11,2002 +9,F,41.0,35099,-109.08090299999638,31.93785900000039,2439521,10,11,2002 +9,F,26.0,35100,-109.08090299999638,31.93785900000039,2438516,10,11,2002 +9,M,49.0,35101,-109.08090299999638,31.93785900000039,2439521,10,11,2002 +9,M,7.0,35102,-109.08090299999638,31.93785900000039,2439566,10,11,2002 +3,F,38.0,35103,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,M,49.0,35104,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,F,28.0,35105,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,F,23.0,35106,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,F,30.0,35107,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,F,25.0,35108,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,F,33.0,35109,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,M,49.0,35110,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,M,45.0,35111,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,M,44.0,35112,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +3,M,18.0,35113,-109.08120799999641,31.938896000000387,2439591,10,11,2002 +3,F,24.0,35114,-109.08120799999641,31.938896000000387,2439581,10,11,2002 +4,M,41.0,35115,-109.08040899999641,31.93889400000041,2439541,10,11,2002 +4,M,14.0,35116,-109.08040899999641,31.93889400000041,2439591,10,11,2002 +4,M,40.0,35117,-109.08040899999641,31.93889400000041,2439541,10,11,2002 +4,M,17.0,35118,-109.08040899999641,31.93889400000041,2439591,10,11,2002 +4,F,60.0,35119,-109.08040899999641,31.93889400000041,2439541,10,11,2002 +4,F,28.0,35120,-109.08040899999641,31.93889400000041,2439581,10,11,2002 +4,M,50.0,35121,-109.08040899999641,31.93889400000041,2439541,10,11,2002 +4,M,46.0,35122,-109.08040899999641,31.93889400000041,2439581,10,11,2002 +4,M,14.0,35123,-109.08040899999641,31.93889400000041,2439591,10,11,2002 +4,M,21.0,35124,-109.08040899999641,31.93889400000041,2438516,10,11,2002 +6,F,30.0,35125,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,F,39.0,35126,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,F,26.0,35127,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,M,46.0,35128,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,F,28.0,35129,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,M,17.0,35130,-109.07883599999636,31.939078000000414,2439591,10,11,2002 +6,F,30.0,35131,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +6,F,24.0,35132,-109.07883599999636,31.939078000000414,2439581,10,11,2002 +9,M,22.0,35133,-109.08090299999638,31.93785900000039,2438516,10,11,2002 +9,M,47.0,35134,-109.08090299999638,31.93785900000039,2439521,10,11,2002 +9,M,48.0,35135,-109.08090299999638,31.93785900000039,2439521,10,11,2002 +9,M,21.0,35136,-109.08090299999638,31.93785900000039,2438517,10,11,2002 +9,F,28.0,35137,-109.08090299999638,31.93785900000039,2439581,10,11,2002 +9,M,53.0,35138,-109.08090299999638,31.93785900000039,2439521,10,11,2002 +9,,,35139,-109.08090299999638,31.93785900000039,2437300,10,11,2002 +9,F,,35140,-109.08090299999638,31.93785900000039,2439581,10,11,2002 +8,F,25.0,35141,-109.08167999999641,31.937884000000402,2438516,10,11,2002 +8,F,37.0,35142,-109.08167999999641,31.937884000000402,2439581,10,11,2002 +8,M,62.0,35143,-109.08167999999641,31.937884000000402,2439541,10,11,2002 +8,F,24.0,35144,-109.08167999999641,31.937884000000402,2439581,10,11,2002 +8,M,57.0,35145,-109.08167999999641,31.937884000000402,2439541,10,11,2002 +8,F,27.0,35146,-109.08167999999641,31.937884000000402,2439581,10,11,2002 +8,M,20.0,35147,-109.08167999999641,31.937884000000402,2438516,10,11,2002 +8,M,63.0,35148,-109.08167999999641,31.937884000000402,2439541,10,11,2002 +8,F,14.0,35149,-109.08167999999641,31.937884000000402,2439591,10,11,2002 +8,M,43.0,35150,-109.08167999999641,31.937884000000402,2439541,10,11,2002 +13,F,35.0,35151,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,M,22.0,35152,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,M,44.0,35153,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,M,57.0,35154,-109.08261299999641,31.937028000000442,2439541,10,11,2002 +13,M,53.0,35155,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,F,36.0,35156,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,M,18.0,35157,-109.08261299999641,31.937028000000442,2438516,10,11,2002 +13,M,43.0,35158,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,F,18.0,35159,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,F,20.0,35160,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,F,65.0,35161,-109.08261299999641,31.937028000000442,2439541,10,11,2002 +13,F,26.0,35162,-109.08261299999641,31.937028000000442,2438516,10,11,2002 +13,M,34.0,35163,-109.08261299999641,31.937028000000442,2439581,10,11,2002 +13,M,23.0,35164,-109.08261299999641,31.937028000000442,2438516,10,11,2002 +14,F,45.0,35165,-109.08182699999641,31.937054000000447,2439521,10,11,2002 +14,M,53.0,35166,-109.08182699999641,31.937054000000447,2439521,10,11,2002 +14,M,52.0,35167,-109.08182699999641,31.937054000000447,2439521,10,11,2002 +14,F,43.0,35168,-109.08182699999641,31.937054000000447,2439521,10,11,2002 +14,M,50.0,35169,-109.08182699999641,31.937054000000447,2439521,10,11,2002 +14,,,35170,-109.08182699999641,31.937054000000447,2437568,10,11,2002 +14,M,51.0,35171,-109.08182699999641,31.937054000000447,2439521,10,11,2002 +14,F,44.0,35172,-109.08182699999641,31.937054000000447,2439521,10,11,2002 +14,F,7.0,35173,-109.08182699999641,31.937054000000447,2439566,10,11,2002 +15,F,27.0,35174,-109.08103599999642,31.937059000000463,2439581,10,11,2002 +15,F,31.0,35175,-109.08103599999642,31.937059000000463,2439581,10,11,2002 +15,F,42.0,35176,-109.08103599999642,31.937059000000463,2439541,10,11,2002 +15,F,36.0,35177,-109.08103599999642,31.937059000000463,2439581,10,11,2002 +15,F,33.0,35178,-109.08103599999642,31.937059000000463,2439581,10,11,2002 +15,F,30.0,35179,-109.08103599999642,31.937059000000463,2439581,10,11,2002 +15,F,22.0,35180,-109.08103599999642,31.937059000000463,2439581,10,11,2002 +15,M,38.0,35181,-109.08103599999642,31.937059000000463,2439581,10,11,2002 +16,F,56.0,35182,-109.08024399999636,31.93709400000041,2439541,10,11,2002 +16,F,31.0,35183,-109.08024399999636,31.93709400000041,2439581,10,11,2002 +16,M,18.0,35184,-109.08024399999636,31.93709400000041,2439591,10,11,2002 +16,F,29.0,35185,-109.08024399999636,31.93709400000041,2439581,10,11,2002 +16,F,24.0,35186,-109.08024399999636,31.93709400000041,2438516,10,11,2002 +16,M,42.0,35187,-109.08024399999636,31.93709400000041,2439541,10,11,2002 +5,F,17.0,35188,-109.07960199999636,31.93897000000045,2438516,10,11,2002 +10,,,35189,-109.08009099999636,31.938017000000425,,10,11,2002 +1,M,37.0,35190,-109.08282899999641,31.938851000000387,2439581,7,12,2002 +1,M,14.0,35191,-109.08282899999641,31.938851000000387,2438516,7,12,2002 +1,F,24.0,35192,-109.08282899999641,31.938851000000387,2439541,7,12,2002 +1,F,19.0,35193,-109.08282899999641,31.938851000000387,2438516,7,12,2002 +1,M,14.0,35194,-109.08282899999641,31.938851000000387,2439581,7,12,2002 +1,F,22.0,35195,-109.08282899999641,31.938851000000387,2439581,7,12,2002 +1,M,42.0,35196,-109.08282899999641,31.938851000000387,2439541,7,12,2002 +1,F,30.0,35197,-109.08282899999641,31.938851000000387,2439541,7,12,2002 +1,F,45.0,35198,-109.08282899999641,31.938851000000387,2439541,7,12,2002 +1,M,13.0,35199,-109.08282899999641,31.938851000000387,2438516,7,12,2002 +1,F,196.0,35200,-109.08282899999641,31.938851000000387,,7,12,2002 +1,M,49.0,35201,-109.08282899999641,31.938851000000387,2439541,7,12,2002 +2,F,28.0,35202,-109.08197499999642,31.93888700000037,2437981,7,12,2002 +2,M,14.0,35203,-109.08197499999642,31.93888700000037,2439591,7,12,2002 +2,F,27.0,35204,-109.08197499999642,31.93888700000037,2439581,7,12,2002 +2,M,19.0,35205,-109.08197499999642,31.93888700000037,2438516,7,12,2002 +2,F,28.0,35206,-109.08197499999642,31.93888700000037,2439581,7,12,2002 +2,F,28.0,35207,-109.08197499999642,31.93888700000037,2439581,7,12,2002 +2,M,38.0,35208,-109.08197499999642,31.93888700000037,2439581,7,12,2002 +2,M,43.0,35209,-109.08197499999642,31.93888700000037,2439581,7,12,2002 +2,M,21.0,35210,-109.08197499999642,31.93888700000037,2437981,7,12,2002 +2,M,48.0,35211,-109.08197499999642,31.93888700000037,2439521,7,12,2002 +2,M,41.0,35212,-109.08197499999642,31.93888700000037,2439581,7,12,2002 +2,M,248.0,35213,-109.08197499999642,31.93888700000037,,7,12,2002 +17,M,25.0,35214,-109.07941499999636,31.937117000000445,2438516,7,12,2002 +17,M,46.0,35215,-109.07941499999636,31.937117000000445,2439521,7,12,2002 +17,F,29.0,35216,-109.07941499999636,31.937117000000445,2439581,7,12,2002 +17,M,30.0,35217,-109.07941499999636,31.937117000000445,2439581,7,12,2002 +17,M,46.0,35218,-109.07941499999636,31.937117000000445,2439521,7,12,2002 +17,M,40.0,35219,-109.07941499999636,31.937117000000445,2439521,7,12,2002 +17,F,44.0,35220,-109.07941499999636,31.937117000000445,2439521,7,12,2002 +17,F,30.0,35221,-109.07941499999636,31.937117000000445,2439581,7,12,2002 +17,F,38.0,35222,-109.07941499999636,31.937117000000445,2439581,7,12,2002 +17,F,31.0,35223,-109.07941499999636,31.937117000000445,2439581,7,12,2002 +18,F,31.0,35224,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,28.0,35225,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,33.0,35226,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,23.0,35227,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,28.0,35228,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,31.0,35229,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,28.0,35230,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,29.0,35231,-109.07863299999636,31.93712600000041,2439581,7,12,2002 +18,F,154.0,35232,-109.07863299999636,31.93712600000041,,7,12,2002 +19,F,34.0,35233,-109.07791199999636,31.937438000000434,2439581,7,12,2002 +19,M,51.0,35234,-109.07791199999636,31.937438000000434,2439581,7,12,2002 +19,F,25.0,35235,-109.07791199999636,31.937438000000434,2439581,7,12,2002 +19,F,32.0,35236,-109.07791199999636,31.937438000000434,2439581,7,12,2002 +19,M,38.0,35237,-109.07791199999636,31.937438000000434,2439581,7,12,2002 +19,F,13.0,35238,-109.07791199999636,31.937438000000434,2439591,7,12,2002 +19,M,34.0,35239,-109.07791199999636,31.937438000000434,2439581,7,12,2002 +19,M,31.0,35240,-109.07791199999636,31.937438000000434,2439581,7,12,2002 +19,M,46.0,35241,-109.07791199999636,31.937438000000434,2439521,7,12,2002 +12,F,52.0,35242,-109.07851899999636,31.938203000000414,2439541,7,12,2002 +12,M,33.0,35243,-109.07851899999636,31.938203000000414,2439521,7,12,2002 +12,M,48.0,35244,-109.07851899999636,31.938203000000414,2439541,7,12,2002 +12,F,30.0,35245,-109.07851899999636,31.938203000000414,2439581,7,12,2002 +12,F,46.0,35246,-109.07851899999636,31.938203000000414,2439521,7,12,2002 +12,M,43.0,35247,-109.07851899999636,31.938203000000414,2439581,7,12,2002 +12,M,14.0,35248,-109.07851899999636,31.938203000000414,2439591,7,12,2002 +12,F,23.0,35249,-109.07851899999636,31.938203000000414,2437981,7,12,2002 +12,F,212.0,35250,-109.07851899999636,31.938203000000414,,7,12,2002 +22,F,24.0,35251,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,M,37.0,35252,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,M,39.0,35253,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,M,41.0,35254,-109.07860199999635,31.93644100000042,2439521,7,12,2002 +22,F,27.0,35255,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,M,35.0,35256,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,F,32.0,35257,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,M,,35258,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,M,43.0,35259,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +22,M,34.0,35260,-109.07860199999635,31.93644100000042,2439581,7,12,2002 +21,F,,35261,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,M,41.0,35262,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,F,27.0,35263,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,M,37.0,35264,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,F,26.0,35265,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,F,31.0,35266,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,F,30.0,35267,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,F,34.0,35268,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +21,M,29.0,35269,-109.07939799999636,31.936448000000453,2439581,7,12,2002 +20,M,23.0,35270,-109.08019099999642,31.93633400000045,2438516,7,12,2002 +20,F,26.0,35271,-109.08019099999642,31.93633400000045,2439581,7,12,2002 +20,F,34.0,35272,-109.08019099999642,31.93633400000045,2439581,7,12,2002 +20,M,47.0,35273,-109.08019099999642,31.93633400000045,2439581,7,12,2002 +20,F,24.0,35274,-109.08019099999642,31.93633400000045,2439581,7,12,2002 +20,F,27.0,35275,-109.08019099999642,31.93633400000045,2439581,7,12,2002 +20,M,38.0,35276,-109.08019099999642,31.93633400000045,2439581,7,12,2002 +20,F,15.0,35277,-109.08019099999642,31.93633400000045,2439591,7,12,2002 +20,F,27.0,35278,-109.08019099999642,31.93633400000045,2439581,7,12,2002 +20,,,35279,-109.08019099999642,31.93633400000045,2437568,7,12,2002 +16,F,23.0,35280,-109.08024399999636,31.93709400000041,2438516,7,12,2002 +16,M,,35281,-109.08024399999636,31.93709400000041,2439581,7,12,2002 +23,M,15.0,35282,-109.07783799999636,31.93676300000042,2439591,7,12,2002 +23,M,28.0,35283,-109.07783799999636,31.93676300000042,2438516,7,12,2002 +24,F,25.0,35284,-109.07773599999636,31.938560000000447,2437981,7,12,2002 +24,M,225.0,35285,-109.07773599999636,31.938560000000447,,7,12,2002 +3,F,26.0,35286,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,F,38.0,35287,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,F,29.0,35288,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,F,36.0,35289,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,M,49.0,35290,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,F,30.0,35291,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,F,25.0,35292,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,M,43.0,35293,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,F,26.0,35294,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,F,34.0,35295,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +3,M,46.0,35296,-109.08120799999641,31.938896000000387,2439581,8,12,2002 +4,M,14.0,35297,-109.08040899999641,31.93889400000041,2439591,8,12,2002 +4,M,33.0,35298,-109.08040899999641,31.93889400000041,2439541,8,12,2002 +4,M,45.0,35299,-109.08040899999641,31.93889400000041,2439541,8,12,2002 +4,F,24.0,35300,-109.08040899999641,31.93889400000041,2439581,8,12,2002 +4,F,29.0,35301,-109.08040899999641,31.93889400000041,2439581,8,12,2002 +4,M,6.0,35302,-109.08040899999641,31.93889400000041,2439566,8,12,2002 +4,M,14.0,35303,-109.08040899999641,31.93889400000041,2439591,8,12,2002 +4,M,54.0,35304,-109.08040899999641,31.93889400000041,2439541,8,12,2002 +4,F,52.0,35305,-109.08040899999641,31.93889400000041,2439541,8,12,2002 +4,M,21.0,35306,-109.08040899999641,31.93889400000041,2438516,8,12,2002 +4,F,22.0,35307,-109.08040899999641,31.93889400000041,2438516,8,12,2002 +6,M,21.0,35308,-109.07883599999636,31.939078000000414,2438516,8,12,2002 +6,F,6.0,35309,-109.07883599999636,31.939078000000414,2439566,8,12,2002 +6,F,27.0,35310,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,F,50.0,35311,-109.07883599999636,31.939078000000414,2439541,8,12,2002 +6,M,45.0,35312,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,F,30.0,35313,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,F,30.0,35314,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,F,27.0,35315,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,F,26.0,35316,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,F,38.0,35317,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,M,33.0,35318,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,M,45.0,35319,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +6,M,49.0,35320,-109.07883599999636,31.939078000000414,2439541,8,12,2002 +6,F,24.0,35321,-109.07883599999636,31.939078000000414,2438516,8,12,2002 +6,F,37.0,35322,-109.07883599999636,31.939078000000414,2439581,8,12,2002 +11,F,32.0,35323,-109.07930699999636,31.938056000000426,2439581,8,12,2002 +11,,,35324,-109.07930699999636,31.938056000000426,2437568,8,12,2002 +11,F,41.0,35325,-109.07930699999636,31.938056000000426,2439521,8,12,2002 +11,M,18.0,35326,-109.07930699999636,31.938056000000426,2439591,8,12,2002 +11,F,53.0,35327,-109.07930699999636,31.938056000000426,2439541,8,12,2002 +11,M,38.0,35328,-109.07930699999636,31.938056000000426,2439521,8,12,2002 +11,M,27.0,35329,-109.07930699999636,31.938056000000426,2438517,8,12,2002 +11,M,16.0,35330,-109.07930699999636,31.938056000000426,2439591,8,12,2002 +11,F,23.0,35331,-109.07930699999636,31.938056000000426,2438516,8,12,2002 +11,M,32.0,35332,-109.07930699999636,31.938056000000426,2439581,8,12,2002 +11,M,17.0,35333,-109.07930699999636,31.938056000000426,2439591,8,12,2002 +11,F,26.0,35334,-109.07930699999636,31.938056000000426,2439581,8,12,2002 +11,F,82.0,35335,-109.07930699999636,31.938056000000426,2438153,8,12,2002 +11,F,59.0,35336,-109.07930699999636,31.938056000000426,2439541,8,12,2002 +9,F,30.0,35337,-109.08090299999638,31.93785900000039,2439581,8,12,2002 +9,M,25.0,35338,-109.08090299999638,31.93785900000039,2438516,8,12,2002 +9,M,48.0,35339,-109.08090299999638,31.93785900000039,2439521,8,12,2002 +9,M,52.0,35340,-109.08090299999638,31.93785900000039,2439521,8,12,2002 +9,M,49.0,35341,-109.08090299999638,31.93785900000039,2439521,8,12,2002 +9,F,42.0,35342,-109.08090299999638,31.93785900000039,2439521,8,12,2002 +9,F,28.0,35343,-109.08090299999638,31.93785900000039,2438516,8,12,2002 +9,F,24.0,35344,-109.08090299999638,31.93785900000039,2439581,8,12,2002 +9,M,50.0,35345,-109.08090299999638,31.93785900000039,2439521,8,12,2002 +9,M,24.0,35346,-109.08090299999638,31.93785900000039,2439581,8,12,2002 +8,M,63.0,35347,-109.08167999999641,31.937884000000402,2439541,8,12,2002 +8,M,60.0,35348,-109.08167999999641,31.937884000000402,2439541,8,12,2002 +8,F,51.0,35349,-109.08167999999641,31.937884000000402,2439541,8,12,2002 +8,F,25.0,35350,-109.08167999999641,31.937884000000402,2439581,8,12,2002 +8,M,57.0,35351,-109.08167999999641,31.937884000000402,2439541,8,12,2002 +8,M,44.0,35352,-109.08167999999641,31.937884000000402,2439541,8,12,2002 +8,F,27.0,35353,-109.08167999999641,31.937884000000402,2439581,8,12,2002 +8,F,26.0,35354,-109.08167999999641,31.937884000000402,2439581,8,12,2002 +8,M,21.0,35355,-109.08167999999641,31.937884000000402,2438516,8,12,2002 +8,F,30.0,35356,-109.08167999999641,31.937884000000402,2439581,8,12,2002 +13,M,33.0,35357,-109.08261299999641,31.937028000000442,2439581,8,12,2002 +13,F,36.0,35358,-109.08261299999641,31.937028000000442,2439581,8,12,2002 +13,M,49.0,35359,-109.08261299999641,31.937028000000442,2439581,8,12,2002 +13,M,39.0,35360,-109.08261299999641,31.937028000000442,2439541,8,12,2002 +13,M,22.0,35361,-109.08261299999641,31.937028000000442,2438516,8,12,2002 +13,M,42.0,35362,-109.08261299999641,31.937028000000442,2439581,8,12,2002 +13,F,56.0,35363,-109.08261299999641,31.937028000000442,2439541,8,12,2002 +13,F,35.0,35364,-109.08261299999641,31.937028000000442,2439581,8,12,2002 +14,F,49.0,35365,-109.08182699999641,31.937054000000447,2439521,8,12,2002 +14,F,48.0,35366,-109.08182699999641,31.937054000000447,2439521,8,12,2002 +14,M,50.0,35367,-109.08182699999641,31.937054000000447,2439521,8,12,2002 +14,M,53.0,35368,-109.08182699999641,31.937054000000447,2439521,8,12,2002 +14,F,41.0,35369,-109.08182699999641,31.937054000000447,2439521,8,12,2002 +14,F,47.0,35370,-109.08182699999641,31.937054000000447,2439521,8,12,2002 +14,M,50.0,35371,-109.08182699999641,31.937054000000447,2439521,8,12,2002 +14,,,35372,-109.08182699999641,31.937054000000447,2437568,8,12,2002 +15,F,38.0,35373,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,F,25.0,35374,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,F,20.0,35375,-109.08103599999642,31.937059000000463,2437981,8,12,2002 +15,M,36.0,35376,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,F,31.0,35377,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,M,38.0,35378,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,F,29.0,35379,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,F,,35380,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,F,32.0,35381,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +15,F,30.0,35382,-109.08103599999642,31.937059000000463,2439581,8,12,2002 +7,M,30.0,35383,-109.08281599999641,31.938113000000413,2439581,8,12,2002 +5,M,19.0,35384,-109.07960199999636,31.93897000000045,2439591,8,12,2002 +5,F,22.0,35385,-109.07960199999636,31.93897000000045,2438516,8,12,2002 +10,,,35386,-109.08009099999636,31.938017000000425,,8,12,2002 +1,M,48.0,35387,-109.08282899999641,31.938851000000387,2439581,29,12,2002 +1,M,22.0,35388,-109.08282899999641,31.938851000000387,2438516,29,12,2002 +1,M,,35389,-109.08282899999641,31.938851000000387,2439541,29,12,2002 +1,F,53.0,35390,-109.08282899999641,31.938851000000387,2439541,29,12,2002 +1,M,52.0,35391,-109.08282899999641,31.938851000000387,2439541,29,12,2002 +1,F,52.0,35392,-109.08282899999641,31.938851000000387,2439541,29,12,2002 +1,F,40.0,35393,-109.08282899999641,31.938851000000387,2439541,29,12,2002 +1,F,19.0,35394,-109.08282899999641,31.938851000000387,2439591,29,12,2002 +2,M,49.0,35395,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,M,23.0,35396,-109.08197499999642,31.93888700000037,2438516,29,12,2002 +2,M,46.0,35397,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,F,34.0,35398,-109.08197499999642,31.93888700000037,2439521,29,12,2002 +2,F,27.0,35399,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,F,29.0,35400,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,M,36.0,35401,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,M,14.0,35402,-109.08197499999642,31.93888700000037,2439591,29,12,2002 +2,F,12.0,35403,-109.08197499999642,31.93888700000037,2437866,29,12,2002 +2,M,39.0,35404,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,F,,35405,-109.08197499999642,31.93888700000037,,29,12,2002 +2,F,26.0,35406,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,M,44.0,35407,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,M,37.0,35408,-109.08197499999642,31.93888700000037,2439581,29,12,2002 +2,M,13.0,35409,-109.08197499999642,31.93888700000037,2439591,29,12,2002 +12,F,30.0,35410,-109.07851899999636,31.938203000000414,2439581,29,12,2002 +12,F,48.0,35411,-109.07851899999636,31.938203000000414,2439521,29,12,2002 +12,M,58.0,35412,-109.07851899999636,31.938203000000414,2439541,29,12,2002 +12,M,36.0,35413,-109.07851899999636,31.938203000000414,2439521,29,12,2002 +12,F,49.0,35414,-109.07851899999636,31.938203000000414,2439541,29,12,2002 +12,M,51.0,35415,-109.07851899999636,31.938203000000414,2439541,29,12,2002 +12,F,200.0,35416,-109.07851899999636,31.938203000000414,,29,12,2002 +19,F,26.0,35417,-109.07791199999636,31.937438000000434,2439581,29,12,2002 +19,M,45.0,35418,-109.07791199999636,31.937438000000434,2438153,29,12,2002 +19,M,15.0,35419,-109.07791199999636,31.937438000000434,2439591,29,12,2002 +19,F,35.0,35420,-109.07791199999636,31.937438000000434,2439581,29,12,2002 +19,M,10.0,35421,-109.07791199999636,31.937438000000434,2437866,29,12,2002 +19,M,35.0,35422,-109.07791199999636,31.937438000000434,2439581,29,12,2002 +19,F,33.0,35423,-109.07791199999636,31.937438000000434,2439581,29,12,2002 +19,F,26.0,35424,-109.07791199999636,31.937438000000434,2439581,29,12,2002 +19,M,16.0,35425,-109.07791199999636,31.937438000000434,2439591,29,12,2002 +19,M,22.0,35426,-109.07791199999636,31.937438000000434,2437981,29,12,2002 +18,F,30.0,35427,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,32.0,35428,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,29.0,35429,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,M,49.0,35430,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,29.0,35431,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,25.0,35432,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,28.0,35433,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,27.0,35434,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,30.0,35435,-109.07863299999636,31.93712600000041,2439581,29,12,2002 +18,F,150.0,35436,-109.07863299999636,31.93712600000041,,29,12,2002 +17,F,32.0,35437,-109.07941499999636,31.937117000000445,2439521,29,12,2002 +17,M,42.0,35438,-109.07941499999636,31.937117000000445,2439521,29,12,2002 +17,F,31.0,35439,-109.07941499999636,31.937117000000445,2439581,29,12,2002 +17,F,29.0,35440,-109.07941499999636,31.937117000000445,2439581,29,12,2002 +17,F,44.0,35441,-109.07941499999636,31.937117000000445,2439521,29,12,2002 +17,M,47.0,35442,-109.07941499999636,31.937117000000445,2439521,29,12,2002 +17,F,30.0,35443,-109.07941499999636,31.937117000000445,2439581,29,12,2002 +17,F,38.0,35444,-109.07941499999636,31.937117000000445,2439581,29,12,2002 +17,F,47.0,35445,-109.07941499999636,31.937117000000445,2439521,29,12,2002 +17,M,39.0,35446,-109.07941499999636,31.937117000000445,2439521,29,12,2002 +17,M,33.0,35447,-109.07941499999636,31.937117000000445,2439581,29,12,2002 +17,F,29.0,35448,-109.07941499999636,31.937117000000445,2439581,29,12,2002 +17,M,45.0,35449,-109.07941499999636,31.937117000000445,2439581,29,12,2002 +20,F,,35450,-109.08019099999642,31.93633400000045,2438516,29,12,2002 +20,M,42.0,35451,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,F,25.0,35452,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,M,47.0,35453,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,M,,35454,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,F,29.0,35455,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,F,26.0,35456,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,M,45.0,35457,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,F,32.0,35458,-109.08019099999642,31.93633400000045,2439581,29,12,2002 +20,,,35459,-109.08019099999642,31.93633400000045,2437568,29,12,2002 +20,F,148.0,35460,-109.08019099999642,31.93633400000045,,29,12,2002 +21,F,29.0,35461,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +21,M,42.0,35462,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +21,F,26.0,35463,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +21,M,31.0,35464,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +21,F,35.0,35465,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +21,F,30.0,35466,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +21,F,27.0,35467,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +21,F,26.0,35468,-109.07939799999636,31.936448000000453,2439581,29,12,2002 +22,M,35.0,35469,-109.07860199999635,31.93644100000042,2439581,29,12,2002 +22,M,41.0,35470,-109.07860199999635,31.93644100000042,2439521,29,12,2002 +22,M,46.0,35471,-109.07860199999635,31.93644100000042,2439581,29,12,2002 +22,F,26.0,35472,-109.07860199999635,31.93644100000042,2439581,29,12,2002 +22,M,39.0,35473,-109.07860199999635,31.93644100000042,2439581,29,12,2002 +22,M,39.0,35474,-109.07860199999635,31.93644100000042,2439581,29,12,2002 +22,M,26.0,35475,-109.07860199999635,31.93644100000042,2438517,29,12,2002 +22,M,50.0,35476,-109.07860199999635,31.93644100000042,2438153,29,12,2002 +22,M,36.0,35477,-109.07860199999635,31.93644100000042,2439581,29,12,2002 +22,F,30.0,35478,-109.07860199999635,31.93644100000042,2439581,29,12,2002 +24,,,35479,-109.07773599999636,31.938560000000447,2437568,29,12,2002 +24,M,224.0,35480,-109.07773599999636,31.938560000000447,,29,12,2002 +16,F,23.0,35481,-109.08024399999636,31.93709400000041,2438516,29,12,2002 +16,M,31.0,35482,-109.08024399999636,31.93709400000041,2439581,29,12,2002 +16,M,47.0,35483,-109.08024399999636,31.93709400000041,2439541,29,12,2002 +16,M,61.0,35484,-109.08024399999636,31.93709400000041,2439541,29,12,2002 +16,M,26.0,35485,-109.08024399999636,31.93709400000041,2438516,29,12,2002 +16,F,46.0,35486,-109.08024399999636,31.93709400000041,2439541,29,12,2002 +16,M,,35487,-109.08024399999636,31.93709400000041,2439541,29,12,2002 +23,F,13.0,35488,-109.07783799999636,31.93676300000042,2437866,29,12,2002 +23,F,23.0,35489,-109.07783799999636,31.93676300000042,2437981,29,12,2002 +23,F,24.0,35490,-109.07783799999636,31.93676300000042,2439581,29,12,2002 +3,F,19.0,35491,-109.08120799999641,31.938896000000387,2437981,31,12,2002 +3,M,46.0,35492,-109.08120799999641,31.938896000000387,2439581,31,12,2002 +3,F,26.0,35493,-109.08120799999641,31.938896000000387,2439581,31,12,2002 +3,F,34.0,35494,-109.08120799999641,31.938896000000387,2439581,31,12,2002 +3,M,43.0,35495,-109.08120799999641,31.938896000000387,2439581,31,12,2002 +3,F,27.0,35496,-109.08120799999641,31.938896000000387,2438516,31,12,2002 +4,,,35497,-109.08040899999641,31.93889400000041,2439581,31,12,2002 +4,F,53.0,35498,-109.08040899999641,31.93889400000041,2439541,31,12,2002 +4,M,47.0,35499,-109.08040899999641,31.93889400000041,2439541,31,12,2002 +4,F,28.0,35500,-109.08040899999641,31.93889400000041,2439581,31,12,2002 +4,F,28.0,35501,-109.08040899999641,31.93889400000041,2439581,31,12,2002 +4,M,48.0,35502,-109.08040899999641,31.93889400000041,2439541,31,12,2002 +4,M,16.0,35503,-109.08040899999641,31.93889400000041,2439591,31,12,2002 +6,M,32.0,35504,-109.07883599999636,31.939078000000414,2439541,31,12,2002 +6,F,27.0,35505,-109.07883599999636,31.939078000000414,2439581,31,12,2002 +6,F,24.0,35506,-109.07883599999636,31.939078000000414,2438516,31,12,2002 +6,M,8.0,35507,-109.07883599999636,31.939078000000414,2439566,31,12,2002 +6,F,36.0,35508,-109.07883599999636,31.939078000000414,2439581,31,12,2002 +6,F,35.0,35509,-109.07883599999636,31.939078000000414,2439581,31,12,2002 +6,M,47.0,35510,-109.07883599999636,31.939078000000414,2439581,31,12,2002 +6,F,30.0,35511,-109.07883599999636,31.939078000000414,2439581,31,12,2002 +11,,,35512,-109.07930699999636,31.938056000000426,,31,12,2002 +11,,,35513,-109.07930699999636,31.938056000000426,,31,12,2002 +11,,,35514,-109.07930699999636,31.938056000000426,,31,12,2002 +11,M,18.0,35515,-109.07930699999636,31.938056000000426,2439591,31,12,2002 +11,F,,35516,-109.07930699999636,31.938056000000426,2438153,31,12,2002 +11,F,52.0,35517,-109.07930699999636,31.938056000000426,2439541,31,12,2002 +11,F,42.0,35518,-109.07930699999636,31.938056000000426,2439521,31,12,2002 +11,M,38.0,35519,-109.07930699999636,31.938056000000426,2439541,31,12,2002 +9,M,49.0,35520,-109.08090299999638,31.93785900000039,2439521,31,12,2002 +9,,36.0,35521,-109.08090299999638,31.93785900000039,2438153,31,12,2002 +9,M,48.0,35522,-109.08090299999638,31.93785900000039,2439521,31,12,2002 +9,F,45.0,35523,-109.08090299999638,31.93785900000039,2439521,31,12,2002 +9,F,44.0,35524,-109.08090299999638,31.93785900000039,2439521,31,12,2002 +9,F,27.0,35525,-109.08090299999638,31.93785900000039,2439581,31,12,2002 +9,M,26.0,35526,-109.08090299999638,31.93785900000039,2438517,31,12,2002 +8,F,24.0,35527,-109.08167999999641,31.937884000000402,2438516,31,12,2002 +13,F,43.0,35528,-109.08261299999641,31.937028000000442,2439541,31,12,2002 +13,,,35529,-109.08261299999641,31.937028000000442,,31,12,2002 +13,F,25.0,35530,-109.08261299999641,31.937028000000442,2439581,31,12,2002 +13,F,,35531,-109.08261299999641,31.937028000000442,2438516,31,12,2002 +13,F,,35532,-109.08261299999641,31.937028000000442,2439581,31,12,2002 +14,F,43.0,35533,-109.08182699999641,31.937054000000447,2439521,31,12,2002 +14,F,48.0,35534,-109.08182699999641,31.937054000000447,2439521,31,12,2002 +14,M,56.0,35535,-109.08182699999641,31.937054000000447,2439521,31,12,2002 +14,M,53.0,35536,-109.08182699999641,31.937054000000447,2439521,31,12,2002 +14,F,42.0,35537,-109.08182699999641,31.937054000000447,2439521,31,12,2002 +14,F,46.0,35538,-109.08182699999641,31.937054000000447,2439521,31,12,2002 +15,F,31.0,35539,-109.08103599999642,31.937059000000463,2439581,31,12,2002 +15,M,68.0,35540,-109.08103599999642,31.937059000000463,2438153,31,12,2002 +15,F,23.0,35541,-109.08103599999642,31.937059000000463,2439581,31,12,2002 +15,F,31.0,35542,-109.08103599999642,31.937059000000463,2439581,31,12,2002 +15,F,29.0,35543,-109.08103599999642,31.937059000000463,2439581,31,12,2002 +15,F,34.0,35544,-109.08103599999642,31.937059000000463,2439581,31,12,2002 +15,,,35545,-109.08103599999642,31.937059000000463,,31,12,2002 +15,,,35546,-109.08103599999642,31.937059000000463,2437568,31,12,2002 +15,,,35547,-109.08103599999642,31.937059000000463,2437568,31,12,2002 +10,F,14.0,35548,-109.08009099999636,31.938017000000425,2437874,31,12,2002 +7,M,51.0,35549,-109.08281599999641,31.938113000000413,2439541,31,12,2002 +5,,,35550,-109.07960199999636,31.93897000000045,,31,12,2002 From a4e86859f4d42e27269d778c0b3859296715d247 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 12 Dec 2022 16:33:21 +0100 Subject: [PATCH 4/4] add species_names --- notebooks/data/species_names.csv | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 notebooks/data/species_names.csv diff --git a/notebooks/data/species_names.csv b/notebooks/data/species_names.csv new file mode 100644 index 0000000..172d6df --- /dev/null +++ b/notebooks/data/species_names.csv @@ -0,0 +1,39 @@ +name,class,kingdom,order,phylum,scientificName,ID,taxa +Dipodomys merriami,Mammalia,Animalia,Rodentia,Chordata,"Dipodomys merriami Mearns, 1890",2439521,Rodent +Perognathus flavus,Mammalia,Animalia,Rodentia,Chordata,"Perognathus flavus Baird, 1855",2439566,Rodent +Peromyscus eremicus,Mammalia,Animalia,Rodentia,Chordata,"Peromyscus eremicus (Baird, 1857)",2437981,Rodent +Sigmodon hispidus,Mammalia,Animalia,Rodentia,Chordata,"Sigmodon hispidus Say & Ord, 1825",2438147,Rodent +Dipodomys spectabilis,Mammalia,Animalia,Rodentia,Chordata,"Dipodomys spectabilis Merriam, 1890",2439531,Rodent +Chaetodipus penicillatus,Mammalia,Animalia,Rodentia,Chordata,"Chaetodipus penicillatus (Woodhouse, 1852)",2439591,Rodent +Onychomys torridus,Mammalia,Animalia,Rodentia,Chordata,"Onychomys torridus (Coues, 1874)",2438516,Rodent +Dipodomys ordii,Mammalia,Animalia,Rodentia,Chordata,"Dipodomys ordii Woodhouse, 1853",2439541,Rodent +Spermophilus spilosoma,Mammalia,Animalia,Rodentia,Chordata,"Spermophilus spilosoma Bennett, 1833",2437300,Rodent-not censused +Onychomys leucogaster,Mammalia,Animalia,Rodentia,Chordata,"Onychomys leucogaster (Wied-Neuwied, 1841)",2438517,Rodent +Reithrodontomys megalotis,Mammalia,Animalia,Rodentia,Chordata,"Reithrodontomys megalotis (Baird, 1857)",2437874,Rodent +Sylvilagus audubonii,Mammalia,Animalia,Lagomorpha,Chordata,"Sylvilagus audubonii (Baird, 1858)",2436910,Rabbit +Peromyscus maniculatus,Mammalia,Animalia,Rodentia,Chordata,"Peromyscus maniculatus (Wagner, 1845)",2437967,Rodent +Ammospermophilus harrisi,Mammalia,Animalia,Rodentia,Chordata,"Ammospermophilus harrisii (Audubon & Bachman, 1854)",2437568,Rodent-not censused +Amphispiza bilineata,Aves,Animalia,Passeriformes,Chordata,"Amphispiza bilineata (Cassin, 1850)",2491757,Bird +Campylorhynchus brunneicapillus,Aves,Animalia,Passeriformes,Chordata,"Campylorhynchus brunneicapillus (Lafresnaye, 1835)",5231474,Bird +Calamospiza melanocorys,Aves,Animalia,Passeriformes,Chordata,"Calamospiza melanocorys Stejneger, 1885",2491893,Bird +Callipepla squamata,Aves,Animalia,Galliformes,Chordata,"Callipepla squamata (Vigors, 1830)",5228075,Bird +Reithrodontomys fulvescens,Mammalia,Animalia,Rodentia,Chordata,"Reithrodontomys fulvescens J.A.Allen, 1894",2437864,Rodent +Pipilo chlorurus,Aves,Animalia,Passeriformes,Chordata,"Pipilo chlorurus (Audubon, 1839)",2491276,Bird +Pooecetes gramineus,Aves,Animalia,Passeriformes,Chordata,"Pooecetes gramineus (J.F.Gmelin, 1789)",2491728,Bird +Perognathus hispidus,Mammalia,Animalia,Rodentia,Chordata,"Perognathus hispidus Baird, 1858",2439584,Rodent +Pipilo fuscus,Aves,Animalia,Passeriformes,Chordata,"Pipilo fuscus Swainson, 1827",2491244,Bird +Crotalus viridis,Reptilia,Animalia,Squamata,Chordata,"Crotalus viridis Rafinesque, 1818",8945077,Reptile +Zonotrichia leucophrys,Aves,Animalia,Passeriformes,Chordata,"Zonotrichia leucophrys (J.R.Forster, 1772)",5231132,Bird +Sceloporus clarki,Reptilia,Animalia,Squamata,Chordata,"Sceloporus clarkii Baird & Girard, 1852",2451192,Reptile +Baiomys taylori,Mammalia,Animalia,Rodentia,Chordata,"Baiomys taylori (Thomas, 1887)",2438866,Rodent +Sigmodon fulviventer,Mammalia,Animalia,Rodentia,Chordata,"Sigmodon fulviventer J.A.Allen, 1889",2438153,Rodent +Reithrodontomys montanus,Mammalia,Animalia,Rodentia,Chordata,"Reithrodontomys montanus (Baird, 1855)",2437866,Rodent +Ammodramus savannarum,Aves,Animalia,Passeriformes,Chordata,"Ammodramus savannarum (J.F.Gmelin, 1789)",2491123,Bird +Sigmodon ochrognathus,Mammalia,Animalia,Rodentia,Chordata,"Sigmodon ochrognathus Bailey, 1902",2438156,Rodent +Chaetodipus intermedius,Mammalia,Animalia,Rodentia,Chordata,"Chaetodipus intermedius (Merriam, 1889)",2439589,Rodent +Spermophilus tereticaudus,Mammalia,Animalia,Rodentia,Chordata,"Spermophilus tereticaudus Baird, 1858",2437325,Rodent-not censused +Cnemidophorus uniparens,Reptilia,Animalia,Squamata,Chordata,"Cnemidophorus uniparens Wright & Lowe, 1965",5227544,Reptile +Sceloporus undulatus,Reptilia,Animalia,Squamata,Chordata,"Sceloporus undulatus (Bosc & Daudin, 1801)",2451347,Reptile +Chaetodipus baileyi,Mammalia,Animalia,Rodentia,Chordata,"Chaetodipus baileyi (Merriam, 1894)",2439581,Rodent +Peromyscus leucopus,Mammalia,Animalia,Rodentia,Chordata,"Peromyscus leucopus (Rafinesque, 1818)",2438019,Rodent +Cnemidophorus tigris,Reptilia,Animalia,Squamata,Chordata,"Cnemidophorus tigris Grismer, 1999",8071886,Reptile