diff --git a/jupyterbook/content/code_gallery/data_management_notebooks/DRAFT-R-netCDF2DwC.ipynb b/jupyterbook/content/code_gallery/data_management_notebooks/DRAFT-R-netCDF2DwC.ipynb
index 2c3f62db..5dfcc921 100644
--- a/jupyterbook/content/code_gallery/data_management_notebooks/DRAFT-R-netCDF2DwC.ipynb
+++ b/jupyterbook/content/code_gallery/data_management_notebooks/DRAFT-R-netCDF2DwC.ipynb
@@ -14,8 +14,7 @@
"\n",
"For more information on the tidync package, see this R blog: [https://ropensci.org/blog/2019/11/05/tidync/](https://ropensci.org/blog/2019/11/05/tidync/)\n",
"\n",
- "**Caution** This notebook uses an example file for testing purposes. The data contained in the file are **not real**, they are within normal bounds to give a perspective of what the observations could look lik\n",
- "e."
+ "Data used in this notebook are available from NCEI at the following link https://www.ncei.noaa.gov/archive/accession/0282699."
]
},
{
@@ -27,26 +26,32 @@
"name": "stderr",
"output_type": "stream",
"text": [
- "rgeos version: 0.6-4, (SVN revision 699)\n",
- " GEOS runtime version: 3.12.0-CAPI-1.18.0 \n",
- " Please note that rgeos will be retired during October 2023,\n",
- "plan transition to sf or terra functions using GEOS at your earliest convenience.\n",
- "See https://r-spatial.org/r/2023/05/15/evolution4.html for details.\n",
- " GEOS using OverlayNG\n",
- " Linking to sp version: 2.0-0 \n",
- " Polygon checking: TRUE \n",
+ "The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,\n",
+ "which was just loaded, will retire in October 2023.\n",
+ "Please refer to R-spatial evolution reports for details, especially\n",
+ "https://r-spatial.org/r/2023/05/15/evolution4.html.\n",
+ "It may be desirable to make the sf package available;\n",
+ "package maintainers should consider adding sf to Suggests:.\n",
+ "The sp package is now running under evolution status 2\n",
+ " (status 2 uses the sf package in place of rgdal)\n",
"\n",
- "\n",
- "-- \u001b[1mAttaching core tidyverse packages\u001b[22m ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- tidyverse 2.0.0 --\n",
- "\u001b[32mv\u001b[39m \u001b[34mdplyr \u001b[39m 1.1.3 \u001b[32mv\u001b[39m \u001b[34mreadr \u001b[39m 2.1.4\n",
- "\u001b[32mv\u001b[39m \u001b[34mforcats \u001b[39m 1.0.0 \u001b[32mv\u001b[39m \u001b[34mstringr \u001b[39m 1.5.0\n",
- "\u001b[32mv\u001b[39m \u001b[34mggplot2 \u001b[39m 3.4.2 \u001b[32mv\u001b[39m \u001b[34mtibble \u001b[39m 3.2.1\n",
- "\u001b[32mv\u001b[39m \u001b[34mlubridate\u001b[39m 1.9.3 \u001b[32mv\u001b[39m \u001b[34mtidyr \u001b[39m 1.3.0\n",
- "\u001b[32mv\u001b[39m \u001b[34mpurrr \u001b[39m 1.0.2 \n",
- "-- \u001b[1mConflicts\u001b[22m ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- tidyverse_conflicts() --\n",
+ "-- \u001b[1mAttaching packages\u001b[22m ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- tidyverse 1.3.2 --\n",
+ "\u001b[32mv\u001b[39m \u001b[34mggplot2\u001b[39m 3.4.2 \u001b[32mv\u001b[39m \u001b[34mpurrr \u001b[39m 1.0.1\n",
+ "\u001b[32mv\u001b[39m \u001b[34mtibble \u001b[39m 3.2.1 \u001b[32mv\u001b[39m \u001b[34mdplyr \u001b[39m 1.1.1\n",
+ "\u001b[32mv\u001b[39m \u001b[34mtidyr \u001b[39m 1.3.0 \u001b[32mv\u001b[39m \u001b[34mstringr\u001b[39m 1.5.0\n",
+ "\u001b[32mv\u001b[39m \u001b[34mreadr \u001b[39m 2.1.4 \u001b[32mv\u001b[39m \u001b[34mforcats\u001b[39m 1.0.0\n",
+ "-- \u001b[1mConflicts\u001b[22m -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- tidyverse_conflicts() --\n",
"\u001b[31mx\u001b[39m \u001b[34mdplyr\u001b[39m::\u001b[32mfilter()\u001b[39m masks \u001b[34mstats\u001b[39m::filter()\n",
"\u001b[31mx\u001b[39m \u001b[34mdplyr\u001b[39m::\u001b[32mlag()\u001b[39m masks \u001b[34mstats\u001b[39m::lag()\n",
- "\u001b[36mi\u001b[39m Use the conflicted package (\u001b[3m\u001b[34m\u001b[39m\u001b[23m) to force all conflicts to become errors\n",
+ "\n",
+ "Attaching package: 'lubridate'\n",
+ "\n",
+ "\n",
+ "The following objects are masked from 'package:base':\n",
+ "\n",
+ " date, intersect, setdiff, union\n",
+ "\n",
+ "\n",
"\n",
"Attaching package: 'maps'\n",
"\n",
@@ -96,26 +101,35 @@
"[1] stats graphics grDevices utils datasets methods base \n",
"\n",
"other attached packages:\n",
- " [1] mapdata_2.3.1 maps_3.4.1.1 lubridate_1.9.3 forcats_1.0.0 \n",
- " [5] stringr_1.5.0 dplyr_1.1.3 purrr_1.0.2 readr_2.1.4 \n",
- " [9] tidyr_1.3.0 tibble_3.2.1 ggplot2_3.4.2 tidyverse_2.0.0 \n",
+ " [1] mapdata_2.3.1 maps_3.4.1 lubridate_1.9.2 forcats_1.0.0 \n",
+ " [5] stringr_1.5.0 dplyr_1.1.1 purrr_1.0.1 readr_2.1.4 \n",
+ " [9] tidyr_1.3.0 tibble_3.2.1 ggplot2_3.4.2 tidyverse_1.3.2 \n",
"[13] ncdf4_1.21 obistools_0.0.10 tidync_0.3.0 \n",
"\n",
"loaded via a namespace (and not attached):\n",
- " [1] Rcpp_1.0.11 lattice_0.22-5 digest_0.6.33 utf8_1.2.4 \n",
- " [5] IRdisplay_1.1 R6_2.5.1 repr_1.1.6 evaluate_0.21 \n",
- " [9] pillar_1.9.0 rlang_1.1.2 uuid_1.1-1 ncmeta_0.3.5 \n",
- "[13] geosphere_1.5-18 rmarkdown_2.22 htmlwidgets_1.6.2 munsell_0.5.0 \n",
- "[17] compiler_4.1.3 xfun_0.41 pkgconfig_2.0.3 base64enc_0.1-3 \n",
- "[21] rgeos_0.6-4 htmltools_0.5.7 tidyselect_1.2.0 fansi_1.0.5 \n",
- "[25] tzdb_0.4.0 crayon_1.5.2 withr_2.5.0 rappdirs_0.3.3 \n",
- "[29] grid_4.1.3 jsonlite_1.8.7 gtable_0.3.3 lifecycle_1.0.3 \n",
- "[33] magrittr_2.0.3 scales_1.2.1 cli_3.6.1 stringi_1.7.12 \n",
- "[37] leaflet_2.1.2 sp_2.1-1 xml2_1.3.3 generics_0.1.3 \n",
- "[41] vctrs_0.6.4 IRkernel_1.3.2 data.tree_1.0.0 tools_4.1.3 \n",
- "[45] glue_1.6.2 RNetCDF_2.6-2 hms_1.1.3 crosstalk_1.2.0 \n",
- "[49] fastmap_1.1.1 timechange_0.2.0 colorspace_2.1-0 pbdZMQ_0.3-10 \n",
- "[53] knitr_1.43 "
+ " [1] httr_1.4.6 jsonlite_1.8.4 modelr_0.1.11 \n",
+ " [4] sp_2.0-0 googlesheets4_1.1.0 cellranger_1.1.0 \n",
+ " [7] pillar_1.9.0 backports_1.4.1 lattice_0.20-45 \n",
+ "[10] glue_1.6.2 uuid_1.1-0 digest_0.6.31 \n",
+ "[13] rvest_1.0.3 colorspace_2.1-0 htmltools_0.5.5 \n",
+ "[16] pkgconfig_2.0.3 broom_1.0.4 haven_2.5.2 \n",
+ "[19] scales_1.2.1 tzdb_0.3.0 timechange_0.2.0 \n",
+ "[22] googledrive_2.1.0 generics_0.1.3 withr_2.5.0 \n",
+ "[25] repr_1.1.6 cli_3.6.0 readxl_1.4.2 \n",
+ "[28] magrittr_2.0.3 crayon_1.5.2 evaluate_0.20 \n",
+ "[31] data.tree_1.0.0 fs_1.6.1 fansi_1.0.4 \n",
+ "[34] xml2_1.3.3 tools_4.1.3 hms_1.1.3 \n",
+ "[37] geosphere_1.5-18 gargle_1.4.0 lifecycle_1.0.3 \n",
+ "[40] reprex_2.0.2 munsell_0.5.0 compiler_4.1.3 \n",
+ "[43] RNetCDF_2.6-2 rlang_1.1.0 grid_4.1.3 \n",
+ "[46] pbdZMQ_0.3-9 IRkernel_1.3.2 rappdirs_0.3.3 \n",
+ "[49] htmlwidgets_1.6.2 crosstalk_1.2.0 base64enc_0.1-3 \n",
+ "[52] rmarkdown_2.20 gtable_0.3.3 DBI_1.1.3 \n",
+ "[55] R6_2.5.1 ncmeta_0.3.5 knitr_1.42 \n",
+ "[58] fastmap_1.1.1 rgeos_0.6-2 utf8_1.2.3 \n",
+ "[61] stringi_1.7.12 IRdisplay_1.1 Rcpp_1.0.10 \n",
+ "[64] vctrs_0.6.1 leaflet_2.1.2 dbplyr_2.3.2 \n",
+ "[67] tidyselect_1.2.0 xfun_0.37 "
]
},
"metadata": {},
@@ -617,329 +631,6 @@
"atn"
]
},
- {
- "cell_type": "code",
- "execution_count": 5,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "
\n",
- "A tibble: 36 × 5\n",
- "\n",
- "\tid | name | type | ndims | natts |
\n",
- "\t<int> | <chr> | <chr> | <int> | <int> |
\n",
- "\n",
- "\n",
- "\t 0 | deploy_id | NC_STRING | 0 | 7 |
\n",
- "\t 1 | time | NC_DOUBLE | 1 | 13 |
\n",
- "\t 2 | z | NC_INT | 1 | 12 |
\n",
- "\t 3 | lat | NC_DOUBLE | 1 | 14 |
\n",
- "\t 4 | lon | NC_DOUBLE | 1 | 14 |
\n",
- "\t 5 | ptt | NC_INT | 1 | 7 |
\n",
- "\t 6 | instrument | NC_STRING | 1 | 6 |
\n",
- "\t 7 | type | NC_STRING | 1 | 6 |
\n",
- "\t 8 | location_class | NC_STRING | 1 | 10 |
\n",
- "\t 9 | error_radius | NC_INT | 1 | 9 |
\n",
- "\t10 | semi_major_axis | NC_INT | 1 | 9 |
\n",
- "\t11 | semi_minor_axis | NC_INT | 1 | 9 |
\n",
- "\t12 | ellipse_orientation | NC_INT | 1 | 9 |
\n",
- "\t13 | offset | NC_INT | 1 | 9 |
\n",
- "\t14 | offset_orientation | NC_INT | 1 | 9 |
\n",
- "\t15 | gpe_msd | NC_DOUBLE | 1 | 8 |
\n",
- "\t16 | gpe_u | NC_DOUBLE | 1 | 8 |
\n",
- "\t17 | count | NC_INT | 1 | 8 |
\n",
- "\t18 | qartod_time_flag | NC_UBYTE | 1 | 9 |
\n",
- "\t19 | qartod_speed_flag | NC_UBYTE | 1 | 9 |
\n",
- "\t20 | qartod_location_flag | NC_UBYTE | 1 | 9 |
\n",
- "\t21 | qartod_rollup_flag | NC_UBYTE | 1 | 9 |
\n",
- "\t22 | crs | NC_INT | 0 | 6 |
\n",
- "\t23 | trajectory | NC_STRING | 0 | 2 |
\n",
- "\t24 | animal_age | NC_INT | 0 | 5 |
\n",
- "\t25 | animal_life_stage | NC_STRING | 0 | 3 |
\n",
- "\t26 | animal_sex | NC_STRING | 0 | 3 |
\n",
- "\t27 | animal_weight | NC_FLOAT | 0 | 5 |
\n",
- "\t28 | animal_length | NC_FLOAT | 0 | 6 |
\n",
- "\t29 | animal_length_2 | NC_FLOAT | 0 | 6 |
\n",
- "\t30 | animal | NC_STRING | 0 | 23 |
\n",
- "\t31 | instrument_tag | NC_STRING | 0 | 6 |
\n",
- "\t32 | instrument_location | NC_STRING | 0 | 8 |
\n",
- "\t33 | taxon_name | NC_STRING | 0 | 5 |
\n",
- "\t34 | taxon_lsid | NC_STRING | 0 | 5 |
\n",
- "\t35 | comment | NC_STRING | 1 | 6 |
\n",
- "\n",
- "
\n"
- ],
- "text/latex": [
- "A tibble: 36 × 5\n",
- "\\begin{tabular}{lllll}\n",
- " id & name & type & ndims & natts\\\\\n",
- " & & & & \\\\\n",
- "\\hline\n",
- "\t 0 & deploy\\_id & NC\\_STRING & 0 & 7\\\\\n",
- "\t 1 & time & NC\\_DOUBLE & 1 & 13\\\\\n",
- "\t 2 & z & NC\\_INT & 1 & 12\\\\\n",
- "\t 3 & lat & NC\\_DOUBLE & 1 & 14\\\\\n",
- "\t 4 & lon & NC\\_DOUBLE & 1 & 14\\\\\n",
- "\t 5 & ptt & NC\\_INT & 1 & 7\\\\\n",
- "\t 6 & instrument & NC\\_STRING & 1 & 6\\\\\n",
- "\t 7 & type & NC\\_STRING & 1 & 6\\\\\n",
- "\t 8 & location\\_class & NC\\_STRING & 1 & 10\\\\\n",
- "\t 9 & error\\_radius & NC\\_INT & 1 & 9\\\\\n",
- "\t 10 & semi\\_major\\_axis & NC\\_INT & 1 & 9\\\\\n",
- "\t 11 & semi\\_minor\\_axis & NC\\_INT & 1 & 9\\\\\n",
- "\t 12 & ellipse\\_orientation & NC\\_INT & 1 & 9\\\\\n",
- "\t 13 & offset & NC\\_INT & 1 & 9\\\\\n",
- "\t 14 & offset\\_orientation & NC\\_INT & 1 & 9\\\\\n",
- "\t 15 & gpe\\_msd & NC\\_DOUBLE & 1 & 8\\\\\n",
- "\t 16 & gpe\\_u & NC\\_DOUBLE & 1 & 8\\\\\n",
- "\t 17 & count & NC\\_INT & 1 & 8\\\\\n",
- "\t 18 & qartod\\_time\\_flag & NC\\_UBYTE & 1 & 9\\\\\n",
- "\t 19 & qartod\\_speed\\_flag & NC\\_UBYTE & 1 & 9\\\\\n",
- "\t 20 & qartod\\_location\\_flag & NC\\_UBYTE & 1 & 9\\\\\n",
- "\t 21 & qartod\\_rollup\\_flag & NC\\_UBYTE & 1 & 9\\\\\n",
- "\t 22 & crs & NC\\_INT & 0 & 6\\\\\n",
- "\t 23 & trajectory & NC\\_STRING & 0 & 2\\\\\n",
- "\t 24 & animal\\_age & NC\\_INT & 0 & 5\\\\\n",
- "\t 25 & animal\\_life\\_stage & NC\\_STRING & 0 & 3\\\\\n",
- "\t 26 & animal\\_sex & NC\\_STRING & 0 & 3\\\\\n",
- "\t 27 & animal\\_weight & NC\\_FLOAT & 0 & 5\\\\\n",
- "\t 28 & animal\\_length & NC\\_FLOAT & 0 & 6\\\\\n",
- "\t 29 & animal\\_length\\_2 & NC\\_FLOAT & 0 & 6\\\\\n",
- "\t 30 & animal & NC\\_STRING & 0 & 23\\\\\n",
- "\t 31 & instrument\\_tag & NC\\_STRING & 0 & 6\\\\\n",
- "\t 32 & instrument\\_location & NC\\_STRING & 0 & 8\\\\\n",
- "\t 33 & taxon\\_name & NC\\_STRING & 0 & 5\\\\\n",
- "\t 34 & taxon\\_lsid & NC\\_STRING & 0 & 5\\\\\n",
- "\t 35 & comment & NC\\_STRING & 1 & 6\\\\\n",
- "\\end{tabular}\n"
- ],
- "text/markdown": [
- "\n",
- "A tibble: 36 × 5\n",
- "\n",
- "| id <int> | name <chr> | type <chr> | ndims <int> | natts <int> |\n",
- "|---|---|---|---|---|\n",
- "| 0 | deploy_id | NC_STRING | 0 | 7 |\n",
- "| 1 | time | NC_DOUBLE | 1 | 13 |\n",
- "| 2 | z | NC_INT | 1 | 12 |\n",
- "| 3 | lat | NC_DOUBLE | 1 | 14 |\n",
- "| 4 | lon | NC_DOUBLE | 1 | 14 |\n",
- "| 5 | ptt | NC_INT | 1 | 7 |\n",
- "| 6 | instrument | NC_STRING | 1 | 6 |\n",
- "| 7 | type | NC_STRING | 1 | 6 |\n",
- "| 8 | location_class | NC_STRING | 1 | 10 |\n",
- "| 9 | error_radius | NC_INT | 1 | 9 |\n",
- "| 10 | semi_major_axis | NC_INT | 1 | 9 |\n",
- "| 11 | semi_minor_axis | NC_INT | 1 | 9 |\n",
- "| 12 | ellipse_orientation | NC_INT | 1 | 9 |\n",
- "| 13 | offset | NC_INT | 1 | 9 |\n",
- "| 14 | offset_orientation | NC_INT | 1 | 9 |\n",
- "| 15 | gpe_msd | NC_DOUBLE | 1 | 8 |\n",
- "| 16 | gpe_u | NC_DOUBLE | 1 | 8 |\n",
- "| 17 | count | NC_INT | 1 | 8 |\n",
- "| 18 | qartod_time_flag | NC_UBYTE | 1 | 9 |\n",
- "| 19 | qartod_speed_flag | NC_UBYTE | 1 | 9 |\n",
- "| 20 | qartod_location_flag | NC_UBYTE | 1 | 9 |\n",
- "| 21 | qartod_rollup_flag | NC_UBYTE | 1 | 9 |\n",
- "| 22 | crs | NC_INT | 0 | 6 |\n",
- "| 23 | trajectory | NC_STRING | 0 | 2 |\n",
- "| 24 | animal_age | NC_INT | 0 | 5 |\n",
- "| 25 | animal_life_stage | NC_STRING | 0 | 3 |\n",
- "| 26 | animal_sex | NC_STRING | 0 | 3 |\n",
- "| 27 | animal_weight | NC_FLOAT | 0 | 5 |\n",
- "| 28 | animal_length | NC_FLOAT | 0 | 6 |\n",
- "| 29 | animal_length_2 | NC_FLOAT | 0 | 6 |\n",
- "| 30 | animal | NC_STRING | 0 | 23 |\n",
- "| 31 | instrument_tag | NC_STRING | 0 | 6 |\n",
- "| 32 | instrument_location | NC_STRING | 0 | 8 |\n",
- "| 33 | taxon_name | NC_STRING | 0 | 5 |\n",
- "| 34 | taxon_lsid | NC_STRING | 0 | 5 |\n",
- "| 35 | comment | NC_STRING | 1 | 6 |\n",
- "\n"
- ],
- "text/plain": [
- " id name type ndims natts\n",
- "1 0 deploy_id NC_STRING 0 7 \n",
- "2 1 time NC_DOUBLE 1 13 \n",
- "3 2 z NC_INT 1 12 \n",
- "4 3 lat NC_DOUBLE 1 14 \n",
- "5 4 lon NC_DOUBLE 1 14 \n",
- "6 5 ptt NC_INT 1 7 \n",
- "7 6 instrument NC_STRING 1 6 \n",
- "8 7 type NC_STRING 1 6 \n",
- "9 8 location_class NC_STRING 1 10 \n",
- "10 9 error_radius NC_INT 1 9 \n",
- "11 10 semi_major_axis NC_INT 1 9 \n",
- "12 11 semi_minor_axis NC_INT 1 9 \n",
- "13 12 ellipse_orientation NC_INT 1 9 \n",
- "14 13 offset NC_INT 1 9 \n",
- "15 14 offset_orientation NC_INT 1 9 \n",
- "16 15 gpe_msd NC_DOUBLE 1 8 \n",
- "17 16 gpe_u NC_DOUBLE 1 8 \n",
- "18 17 count NC_INT 1 8 \n",
- "19 18 qartod_time_flag NC_UBYTE 1 9 \n",
- "20 19 qartod_speed_flag NC_UBYTE 1 9 \n",
- "21 20 qartod_location_flag NC_UBYTE 1 9 \n",
- "22 21 qartod_rollup_flag NC_UBYTE 1 9 \n",
- "23 22 crs NC_INT 0 6 \n",
- "24 23 trajectory NC_STRING 0 2 \n",
- "25 24 animal_age NC_INT 0 5 \n",
- "26 25 animal_life_stage NC_STRING 0 3 \n",
- "27 26 animal_sex NC_STRING 0 3 \n",
- "28 27 animal_weight NC_FLOAT 0 5 \n",
- "29 28 animal_length NC_FLOAT 0 6 \n",
- "30 29 animal_length_2 NC_FLOAT 0 6 \n",
- "31 30 animal NC_STRING 0 23 \n",
- "32 31 instrument_tag NC_STRING 0 6 \n",
- "33 32 instrument_location NC_STRING 0 8 \n",
- "34 33 taxon_name NC_STRING 0 5 \n",
- "35 34 taxon_lsid NC_STRING 0 5 \n",
- "36 35 comment NC_STRING 1 6 "
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "data": {
- "text/html": [
- "\n",
- "A tibble: 22 × 4\n",
- "\n",
- "\tgrid | ndims | variable | nvars |
\n",
- "\t<chr> | <int> | <chr> | <int> |
\n",
- "\n",
- "\n",
- "\tD0 | 1 | time | 22 |
\n",
- "\tD0 | 1 | z | 22 |
\n",
- "\tD0 | 1 | lat | 22 |
\n",
- "\tD0 | 1 | lon | 22 |
\n",
- "\tD0 | 1 | ptt | 22 |
\n",
- "\tD0 | 1 | instrument | 22 |
\n",
- "\tD0 | 1 | type | 22 |
\n",
- "\tD0 | 1 | location_class | 22 |
\n",
- "\tD0 | 1 | error_radius | 22 |
\n",
- "\tD0 | 1 | semi_major_axis | 22 |
\n",
- "\tD0 | 1 | semi_minor_axis | 22 |
\n",
- "\tD0 | 1 | ellipse_orientation | 22 |
\n",
- "\tD0 | 1 | offset | 22 |
\n",
- "\tD0 | 1 | offset_orientation | 22 |
\n",
- "\tD0 | 1 | gpe_msd | 22 |
\n",
- "\tD0 | 1 | gpe_u | 22 |
\n",
- "\tD0 | 1 | count | 22 |
\n",
- "\tD0 | 1 | qartod_time_flag | 22 |
\n",
- "\tD0 | 1 | qartod_speed_flag | 22 |
\n",
- "\tD0 | 1 | qartod_location_flag | 22 |
\n",
- "\tD0 | 1 | qartod_rollup_flag | 22 |
\n",
- "\tD0 | 1 | comment | 22 |
\n",
- "\n",
- "
\n"
- ],
- "text/latex": [
- "A tibble: 22 × 4\n",
- "\\begin{tabular}{llll}\n",
- " grid & ndims & variable & nvars\\\\\n",
- " & & & \\\\\n",
- "\\hline\n",
- "\t D0 & 1 & time & 22\\\\\n",
- "\t D0 & 1 & z & 22\\\\\n",
- "\t D0 & 1 & lat & 22\\\\\n",
- "\t D0 & 1 & lon & 22\\\\\n",
- "\t D0 & 1 & ptt & 22\\\\\n",
- "\t D0 & 1 & instrument & 22\\\\\n",
- "\t D0 & 1 & type & 22\\\\\n",
- "\t D0 & 1 & location\\_class & 22\\\\\n",
- "\t D0 & 1 & error\\_radius & 22\\\\\n",
- "\t D0 & 1 & semi\\_major\\_axis & 22\\\\\n",
- "\t D0 & 1 & semi\\_minor\\_axis & 22\\\\\n",
- "\t D0 & 1 & ellipse\\_orientation & 22\\\\\n",
- "\t D0 & 1 & offset & 22\\\\\n",
- "\t D0 & 1 & offset\\_orientation & 22\\\\\n",
- "\t D0 & 1 & gpe\\_msd & 22\\\\\n",
- "\t D0 & 1 & gpe\\_u & 22\\\\\n",
- "\t D0 & 1 & count & 22\\\\\n",
- "\t D0 & 1 & qartod\\_time\\_flag & 22\\\\\n",
- "\t D0 & 1 & qartod\\_speed\\_flag & 22\\\\\n",
- "\t D0 & 1 & qartod\\_location\\_flag & 22\\\\\n",
- "\t D0 & 1 & qartod\\_rollup\\_flag & 22\\\\\n",
- "\t D0 & 1 & comment & 22\\\\\n",
- "\\end{tabular}\n"
- ],
- "text/markdown": [
- "\n",
- "A tibble: 22 × 4\n",
- "\n",
- "| grid <chr> | ndims <int> | variable <chr> | nvars <int> |\n",
- "|---|---|---|---|\n",
- "| D0 | 1 | time | 22 |\n",
- "| D0 | 1 | z | 22 |\n",
- "| D0 | 1 | lat | 22 |\n",
- "| D0 | 1 | lon | 22 |\n",
- "| D0 | 1 | ptt | 22 |\n",
- "| D0 | 1 | instrument | 22 |\n",
- "| D0 | 1 | type | 22 |\n",
- "| D0 | 1 | location_class | 22 |\n",
- "| D0 | 1 | error_radius | 22 |\n",
- "| D0 | 1 | semi_major_axis | 22 |\n",
- "| D0 | 1 | semi_minor_axis | 22 |\n",
- "| D0 | 1 | ellipse_orientation | 22 |\n",
- "| D0 | 1 | offset | 22 |\n",
- "| D0 | 1 | offset_orientation | 22 |\n",
- "| D0 | 1 | gpe_msd | 22 |\n",
- "| D0 | 1 | gpe_u | 22 |\n",
- "| D0 | 1 | count | 22 |\n",
- "| D0 | 1 | qartod_time_flag | 22 |\n",
- "| D0 | 1 | qartod_speed_flag | 22 |\n",
- "| D0 | 1 | qartod_location_flag | 22 |\n",
- "| D0 | 1 | qartod_rollup_flag | 22 |\n",
- "| D0 | 1 | comment | 22 |\n",
- "\n"
- ],
- "text/plain": [
- " grid ndims variable nvars\n",
- "1 D0 1 time 22 \n",
- "2 D0 1 z 22 \n",
- "3 D0 1 lat 22 \n",
- "4 D0 1 lon 22 \n",
- "5 D0 1 ptt 22 \n",
- "6 D0 1 instrument 22 \n",
- "7 D0 1 type 22 \n",
- "8 D0 1 location_class 22 \n",
- "9 D0 1 error_radius 22 \n",
- "10 D0 1 semi_major_axis 22 \n",
- "11 D0 1 semi_minor_axis 22 \n",
- "12 D0 1 ellipse_orientation 22 \n",
- "13 D0 1 offset 22 \n",
- "14 D0 1 offset_orientation 22 \n",
- "15 D0 1 gpe_msd 22 \n",
- "16 D0 1 gpe_u 22 \n",
- "17 D0 1 count 22 \n",
- "18 D0 1 qartod_time_flag 22 \n",
- "19 D0 1 qartod_speed_flag 22 \n",
- "20 D0 1 qartod_location_flag 22 \n",
- "21 D0 1 qartod_rollup_flag 22 \n",
- "22 D0 1 comment 22 "
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- }
- ],
- "source": [
- "#atn %>% hyper_array()\n",
- "vars <- ncmeta::nc_vars(fname)\n",
- "vars\n",
- "\n",
- "ncmeta::nc_grids(fname) %>% tidyr::unnest(cols = c(variables))\n",
- "# #hyper_tibble(atn, select_var=\"animal_age\", raw_datavals=TRUE)\n",
- "\n",
- "# atn %>% activate(\"animal_sex\") %>% hyper_tibble()\n",
- "\n",
- "# atn %>% hyper_tbl_cube(select_var = \"animal_sex\" )"
- ]
- },
{
"cell_type": "markdown",
"metadata": {},
@@ -951,7 +642,7 @@
},
{
"cell_type": "code",
- "execution_count": 6,
+ "execution_count": 5,
"metadata": {},
"outputs": [
{
@@ -1313,7 +1004,7 @@
},
{
"cell_type": "code",
- "execution_count": 7,
+ "execution_count": 6,
"metadata": {},
"outputs": [
{
@@ -1548,364 +1239,71 @@
},
{
"cell_type": "code",
- "execution_count": 8,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "- 'animal'
- 'animal_age'
- 'animal_length'
- 'animal_length_2'
- 'animal_life_stage'
- 'animal_sex'
- 'animal_weight'
- 'comment'
- 'count'
- 'crs'
- 'deploy_id'
- 'ellipse_orientation'
- 'error_radius'
- 'gpe_msd'
- 'gpe_u'
- 'instrument'
- 'instrument_location'
- 'instrument_tag'
- 'lat'
- 'location_class'
- 'lon'
- 'offset'
- 'offset_orientation'
- 'ptt'
- 'qartod_location_flag'
- 'qartod_rollup_flag'
- 'qartod_speed_flag'
- 'qartod_time_flag'
- 'semi_major_axis'
- 'semi_minor_axis'
- 'taxon_lsid'
- 'taxon_name'
- 'time'
- 'trajectory'
- 'type'
- 'z'
\n"
- ],
- "text/latex": [
- "\\begin{enumerate*}\n",
- "\\item 'animal'\n",
- "\\item 'animal\\_age'\n",
- "\\item 'animal\\_length'\n",
- "\\item 'animal\\_length\\_2'\n",
- "\\item 'animal\\_life\\_stage'\n",
- "\\item 'animal\\_sex'\n",
- "\\item 'animal\\_weight'\n",
- "\\item 'comment'\n",
- "\\item 'count'\n",
- "\\item 'crs'\n",
- "\\item 'deploy\\_id'\n",
- "\\item 'ellipse\\_orientation'\n",
- "\\item 'error\\_radius'\n",
- "\\item 'gpe\\_msd'\n",
- "\\item 'gpe\\_u'\n",
- "\\item 'instrument'\n",
- "\\item 'instrument\\_location'\n",
- "\\item 'instrument\\_tag'\n",
- "\\item 'lat'\n",
- "\\item 'location\\_class'\n",
- "\\item 'lon'\n",
- "\\item 'offset'\n",
- "\\item 'offset\\_orientation'\n",
- "\\item 'ptt'\n",
- "\\item 'qartod\\_location\\_flag'\n",
- "\\item 'qartod\\_rollup\\_flag'\n",
- "\\item 'qartod\\_speed\\_flag'\n",
- "\\item 'qartod\\_time\\_flag'\n",
- "\\item 'semi\\_major\\_axis'\n",
- "\\item 'semi\\_minor\\_axis'\n",
- "\\item 'taxon\\_lsid'\n",
- "\\item 'taxon\\_name'\n",
- "\\item 'time'\n",
- "\\item 'trajectory'\n",
- "\\item 'type'\n",
- "\\item 'z'\n",
- "\\end{enumerate*}\n"
- ],
- "text/markdown": [
- "1. 'animal'\n",
- "2. 'animal_age'\n",
- "3. 'animal_length'\n",
- "4. 'animal_length_2'\n",
- "5. 'animal_life_stage'\n",
- "6. 'animal_sex'\n",
- "7. 'animal_weight'\n",
- "8. 'comment'\n",
- "9. 'count'\n",
- "10. 'crs'\n",
- "11. 'deploy_id'\n",
- "12. 'ellipse_orientation'\n",
- "13. 'error_radius'\n",
- "14. 'gpe_msd'\n",
- "15. 'gpe_u'\n",
- "16. 'instrument'\n",
- "17. 'instrument_location'\n",
- "18. 'instrument_tag'\n",
- "19. 'lat'\n",
- "20. 'location_class'\n",
- "21. 'lon'\n",
- "22. 'offset'\n",
- "23. 'offset_orientation'\n",
- "24. 'ptt'\n",
- "25. 'qartod_location_flag'\n",
- "26. 'qartod_rollup_flag'\n",
- "27. 'qartod_speed_flag'\n",
- "28. 'qartod_time_flag'\n",
- "29. 'semi_major_axis'\n",
- "30. 'semi_minor_axis'\n",
- "31. 'taxon_lsid'\n",
- "32. 'taxon_name'\n",
- "33. 'time'\n",
- "34. 'trajectory'\n",
- "35. 'type'\n",
- "36. 'z'\n",
- "\n",
- "\n"
- ],
- "text/plain": [
- " [1] \"animal\" \"animal_age\" \"animal_length\" \n",
- " [4] \"animal_length_2\" \"animal_life_stage\" \"animal_sex\" \n",
- " [7] \"animal_weight\" \"comment\" \"count\" \n",
- "[10] \"crs\" \"deploy_id\" \"ellipse_orientation\" \n",
- "[13] \"error_radius\" \"gpe_msd\" \"gpe_u\" \n",
- "[16] \"instrument\" \"instrument_location\" \"instrument_tag\" \n",
- "[19] \"lat\" \"location_class\" \"lon\" \n",
- "[22] \"offset\" \"offset_orientation\" \"ptt\" \n",
- "[25] \"qartod_location_flag\" \"qartod_rollup_flag\" \"qartod_speed_flag\" \n",
- "[28] \"qartod_time_flag\" \"semi_major_axis\" \"semi_minor_axis\" \n",
- "[31] \"taxon_lsid\" \"taxon_name\" \"time\" \n",
- "[34] \"trajectory\" \"type\" \"z\" "
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- }
- ],
- "source": [
- "sort(vars$name)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 9,
+ "execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
- "A tibble: 29 × 23\n",
+ "A tibble: 4 × 23\n",
"\n",
"\ttime | z | lat | lon | ptt | instrument | type | location_class | error_radius | semi_major_axis | semi_minor_axis | ellipse_orientation | offset | offset_orientation | gpe_msd | gpe_u | count | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | comment | obs |
\n",
"\t<dbl> | <int> | <dbl> | <dbl> | <int> | <chr> | <chr> | <chr> | <int> | <int> | <int> | <int> | <int> | <int> | <dbl> | <dbl> | <int> | <int> | <int> | <int> | <int> | <chr> | <int> |
\n",
"\n",
"\n",
- "\t622512000 | 0 | 34.030 | -118.560 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |
\n",
- "\t622708920 | 0 | 23.590 | -166.180 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |
\n",
- "\t622724940 | 0 | 34.024 | -118.556 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 3 |
\n",
- "\t622725060 | 0 | 34.035 | -118.549 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 4 |
\n",
- "\t622922280 | 0 | 34.033 | -118.547 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 5 |
\n",
- "\t623134860 | 0 | 33.517 | -119.750 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 6 |
\n",
- "\t623881440 | 0 | 34.038 | -118.581 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 7 |
\n",
- "\t624452700 | 0 | 33.995 | -118.678 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 8 |
\n",
- "\t624607860 | 0 | 34.037 | -118.545 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 9 |
\n",
- "\t624618000 | 0 | 34.026 | -118.534 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 10 |
\n",
- "\t624623880 | 0 | 34.027 | -118.545 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 11 |
\n",
- "\t624703680 | 0 | 34.039 | -118.548 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 12 |
\n",
- "\t624709560 | 0 | 34.031 | -118.541 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 13 |
\n",
- "\t624712500 | 0 | 34.041 | -118.535 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 14 |
\n",
- "\t624795600 | 0 | 34.036 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 15 |
\n",
- "\t625189920 | 0 | 33.999 | -118.612 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 16 |
\n",
- "\t625190760 | 0 | 34.002 | -118.604 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 17 |
\n",
- "\t625402380 | 0 | 34.022 | -118.537 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 18 |
\n",
- "\t625404120 | 0 | 34.021 | -118.570 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 19 |
\n",
- "\t625508460 | 0 | 34.010 | -118.524 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 20 |
\n",
- "\t625508520 | 0 | 34.006 | -118.526 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 3 | 1 | 3 | | 21 |
\n",
- "\t625665180 | 0 | 33.989 | -118.504 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 22 |
\n",
- "\t625744980 | 0 | 34.021 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 23 |
\n",
- "\t625866480 | 0 | 34.005 | -118.591 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 24 |
\n",
- "\t625871700 | 0 | 34.045 | -118.530 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 25 |
\n",
- "\t625957440 | 0 | 34.043 | -118.541 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 26 |
\n",
- "\t626377980 | 0 | 34.021 | -118.611 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 27 |
\n",
- "\t626986080 | 0 | 33.993 | -118.602 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 28 |
\n",
- "\t627801120 | 0 | 33.972 | -118.534 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 29 |
\n",
+ "\t622512000 | 0 | 34.030 | -118.560 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |
\n",
+ "\t622708920 | 0 | 23.590 | -166.180 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |
\n",
+ "\t622724940 | 0 | 34.024 | -118.556 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 3 |
\n",
+ "\t622725060 | 0 | 34.035 | -118.549 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 4 |
\n",
"\n",
"
\n"
],
"text/latex": [
- "A tibble: 29 × 23\n",
+ "A tibble: 4 × 23\n",
"\\begin{tabular}{lllllllllllllllllllllll}\n",
" time & z & lat & lon & ptt & instrument & type & location\\_class & error\\_radius & semi\\_major\\_axis & semi\\_minor\\_axis & ellipse\\_orientation & offset & offset\\_orientation & gpe\\_msd & gpe\\_u & count & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & comment & obs\\\\\n",
" & & & & & & & & & & & & & & & & & & & & & & \\\\\n",
"\\hline\n",
- "\t 622512000 & 0 & 34.030 & -118.560 & 45866 & SPOT & User & nan & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 2 & 1 & 1 & & 1\\\\\n",
- "\t 622708920 & 0 & 23.590 & -166.180 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 2\\\\\n",
- "\t 622724940 & 0 & 34.024 & -118.556 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 3\\\\\n",
- "\t 622725060 & 0 & 34.035 & -118.549 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 4\\\\\n",
- "\t 622922280 & 0 & 34.033 & -118.547 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 5\\\\\n",
- "\t 623134860 & 0 & 33.517 & -119.750 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 6\\\\\n",
- "\t 623881440 & 0 & 34.038 & -118.581 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 7\\\\\n",
- "\t 624452700 & 0 & 33.995 & -118.678 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 8\\\\\n",
- "\t 624607860 & 0 & 34.037 & -118.545 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 9\\\\\n",
- "\t 624618000 & 0 & 34.026 & -118.534 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 10\\\\\n",
- "\t 624623880 & 0 & 34.027 & -118.545 & 45866 & SPOT & Argos & 3 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 11\\\\\n",
- "\t 624703680 & 0 & 34.039 & -118.548 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 12\\\\\n",
- "\t 624709560 & 0 & 34.031 & -118.541 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 13\\\\\n",
- "\t 624712500 & 0 & 34.041 & -118.535 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 14\\\\\n",
- "\t 624795600 & 0 & 34.036 & -118.557 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 15\\\\\n",
- "\t 625189920 & 0 & 33.999 & -118.612 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 16\\\\\n",
- "\t 625190760 & 0 & 34.002 & -118.604 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 17\\\\\n",
- "\t 625402380 & 0 & 34.022 & -118.537 & 45866 & SPOT & Argos & 3 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 18\\\\\n",
- "\t 625404120 & 0 & 34.021 & -118.570 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 19\\\\\n",
- "\t 625508460 & 0 & 34.010 & -118.524 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 20\\\\\n",
- "\t 625508520 & 0 & 34.006 & -118.526 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 3 & 1 & 3 & & 21\\\\\n",
- "\t 625665180 & 0 & 33.989 & -118.504 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 22\\\\\n",
- "\t 625744980 & 0 & 34.021 & -118.557 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 23\\\\\n",
- "\t 625866480 & 0 & 34.005 & -118.591 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 24\\\\\n",
- "\t 625871700 & 0 & 34.045 & -118.530 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 25\\\\\n",
- "\t 625957440 & 0 & 34.043 & -118.541 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 26\\\\\n",
- "\t 626377980 & 0 & 34.021 & -118.611 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 27\\\\\n",
- "\t 626986080 & 0 & 33.993 & -118.602 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 28\\\\\n",
- "\t 627801120 & 0 & 33.972 & -118.534 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 29\\\\\n",
+ "\t 622512000 & 0 & 34.030 & -118.560 & 45866 & SPOT & User & nan & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 2 & 1 & 1 & & 1\\\\\n",
+ "\t 622708920 & 0 & 23.590 & -166.180 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 2\\\\\n",
+ "\t 622724940 & 0 & 34.024 & -118.556 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 3\\\\\n",
+ "\t 622725060 & 0 & 34.035 & -118.549 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 4\\\\\n",
"\\end{tabular}\n"
],
"text/markdown": [
"\n",
- "A tibble: 29 × 23\n",
+ "A tibble: 4 × 23\n",
"\n",
"| time <dbl> | z <int> | lat <dbl> | lon <dbl> | ptt <int> | instrument <chr> | type <chr> | location_class <chr> | error_radius <int> | semi_major_axis <int> | semi_minor_axis <int> | ellipse_orientation <int> | offset <int> | offset_orientation <int> | gpe_msd <dbl> | gpe_u <dbl> | count <int> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | comment <chr> | obs <int> |\n",
"|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
- "| 622512000 | 0 | 34.030 | -118.560 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |\n",
- "| 622708920 | 0 | 23.590 | -166.180 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |\n",
- "| 622724940 | 0 | 34.024 | -118.556 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 3 |\n",
- "| 622725060 | 0 | 34.035 | -118.549 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 4 |\n",
- "| 622922280 | 0 | 34.033 | -118.547 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 5 |\n",
- "| 623134860 | 0 | 33.517 | -119.750 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 6 |\n",
- "| 623881440 | 0 | 34.038 | -118.581 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 7 |\n",
- "| 624452700 | 0 | 33.995 | -118.678 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 8 |\n",
- "| 624607860 | 0 | 34.037 | -118.545 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 9 |\n",
- "| 624618000 | 0 | 34.026 | -118.534 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 10 |\n",
- "| 624623880 | 0 | 34.027 | -118.545 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 11 |\n",
- "| 624703680 | 0 | 34.039 | -118.548 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 12 |\n",
- "| 624709560 | 0 | 34.031 | -118.541 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 13 |\n",
- "| 624712500 | 0 | 34.041 | -118.535 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 14 |\n",
- "| 624795600 | 0 | 34.036 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 15 |\n",
- "| 625189920 | 0 | 33.999 | -118.612 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 16 |\n",
- "| 625190760 | 0 | 34.002 | -118.604 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 17 |\n",
- "| 625402380 | 0 | 34.022 | -118.537 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 18 |\n",
- "| 625404120 | 0 | 34.021 | -118.570 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 19 |\n",
- "| 625508460 | 0 | 34.010 | -118.524 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 20 |\n",
- "| 625508520 | 0 | 34.006 | -118.526 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 3 | 1 | 3 | | 21 |\n",
- "| 625665180 | 0 | 33.989 | -118.504 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 22 |\n",
- "| 625744980 | 0 | 34.021 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 23 |\n",
- "| 625866480 | 0 | 34.005 | -118.591 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 24 |\n",
- "| 625871700 | 0 | 34.045 | -118.530 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 25 |\n",
- "| 625957440 | 0 | 34.043 | -118.541 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 26 |\n",
- "| 626377980 | 0 | 34.021 | -118.611 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 27 |\n",
- "| 626986080 | 0 | 33.993 | -118.602 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 28 |\n",
- "| 627801120 | 0 | 33.972 | -118.534 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 29 |\n",
+ "| 622512000 | 0 | 34.030 | -118.560 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |\n",
+ "| 622708920 | 0 | 23.590 | -166.180 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |\n",
+ "| 622724940 | 0 | 34.024 | -118.556 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 3 |\n",
+ "| 622725060 | 0 | 34.035 | -118.549 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 4 |\n",
"\n"
],
"text/plain": [
- " time z lat lon ptt instrument type location_class\n",
- "1 622512000 0 34.030 -118.560 45866 SPOT User nan \n",
- "2 622708920 0 23.590 -166.180 45866 SPOT Argos A \n",
- "3 622724940 0 34.024 -118.556 45866 SPOT Argos 1 \n",
- "4 622725060 0 34.035 -118.549 45866 SPOT Argos 0 \n",
- "5 622922280 0 34.033 -118.547 45866 SPOT Argos 1 \n",
- "6 623134860 0 33.517 -119.750 45866 SPOT Argos B \n",
- "7 623881440 0 34.038 -118.581 45866 SPOT Argos 2 \n",
- "8 624452700 0 33.995 -118.678 45866 SPOT Argos 0 \n",
- "9 624607860 0 34.037 -118.545 45866 SPOT Argos 0 \n",
- "10 624618000 0 34.026 -118.534 45866 SPOT Argos 2 \n",
- "11 624623880 0 34.027 -118.545 45866 SPOT Argos 3 \n",
- "12 624703680 0 34.039 -118.548 45866 SPOT Argos 1 \n",
- "13 624709560 0 34.031 -118.541 45866 SPOT Argos 2 \n",
- "14 624712500 0 34.041 -118.535 45866 SPOT Argos 0 \n",
- "15 624795600 0 34.036 -118.557 45866 SPOT Argos A \n",
- "16 625189920 0 33.999 -118.612 45866 SPOT Argos 2 \n",
- "17 625190760 0 34.002 -118.604 45866 SPOT Argos 0 \n",
- "18 625402380 0 34.022 -118.537 45866 SPOT Argos 3 \n",
- "19 625404120 0 34.021 -118.570 45866 SPOT Argos B \n",
- "20 625508460 0 34.010 -118.524 45866 SPOT Argos 1 \n",
- "21 625508520 0 34.006 -118.526 45866 SPOT Argos 2 \n",
- "22 625665180 0 33.989 -118.504 45866 SPOT Argos 2 \n",
- "23 625744980 0 34.021 -118.557 45866 SPOT Argos A \n",
- "24 625866480 0 34.005 -118.591 45866 SPOT Argos A \n",
- "25 625871700 0 34.045 -118.530 45866 SPOT Argos 0 \n",
- "26 625957440 0 34.043 -118.541 45866 SPOT Argos A \n",
- "27 626377980 0 34.021 -118.611 45866 SPOT Argos B \n",
- "28 626986080 0 33.993 -118.602 45866 SPOT Argos A \n",
- "29 627801120 0 33.972 -118.534 45866 SPOT Argos B \n",
- " error_radius semi_major_axis semi_minor_axis ellipse_orientation offset\n",
- "1 NA NA NA NA NA \n",
- "2 NA NA NA NA NA \n",
- "3 NA NA NA NA NA \n",
- "4 NA NA NA NA NA \n",
- "5 NA NA NA NA NA \n",
- "6 NA NA NA NA NA \n",
- "7 NA NA NA NA NA \n",
- "8 NA NA NA NA NA \n",
- "9 NA NA NA NA NA \n",
- "10 NA NA NA NA NA \n",
- "11 NA NA NA NA NA \n",
- "12 NA NA NA NA NA \n",
- "13 NA NA NA NA NA \n",
- "14 NA NA NA NA NA \n",
- "15 NA NA NA NA NA \n",
- "16 NA NA NA NA NA \n",
- "17 NA NA NA NA NA \n",
- "18 NA NA NA NA NA \n",
- "19 NA NA NA NA NA \n",
- "20 NA NA NA NA NA \n",
- "21 NA NA NA NA NA \n",
- "22 NA NA NA NA NA \n",
- "23 NA NA NA NA NA \n",
- "24 NA NA NA NA NA \n",
- "25 NA NA NA NA NA \n",
- "26 NA NA NA NA NA \n",
- "27 NA NA NA NA NA \n",
- "28 NA NA NA NA NA \n",
- "29 NA NA NA NA NA \n",
- " offset_orientation gpe_msd gpe_u count qartod_time_flag qartod_speed_flag\n",
- "1 NA NaN NaN NA 1 2 \n",
- "2 NA NaN NaN NA 1 4 \n",
- "3 NA NaN NaN NA 1 4 \n",
- "4 NA NaN NaN NA 1 4 \n",
- "5 NA NaN NaN NA 1 1 \n",
- "6 NA NaN NaN NA 1 1 \n",
- "7 NA NaN NaN NA 1 1 \n",
- "8 NA NaN NaN NA 1 1 \n",
- "9 NA NaN NaN NA 1 1 \n",
- "10 NA NaN NaN NA 1 1 \n",
- "11 NA NaN NaN NA 1 1 \n",
- "12 NA NaN NaN NA 1 1 \n",
- "13 NA NaN NaN NA 1 1 \n",
- "14 NA NaN NaN NA 1 1 \n",
- "15 NA NaN NaN NA 1 1 \n",
- "16 NA NaN NaN NA 1 1 \n",
- "17 NA NaN NaN NA 1 1 \n",
- "18 NA NaN NaN NA 1 1 \n",
- "19 NA NaN NaN NA 1 1 \n",
- "20 NA NaN NaN NA 1 1 \n",
- "21 NA NaN NaN NA 1 3 \n",
- "22 NA NaN NaN NA 1 1 \n",
- "23 NA NaN NaN NA 1 1 \n",
- "24 NA NaN NaN NA 1 1 \n",
- "25 NA NaN NaN NA 1 1 \n",
- "26 NA NaN NaN NA 1 1 \n",
- "27 NA NaN NaN NA 1 1 \n",
- "28 NA NaN NaN NA 1 1 \n",
- "29 NA NaN NaN NA 1 1 \n",
- " qartod_location_flag qartod_rollup_flag comment obs\n",
- "1 1 1 1 \n",
- "2 1 4 2 \n",
- "3 1 4 3 \n",
- "4 1 4 4 \n",
- "5 1 1 5 \n",
- "6 1 1 6 \n",
- "7 1 1 7 \n",
- "8 1 1 8 \n",
- "9 1 1 9 \n",
- "10 1 1 10 \n",
- "11 1 1 11 \n",
- "12 1 1 12 \n",
- "13 1 1 13 \n",
- "14 1 1 14 \n",
- "15 1 1 15 \n",
- "16 1 1 16 \n",
- "17 1 1 17 \n",
- "18 1 1 18 \n",
- "19 1 1 19 \n",
- "20 1 1 20 \n",
- "21 1 3 21 \n",
- "22 1 1 22 \n",
- "23 1 1 23 \n",
- "24 1 1 24 \n",
- "25 1 1 25 \n",
- "26 1 1 26 \n",
- "27 1 1 27 \n",
- "28 1 1 28 \n",
- "29 1 1 29 "
+ " time z lat lon ptt instrument type location_class\n",
+ "1 622512000 0 34.030 -118.560 45866 SPOT User nan \n",
+ "2 622708920 0 23.590 -166.180 45866 SPOT Argos A \n",
+ "3 622724940 0 34.024 -118.556 45866 SPOT Argos 1 \n",
+ "4 622725060 0 34.035 -118.549 45866 SPOT Argos 0 \n",
+ " error_radius semi_major_axis semi_minor_axis ellipse_orientation offset\n",
+ "1 NA NA NA NA NA \n",
+ "2 NA NA NA NA NA \n",
+ "3 NA NA NA NA NA \n",
+ "4 NA NA NA NA NA \n",
+ " offset_orientation gpe_msd gpe_u count qartod_time_flag qartod_speed_flag\n",
+ "1 NA NaN NaN NA 1 2 \n",
+ "2 NA NaN NaN NA 1 4 \n",
+ "3 NA NaN NaN NA 1 4 \n",
+ "4 NA NaN NaN NA 1 4 \n",
+ " qartod_location_flag qartod_rollup_flag comment obs\n",
+ "1 1 1 1 \n",
+ "2 1 4 2 \n",
+ "3 1 4 3 \n",
+ "4 1 4 4 "
]
},
"metadata": {},
@@ -1919,31 +1317,7 @@
"\n",
"atn_tbl <- atn %>% hyper_tibble(force=TRUE)\n",
"\n",
- "# atn_tbl <- tibble()\n",
- "\n",
- "# for (var in sort(vars$name)){\n",
- "# print(var)\n",
- " \n",
- "# #atn_tbl_1 <- tibble(!!var := ncvar_get(atn, var, raw_datavals=TRUE))\n",
- " \n",
- "# tbl <- tibble(!!var := ncvar_get(atn, var, raw_datavals=TRUE))\n",
- " \n",
- "# # Test how many values are in variable. if container var with one value, explode to populate entire column.\n",
- "# if (dim(tbl)[1] == atn$dim[[1]]$len){\n",
- " \n",
- "# atn_tbl <- tibble(!!var := ncvar_get(atn, var, raw_datavals=TRUE))\n",
- "\n",
- "# #print(atn_tbl_1)\n",
- " \n",
- "# #atn_tbl <- atn_tbl %>% add_column(atn_tbl[1])\n",
- "\n",
- "# } \n",
- " \n",
- " \n",
- " \n",
- "# } #()\n",
- "#ncvar_get(atn)\n",
- "atn_tbl"
+ "head(atn_tbl, n=4)"
]
},
{
@@ -1959,7 +1333,7 @@
},
{
"cell_type": "code",
- "execution_count": 10,
+ "execution_count": 8,
"metadata": {},
"outputs": [
{
@@ -2079,246 +1453,57 @@
},
{
"cell_type": "code",
- "execution_count": 11,
+ "execution_count": 9,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
- "A tibble: 29 × 23\n",
+ "A tibble: 2 × 23\n",
"\n",
"\ttime | z | lat | lon | ptt | instrument | type | location_class | error_radius | semi_major_axis | semi_minor_axis | ellipse_orientation | offset | offset_orientation | gpe_msd | gpe_u | count | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | comment | obs |
\n",
"\t<dttm> | <int> | <dbl> | <dbl> | <int> | <chr> | <chr> | <chr> | <int> | <int> | <int> | <int> | <int> | <int> | <dbl> | <dbl> | <int> | <int> | <int> | <int> | <int> | <chr> | <int> |
\n",
"\n",
"\n",
- "\t2009-09-23 00:00:00 | 0 | 34.030 | -118.560 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |
\n",
- "\t2009-09-25 06:42:00 | 0 | 23.590 | -166.180 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |
\n",
- "\t2009-09-25 11:09:00 | 0 | 34.024 | -118.556 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 3 |
\n",
- "\t2009-09-25 11:11:00 | 0 | 34.035 | -118.549 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 4 |
\n",
- "\t2009-09-27 17:58:00 | 0 | 34.033 | -118.547 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 5 |
\n",
- "\t2009-09-30 05:01:00 | 0 | 33.517 | -119.750 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 6 |
\n",
- "\t2009-10-08 20:24:00 | 0 | 34.038 | -118.581 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 7 |
\n",
- "\t2009-10-15 11:05:00 | 0 | 33.995 | -118.678 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 8 |
\n",
- "\t2009-10-17 06:11:00 | 0 | 34.037 | -118.545 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 9 |
\n",
- "\t2009-10-17 09:00:00 | 0 | 34.026 | -118.534 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 10 |
\n",
- "\t2009-10-17 10:38:00 | 0 | 34.027 | -118.545 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 11 |
\n",
- "\t2009-10-18 08:48:00 | 0 | 34.039 | -118.548 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 12 |
\n",
- "\t2009-10-18 10:26:00 | 0 | 34.031 | -118.541 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 13 |
\n",
- "\t2009-10-18 11:15:00 | 0 | 34.041 | -118.535 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 14 |
\n",
- "\t2009-10-19 10:20:00 | 0 | 34.036 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 15 |
\n",
- "\t2009-10-23 23:52:00 | 0 | 33.999 | -118.612 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 16 |
\n",
- "\t2009-10-24 00:06:00 | 0 | 34.002 | -118.604 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 17 |
\n",
- "\t2009-10-26 10:53:00 | 0 | 34.022 | -118.537 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 18 |
\n",
- "\t2009-10-26 11:22:00 | 0 | 34.021 | -118.570 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 19 |
\n",
- "\t2009-10-27 16:21:00 | 0 | 34.010 | -118.524 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 20 |
\n",
- "\t2009-10-27 16:22:00 | 0 | 34.006 | -118.526 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 3 | 1 | 3 | | 21 |
\n",
- "\t2009-10-29 11:53:00 | 0 | 33.989 | -118.504 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 22 |
\n",
- "\t2009-10-30 10:03:00 | 0 | 34.021 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 23 |
\n",
- "\t2009-10-31 19:48:00 | 0 | 34.005 | -118.591 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 24 |
\n",
- "\t2009-10-31 21:15:00 | 0 | 34.045 | -118.530 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 25 |
\n",
- "\t2009-11-01 21:04:00 | 0 | 34.043 | -118.541 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 26 |
\n",
- "\t2009-11-06 17:53:00 | 0 | 34.021 | -118.611 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 27 |
\n",
- "\t2009-11-13 18:48:00 | 0 | 33.993 | -118.602 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 28 |
\n",
- "\t2009-11-23 05:12:00 | 0 | 33.972 | -118.534 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 29 |
\n",
+ "\t2009-09-23 00:00:00 | 0 | 34.03 | -118.56 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |
\n",
+ "\t2009-09-25 06:42:00 | 0 | 23.59 | -166.18 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |
\n",
"\n",
"
\n"
],
"text/latex": [
- "A tibble: 29 × 23\n",
+ "A tibble: 2 × 23\n",
"\\begin{tabular}{lllllllllllllllllllllll}\n",
" time & z & lat & lon & ptt & instrument & type & location\\_class & error\\_radius & semi\\_major\\_axis & semi\\_minor\\_axis & ellipse\\_orientation & offset & offset\\_orientation & gpe\\_msd & gpe\\_u & count & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & comment & obs\\\\\n",
" & & & & & & & & & & & & & & & & & & & & & & \\\\\n",
"\\hline\n",
- "\t 2009-09-23 00:00:00 & 0 & 34.030 & -118.560 & 45866 & SPOT & User & nan & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 2 & 1 & 1 & & 1\\\\\n",
- "\t 2009-09-25 06:42:00 & 0 & 23.590 & -166.180 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 2\\\\\n",
- "\t 2009-09-25 11:09:00 & 0 & 34.024 & -118.556 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 3\\\\\n",
- "\t 2009-09-25 11:11:00 & 0 & 34.035 & -118.549 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 4\\\\\n",
- "\t 2009-09-27 17:58:00 & 0 & 34.033 & -118.547 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 5\\\\\n",
- "\t 2009-09-30 05:01:00 & 0 & 33.517 & -119.750 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 6\\\\\n",
- "\t 2009-10-08 20:24:00 & 0 & 34.038 & -118.581 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 7\\\\\n",
- "\t 2009-10-15 11:05:00 & 0 & 33.995 & -118.678 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 8\\\\\n",
- "\t 2009-10-17 06:11:00 & 0 & 34.037 & -118.545 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 9\\\\\n",
- "\t 2009-10-17 09:00:00 & 0 & 34.026 & -118.534 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 10\\\\\n",
- "\t 2009-10-17 10:38:00 & 0 & 34.027 & -118.545 & 45866 & SPOT & Argos & 3 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 11\\\\\n",
- "\t 2009-10-18 08:48:00 & 0 & 34.039 & -118.548 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 12\\\\\n",
- "\t 2009-10-18 10:26:00 & 0 & 34.031 & -118.541 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 13\\\\\n",
- "\t 2009-10-18 11:15:00 & 0 & 34.041 & -118.535 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 14\\\\\n",
- "\t 2009-10-19 10:20:00 & 0 & 34.036 & -118.557 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 15\\\\\n",
- "\t 2009-10-23 23:52:00 & 0 & 33.999 & -118.612 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 16\\\\\n",
- "\t 2009-10-24 00:06:00 & 0 & 34.002 & -118.604 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 17\\\\\n",
- "\t 2009-10-26 10:53:00 & 0 & 34.022 & -118.537 & 45866 & SPOT & Argos & 3 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 18\\\\\n",
- "\t 2009-10-26 11:22:00 & 0 & 34.021 & -118.570 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 19\\\\\n",
- "\t 2009-10-27 16:21:00 & 0 & 34.010 & -118.524 & 45866 & SPOT & Argos & 1 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 20\\\\\n",
- "\t 2009-10-27 16:22:00 & 0 & 34.006 & -118.526 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 3 & 1 & 3 & & 21\\\\\n",
- "\t 2009-10-29 11:53:00 & 0 & 33.989 & -118.504 & 45866 & SPOT & Argos & 2 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 22\\\\\n",
- "\t 2009-10-30 10:03:00 & 0 & 34.021 & -118.557 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 23\\\\\n",
- "\t 2009-10-31 19:48:00 & 0 & 34.005 & -118.591 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 24\\\\\n",
- "\t 2009-10-31 21:15:00 & 0 & 34.045 & -118.530 & 45866 & SPOT & Argos & 0 & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 25\\\\\n",
- "\t 2009-11-01 21:04:00 & 0 & 34.043 & -118.541 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 26\\\\\n",
- "\t 2009-11-06 17:53:00 & 0 & 34.021 & -118.611 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 27\\\\\n",
- "\t 2009-11-13 18:48:00 & 0 & 33.993 & -118.602 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 28\\\\\n",
- "\t 2009-11-23 05:12:00 & 0 & 33.972 & -118.534 & 45866 & SPOT & Argos & B & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 1 & 1 & 1 & & 29\\\\\n",
+ "\t 2009-09-23 00:00:00 & 0 & 34.03 & -118.56 & 45866 & SPOT & User & nan & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 2 & 1 & 1 & & 1\\\\\n",
+ "\t 2009-09-25 06:42:00 & 0 & 23.59 & -166.18 & 45866 & SPOT & Argos & A & NA & NA & NA & NA & NA & NA & NaN & NaN & NA & 1 & 4 & 1 & 4 & & 2\\\\\n",
"\\end{tabular}\n"
],
"text/markdown": [
"\n",
- "A tibble: 29 × 23\n",
+ "A tibble: 2 × 23\n",
"\n",
"| time <dttm> | z <int> | lat <dbl> | lon <dbl> | ptt <int> | instrument <chr> | type <chr> | location_class <chr> | error_radius <int> | semi_major_axis <int> | semi_minor_axis <int> | ellipse_orientation <int> | offset <int> | offset_orientation <int> | gpe_msd <dbl> | gpe_u <dbl> | count <int> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | comment <chr> | obs <int> |\n",
"|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
- "| 2009-09-23 00:00:00 | 0 | 34.030 | -118.560 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |\n",
- "| 2009-09-25 06:42:00 | 0 | 23.590 | -166.180 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |\n",
- "| 2009-09-25 11:09:00 | 0 | 34.024 | -118.556 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 3 |\n",
- "| 2009-09-25 11:11:00 | 0 | 34.035 | -118.549 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 4 |\n",
- "| 2009-09-27 17:58:00 | 0 | 34.033 | -118.547 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 5 |\n",
- "| 2009-09-30 05:01:00 | 0 | 33.517 | -119.750 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 6 |\n",
- "| 2009-10-08 20:24:00 | 0 | 34.038 | -118.581 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 7 |\n",
- "| 2009-10-15 11:05:00 | 0 | 33.995 | -118.678 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 8 |\n",
- "| 2009-10-17 06:11:00 | 0 | 34.037 | -118.545 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 9 |\n",
- "| 2009-10-17 09:00:00 | 0 | 34.026 | -118.534 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 10 |\n",
- "| 2009-10-17 10:38:00 | 0 | 34.027 | -118.545 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 11 |\n",
- "| 2009-10-18 08:48:00 | 0 | 34.039 | -118.548 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 12 |\n",
- "| 2009-10-18 10:26:00 | 0 | 34.031 | -118.541 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 13 |\n",
- "| 2009-10-18 11:15:00 | 0 | 34.041 | -118.535 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 14 |\n",
- "| 2009-10-19 10:20:00 | 0 | 34.036 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 15 |\n",
- "| 2009-10-23 23:52:00 | 0 | 33.999 | -118.612 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 16 |\n",
- "| 2009-10-24 00:06:00 | 0 | 34.002 | -118.604 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 17 |\n",
- "| 2009-10-26 10:53:00 | 0 | 34.022 | -118.537 | 45866 | SPOT | Argos | 3 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 18 |\n",
- "| 2009-10-26 11:22:00 | 0 | 34.021 | -118.570 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 19 |\n",
- "| 2009-10-27 16:21:00 | 0 | 34.010 | -118.524 | 45866 | SPOT | Argos | 1 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 20 |\n",
- "| 2009-10-27 16:22:00 | 0 | 34.006 | -118.526 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 3 | 1 | 3 | | 21 |\n",
- "| 2009-10-29 11:53:00 | 0 | 33.989 | -118.504 | 45866 | SPOT | Argos | 2 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 22 |\n",
- "| 2009-10-30 10:03:00 | 0 | 34.021 | -118.557 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 23 |\n",
- "| 2009-10-31 19:48:00 | 0 | 34.005 | -118.591 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 24 |\n",
- "| 2009-10-31 21:15:00 | 0 | 34.045 | -118.530 | 45866 | SPOT | Argos | 0 | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 25 |\n",
- "| 2009-11-01 21:04:00 | 0 | 34.043 | -118.541 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 26 |\n",
- "| 2009-11-06 17:53:00 | 0 | 34.021 | -118.611 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 27 |\n",
- "| 2009-11-13 18:48:00 | 0 | 33.993 | -118.602 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 28 |\n",
- "| 2009-11-23 05:12:00 | 0 | 33.972 | -118.534 | 45866 | SPOT | Argos | B | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 1 | 1 | 1 | | 29 |\n",
+ "| 2009-09-23 00:00:00 | 0 | 34.03 | -118.56 | 45866 | SPOT | User | nan | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 2 | 1 | 1 | | 1 |\n",
+ "| 2009-09-25 06:42:00 | 0 | 23.59 | -166.18 | 45866 | SPOT | Argos | A | NA | NA | NA | NA | NA | NA | NaN | NaN | NA | 1 | 4 | 1 | 4 | | 2 |\n",
"\n"
],
"text/plain": [
- " time z lat lon ptt instrument type location_class\n",
- "1 2009-09-23 00:00:00 0 34.030 -118.560 45866 SPOT User nan \n",
- "2 2009-09-25 06:42:00 0 23.590 -166.180 45866 SPOT Argos A \n",
- "3 2009-09-25 11:09:00 0 34.024 -118.556 45866 SPOT Argos 1 \n",
- "4 2009-09-25 11:11:00 0 34.035 -118.549 45866 SPOT Argos 0 \n",
- "5 2009-09-27 17:58:00 0 34.033 -118.547 45866 SPOT Argos 1 \n",
- "6 2009-09-30 05:01:00 0 33.517 -119.750 45866 SPOT Argos B \n",
- "7 2009-10-08 20:24:00 0 34.038 -118.581 45866 SPOT Argos 2 \n",
- "8 2009-10-15 11:05:00 0 33.995 -118.678 45866 SPOT Argos 0 \n",
- "9 2009-10-17 06:11:00 0 34.037 -118.545 45866 SPOT Argos 0 \n",
- "10 2009-10-17 09:00:00 0 34.026 -118.534 45866 SPOT Argos 2 \n",
- "11 2009-10-17 10:38:00 0 34.027 -118.545 45866 SPOT Argos 3 \n",
- "12 2009-10-18 08:48:00 0 34.039 -118.548 45866 SPOT Argos 1 \n",
- "13 2009-10-18 10:26:00 0 34.031 -118.541 45866 SPOT Argos 2 \n",
- "14 2009-10-18 11:15:00 0 34.041 -118.535 45866 SPOT Argos 0 \n",
- "15 2009-10-19 10:20:00 0 34.036 -118.557 45866 SPOT Argos A \n",
- "16 2009-10-23 23:52:00 0 33.999 -118.612 45866 SPOT Argos 2 \n",
- "17 2009-10-24 00:06:00 0 34.002 -118.604 45866 SPOT Argos 0 \n",
- "18 2009-10-26 10:53:00 0 34.022 -118.537 45866 SPOT Argos 3 \n",
- "19 2009-10-26 11:22:00 0 34.021 -118.570 45866 SPOT Argos B \n",
- "20 2009-10-27 16:21:00 0 34.010 -118.524 45866 SPOT Argos 1 \n",
- "21 2009-10-27 16:22:00 0 34.006 -118.526 45866 SPOT Argos 2 \n",
- "22 2009-10-29 11:53:00 0 33.989 -118.504 45866 SPOT Argos 2 \n",
- "23 2009-10-30 10:03:00 0 34.021 -118.557 45866 SPOT Argos A \n",
- "24 2009-10-31 19:48:00 0 34.005 -118.591 45866 SPOT Argos A \n",
- "25 2009-10-31 21:15:00 0 34.045 -118.530 45866 SPOT Argos 0 \n",
- "26 2009-11-01 21:04:00 0 34.043 -118.541 45866 SPOT Argos A \n",
- "27 2009-11-06 17:53:00 0 34.021 -118.611 45866 SPOT Argos B \n",
- "28 2009-11-13 18:48:00 0 33.993 -118.602 45866 SPOT Argos A \n",
- "29 2009-11-23 05:12:00 0 33.972 -118.534 45866 SPOT Argos B \n",
- " error_radius semi_major_axis semi_minor_axis ellipse_orientation offset\n",
- "1 NA NA NA NA NA \n",
- "2 NA NA NA NA NA \n",
- "3 NA NA NA NA NA \n",
- "4 NA NA NA NA NA \n",
- "5 NA NA NA NA NA \n",
- "6 NA NA NA NA NA \n",
- "7 NA NA NA NA NA \n",
- "8 NA NA NA NA NA \n",
- "9 NA NA NA NA NA \n",
- "10 NA NA NA NA NA \n",
- "11 NA NA NA NA NA \n",
- "12 NA NA NA NA NA \n",
- "13 NA NA NA NA NA \n",
- "14 NA NA NA NA NA \n",
- "15 NA NA NA NA NA \n",
- "16 NA NA NA NA NA \n",
- "17 NA NA NA NA NA \n",
- "18 NA NA NA NA NA \n",
- "19 NA NA NA NA NA \n",
- "20 NA NA NA NA NA \n",
- "21 NA NA NA NA NA \n",
- "22 NA NA NA NA NA \n",
- "23 NA NA NA NA NA \n",
- "24 NA NA NA NA NA \n",
- "25 NA NA NA NA NA \n",
- "26 NA NA NA NA NA \n",
- "27 NA NA NA NA NA \n",
- "28 NA NA NA NA NA \n",
- "29 NA NA NA NA NA \n",
- " offset_orientation gpe_msd gpe_u count qartod_time_flag qartod_speed_flag\n",
- "1 NA NaN NaN NA 1 2 \n",
- "2 NA NaN NaN NA 1 4 \n",
- "3 NA NaN NaN NA 1 4 \n",
- "4 NA NaN NaN NA 1 4 \n",
- "5 NA NaN NaN NA 1 1 \n",
- "6 NA NaN NaN NA 1 1 \n",
- "7 NA NaN NaN NA 1 1 \n",
- "8 NA NaN NaN NA 1 1 \n",
- "9 NA NaN NaN NA 1 1 \n",
- "10 NA NaN NaN NA 1 1 \n",
- "11 NA NaN NaN NA 1 1 \n",
- "12 NA NaN NaN NA 1 1 \n",
- "13 NA NaN NaN NA 1 1 \n",
- "14 NA NaN NaN NA 1 1 \n",
- "15 NA NaN NaN NA 1 1 \n",
- "16 NA NaN NaN NA 1 1 \n",
- "17 NA NaN NaN NA 1 1 \n",
- "18 NA NaN NaN NA 1 1 \n",
- "19 NA NaN NaN NA 1 1 \n",
- "20 NA NaN NaN NA 1 1 \n",
- "21 NA NaN NaN NA 1 3 \n",
- "22 NA NaN NaN NA 1 1 \n",
- "23 NA NaN NaN NA 1 1 \n",
- "24 NA NaN NaN NA 1 1 \n",
- "25 NA NaN NaN NA 1 1 \n",
- "26 NA NaN NaN NA 1 1 \n",
- "27 NA NaN NaN NA 1 1 \n",
- "28 NA NaN NaN NA 1 1 \n",
- "29 NA NaN NaN NA 1 1 \n",
- " qartod_location_flag qartod_rollup_flag comment obs\n",
- "1 1 1 1 \n",
- "2 1 4 2 \n",
- "3 1 4 3 \n",
- "4 1 4 4 \n",
- "5 1 1 5 \n",
- "6 1 1 6 \n",
- "7 1 1 7 \n",
- "8 1 1 8 \n",
- "9 1 1 9 \n",
- "10 1 1 10 \n",
- "11 1 1 11 \n",
- "12 1 1 12 \n",
- "13 1 1 13 \n",
- "14 1 1 14 \n",
- "15 1 1 15 \n",
- "16 1 1 16 \n",
- "17 1 1 17 \n",
- "18 1 1 18 \n",
- "19 1 1 19 \n",
- "20 1 1 20 \n",
- "21 1 3 21 \n",
- "22 1 1 22 \n",
- "23 1 1 23 \n",
- "24 1 1 24 \n",
- "25 1 1 25 \n",
- "26 1 1 26 \n",
- "27 1 1 27 \n",
- "28 1 1 28 \n",
- "29 1 1 29 "
+ " time z lat lon ptt instrument type location_class\n",
+ "1 2009-09-23 00:00:00 0 34.03 -118.56 45866 SPOT User nan \n",
+ "2 2009-09-25 06:42:00 0 23.59 -166.18 45866 SPOT Argos A \n",
+ " error_radius semi_major_axis semi_minor_axis ellipse_orientation offset\n",
+ "1 NA NA NA NA NA \n",
+ "2 NA NA NA NA NA \n",
+ " offset_orientation gpe_msd gpe_u count qartod_time_flag qartod_speed_flag\n",
+ "1 NA NaN NaN NA 1 2 \n",
+ "2 NA NaN NaN NA 1 4 \n",
+ " qartod_location_flag qartod_rollup_flag comment obs\n",
+ "1 1 1 1 \n",
+ "2 1 4 2 "
]
},
"metadata": {},
@@ -2332,7 +1517,7 @@
"lunit <- str_split(tunit$value,' ')[[1]]\n",
"atn_tbl$time <- as.POSIXct(atn_tbl$time, origin=lunit[3], tz=\"GMT\")\n",
"\n",
- "atn_tbl"
+ "head(atn_tbl, n=2)"
]
},
{
@@ -2346,7 +1531,7 @@
},
{
"cell_type": "code",
- "execution_count": 12,
+ "execution_count": 10,
"metadata": {},
"outputs": [
{
@@ -2388,7 +1573,7 @@
},
{
"cell_type": "code",
- "execution_count": 13,
+ "execution_count": 11,
"metadata": {},
"outputs": [
{
@@ -2435,7 +1620,9 @@
},
{
"cell_type": "markdown",
- "metadata": {},
+ "metadata": {
+ "tags": []
+ },
"source": [
"---\n",
"# Converting to Darwin Core\n",
@@ -2447,132 +1634,9 @@
},
{
"cell_type": "markdown",
- "metadata": {},
- "source": [
- "## Event Core\n",
- "\n",
- "We are not creating an Event Core file for these data.\n",
- "\n",
- "Term | Status\n",
- "-----|-------\n",
- "eventID | Required\n",
- "eventDate | Required\n",
- "decimalLatitude & decimalLongitude | Required\n",
- "geodeticDatum | Required\n",
- "locationID | Strongly Recommended\n",
- "maximumDepthInMeters & minimumDepthInMeters | Strongly Recommended\n",
- "footprintWKT | Share if available\n",
- "modified | Share if available"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 14,
- "metadata": {},
- "outputs": [],
- "source": [
- "# tag_id <- metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"ptt_id\")\n",
- "# tag_id"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "## Create a data frame with time, latitude, longitude, and depth"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 15,
- "metadata": {},
- "outputs": [],
- "source": [
- "# # for Event Core following: \n",
- "# # https://github.com/tdwg/dwc-for-biologging/wiki/Data-guidelines#event-core\n",
- "\n",
- "# eventdf <- data.frame( atn_tbl$time, atn_tbl$lat, atn_tbl$lon, atn_tbl$z)\n",
- "\n",
- "# # eventID\n",
- "# # urn:catalog:[datacenter]:[institution]:[project shortcode]:[datacenter-specific-ID] \n",
- "# # At OTN, the datacenter-specific ID is a combination of the animal's identifier, project affiliation, \n",
- "# # and the date of release. e.g. urn:catalog:otn:DAL:NSBS:NSBS-Hops:20170722053000-release\n",
- "# #\n",
- "# # institution <- ncmeta::nc_atts(\"atn_trajectory_template.nc\",\"NC_GLOBAL\") %>% dplyr::filter(name == \"institution\")\n",
- "# # project_shortcode <- 'atn'\n",
- "# # datacenter_specific_ID <- ncmeta::nc_atts(\"atn_trajectory_template.nc\",\"NC_GLOBAL\") %>% dplyr::filter(name == \"tag_id\")\n",
- "# #\n",
- "# # id <- paste(\"urn:catalog:atn\",institution$value,project_shortcode,datacenter_specific_ID$value, sep = \":\")\n",
- "\n",
- "# #eventDate\n",
- "# eventdf$eventDate <- format(eventdf$atn_tbl.time, '%Y-%m-%dT%H:%M:%SZ')\n",
- "# eventdf$atn_tbl.time <- NULL # delete column\n",
- "\n",
- "# #eventID - {common_name}_{dateTime}\n",
- "# cname = metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"animal_common_name\")\n",
- "# eventdf$eventID <- sub(\" \", \"_\", paste0(cname$value, \"_\", eventdf$eventDate))\n",
- "\n",
- "\n",
- "# #decimalLatitude\n",
- "# eventdf$decimalLatitude <- eventdf$atn_tbl.lat\n",
- "# eventdf$atn_tbl.lat <- NULL\n",
- "\n",
- "# #decimalLongitude\n",
- "# eventdf$decimalLongitude <- eventdf$atn_tbl.lon\n",
- "# eventdf$atn_tbl.lon <- NULL\n",
- "\n",
- "# #geodeticDatum\n",
- "# gd_tbl <- metadata %>% dplyr::filter(variable == \"crs\") %>% dplyr::filter(name == \"epsg_code\")\n",
- "# eventdf$geodeticDatum <- paste(gd_tbl$value)\n",
- "\n",
- "# #maximumDepth and minimumDepth\n",
- "# eventdf$minimumDepthInMeters <- eventdf$atn_tbl.z\n",
- "# eventdf$maximumDepthInMeters <- eventdf$atn_tbl.z\n",
- "# eventdf$atn_tbl.z <- NULL\n",
- "\n",
- "# #locationID\n",
- "# #eventdf$locationID <- 'Release' # from https://github.com/tdwg/dwc-for-biologging/wiki/Acoustic-sensor-enabled-tracking-of-blue-sharks\n",
- "\n",
- "# #footprintWKT\n",
- "# ftprnt_tbl = metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"geospatial_bounds\")\n",
- "# eventdf$footprintWKT <- paste(ftprnt_tbl$value)\n",
- "\n",
- "# #modified\n",
- "# mdfied_tbl <- metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"date_modified\")\n",
- "# eventdf$modified <- paste(mdfied_tbl$value)\n",
- "\n",
- "# # coordinateUncertaintyInMeters\n",
- "# # take the larger of variable:error_radius AND variable:semi_major_axis\n",
- "# eventdf$coordinateUncertaintyInMeters <- pmax(atn_tbl$error_radius, atn_tbl$semi_major_axis, atn_tbl$semi_minor_axis, na.rm = TRUE)\n",
- "\n",
- "# eventdf$eventType <- 'GPS positioning'\n",
- "# eventdf$eventType[[1]] <- 'Tag deployment'\n",
- "\n",
- "\n",
- "# head(eventdf, n=10)"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "### Write the event file as a csv"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 16,
- "metadata": {},
- "outputs": [],
- "source": [
- "# file_name_event <- paste('atn_',tag_id$value,'_event.csv', sep = \"\")\n",
- "\n",
- "# write.csv(eventdf, file=file_name_event, row.names=FALSE, fileEncoding=\"UTF-8\", quote=TRUE)"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
+ "metadata": {
+ "tags": []
+ },
"source": [
"## Occurrence Core\n",
"\n",
@@ -2607,490 +1671,108 @@
},
{
"cell_type": "code",
- "execution_count": 17,
+ "execution_count": 12,
"metadata": {},
"outputs": [
{
- "data": {
- "text/html": [
- "\n",
- "A tibble: 89 × 4\n",
- "\n",
- "\tid | name | variable | value |
\n",
- "\t<int> | <chr> | <chr> | <named list> |
\n",
- "\n",
- "\n",
- "\t 0 | date_created | NC_GLOBAL | 2023-08-16T20:00:00Z |
\n",
- "\t 1 | featureType | NC_GLOBAL | trajectory |
\n",
- "\t 2 | cdm_data_type | NC_GLOBAL | Trajectory |
\n",
- "\t 3 | Conventions | NC_GLOBAL | CF-1.10, ACDD-1.3, IOOS-1.2 |
\n",
- "\t 4 | argos_program_number | NC_GLOBAL | 2414 |
\n",
- "\t 5 | creator_email | NC_GLOBAL | chris.lowe@csulb.edu |
\n",
- "\t 6 | id | NC_GLOBAL | 5f0668a86321be13bc7ef628 |
\n",
- "\t 7 | tag_type | NC_GLOBAL | SPOT5 |
\n",
- "\t 8 | source | NC_GLOBAL | Service Argos |
\n",
- "\t 9 | acknowledgement | NC_GLOBAL | NOAA IOOS, Axiom Data Science, Navy ONR, NOAA NMFS, Wildlife Computers, Argos, IOOS ATN |
\n",
- "\t10 | creator_name | NC_GLOBAL | Chris G. Lowe |
\n",
- "\t11 | creator_url | NC_GLOBAL | |
\n",
- "\t12 | geospatial_lat_units | NC_GLOBAL | degrees_north |
\n",
- "\t13 | geospatial_lon_units | NC_GLOBAL | degrees_east |
\n",
- "\t14 | infoUrl | NC_GLOBAL | https://portal.atn.ioos.us/#metadata/6e2ba85c-2f61-4bc5-8c2b-34d6734155ed/project |
\n",
- "\t15 | institution | NC_GLOBAL | California State University Long Beach |
\n",
- "\t16 | keywords | NC_GLOBAL | EARTH SCIENCE > AGRICULTURE > ANIMAL SCIENCE > ANIMAL ECOLOGY AND BEHAVIOR, EARTH SCIENCE > BIOSPHERE > ECOLOGICAL DYNAMICS > SPECIES/POPULATION INTERACTIONS > MIGRATORY RATES/ROUTES, EARTH SCIENCE > OCEANS, EARTH SCIENCE > CLIMATE INDICATORS > BIOSPHERIC INDICATORS > SPECIES MIGRATION, EARTH SCIENCE > OCEANS, EARTH SCIENCE > BIOLOGICAL CLASSIFICATION > ANIMALS/VERTEBRATES, EARTH SCIENCE > BIOSPHERE > ECOSYSTEMS > MARINE ECOSYSTEMS, PROVIDERS > GOVERNMENT AGENCIES-U.S. FEDERAL AGENCIES > DOC > NOAA > IOOS, PROVIDERS > COMMERCIAL > Axiom Data Science |
\n",
- "\t17 | license | NC_GLOBAL | These data may be used and redistributed for free, but are not intended for legal use, since they may contain inaccuracies. No person or group associated with these data makes any warranty, expressed or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness or usefulness of this information. This disclaimer applies to both individual use of these data and aggregate use with other data. It is strongly recommended that users read and fully comprehend associated metadata prior to use. Please acknowledge the U.S. Animal Telemetry Network (ATN) or the specified citation as the source from which these data were obtained in any publications and/or representations of these data. Communication and collaboration with dataset authors are strongly encouraged. |
\n",
- "\t18 | metadata_link | NC_GLOBAL | |
\n",
- "\t19 | naming_authority | NC_GLOBAL | com.wildlifecomputers |
\n",
- "\t20 | platform_category | NC_GLOBAL | animal |
\n",
- "\t21 | platform | NC_GLOBAL | fish |
\n",
- "\t22 | platform_vocabulary | NC_GLOBAL | https://vocab.nerc.ac.uk/collection/L06/current/ |
\n",
- "\t23 | processing_level | NC_GLOBAL | NetCDF file created from position data obtained from Wildlife Computers API. |
\n",
- "\t24 | project | NC_GLOBAL | Project White Shark: Juvenile Satellite Biotelemetry, 2001-2020 |
\n",
- "\t25 | publisher_email | NC_GLOBAL | atndata@ioos.us |
\n",
- "\t26 | publisher_institution | NC_GLOBAL | US Integrated Ocean Observing System Office |
\n",
- "\t27 | publisher_name | NC_GLOBAL | US Integrated Ocean Observing System (IOOS) Animal Telemetry Network (ATN) |
\n",
- "\t28 | publisher_url | NC_GLOBAL | https://atn.ioos.us |
\n",
- "\t29 | publisher_country | NC_GLOBAL | USA |
\n",
- "\t30 | standard_name_vocabulary | NC_GLOBAL | CF-v78 |
\n",
- "\t31 | vendor | NC_GLOBAL | Wildlife Computers |
\n",
- "\t32 | geospatial_lat_min | NC_GLOBAL | 23.59 |
\n",
- "\t33 | geospatial_lat_max | NC_GLOBAL | 34.045 |
\n",
- "\t34 | geospatial_lon_min | NC_GLOBAL | -166.18 |
\n",
- "\t35 | geospatial_lon_max | NC_GLOBAL | -118.504 |
\n",
- "\t36 | geospatial_bbox | NC_GLOBAL | POLYGON ((-118.504 23.59, -118.504 34.045, -166.18 34.045, -166.18 23.59, -118.504 23.59)) |
\n",
- "\t37 | geospatial_bounds | NC_GLOBAL | POLYGON ((-166.18 23.59, -118.581 34.038, -118.53 34.045, -118.504 33.989, -118.534 33.972, -119.75 33.517, -166.18 23.59)) |
\n",
- "\t38 | geospatial_bounds_crs | NC_GLOBAL | EPSG:4326 |
\n",
- "\t39 | time_coverage_start | NC_GLOBAL | 2009-09-23T00:00:00Z |
\n",
- "\t40 | time_coverage_end | NC_GLOBAL | 2009-11-23T05:12:00Z |
\n",
- "\t41 | time_coverage_duration | NC_GLOBAL | P61DT5H12M0S |
\n",
- "\t42 | time_coverage_resolution | NC_GLOBAL | P2DT2H39M43S |
\n",
- "\t43 | date_issued | NC_GLOBAL | 2023-08-16T20:00:00Z |
\n",
- "\t44 | date_modified | NC_GLOBAL | 2023-08-16T20:00:00Z |
\n",
- "\t45 | history | NC_GLOBAL | 2023-08-07T20:24:04Z - Created by the IOOS ATN DAC from the Wildlife Computers API |
\n",
- "\t46 | summary | NC_GLOBAL | Wildlife Computers SPOT5 tag (ptt id 45866) deployed on a great white shark (Carcharodon carcharias) by Chris G. Lowe in the North Pacific Ocean from 2009-09-23 to 2009-11-23 |
\n",
- "\t47 | title | NC_GLOBAL | Great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628 |
\n",
- "\t48 | uuid | NC_GLOBAL | ff554ebf-bf4b-5a82-8a90-9c0ceb799d96 |
\n",
- "\t49 | platform_name | NC_GLOBAL | Carcharodon carcharias |
\n",
- "\t50 | platform_id | NC_GLOBAL | 105838 |
\n",
- "\t51 | vendor_id | NC_GLOBAL | 5f0668a86321be13bc7ef628 |
\n",
- "\t52 | sea_name | NC_GLOBAL | North Pacific Ocean |
\n",
- "\t53 | arbitrary_keywords | NC_GLOBAL | ATN, Animal Telemetry Network, IOOS, Integrated Ocean Observing System, trajectory, satellite telemetry tag |
\n",
- "\t54 | contributor_role_vocabulary | NC_GLOBAL | https://vocab.nerc.ac.uk/collection/G04/current/ |
\n",
- "\t55 | creator_role_vocabulary | NC_GLOBAL | https://vocab.nerc.ac.uk/collection/G04/current/ |
\n",
- "\t56 | creator_sector_vocabulary | NC_GLOBAL | https://mmisw.org/ont/ioos/sector |
\n",
- "\t57 | creator_type | NC_GLOBAL | person |
\n",
- "\t58 | date_metadata_modified | NC_GLOBAL | 20230816 |
\n",
- "\t59 | instrument | NC_GLOBAL | Satellite telemetry tag |
\n",
- "\t60 | instrument_vocabulary | NC_GLOBAL | |
\n",
- "\t61 | keywords_vocabulary | NC_GLOBAL | GCMD Science Keywords v15.1 |
\n",
- "\t62 | ncei_template_version | NC_GLOBAL | NCEI_NetCDF_Trajectory_Template_v2.0 |
\n",
- "\t63 | product_version | NC_GLOBAL | |
\n",
- "\t64 | program | NC_GLOBAL | IOOS Animal Telemetry Network |
\n",
- "\t65 | publisher_type | NC_GLOBAL | institution |
\n",
- "\t66 | references | NC_GLOBAL | |
\n",
- "\t67 | animal_common_name | NC_GLOBAL | great white shark |
\n",
- "\t68 | animal_id | NC_GLOBAL | 09_13 |
\n",
- "\t69 | animal_scientific_name | NC_GLOBAL | Carcharodon carcharias |
\n",
- "\t70 | deployment_id | NC_GLOBAL | 5f0668a86321be13bc7ef628 |
\n",
- "\t71 | deployment_start_datetime | NC_GLOBAL | 2009-09-23T00:00:00Z |
\n",
- "\t72 | deployment_end_datetime | NC_GLOBAL | 2009-11-23T00:00:00Z |
\n",
- "\t73 | wmo_platform_code | NC_GLOBAL | |
\n",
- "\t74 | comment | NC_GLOBAL | 09_13-45866 |
\n",
- "\t75 | ptt_id | NC_GLOBAL | 45866 |
\n",
- "\t76 | deployment_start_lat | NC_GLOBAL | 34.03 |
\n",
- "\t77 | deployment_start_lon | NC_GLOBAL | -118.56 |
\n",
- "\t78 | contributor_name | NC_GLOBAL | Thomas Farrugia |
\n",
- "\t79 | contributor_email | NC_GLOBAL | tjfarrugia@alaska.edu |
\n",
- "\t80 | contributor_role | NC_GLOBAL | collaborator |
\n",
- "\t81 | contributor_institution | NC_GLOBAL | California State University Long Beach |
\n",
- "\t82 | contributor_url | NC_GLOBAL | |
\n",
- "\t83 | creator_role | NC_GLOBAL | principalInvestigator |
\n",
- "\t84 | creator_sector | NC_GLOBAL | academic |
\n",
- "\t85 | creator_country | NC_GLOBAL | USA |
\n",
- "\t86 | creator_institution | NC_GLOBAL | California State University Long Beach |
\n",
- "\t87 | creator_institution_url | NC_GLOBAL | https://www.csulb.edu/shark-lab |
\n",
- "\t88 | citation | NC_GLOBAL | Lowe, Chris G.; Farrugia, Thomas. (2023) great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628. [Dataset]. US Integrated Ocean Observing System Office. |
\n",
- "\n",
- "
\n"
- ],
- "text/latex": [
- "A tibble: 89 × 4\n",
- "\\begin{tabular}{llll}\n",
- " id & name & variable & value\\\\\n",
- " & & & \\\\\n",
- "\\hline\n",
- "\t 0 & date\\_created & NC\\_GLOBAL & 2023-08-16T20:00:00Z\\\\\n",
- "\t 1 & featureType & NC\\_GLOBAL & trajectory\\\\\n",
- "\t 2 & cdm\\_data\\_type & NC\\_GLOBAL & Trajectory\\\\\n",
- "\t 3 & Conventions & NC\\_GLOBAL & CF-1.10, ACDD-1.3, IOOS-1.2\\\\\n",
- "\t 4 & argos\\_program\\_number & NC\\_GLOBAL & 2414\\\\\n",
- "\t 5 & creator\\_email & NC\\_GLOBAL & chris.lowe@csulb.edu\\\\\n",
- "\t 6 & id & NC\\_GLOBAL & 5f0668a86321be13bc7ef628\\\\\n",
- "\t 7 & tag\\_type & NC\\_GLOBAL & SPOT5\\\\\n",
- "\t 8 & source & NC\\_GLOBAL & Service Argos\\\\\n",
- "\t 9 & acknowledgement & NC\\_GLOBAL & NOAA IOOS, Axiom Data Science, Navy ONR, NOAA NMFS, Wildlife Computers, Argos, IOOS ATN\\\\\n",
- "\t 10 & creator\\_name & NC\\_GLOBAL & Chris G. Lowe\\\\\n",
- "\t 11 & creator\\_url & NC\\_GLOBAL & \\\\\n",
- "\t 12 & geospatial\\_lat\\_units & NC\\_GLOBAL & degrees\\_north\\\\\n",
- "\t 13 & geospatial\\_lon\\_units & NC\\_GLOBAL & degrees\\_east\\\\\n",
- "\t 14 & infoUrl & NC\\_GLOBAL & https://portal.atn.ioos.us/\\#metadata/6e2ba85c-2f61-4bc5-8c2b-34d6734155ed/project\\\\\n",
- "\t 15 & institution & NC\\_GLOBAL & California State University Long Beach\\\\\n",
- "\t 16 & keywords & NC\\_GLOBAL & EARTH SCIENCE > AGRICULTURE > ANIMAL SCIENCE > ANIMAL ECOLOGY AND BEHAVIOR, EARTH SCIENCE > BIOSPHERE > ECOLOGICAL DYNAMICS > SPECIES/POPULATION INTERACTIONS > MIGRATORY RATES/ROUTES, EARTH SCIENCE > OCEANS, EARTH SCIENCE > CLIMATE INDICATORS > BIOSPHERIC INDICATORS > SPECIES MIGRATION, EARTH SCIENCE > OCEANS, EARTH SCIENCE > BIOLOGICAL CLASSIFICATION > ANIMALS/VERTEBRATES, EARTH SCIENCE > BIOSPHERE > ECOSYSTEMS > MARINE ECOSYSTEMS, PROVIDERS > GOVERNMENT AGENCIES-U.S. FEDERAL AGENCIES > DOC > NOAA > IOOS, PROVIDERS > COMMERCIAL > Axiom Data Science\\\\\n",
- "\t 17 & license & NC\\_GLOBAL & These data may be used and redistributed for free, but are not intended for legal use, since they may contain inaccuracies. No person or group associated with these data makes any warranty, expressed or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness or usefulness of this information. This disclaimer applies to both individual use of these data and aggregate use with other data. It is strongly recommended that users read and fully comprehend associated metadata prior to use. Please acknowledge the U.S. Animal Telemetry Network (ATN) or the specified citation as the source from which these data were obtained in any publications and/or representations of these data. Communication and collaboration with dataset authors are strongly encouraged.\\\\\n",
- "\t 18 & metadata\\_link & NC\\_GLOBAL & \\\\\n",
- "\t 19 & naming\\_authority & NC\\_GLOBAL & com.wildlifecomputers\\\\\n",
- "\t 20 & platform\\_category & NC\\_GLOBAL & animal\\\\\n",
- "\t 21 & platform & NC\\_GLOBAL & fish\\\\\n",
- "\t 22 & platform\\_vocabulary & NC\\_GLOBAL & https://vocab.nerc.ac.uk/collection/L06/current/\\\\\n",
- "\t 23 & processing\\_level & NC\\_GLOBAL & NetCDF file created from position data obtained from Wildlife Computers API.\\\\\n",
- "\t 24 & project & NC\\_GLOBAL & Project White Shark: Juvenile Satellite Biotelemetry, 2001-2020\\\\\n",
- "\t 25 & publisher\\_email & NC\\_GLOBAL & atndata@ioos.us\\\\\n",
- "\t 26 & publisher\\_institution & NC\\_GLOBAL & US Integrated Ocean Observing System Office\\\\\n",
- "\t 27 & publisher\\_name & NC\\_GLOBAL & US Integrated Ocean Observing System (IOOS) Animal Telemetry Network (ATN)\\\\\n",
- "\t 28 & publisher\\_url & NC\\_GLOBAL & https://atn.ioos.us\\\\\n",
- "\t 29 & publisher\\_country & NC\\_GLOBAL & USA\\\\\n",
- "\t 30 & standard\\_name\\_vocabulary & NC\\_GLOBAL & CF-v78\\\\\n",
- "\t 31 & vendor & NC\\_GLOBAL & Wildlife Computers\\\\\n",
- "\t 32 & geospatial\\_lat\\_min & NC\\_GLOBAL & 23.59\\\\\n",
- "\t 33 & geospatial\\_lat\\_max & NC\\_GLOBAL & 34.045\\\\\n",
- "\t 34 & geospatial\\_lon\\_min & NC\\_GLOBAL & -166.18\\\\\n",
- "\t 35 & geospatial\\_lon\\_max & NC\\_GLOBAL & -118.504\\\\\n",
- "\t 36 & geospatial\\_bbox & NC\\_GLOBAL & POLYGON ((-118.504 23.59, -118.504 34.045, -166.18 34.045, -166.18 23.59, -118.504 23.59))\\\\\n",
- "\t 37 & geospatial\\_bounds & NC\\_GLOBAL & POLYGON ((-166.18 23.59, -118.581 34.038, -118.53 34.045, -118.504 33.989, -118.534 33.972, -119.75 33.517, -166.18 23.59))\\\\\n",
- "\t 38 & geospatial\\_bounds\\_crs & NC\\_GLOBAL & EPSG:4326\\\\\n",
- "\t 39 & time\\_coverage\\_start & NC\\_GLOBAL & 2009-09-23T00:00:00Z\\\\\n",
- "\t 40 & time\\_coverage\\_end & NC\\_GLOBAL & 2009-11-23T05:12:00Z\\\\\n",
- "\t 41 & time\\_coverage\\_duration & NC\\_GLOBAL & P61DT5H12M0S\\\\\n",
- "\t 42 & time\\_coverage\\_resolution & NC\\_GLOBAL & P2DT2H39M43S\\\\\n",
- "\t 43 & date\\_issued & NC\\_GLOBAL & 2023-08-16T20:00:00Z\\\\\n",
- "\t 44 & date\\_modified & NC\\_GLOBAL & 2023-08-16T20:00:00Z\\\\\n",
- "\t 45 & history & NC\\_GLOBAL & 2023-08-07T20:24:04Z - Created by the IOOS ATN DAC from the Wildlife Computers API\\\\\n",
- "\t 46 & summary & NC\\_GLOBAL & Wildlife Computers SPOT5 tag (ptt id 45866) deployed on a great white shark (Carcharodon carcharias) by Chris G. Lowe in the North Pacific Ocean from 2009-09-23 to 2009-11-23\\\\\n",
- "\t 47 & title & NC\\_GLOBAL & Great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628\\\\\n",
- "\t 48 & uuid & NC\\_GLOBAL & ff554ebf-bf4b-5a82-8a90-9c0ceb799d96\\\\\n",
- "\t 49 & platform\\_name & NC\\_GLOBAL & Carcharodon carcharias\\\\\n",
- "\t 50 & platform\\_id & NC\\_GLOBAL & 105838\\\\\n",
- "\t 51 & vendor\\_id & NC\\_GLOBAL & 5f0668a86321be13bc7ef628\\\\\n",
- "\t 52 & sea\\_name & NC\\_GLOBAL & North Pacific Ocean\\\\\n",
- "\t 53 & arbitrary\\_keywords & NC\\_GLOBAL & ATN, Animal Telemetry Network, IOOS, Integrated Ocean Observing System, trajectory, satellite telemetry tag\\\\\n",
- "\t 54 & contributor\\_role\\_vocabulary & NC\\_GLOBAL & https://vocab.nerc.ac.uk/collection/G04/current/\\\\\n",
- "\t 55 & creator\\_role\\_vocabulary & NC\\_GLOBAL & https://vocab.nerc.ac.uk/collection/G04/current/\\\\\n",
- "\t 56 & creator\\_sector\\_vocabulary & NC\\_GLOBAL & https://mmisw.org/ont/ioos/sector\\\\\n",
- "\t 57 & creator\\_type & NC\\_GLOBAL & person\\\\\n",
- "\t 58 & date\\_metadata\\_modified & NC\\_GLOBAL & 20230816\\\\\n",
- "\t 59 & instrument & NC\\_GLOBAL & Satellite telemetry tag\\\\\n",
- "\t 60 & instrument\\_vocabulary & NC\\_GLOBAL & \\\\\n",
- "\t 61 & keywords\\_vocabulary & NC\\_GLOBAL & GCMD Science Keywords v15.1\\\\\n",
- "\t 62 & ncei\\_template\\_version & NC\\_GLOBAL & NCEI\\_NetCDF\\_Trajectory\\_Template\\_v2.0\\\\\n",
- "\t 63 & product\\_version & NC\\_GLOBAL & \\\\\n",
- "\t 64 & program & NC\\_GLOBAL & IOOS Animal Telemetry Network\\\\\n",
- "\t 65 & publisher\\_type & NC\\_GLOBAL & institution\\\\\n",
- "\t 66 & references & NC\\_GLOBAL & \\\\\n",
- "\t 67 & animal\\_common\\_name & NC\\_GLOBAL & great white shark\\\\\n",
- "\t 68 & animal\\_id & NC\\_GLOBAL & 09\\_13\\\\\n",
- "\t 69 & animal\\_scientific\\_name & NC\\_GLOBAL & Carcharodon carcharias\\\\\n",
- "\t 70 & deployment\\_id & NC\\_GLOBAL & 5f0668a86321be13bc7ef628\\\\\n",
- "\t 71 & deployment\\_start\\_datetime & NC\\_GLOBAL & 2009-09-23T00:00:00Z\\\\\n",
- "\t 72 & deployment\\_end\\_datetime & NC\\_GLOBAL & 2009-11-23T00:00:00Z\\\\\n",
- "\t 73 & wmo\\_platform\\_code & NC\\_GLOBAL & \\\\\n",
- "\t 74 & comment & NC\\_GLOBAL & 09\\_13-45866\\\\\n",
- "\t 75 & ptt\\_id & NC\\_GLOBAL & 45866\\\\\n",
- "\t 76 & deployment\\_start\\_lat & NC\\_GLOBAL & 34.03\\\\\n",
- "\t 77 & deployment\\_start\\_lon & NC\\_GLOBAL & -118.56\\\\\n",
- "\t 78 & contributor\\_name & NC\\_GLOBAL & Thomas Farrugia\\\\\n",
- "\t 79 & contributor\\_email & NC\\_GLOBAL & tjfarrugia@alaska.edu\\\\\n",
- "\t 80 & contributor\\_role & NC\\_GLOBAL & collaborator\\\\\n",
- "\t 81 & contributor\\_institution & NC\\_GLOBAL & California State University Long Beach\\\\\n",
- "\t 82 & contributor\\_url & NC\\_GLOBAL & \\\\\n",
- "\t 83 & creator\\_role & NC\\_GLOBAL & principalInvestigator\\\\\n",
- "\t 84 & creator\\_sector & NC\\_GLOBAL & academic\\\\\n",
- "\t 85 & creator\\_country & NC\\_GLOBAL & USA\\\\\n",
- "\t 86 & creator\\_institution & NC\\_GLOBAL & California State University Long Beach\\\\\n",
- "\t 87 & creator\\_institution\\_url & NC\\_GLOBAL & https://www.csulb.edu/shark-lab\\\\\n",
- "\t 88 & citation & NC\\_GLOBAL & Lowe, Chris G.; Farrugia, Thomas. (2023) great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628. {[}Dataset{]}. US Integrated Ocean Observing System Office.\\\\\n",
- "\\end{tabular}\n"
- ],
- "text/markdown": [
- "\n",
- "A tibble: 89 × 4\n",
- "\n",
- "| id <int> | name <chr> | variable <chr> | value <named list> |\n",
- "|---|---|---|---|\n",
- "| 0 | date_created | NC_GLOBAL | 2023-08-16T20:00:00Z |\n",
- "| 1 | featureType | NC_GLOBAL | trajectory |\n",
- "| 2 | cdm_data_type | NC_GLOBAL | Trajectory |\n",
- "| 3 | Conventions | NC_GLOBAL | CF-1.10, ACDD-1.3, IOOS-1.2 |\n",
- "| 4 | argos_program_number | NC_GLOBAL | 2414 |\n",
- "| 5 | creator_email | NC_GLOBAL | chris.lowe@csulb.edu |\n",
- "| 6 | id | NC_GLOBAL | 5f0668a86321be13bc7ef628 |\n",
- "| 7 | tag_type | NC_GLOBAL | SPOT5 |\n",
- "| 8 | source | NC_GLOBAL | Service Argos |\n",
- "| 9 | acknowledgement | NC_GLOBAL | NOAA IOOS, Axiom Data Science, Navy ONR, NOAA NMFS, Wildlife Computers, Argos, IOOS ATN |\n",
- "| 10 | creator_name | NC_GLOBAL | Chris G. Lowe |\n",
- "| 11 | creator_url | NC_GLOBAL | |\n",
- "| 12 | geospatial_lat_units | NC_GLOBAL | degrees_north |\n",
- "| 13 | geospatial_lon_units | NC_GLOBAL | degrees_east |\n",
- "| 14 | infoUrl | NC_GLOBAL | https://portal.atn.ioos.us/#metadata/6e2ba85c-2f61-4bc5-8c2b-34d6734155ed/project |\n",
- "| 15 | institution | NC_GLOBAL | California State University Long Beach |\n",
- "| 16 | keywords | NC_GLOBAL | EARTH SCIENCE > AGRICULTURE > ANIMAL SCIENCE > ANIMAL ECOLOGY AND BEHAVIOR, EARTH SCIENCE > BIOSPHERE > ECOLOGICAL DYNAMICS > SPECIES/POPULATION INTERACTIONS > MIGRATORY RATES/ROUTES, EARTH SCIENCE > OCEANS, EARTH SCIENCE > CLIMATE INDICATORS > BIOSPHERIC INDICATORS > SPECIES MIGRATION, EARTH SCIENCE > OCEANS, EARTH SCIENCE > BIOLOGICAL CLASSIFICATION > ANIMALS/VERTEBRATES, EARTH SCIENCE > BIOSPHERE > ECOSYSTEMS > MARINE ECOSYSTEMS, PROVIDERS > GOVERNMENT AGENCIES-U.S. FEDERAL AGENCIES > DOC > NOAA > IOOS, PROVIDERS > COMMERCIAL > Axiom Data Science |\n",
- "| 17 | license | NC_GLOBAL | These data may be used and redistributed for free, but are not intended for legal use, since they may contain inaccuracies. No person or group associated with these data makes any warranty, expressed or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness or usefulness of this information. This disclaimer applies to both individual use of these data and aggregate use with other data. It is strongly recommended that users read and fully comprehend associated metadata prior to use. Please acknowledge the U.S. Animal Telemetry Network (ATN) or the specified citation as the source from which these data were obtained in any publications and/or representations of these data. Communication and collaboration with dataset authors are strongly encouraged. |\n",
- "| 18 | metadata_link | NC_GLOBAL | |\n",
- "| 19 | naming_authority | NC_GLOBAL | com.wildlifecomputers |\n",
- "| 20 | platform_category | NC_GLOBAL | animal |\n",
- "| 21 | platform | NC_GLOBAL | fish |\n",
- "| 22 | platform_vocabulary | NC_GLOBAL | https://vocab.nerc.ac.uk/collection/L06/current/ |\n",
- "| 23 | processing_level | NC_GLOBAL | NetCDF file created from position data obtained from Wildlife Computers API. |\n",
- "| 24 | project | NC_GLOBAL | Project White Shark: Juvenile Satellite Biotelemetry, 2001-2020 |\n",
- "| 25 | publisher_email | NC_GLOBAL | atndata@ioos.us |\n",
- "| 26 | publisher_institution | NC_GLOBAL | US Integrated Ocean Observing System Office |\n",
- "| 27 | publisher_name | NC_GLOBAL | US Integrated Ocean Observing System (IOOS) Animal Telemetry Network (ATN) |\n",
- "| 28 | publisher_url | NC_GLOBAL | https://atn.ioos.us |\n",
- "| 29 | publisher_country | NC_GLOBAL | USA |\n",
- "| 30 | standard_name_vocabulary | NC_GLOBAL | CF-v78 |\n",
- "| 31 | vendor | NC_GLOBAL | Wildlife Computers |\n",
- "| 32 | geospatial_lat_min | NC_GLOBAL | 23.59 |\n",
- "| 33 | geospatial_lat_max | NC_GLOBAL | 34.045 |\n",
- "| 34 | geospatial_lon_min | NC_GLOBAL | -166.18 |\n",
- "| 35 | geospatial_lon_max | NC_GLOBAL | -118.504 |\n",
- "| 36 | geospatial_bbox | NC_GLOBAL | POLYGON ((-118.504 23.59, -118.504 34.045, -166.18 34.045, -166.18 23.59, -118.504 23.59)) |\n",
- "| 37 | geospatial_bounds | NC_GLOBAL | POLYGON ((-166.18 23.59, -118.581 34.038, -118.53 34.045, -118.504 33.989, -118.534 33.972, -119.75 33.517, -166.18 23.59)) |\n",
- "| 38 | geospatial_bounds_crs | NC_GLOBAL | EPSG:4326 |\n",
- "| 39 | time_coverage_start | NC_GLOBAL | 2009-09-23T00:00:00Z |\n",
- "| 40 | time_coverage_end | NC_GLOBAL | 2009-11-23T05:12:00Z |\n",
- "| 41 | time_coverage_duration | NC_GLOBAL | P61DT5H12M0S |\n",
- "| 42 | time_coverage_resolution | NC_GLOBAL | P2DT2H39M43S |\n",
- "| 43 | date_issued | NC_GLOBAL | 2023-08-16T20:00:00Z |\n",
- "| 44 | date_modified | NC_GLOBAL | 2023-08-16T20:00:00Z |\n",
- "| 45 | history | NC_GLOBAL | 2023-08-07T20:24:04Z - Created by the IOOS ATN DAC from the Wildlife Computers API |\n",
- "| 46 | summary | NC_GLOBAL | Wildlife Computers SPOT5 tag (ptt id 45866) deployed on a great white shark (Carcharodon carcharias) by Chris G. Lowe in the North Pacific Ocean from 2009-09-23 to 2009-11-23 |\n",
- "| 47 | title | NC_GLOBAL | Great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628 |\n",
- "| 48 | uuid | NC_GLOBAL | ff554ebf-bf4b-5a82-8a90-9c0ceb799d96 |\n",
- "| 49 | platform_name | NC_GLOBAL | Carcharodon carcharias |\n",
- "| 50 | platform_id | NC_GLOBAL | 105838 |\n",
- "| 51 | vendor_id | NC_GLOBAL | 5f0668a86321be13bc7ef628 |\n",
- "| 52 | sea_name | NC_GLOBAL | North Pacific Ocean |\n",
- "| 53 | arbitrary_keywords | NC_GLOBAL | ATN, Animal Telemetry Network, IOOS, Integrated Ocean Observing System, trajectory, satellite telemetry tag |\n",
- "| 54 | contributor_role_vocabulary | NC_GLOBAL | https://vocab.nerc.ac.uk/collection/G04/current/ |\n",
- "| 55 | creator_role_vocabulary | NC_GLOBAL | https://vocab.nerc.ac.uk/collection/G04/current/ |\n",
- "| 56 | creator_sector_vocabulary | NC_GLOBAL | https://mmisw.org/ont/ioos/sector |\n",
- "| 57 | creator_type | NC_GLOBAL | person |\n",
- "| 58 | date_metadata_modified | NC_GLOBAL | 20230816 |\n",
- "| 59 | instrument | NC_GLOBAL | Satellite telemetry tag |\n",
- "| 60 | instrument_vocabulary | NC_GLOBAL | |\n",
- "| 61 | keywords_vocabulary | NC_GLOBAL | GCMD Science Keywords v15.1 |\n",
- "| 62 | ncei_template_version | NC_GLOBAL | NCEI_NetCDF_Trajectory_Template_v2.0 |\n",
- "| 63 | product_version | NC_GLOBAL | |\n",
- "| 64 | program | NC_GLOBAL | IOOS Animal Telemetry Network |\n",
- "| 65 | publisher_type | NC_GLOBAL | institution |\n",
- "| 66 | references | NC_GLOBAL | |\n",
- "| 67 | animal_common_name | NC_GLOBAL | great white shark |\n",
- "| 68 | animal_id | NC_GLOBAL | 09_13 |\n",
- "| 69 | animal_scientific_name | NC_GLOBAL | Carcharodon carcharias |\n",
- "| 70 | deployment_id | NC_GLOBAL | 5f0668a86321be13bc7ef628 |\n",
- "| 71 | deployment_start_datetime | NC_GLOBAL | 2009-09-23T00:00:00Z |\n",
- "| 72 | deployment_end_datetime | NC_GLOBAL | 2009-11-23T00:00:00Z |\n",
- "| 73 | wmo_platform_code | NC_GLOBAL | |\n",
- "| 74 | comment | NC_GLOBAL | 09_13-45866 |\n",
- "| 75 | ptt_id | NC_GLOBAL | 45866 |\n",
- "| 76 | deployment_start_lat | NC_GLOBAL | 34.03 |\n",
- "| 77 | deployment_start_lon | NC_GLOBAL | -118.56 |\n",
- "| 78 | contributor_name | NC_GLOBAL | Thomas Farrugia |\n",
- "| 79 | contributor_email | NC_GLOBAL | tjfarrugia@alaska.edu |\n",
- "| 80 | contributor_role | NC_GLOBAL | collaborator |\n",
- "| 81 | contributor_institution | NC_GLOBAL | California State University Long Beach |\n",
- "| 82 | contributor_url | NC_GLOBAL | |\n",
- "| 83 | creator_role | NC_GLOBAL | principalInvestigator |\n",
- "| 84 | creator_sector | NC_GLOBAL | academic |\n",
- "| 85 | creator_country | NC_GLOBAL | USA |\n",
- "| 86 | creator_institution | NC_GLOBAL | California State University Long Beach |\n",
- "| 87 | creator_institution_url | NC_GLOBAL | https://www.csulb.edu/shark-lab |\n",
- "| 88 | citation | NC_GLOBAL | Lowe, Chris G.; Farrugia, Thomas. (2023) great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628. [Dataset]. US Integrated Ocean Observing System Office. |\n",
- "\n"
- ],
- "text/plain": [
- " id name variable \n",
- "1 0 date_created NC_GLOBAL\n",
- "2 1 featureType NC_GLOBAL\n",
- "3 2 cdm_data_type NC_GLOBAL\n",
- "4 3 Conventions NC_GLOBAL\n",
- "5 4 argos_program_number NC_GLOBAL\n",
- "6 5 creator_email NC_GLOBAL\n",
- "7 6 id NC_GLOBAL\n",
- "8 7 tag_type NC_GLOBAL\n",
- "9 8 source NC_GLOBAL\n",
- "10 9 acknowledgement NC_GLOBAL\n",
- "11 10 creator_name NC_GLOBAL\n",
- "12 11 creator_url NC_GLOBAL\n",
- "13 12 geospatial_lat_units NC_GLOBAL\n",
- "14 13 geospatial_lon_units NC_GLOBAL\n",
- "15 14 infoUrl NC_GLOBAL\n",
- "16 15 institution NC_GLOBAL\n",
- "17 16 keywords NC_GLOBAL\n",
- "18 17 license NC_GLOBAL\n",
- "19 18 metadata_link NC_GLOBAL\n",
- "20 19 naming_authority NC_GLOBAL\n",
- "21 20 platform_category NC_GLOBAL\n",
- "22 21 platform NC_GLOBAL\n",
- "23 22 platform_vocabulary NC_GLOBAL\n",
- "24 23 processing_level NC_GLOBAL\n",
- "25 24 project NC_GLOBAL\n",
- "26 25 publisher_email NC_GLOBAL\n",
- "27 26 publisher_institution NC_GLOBAL\n",
- "28 27 publisher_name NC_GLOBAL\n",
- "29 28 publisher_url NC_GLOBAL\n",
- "30 29 publisher_country NC_GLOBAL\n",
- "31 30 standard_name_vocabulary NC_GLOBAL\n",
- "32 31 vendor NC_GLOBAL\n",
- "33 32 geospatial_lat_min NC_GLOBAL\n",
- "34 33 geospatial_lat_max NC_GLOBAL\n",
- "35 34 geospatial_lon_min NC_GLOBAL\n",
- "36 35 geospatial_lon_max NC_GLOBAL\n",
- "37 36 geospatial_bbox NC_GLOBAL\n",
- "38 37 geospatial_bounds NC_GLOBAL\n",
- "39 38 geospatial_bounds_crs NC_GLOBAL\n",
- "40 39 time_coverage_start NC_GLOBAL\n",
- "41 40 time_coverage_end NC_GLOBAL\n",
- "42 41 time_coverage_duration NC_GLOBAL\n",
- "43 42 time_coverage_resolution NC_GLOBAL\n",
- "44 43 date_issued NC_GLOBAL\n",
- "45 44 date_modified NC_GLOBAL\n",
- "46 45 history NC_GLOBAL\n",
- "47 46 summary NC_GLOBAL\n",
- "48 47 title NC_GLOBAL\n",
- "49 48 uuid NC_GLOBAL\n",
- "50 49 platform_name NC_GLOBAL\n",
- "51 50 platform_id NC_GLOBAL\n",
- "52 51 vendor_id NC_GLOBAL\n",
- "53 52 sea_name NC_GLOBAL\n",
- "54 53 arbitrary_keywords NC_GLOBAL\n",
- "55 54 contributor_role_vocabulary NC_GLOBAL\n",
- "56 55 creator_role_vocabulary NC_GLOBAL\n",
- "57 56 creator_sector_vocabulary NC_GLOBAL\n",
- "58 57 creator_type NC_GLOBAL\n",
- "59 58 date_metadata_modified NC_GLOBAL\n",
- "60 59 instrument NC_GLOBAL\n",
- "61 60 instrument_vocabulary NC_GLOBAL\n",
- "62 61 keywords_vocabulary NC_GLOBAL\n",
- "63 62 ncei_template_version NC_GLOBAL\n",
- "64 63 product_version NC_GLOBAL\n",
- "65 64 program NC_GLOBAL\n",
- "66 65 publisher_type NC_GLOBAL\n",
- "67 66 references NC_GLOBAL\n",
- "68 67 animal_common_name NC_GLOBAL\n",
- "69 68 animal_id NC_GLOBAL\n",
- "70 69 animal_scientific_name NC_GLOBAL\n",
- "71 70 deployment_id NC_GLOBAL\n",
- "72 71 deployment_start_datetime NC_GLOBAL\n",
- "73 72 deployment_end_datetime NC_GLOBAL\n",
- "74 73 wmo_platform_code NC_GLOBAL\n",
- "75 74 comment NC_GLOBAL\n",
- "76 75 ptt_id NC_GLOBAL\n",
- "77 76 deployment_start_lat NC_GLOBAL\n",
- "78 77 deployment_start_lon NC_GLOBAL\n",
- "79 78 contributor_name NC_GLOBAL\n",
- "80 79 contributor_email NC_GLOBAL\n",
- "81 80 contributor_role NC_GLOBAL\n",
- "82 81 contributor_institution NC_GLOBAL\n",
- "83 82 contributor_url NC_GLOBAL\n",
- "84 83 creator_role NC_GLOBAL\n",
- "85 84 creator_sector NC_GLOBAL\n",
- "86 85 creator_country NC_GLOBAL\n",
- "87 86 creator_institution NC_GLOBAL\n",
- "88 87 creator_institution_url NC_GLOBAL\n",
- "89 88 citation NC_GLOBAL\n",
- " value \n",
- "1 2023-08-16T20:00:00Z \n",
- "2 trajectory \n",
- "3 Trajectory \n",
- "4 CF-1.10, ACDD-1.3, IOOS-1.2 \n",
- "5 2414 \n",
- "6 chris.lowe@csulb.edu \n",
- "7 5f0668a86321be13bc7ef628 \n",
- "8 SPOT5 \n",
- "9 Service Argos \n",
- "10 NOAA IOOS, Axiom Data Science, Navy ONR, NOAA NMFS, Wildlife Computers, Argos, IOOS ATN \n",
- "11 Chris G. Lowe \n",
- "12 \n",
- "13 degrees_north \n",
- "14 degrees_east \n",
- "15 https://portal.atn.ioos.us/#metadata/6e2ba85c-2f61-4bc5-8c2b-34d6734155ed/project \n",
- "16 California State University Long Beach \n",
- "17 EARTH SCIENCE > AGRICULTURE > ANIMAL SCIENCE > ANIMAL ECOLOGY AND BEHAVIOR, EARTH SCIENCE > BIOSPHERE > ECOLOGICAL DYNAMICS > SPECIES/POPULATION INTERACTIONS > MIGRATORY RATES/ROUTES, EARTH SCIENCE > OCEANS, EARTH SCIENCE > CLIMATE INDICATORS > BIOSPHERIC INDICATORS > SPECIES MIGRATION, EARTH SCIENCE > OCEANS, EARTH SCIENCE > BIOLOGICAL CLASSIFICATION > ANIMALS/VERTEBRATES, EARTH SCIENCE > BIOSPHERE > ECOSYSTEMS > MARINE ECOSYSTEMS, PROVIDERS > GOVERNMENT AGENCIES-U.S. FEDERAL AGENCIES > DOC > NOAA > IOOS, PROVIDERS > COMMERCIAL > Axiom Data Science \n",
- "18 These data may be used and redistributed for free, but are not intended for legal use, since they may contain inaccuracies. No person or group associated with these data makes any warranty, expressed or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness or usefulness of this information. This disclaimer applies to both individual use of these data and aggregate use with other data. It is strongly recommended that users read and fully comprehend associated metadata prior to use. Please acknowledge the U.S. Animal Telemetry Network (ATN) or the specified citation as the source from which these data were obtained in any publications and/or representations of these data. Communication and collaboration with dataset authors are strongly encouraged.\n",
- "19 \n",
- "20 com.wildlifecomputers \n",
- "21 animal \n",
- "22 fish \n",
- "23 https://vocab.nerc.ac.uk/collection/L06/current/ \n",
- "24 NetCDF file created from position data obtained from Wildlife Computers API. \n",
- "25 Project White Shark: Juvenile Satellite Biotelemetry, 2001-2020 \n",
- "26 atndata@ioos.us \n",
- "27 US Integrated Ocean Observing System Office \n",
- "28 US Integrated Ocean Observing System (IOOS) Animal Telemetry Network (ATN) \n",
- "29 https://atn.ioos.us \n",
- "30 USA \n",
- "31 CF-v78 \n",
- "32 Wildlife Computers \n",
- "33 23.59 \n",
- "34 34.045 \n",
- "35 -166.18 \n",
- "36 -118.504 \n",
- "37 POLYGON ((-118.504 23.59, -118.504 34.045, -166.18 34.045, -166.18 23.59, -118.504 23.59)) \n",
- "38 POLYGON ((-166.18 23.59, -118.581 34.038, -118.53 34.045, -118.504 33.989, -118.534 33.972, -119.75 33.517, -166.18 23.59)) \n",
- "39 EPSG:4326 \n",
- "40 2009-09-23T00:00:00Z \n",
- "41 2009-11-23T05:12:00Z \n",
- "42 P61DT5H12M0S \n",
- "43 P2DT2H39M43S \n",
- "44 2023-08-16T20:00:00Z \n",
- "45 2023-08-16T20:00:00Z \n",
- "46 2023-08-07T20:24:04Z - Created by the IOOS ATN DAC from the Wildlife Computers API \n",
- "47 Wildlife Computers SPOT5 tag (ptt id 45866) deployed on a great white shark (Carcharodon carcharias) by Chris G. Lowe in the North Pacific Ocean from 2009-09-23 to 2009-11-23 \n",
- "48 Great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628 \n",
- "49 ff554ebf-bf4b-5a82-8a90-9c0ceb799d96 \n",
- "50 Carcharodon carcharias \n",
- "51 105838 \n",
- "52 5f0668a86321be13bc7ef628 \n",
- "53 North Pacific Ocean \n",
- "54 ATN, Animal Telemetry Network, IOOS, Integrated Ocean Observing System, trajectory, satellite telemetry tag \n",
- "55 https://vocab.nerc.ac.uk/collection/G04/current/ \n",
- "56 https://vocab.nerc.ac.uk/collection/G04/current/ \n",
- "57 https://mmisw.org/ont/ioos/sector \n",
- "58 person \n",
- "59 20230816 \n",
- "60 Satellite telemetry tag \n",
- "61 \n",
- "62 GCMD Science Keywords v15.1 \n",
- "63 NCEI_NetCDF_Trajectory_Template_v2.0 \n",
- "64 \n",
- "65 IOOS Animal Telemetry Network \n",
- "66 institution \n",
- "67 \n",
- "68 great white shark \n",
- "69 09_13 \n",
- "70 Carcharodon carcharias \n",
- "71 5f0668a86321be13bc7ef628 \n",
- "72 2009-09-23T00:00:00Z \n",
- "73 2009-11-23T00:00:00Z \n",
- "74 \n",
- "75 09_13-45866 \n",
- "76 45866 \n",
- "77 34.03 \n",
- "78 -118.56 \n",
- "79 Thomas Farrugia \n",
- "80 tjfarrugia@alaska.edu \n",
- "81 collaborator \n",
- "82 California State University Long Beach \n",
- "83 \n",
- "84 principalInvestigator \n",
- "85 academic \n",
- "86 USA \n",
- "87 California State University Long Beach \n",
- "88 https://www.csulb.edu/shark-lab \n",
- "89 Lowe, Chris G.; Farrugia, Thomas. (2023) great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed in the North Pacific Ocean from 2009-09-23 to 2009-11-23, deployment id 5f0668a86321be13bc7ef628. [Dataset]. US Integrated Ocean Observing System Office. "
- ]
- },
- "metadata": {},
- "output_type": "display_data"
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "tibble [89 x 4] (S3: tbl_df/tbl/data.frame)\n",
+ " $ id : int [1:89] 0 1 2 3 4 5 6 7 8 9 ...\n",
+ " $ name : chr [1:89] \"date_created\" \"featureType\" \"cdm_data_type\" \"Conventions\" ...\n",
+ " $ variable: chr [1:89] \"NC_GLOBAL\" \"NC_GLOBAL\" \"NC_GLOBAL\" \"NC_GLOBAL\" ...\n",
+ " $ value :List of 89\n",
+ " ..$ date_created : chr \"2023-08-16T20:00:00Z\"\n",
+ " ..$ featureType : chr \"trajectory\"\n",
+ " ..$ cdm_data_type : chr \"Trajectory\"\n",
+ " ..$ Conventions : chr \"CF-1.10, ACDD-1.3, IOOS-1.2\"\n",
+ " ..$ argos_program_number : chr \"2414\"\n",
+ " ..$ creator_email : chr \"chris.lowe@csulb.edu\"\n",
+ " ..$ id : chr \"5f0668a86321be13bc7ef628\"\n",
+ " ..$ tag_type : chr \"SPOT5\"\n",
+ " ..$ source : chr \"Service Argos\"\n",
+ " ..$ acknowledgement : chr \"NOAA IOOS, Axiom Data Science, Navy ONR, NOAA NMFS, Wildlife Computers, Argos, IOOS ATN\"\n",
+ " ..$ creator_name : chr \"Chris G. Lowe\"\n",
+ " ..$ creator_url : chr \"\"\n",
+ " ..$ geospatial_lat_units : chr \"degrees_north\"\n",
+ " ..$ geospatial_lon_units : chr \"degrees_east\"\n",
+ " ..$ infoUrl : chr \"https://portal.atn.ioos.us/#metadata/6e2ba85c-2f61-4bc5-8c2b-34d6734155ed/project\"\n",
+ " ..$ institution : chr \"California State University Long Beach\"\n",
+ " ..$ keywords : chr \"EARTH SCIENCE > AGRICULTURE > ANIMAL SCIENCE > ANIMAL ECOLOGY AND BEHAVIOR, EARTH SCIENCE > BIOSPHERE > ECOLOGI\"| __truncated__\n",
+ " ..$ license : chr \"These data may be used and redistributed for free, but are not intended for legal use, since they may contain i\"| __truncated__\n",
+ " ..$ metadata_link : chr \"\"\n",
+ " ..$ naming_authority : chr \"com.wildlifecomputers\"\n",
+ " ..$ platform_category : chr \"animal\"\n",
+ " ..$ platform : chr \"fish\"\n",
+ " ..$ platform_vocabulary : chr \"https://vocab.nerc.ac.uk/collection/L06/current/\"\n",
+ " ..$ processing_level : chr \"NetCDF file created from position data obtained from Wildlife Computers API.\"\n",
+ " ..$ project : chr \"Project White Shark: Juvenile Satellite Biotelemetry, 2001-2020\"\n",
+ " ..$ publisher_email : chr \"atndata@ioos.us\"\n",
+ " ..$ publisher_institution : chr \"US Integrated Ocean Observing System Office\"\n",
+ " ..$ publisher_name : chr \"US Integrated Ocean Observing System (IOOS) Animal Telemetry Network (ATN)\"\n",
+ " ..$ publisher_url : chr \"https://atn.ioos.us\"\n",
+ " ..$ publisher_country : chr \"USA\"\n",
+ " ..$ standard_name_vocabulary : chr \"CF-v78\"\n",
+ " ..$ vendor : chr \"Wildlife Computers\"\n",
+ " ..$ geospatial_lat_min : num 23.6\n",
+ " ..$ geospatial_lat_max : num 34\n",
+ " ..$ geospatial_lon_min : num -166\n",
+ " ..$ geospatial_lon_max : num -119\n",
+ " ..$ geospatial_bbox : chr \"POLYGON ((-118.504 23.59, -118.504 34.045, -166.18 34.045, -166.18 23.59, -118.504 23.59))\"\n",
+ " ..$ geospatial_bounds : chr \"POLYGON ((-166.18 23.59, -118.581 34.038, -118.53 34.045, -118.504 33.989, -118.534 33.972, -119.75 33.517, -166.18 23.59))\"\n",
+ " ..$ geospatial_bounds_crs : chr \"EPSG:4326\"\n",
+ " ..$ time_coverage_start : chr \"2009-09-23T00:00:00Z\"\n",
+ " ..$ time_coverage_end : chr \"2009-11-23T05:12:00Z\"\n",
+ " ..$ time_coverage_duration : chr \"P61DT5H12M0S\"\n",
+ " ..$ time_coverage_resolution : chr \"P2DT2H39M43S\"\n",
+ " ..$ date_issued : chr \"2023-08-16T20:00:00Z\"\n",
+ " ..$ date_modified : chr \"2023-08-16T20:00:00Z\"\n",
+ " ..$ history : chr \"2023-08-07T20:24:04Z - Created by the IOOS ATN DAC from the Wildlife Computers API\"\n",
+ " ..$ summary : chr \"Wildlife Computers SPOT5 tag (ptt id 45866) deployed on a great white shark (Carcharodon carcharias) by Chris G\"| __truncated__\n",
+ " ..$ title : chr \"Great white shark (Carcharodon carcharias) location data from a satellite telemetry tag (ptt id 45866) deployed\"| __truncated__\n",
+ " ..$ uuid : chr \"ff554ebf-bf4b-5a82-8a90-9c0ceb799d96\"\n",
+ " ..$ platform_name : chr \"Carcharodon carcharias\"\n",
+ " ..$ platform_id : chr \"105838\"\n",
+ " ..$ vendor_id : chr \"5f0668a86321be13bc7ef628\"\n",
+ " ..$ sea_name : chr \"North Pacific Ocean\"\n",
+ " ..$ arbitrary_keywords : chr \"ATN, Animal Telemetry Network, IOOS, Integrated Ocean Observing System, trajectory, satellite telemetry tag\"\n",
+ " ..$ contributor_role_vocabulary: chr \"https://vocab.nerc.ac.uk/collection/G04/current/\"\n",
+ " ..$ creator_role_vocabulary : chr \"https://vocab.nerc.ac.uk/collection/G04/current/\"\n",
+ " ..$ creator_sector_vocabulary : chr \"https://mmisw.org/ont/ioos/sector\"\n",
+ " ..$ creator_type : chr \"person\"\n",
+ " ..$ date_metadata_modified : chr \"20230816\"\n",
+ " ..$ instrument : chr \"Satellite telemetry tag\"\n",
+ " ..$ instrument_vocabulary : chr \"\"\n",
+ " ..$ keywords_vocabulary : chr \"GCMD Science Keywords v15.1\"\n",
+ " ..$ ncei_template_version : chr \"NCEI_NetCDF_Trajectory_Template_v2.0\"\n",
+ " ..$ product_version : chr \"\"\n",
+ " ..$ program : chr \"IOOS Animal Telemetry Network\"\n",
+ " ..$ publisher_type : chr \"institution\"\n",
+ " ..$ references : chr \"\"\n",
+ " ..$ animal_common_name : chr \"great white shark\"\n",
+ " ..$ animal_id : chr \"09_13\"\n",
+ " ..$ animal_scientific_name : chr \"Carcharodon carcharias\"\n",
+ " ..$ deployment_id : chr \"5f0668a86321be13bc7ef628\"\n",
+ " ..$ deployment_start_datetime : chr \"2009-09-23T00:00:00Z\"\n",
+ " ..$ deployment_end_datetime : chr \"2009-11-23T00:00:00Z\"\n",
+ " ..$ wmo_platform_code : chr \"\"\n",
+ " ..$ comment : chr \"09_13-45866\"\n",
+ " ..$ ptt_id : chr \"45866\"\n",
+ " ..$ deployment_start_lat : chr \"34.03\"\n",
+ " ..$ deployment_start_lon : chr \"-118.56\"\n",
+ " ..$ contributor_name : chr \"Thomas Farrugia\"\n",
+ " ..$ contributor_email : chr \"tjfarrugia@alaska.edu\"\n",
+ " ..$ contributor_role : chr \"collaborator\"\n",
+ " ..$ contributor_institution : chr \"California State University Long Beach\"\n",
+ " ..$ contributor_url : chr \"\"\n",
+ " ..$ creator_role : chr \"principalInvestigator\"\n",
+ " ..$ creator_sector : chr \"academic\"\n",
+ " ..$ creator_country : chr \"USA\"\n",
+ " ..$ creator_institution : chr \"California State University Long Beach\"\n",
+ " ..$ creator_institution_url : chr \"https://www.csulb.edu/shark-lab\"\n",
+ " ..$ citation : chr \"Lowe, Chris G.; Farrugia, Thomas. (2023) great white shark (Carcharodon carcharias) location data from a satell\"| __truncated__\n"
+ ]
}
],
"source": [
@@ -3098,7 +1780,7 @@
"\n",
"globals <- metadata %>% dplyr::filter(variable == \"NC_GLOBAL\")\n",
"\n",
- "globals"
+ "str(globals)"
]
},
{
@@ -3110,7 +1792,7 @@
},
{
"cell_type": "code",
- "execution_count": 18,
+ "execution_count": 13,
"metadata": {},
"outputs": [
{
@@ -3372,380 +2054,73 @@
},
{
"cell_type": "code",
- "execution_count": 33,
+ "execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
- "A tibble: 29 × 20\n",
+ "A tibble: 2 × 22\n",
"\n",
- "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | organismID | occurrenceID | geodeticDatum | eventID |
\n",
- "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> |
\n",
+ "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | minimumDepthInMeters | maximumDepthInMeters | organismID | occurrenceID | geodeticDatum | eventID |
\n",
+ "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <int> | <int> | <chr> | <chr> | <chr> | <chr> |
\n",
"\n",
"\n",
- "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z |
\n",
- "\t2009-09-25T06:42:00Z | 23.590 | -166.180 | MachineObservation | A | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T06:42:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T06:42:00Z |
\n",
- "\t2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z |
\n",
- "\t2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z |
\n",
- "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z |
\n",
- "\t2009-09-30T05:01:00Z | 33.517 | -119.750 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-30T05:01:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-30T05:01:00Z |
\n",
- "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z |
\n",
- "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z |
\n",
- "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z |
\n",
- "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z |
\n",
- "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z |
\n",
- "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z |
\n",
- "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z |
\n",
- "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z |
\n",
- "\t2009-10-19T10:20:00Z | 34.036 | -118.557 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-19T10:20:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-19T10:20:00Z |
\n",
- "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z |
\n",
- "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z |
\n",
- "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z |
\n",
- "\t2009-10-26T11:22:00Z | 34.021 | -118.570 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T11:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T11:22:00Z |
\n",
- "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z |
\n",
- "\t2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z |
\n",
- "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z |
\n",
- "\t2009-10-30T10:03:00Z | 34.021 | -118.557 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-30T10:03:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-30T10:03:00Z |
\n",
- "\t2009-10-31T19:48:00Z | 34.005 | -118.591 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T19:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T19:48:00Z |
\n",
- "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z |
\n",
- "\t2009-11-01T21:04:00Z | 34.043 | -118.541 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-01T21:04:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-01T21:04:00Z |
\n",
- "\t2009-11-06T17:53:00Z | 34.021 | -118.611 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-06T17:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-06T17:53:00Z |
\n",
- "\t2009-11-13T18:48:00Z | 33.993 | -118.602 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-13T18:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-13T18:48:00Z |
\n",
- "\t2009-11-23T05:12:00Z | 33.972 | -118.534 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-23T05:12:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-23T05:12:00Z |
\n",
+ "\t2009-09-23T00:00:00Z | 34.03 | -118.56 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z |
\n",
+ "\t2009-09-25T06:42:00Z | 23.59 | -166.18 | MachineObservation | A | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T06:42:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T06:42:00Z |
\n",
"\n",
"
\n"
],
"text/latex": [
- "A tibble: 29 × 20\n",
- "\\begin{tabular}{llllllllllllllllllll}\n",
- " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & organismID & occurrenceID & geodeticDatum & eventID\\\\\n",
- " & & & & & & & & & & & & & & & & & & & \\\\\n",
+ "A tibble: 2 × 22\n",
+ "\\begin{tabular}{llllllllllllllllllllll}\n",
+ " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & minimumDepthInMeters & maximumDepthInMeters & organismID & occurrenceID & geodeticDatum & eventID\\\\\n",
+ " & & & & & & & & & & & & & & & & & & & & & \\\\\n",
"\\hline\n",
- "\t 2009-09-23T00:00:00Z & 34.030 & -118.560 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z\\\\\n",
- "\t 2009-09-25T06:42:00Z & 23.590 & -166.180 & MachineObservation & A & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T06:42:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T06:42:00Z\\\\\n",
- "\t 2009-09-25T11:09:00Z & 34.024 & -118.556 & MachineObservation & 1 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T11:09:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:09:00Z\\\\\n",
- "\t 2009-09-25T11:11:00Z & 34.035 & -118.549 & MachineObservation & 0 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T11:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:11:00Z\\\\\n",
- "\t 2009-09-27T17:58:00Z & 34.033 & -118.547 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-27T17:58:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-27T17:58:00Z\\\\\n",
- "\t 2009-09-30T05:01:00Z & 33.517 & -119.750 & MachineObservation & B & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-30T05:01:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-30T05:01:00Z\\\\\n",
- "\t 2009-10-08T20:24:00Z & 34.038 & -118.581 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-08T20:24:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-08T20:24:00Z\\\\\n",
- "\t 2009-10-15T11:05:00Z & 33.995 & -118.678 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-15T11:05:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-15T11:05:00Z\\\\\n",
- "\t 2009-10-17T06:11:00Z & 34.037 & -118.545 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T06:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T06:11:00Z\\\\\n",
- "\t 2009-10-17T09:00:00Z & 34.026 & -118.534 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T09:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T09:00:00Z\\\\\n",
- "\t 2009-10-17T10:38:00Z & 34.027 & -118.545 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T10:38:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T10:38:00Z\\\\\n",
- "\t 2009-10-18T08:48:00Z & 34.039 & -118.548 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T08:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T08:48:00Z\\\\\n",
- "\t 2009-10-18T10:26:00Z & 34.031 & -118.541 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T10:26:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T10:26:00Z\\\\\n",
- "\t 2009-10-18T11:15:00Z & 34.041 & -118.535 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T11:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T11:15:00Z\\\\\n",
- "\t 2009-10-19T10:20:00Z & 34.036 & -118.557 & MachineObservation & A & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-19T10:20:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-19T10:20:00Z\\\\\n",
- "\t 2009-10-23T23:52:00Z & 33.999 & -118.612 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-23T23:52:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-23T23:52:00Z\\\\\n",
- "\t 2009-10-24T00:06:00Z & 34.002 & -118.604 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-24T00:06:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-24T00:06:00Z\\\\\n",
- "\t 2009-10-26T10:53:00Z & 34.022 & -118.537 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-26T10:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T10:53:00Z\\\\\n",
- "\t 2009-10-26T11:22:00Z & 34.021 & -118.570 & MachineObservation & B & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-26T11:22:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T11:22:00Z\\\\\n",
- "\t 2009-10-27T16:21:00Z & 34.010 & -118.524 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-27T16:21:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:21:00Z\\\\\n",
- "\t 2009-10-27T16:22:00Z & 34.006 & -118.526 & MachineObservation & 2 & 1 & 3 & 1 & 3 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-27T16:22:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:22:00Z\\\\\n",
- "\t 2009-10-29T11:53:00Z & 33.989 & -118.504 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-29T11:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-29T11:53:00Z\\\\\n",
- "\t 2009-10-30T10:03:00Z & 34.021 & -118.557 & MachineObservation & A & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-30T10:03:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-30T10:03:00Z\\\\\n",
- "\t 2009-10-31T19:48:00Z & 34.005 & -118.591 & MachineObservation & A & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-31T19:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T19:48:00Z\\\\\n",
- "\t 2009-10-31T21:15:00Z & 34.045 & -118.530 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-31T21:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T21:15:00Z\\\\\n",
- "\t 2009-11-01T21:04:00Z & 34.043 & -118.541 & MachineObservation & A & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-11-01T21:04:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-11-01T21:04:00Z\\\\\n",
- "\t 2009-11-06T17:53:00Z & 34.021 & -118.611 & MachineObservation & B & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-11-06T17:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-11-06T17:53:00Z\\\\\n",
- "\t 2009-11-13T18:48:00Z & 33.993 & -118.602 & MachineObservation & A & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-11-13T18:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-11-13T18:48:00Z\\\\\n",
- "\t 2009-11-23T05:12:00Z & 33.972 & -118.534 & MachineObservation & B & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-11-23T05:12:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-11-23T05:12:00Z\\\\\n",
+ "\t 2009-09-23T00:00:00Z & 34.03 & -118.56 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z\\\\\n",
+ "\t 2009-09-25T06:42:00Z & 23.59 & -166.18 & MachineObservation & A & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-25T06:42:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T06:42:00Z\\\\\n",
"\\end{tabular}\n"
],
"text/markdown": [
- "\n",
- "A tibble: 29 × 20\n",
- "\n",
- "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> |\n",
- "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
- "| 2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z |\n",
- "| 2009-09-25T06:42:00Z | 23.590 | -166.180 | MachineObservation | A | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T06:42:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T06:42:00Z |\n",
- "| 2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z |\n",
- "| 2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z |\n",
- "| 2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z |\n",
- "| 2009-09-30T05:01:00Z | 33.517 | -119.750 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-30T05:01:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-30T05:01:00Z |\n",
- "| 2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z |\n",
- "| 2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z |\n",
- "| 2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z |\n",
- "| 2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z |\n",
- "| 2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z |\n",
- "| 2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z |\n",
- "| 2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z |\n",
- "| 2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z |\n",
- "| 2009-10-19T10:20:00Z | 34.036 | -118.557 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-19T10:20:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-19T10:20:00Z |\n",
- "| 2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z |\n",
- "| 2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z |\n",
- "| 2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z |\n",
- "| 2009-10-26T11:22:00Z | 34.021 | -118.570 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T11:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T11:22:00Z |\n",
- "| 2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z |\n",
- "| 2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z |\n",
- "| 2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z |\n",
- "| 2009-10-30T10:03:00Z | 34.021 | -118.557 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-30T10:03:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-30T10:03:00Z |\n",
- "| 2009-10-31T19:48:00Z | 34.005 | -118.591 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T19:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T19:48:00Z |\n",
- "| 2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z |\n",
- "| 2009-11-01T21:04:00Z | 34.043 | -118.541 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-01T21:04:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-01T21:04:00Z |\n",
- "| 2009-11-06T17:53:00Z | 34.021 | -118.611 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-06T17:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-06T17:53:00Z |\n",
- "| 2009-11-13T18:48:00Z | 33.993 | -118.602 | MachineObservation | A | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-13T18:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-13T18:48:00Z |\n",
- "| 2009-11-23T05:12:00Z | 33.972 | -118.534 | MachineObservation | B | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-11-23T05:12:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-11-23T05:12:00Z |\n",
- "\n"
- ],
- "text/plain": [
- " eventDate decimalLatitude decimalLongitude basisOfRecord \n",
- "1 2009-09-23T00:00:00Z 34.030 -118.560 HumanObservation \n",
- "2 2009-09-25T06:42:00Z 23.590 -166.180 MachineObservation\n",
- "3 2009-09-25T11:09:00Z 34.024 -118.556 MachineObservation\n",
- "4 2009-09-25T11:11:00Z 34.035 -118.549 MachineObservation\n",
- "5 2009-09-27T17:58:00Z 34.033 -118.547 MachineObservation\n",
- "6 2009-09-30T05:01:00Z 33.517 -119.750 MachineObservation\n",
- "7 2009-10-08T20:24:00Z 34.038 -118.581 MachineObservation\n",
- "8 2009-10-15T11:05:00Z 33.995 -118.678 MachineObservation\n",
- "9 2009-10-17T06:11:00Z 34.037 -118.545 MachineObservation\n",
- "10 2009-10-17T09:00:00Z 34.026 -118.534 MachineObservation\n",
- "11 2009-10-17T10:38:00Z 34.027 -118.545 MachineObservation\n",
- "12 2009-10-18T08:48:00Z 34.039 -118.548 MachineObservation\n",
- "13 2009-10-18T10:26:00Z 34.031 -118.541 MachineObservation\n",
- "14 2009-10-18T11:15:00Z 34.041 -118.535 MachineObservation\n",
- "15 2009-10-19T10:20:00Z 34.036 -118.557 MachineObservation\n",
- "16 2009-10-23T23:52:00Z 33.999 -118.612 MachineObservation\n",
- "17 2009-10-24T00:06:00Z 34.002 -118.604 MachineObservation\n",
- "18 2009-10-26T10:53:00Z 34.022 -118.537 MachineObservation\n",
- "19 2009-10-26T11:22:00Z 34.021 -118.570 MachineObservation\n",
- "20 2009-10-27T16:21:00Z 34.010 -118.524 MachineObservation\n",
- "21 2009-10-27T16:22:00Z 34.006 -118.526 MachineObservation\n",
- "22 2009-10-29T11:53:00Z 33.989 -118.504 MachineObservation\n",
- "23 2009-10-30T10:03:00Z 34.021 -118.557 MachineObservation\n",
- "24 2009-10-31T19:48:00Z 34.005 -118.591 MachineObservation\n",
- "25 2009-10-31T21:15:00Z 34.045 -118.530 MachineObservation\n",
- "26 2009-11-01T21:04:00Z 34.043 -118.541 MachineObservation\n",
- "27 2009-11-06T17:53:00Z 34.021 -118.611 MachineObservation\n",
- "28 2009-11-13T18:48:00Z 33.993 -118.602 MachineObservation\n",
- "29 2009-11-23T05:12:00Z 33.972 -118.534 MachineObservation\n",
- " location_class qartod_time_flag qartod_speed_flag qartod_location_flag\n",
- "1 nan 1 2 1 \n",
- "2 A 1 4 1 \n",
- "3 1 1 4 1 \n",
- "4 0 1 4 1 \n",
- "5 1 1 1 1 \n",
- "6 B 1 1 1 \n",
- "7 2 1 1 1 \n",
- "8 0 1 1 1 \n",
- "9 0 1 1 1 \n",
- "10 2 1 1 1 \n",
- "11 3 1 1 1 \n",
- "12 1 1 1 1 \n",
- "13 2 1 1 1 \n",
- "14 0 1 1 1 \n",
- "15 A 1 1 1 \n",
- "16 2 1 1 1 \n",
- "17 0 1 1 1 \n",
- "18 3 1 1 1 \n",
- "19 B 1 1 1 \n",
- "20 1 1 1 1 \n",
- "21 2 1 3 1 \n",
- "22 2 1 1 1 \n",
- "23 A 1 1 1 \n",
- "24 A 1 1 1 \n",
- "25 0 1 1 1 \n",
- "26 A 1 1 1 \n",
- "27 B 1 1 1 \n",
- "28 A 1 1 1 \n",
- "29 B 1 1 1 \n",
- " qartod_rollup_flag kingdom taxonRank occurrenceStatus sex lifeStage\n",
- "1 1 Animalia Species present male juvenile \n",
- "2 4 Animalia Species present male juvenile \n",
- "3 4 Animalia Species present male juvenile \n",
- "4 4 Animalia Species present male juvenile \n",
- "5 1 Animalia Species present male juvenile \n",
- "6 1 Animalia Species present male juvenile \n",
- "7 1 Animalia Species present male juvenile \n",
- "8 1 Animalia Species present male juvenile \n",
- "9 1 Animalia Species present male juvenile \n",
- "10 1 Animalia Species present male juvenile \n",
- "11 1 Animalia Species present male juvenile \n",
- "12 1 Animalia Species present male juvenile \n",
- "13 1 Animalia Species present male juvenile \n",
- "14 1 Animalia Species present male juvenile \n",
- "15 1 Animalia Species present male juvenile \n",
- "16 1 Animalia Species present male juvenile \n",
- "17 1 Animalia Species present male juvenile \n",
- "18 1 Animalia Species present male juvenile \n",
- "19 1 Animalia Species present male juvenile \n",
- "20 1 Animalia Species present male juvenile \n",
- "21 3 Animalia Species present male juvenile \n",
- "22 1 Animalia Species present male juvenile \n",
- "23 1 Animalia Species present male juvenile \n",
- "24 1 Animalia Species present male juvenile \n",
- "25 1 Animalia Species present male juvenile \n",
- "26 1 Animalia Species present male juvenile \n",
- "27 1 Animalia Species present male juvenile \n",
- "28 1 Animalia Species present male juvenile \n",
- "29 1 Animalia Species present male juvenile \n",
- " scientificName scientificNameID \n",
- "1 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "2 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "3 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "4 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "5 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "6 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "7 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "8 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "9 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "10 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "11 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "12 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "13 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "14 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "15 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "16 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "17 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "18 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "19 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "20 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "21 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "22 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "23 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "24 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "25 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "26 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "27 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "28 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- "29 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- " organismID occurrenceID \n",
- "1 105838_great_white_shark 2009-09-23T00:00:00Z_0_great_white_shark\n",
- "2 105838_great_white_shark 2009-09-25T06:42:00Z_0_great_white_shark\n",
- "3 105838_great_white_shark 2009-09-25T11:09:00Z_0_great_white_shark\n",
- "4 105838_great_white_shark 2009-09-25T11:11:00Z_0_great_white_shark\n",
- "5 105838_great_white_shark 2009-09-27T17:58:00Z_0_great_white_shark\n",
- "6 105838_great_white_shark 2009-09-30T05:01:00Z_0_great_white_shark\n",
- "7 105838_great_white_shark 2009-10-08T20:24:00Z_0_great_white_shark\n",
- "8 105838_great_white_shark 2009-10-15T11:05:00Z_0_great_white_shark\n",
- "9 105838_great_white_shark 2009-10-17T06:11:00Z_0_great_white_shark\n",
- "10 105838_great_white_shark 2009-10-17T09:00:00Z_0_great_white_shark\n",
- "11 105838_great_white_shark 2009-10-17T10:38:00Z_0_great_white_shark\n",
- "12 105838_great_white_shark 2009-10-18T08:48:00Z_0_great_white_shark\n",
- "13 105838_great_white_shark 2009-10-18T10:26:00Z_0_great_white_shark\n",
- "14 105838_great_white_shark 2009-10-18T11:15:00Z_0_great_white_shark\n",
- "15 105838_great_white_shark 2009-10-19T10:20:00Z_0_great_white_shark\n",
- "16 105838_great_white_shark 2009-10-23T23:52:00Z_0_great_white_shark\n",
- "17 105838_great_white_shark 2009-10-24T00:06:00Z_0_great_white_shark\n",
- "18 105838_great_white_shark 2009-10-26T10:53:00Z_0_great_white_shark\n",
- "19 105838_great_white_shark 2009-10-26T11:22:00Z_0_great_white_shark\n",
- "20 105838_great_white_shark 2009-10-27T16:21:00Z_0_great_white_shark\n",
- "21 105838_great_white_shark 2009-10-27T16:22:00Z_0_great_white_shark\n",
- "22 105838_great_white_shark 2009-10-29T11:53:00Z_0_great_white_shark\n",
- "23 105838_great_white_shark 2009-10-30T10:03:00Z_0_great_white_shark\n",
- "24 105838_great_white_shark 2009-10-31T19:48:00Z_0_great_white_shark\n",
- "25 105838_great_white_shark 2009-10-31T21:15:00Z_0_great_white_shark\n",
- "26 105838_great_white_shark 2009-11-01T21:04:00Z_0_great_white_shark\n",
- "27 105838_great_white_shark 2009-11-06T17:53:00Z_0_great_white_shark\n",
- "28 105838_great_white_shark 2009-11-13T18:48:00Z_0_great_white_shark\n",
- "29 105838_great_white_shark 2009-11-23T05:12:00Z_0_great_white_shark\n",
- " geodeticDatum eventID \n",
- "1 EPSG:4326 great_white shark_2009-09-23T00:00:00Z\n",
- "2 EPSG:4326 great_white shark_2009-09-25T06:42:00Z\n",
- "3 EPSG:4326 great_white shark_2009-09-25T11:09:00Z\n",
- "4 EPSG:4326 great_white shark_2009-09-25T11:11:00Z\n",
- "5 EPSG:4326 great_white shark_2009-09-27T17:58:00Z\n",
- "6 EPSG:4326 great_white shark_2009-09-30T05:01:00Z\n",
- "7 EPSG:4326 great_white shark_2009-10-08T20:24:00Z\n",
- "8 EPSG:4326 great_white shark_2009-10-15T11:05:00Z\n",
- "9 EPSG:4326 great_white shark_2009-10-17T06:11:00Z\n",
- "10 EPSG:4326 great_white shark_2009-10-17T09:00:00Z\n",
- "11 EPSG:4326 great_white shark_2009-10-17T10:38:00Z\n",
- "12 EPSG:4326 great_white shark_2009-10-18T08:48:00Z\n",
- "13 EPSG:4326 great_white shark_2009-10-18T10:26:00Z\n",
- "14 EPSG:4326 great_white shark_2009-10-18T11:15:00Z\n",
- "15 EPSG:4326 great_white shark_2009-10-19T10:20:00Z\n",
- "16 EPSG:4326 great_white shark_2009-10-23T23:52:00Z\n",
- "17 EPSG:4326 great_white shark_2009-10-24T00:06:00Z\n",
- "18 EPSG:4326 great_white shark_2009-10-26T10:53:00Z\n",
- "19 EPSG:4326 great_white shark_2009-10-26T11:22:00Z\n",
- "20 EPSG:4326 great_white shark_2009-10-27T16:21:00Z\n",
- "21 EPSG:4326 great_white shark_2009-10-27T16:22:00Z\n",
- "22 EPSG:4326 great_white shark_2009-10-29T11:53:00Z\n",
- "23 EPSG:4326 great_white shark_2009-10-30T10:03:00Z\n",
- "24 EPSG:4326 great_white shark_2009-10-31T19:48:00Z\n",
- "25 EPSG:4326 great_white shark_2009-10-31T21:15:00Z\n",
- "26 EPSG:4326 great_white shark_2009-11-01T21:04:00Z\n",
- "27 EPSG:4326 great_white shark_2009-11-06T17:53:00Z\n",
- "28 EPSG:4326 great_white shark_2009-11-13T18:48:00Z\n",
- "29 EPSG:4326 great_white shark_2009-11-23T05:12:00Z"
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- }
- ],
- "source": [
- "# occurrence Core/Extension\n",
- "# occurrencedf <- data.frame( atn_tbl$time, \n",
- "# atn_tbl$lat, \n",
- "# atn_tbl$lon, \n",
- "# atn_tbl$type, \n",
- "# atn_tbl$location_class, \n",
- "# atn_tbl$qartod_time_flag,\n",
- "# atn_tbl$qartod_speed_flag, \n",
- "# atn_tbl$qartod_location_flag, \n",
- "# atn_tbl$qartod_rollup_flag\n",
- "# )\n",
- "\n",
- "\n",
- "# basisOfRecord\n",
- "#occurrencedf$basisOfRecord <- occurrencedf$atn_tbl.type\n",
- "#occurrencedf$atn_tbl.type <- NULL\n",
- "\n",
- "#occurrencedf <- occurrencedf %>% mutate(across('basisOfRecord', str_replace, 'User', 'HumanObservation')) #%>% dplyr::filter(variable==\"type\")\n",
- "#occurrencedf <- occurrencedf %>% mutate(across('basisOfRecord', str_replace, 'Argos', 'MachineObservation'))\n",
- "\n",
- "# eventDate - see above\n",
- "# occurrencedf$eventDate <- format(occurrencedf$atn_tbl.time, '%Y-%m-%dT%H:%M:%SZ')\n",
- "# occurrencedf$atn_tbl.time <- NULL\n",
- "\n",
- "#decimalLatitude\n",
- "# occurrencedf$decimalLatitude <- occurrencedf$atn_tbl.lat\n",
- "# occurrencedf$atn_tbl.lat <- NULL\n",
- "\n",
- "#decimalLongitude\n",
- "# occurrencedf$decimalLongitude <- occurrencedf$atn_tbl.lon\n",
- "# occurrencedf$atn_tbl.lon <- NULL\n",
- "\n",
- "# kingdom\n",
- "# kingdom_tbl <- metadata %>% dplyr::filter(variable == \"animal\") %>% dplyr::filter(name == \"kingdom\")\n",
- "# occurrencedf$kingdom <- paste(kingdom_tbl$value)\n",
- "\n",
- "# taxonRank\n",
- "# rank_tbl <- metadata %>% dplyr::filter(variable == \"animal\") %>% dplyr::filter(name == \"rank\")\n",
- "# occurrencedf$taxonRank <- paste(rank_tbl$value)\n",
- "\n",
- "#add occurrenceStatus\n",
- "# occurrencedf$occurrenceStatus <- \"present\"\n",
- "\n",
- "# Use ncdf4 to get other variables\n",
- "# library(ncdf4) - loaded above\n",
- "\n",
- "# nc <- nc_open(fname)\n",
- "\n",
- "#add sex\n",
- "# occurrencedf$sex <- ncvar_get( nc, 'animal_sex')\n",
- "\n",
- "#add lifeStage\n",
- "# occurrencedf$lifeStage <- ncvar_get( nc, 'animal_life_stage')\n",
- "\n",
- "# scientificName\n",
- "# occurrencedf$scientificName <- ncvar_get( nc, 'taxon_name')\n",
- "\n",
- "# scientificNameId\n",
- "# value of taxon_lsid var\n",
- "# occurrencedf$scientificNameID <- ncvar_get( nc, \"taxon_lsid\")\n",
- "\n",
- "# sort table by increasing date\n",
- "# occurrencedf <- occurrencedf %>% arrange(eventDate)\n",
- "\n",
- "######### This is a succinct version of everything commented out above. I'm not sure if any important readability is lost. \n",
- "# Just thought I'd point it out in case you didn't know these functions well.\n",
- "\n",
+ "\n",
+ "A tibble: 2 × 22\n",
+ "\n",
+ "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | minimumDepthInMeters <int> | maximumDepthInMeters <int> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> |\n",
+ "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
+ "| 2009-09-23T00:00:00Z | 34.03 | -118.56 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z |\n",
+ "| 2009-09-25T06:42:00Z | 23.59 | -166.18 | MachineObservation | A | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T06:42:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T06:42:00Z |\n",
+ "\n"
+ ],
+ "text/plain": [
+ " eventDate decimalLatitude decimalLongitude basisOfRecord \n",
+ "1 2009-09-23T00:00:00Z 34.03 -118.56 HumanObservation \n",
+ "2 2009-09-25T06:42:00Z 23.59 -166.18 MachineObservation\n",
+ " location_class qartod_time_flag qartod_speed_flag qartod_location_flag\n",
+ "1 nan 1 2 1 \n",
+ "2 A 1 4 1 \n",
+ " qartod_rollup_flag kingdom taxonRank occurrenceStatus sex lifeStage\n",
+ "1 1 Animalia Species present male juvenile \n",
+ "2 4 Animalia Species present male juvenile \n",
+ " scientificName scientificNameID \n",
+ "1 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
+ "2 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
+ " minimumDepthInMeters maximumDepthInMeters organismID \n",
+ "1 0 0 105838_great_white_shark\n",
+ "2 0 0 105838_great_white_shark\n",
+ " occurrenceID geodeticDatum\n",
+ "1 2009-09-23T00:00:00Z_0_great_white_shark EPSG:4326 \n",
+ "2 2009-09-25T06:42:00Z_0_great_white_shark EPSG:4326 \n",
+ " eventID \n",
+ "1 great_white shark_2009-09-23T00:00:00Z\n",
+ "2 great_white shark_2009-09-25T06:42:00Z"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
"# Defined to grab attributes in subsequent code\n",
"nc <- nc_open(fname)\n",
"\n",
@@ -3761,20 +2136,31 @@
" qartod_speed_flag,\n",
" qartod_location_flag,\n",
" qartod_rollup_flag\n",
+ " \n",
" ) %>%\n",
" mutate( # add and mutate columns.\n",
" \n",
" type = case_when(type == 'User' ~ 'HumanObservation',\n",
" type == 'Argos' ~ 'MachineObservation'),\n",
+ " \n",
" time = format(time, '%Y-%m-%dT%H:%M:%SZ'),\n",
+ " \n",
" kingdom = metadata %>% dplyr::filter(variable == \"animal\" & name == \"kingdom\") %>% pull(value) %>% unlist(use.names = FALSE),\n",
+ " \n",
" taxonRank = metadata %>% dplyr::filter(variable == \"animal\" & name == \"rank\") %>% pull(value) %>% unlist(use.names = FALSE),\n",
+ " \n",
" occurrenceStatus = \"present\",\n",
+ " \n",
" sex = ncvar_get( nc, 'animal_sex'),\n",
+ " \n",
" lifeStage = ncvar_get( nc, 'animal_life_stage'),\n",
+ " \n",
" scientificName = ncvar_get( nc, 'taxon_name'),\n",
+ " \n",
" scientificNameID = ncvar_get( nc, \"taxon_lsid\")\n",
+ " \n",
" ) %>%\n",
+ "\n",
" rename( # rename columns to Darwin Core terms\n",
" \n",
" basisOfRecord = type,\n",
@@ -3784,20 +2170,20 @@
"\n",
" arrange(eventDate) #arrange by increasing date\n",
"\n",
- "# organismID\n",
- "# platformID + common name\n",
+ "# minimumDepthInMeters = z,\n",
+ "occurrencedf$minimumDepthInMeters = atn_tbl$z\n",
+ "\n",
+ "# maximumDepthInMeters = z,\n",
+ "occurrencedf$maximumDepthInMeters = atn_tbl$z\n",
+ "\n",
+ "# organismID - {platformID}_{common_name}\n",
"common_name_tbl <- metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"animal_common_name\")\n",
"common_name <- chartr(\" \", \"_\", common_name_tbl$value)\n",
- "\n",
"platform_id_tbl <- metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"platform_id\")\n",
"platform_id <- chartr(\" \", \"_\", platform_id_tbl$value)\n",
+ "occurrencedf$organismID <- paste(platform_id , common_name, sep = \"_\") \n",
"\n",
- "occurrencedf$organismID <- paste(platform_id , common_name, sep = \"_\") # add first date occurrencedf %>% mutate(across('basisOfRecord', str_replace, 'User', 'HumanObservation'))\n",
- "\n",
- "# occurrenceID\n",
- "#rank_tbl <- metadata %>% dplyr::filter(variable == \"animal\") %>% dplyr::filter(name == \"rank\")\n",
- "#rank <- chartr(\" \", \"_\", rank_tbl$value)\n",
- "\n",
+ "# occurrenceID - {eventDate}_{depth}_{common_name}\n",
"occurrencedf$occurrenceID <- sub(\" \", \"_\", paste(occurrencedf$eventDate, atn_tbl$z, common_name, sep = \"_\"))\n",
"\n",
"# geodeticDatum\n",
@@ -3808,33 +2194,20 @@
"#eventID - {common_name}_{dateTime}\n",
"cname = metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"animal_common_name\")\n",
"occurrencedf$eventID <- sub(\" \", \"_\", paste0(cname$value, \"_\", occurrencedf$eventDate))\n",
- "# uuid_tbl = metadata %>% dplyr::filter(variable == \"NC_GLOBAL\") %>% dplyr::filter(name == \"uuid\")\n",
- "# occurrencedf$eventID <- paste(uuid_tbl$value)\n",
- "\n",
- "# samplingProtocol\n",
- "# don't have a mapping yet\n",
- "\n",
- "#drop unnecessary cols\n",
- "#occurrencedf$eventDate <- NULL\n",
- "#occurrencedf$decimalLatitude <- NULL\n",
- "#occurrencedf$decimalLongitude <- NULL\n",
- "#occurrencedf$geodeticDatum <- NULL\n",
- "\n",
- "#occurrencedf$coordinateUncertaintyInMeters <- pmax(atn_tbl$error_radius, atn_tbl$semi_major_axis, atn_tbl$semi_minor_axis, atn_tbl$offset, na.rm = TRUE)\n",
"\n",
- "occurrencedf"
+ "head(occurrencedf, n=2)"
]
},
{
"cell_type": "code",
- "execution_count": 34,
+ "execution_count": 15,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
- "tibble [29 x 20] (S3: tbl_df/tbl/data.frame)\n",
+ "tibble [29 x 22] (S3: tbl_df/tbl/data.frame)\n",
" $ eventDate : chr [1:29] \"2009-09-23T00:00:00Z\" \"2009-09-25T06:42:00Z\" \"2009-09-25T11:09:00Z\" \"2009-09-25T11:11:00Z\" ...\n",
" $ decimalLatitude : num [1:29] 34 23.6 34 34 34 ...\n",
" $ decimalLongitude : num [1:29] -119 -166 -119 -119 -119 ...\n",
@@ -3851,6 +2224,8 @@
" $ lifeStage : chr [1:29] \"juvenile\" \"juvenile\" \"juvenile\" \"juvenile\" ...\n",
" $ scientificName : chr [1:29] \"Carcharodon carcharias\" \"Carcharodon carcharias\" \"Carcharodon carcharias\" \"Carcharodon carcharias\" ...\n",
" $ scientificNameID : chr [1:29] \"urn:lsid:marinespecies.org:taxname:105838\" \"urn:lsid:marinespecies.org:taxname:105838\" \"urn:lsid:marinespecies.org:taxname:105838\" \"urn:lsid:marinespecies.org:taxname:105838\" ...\n",
+ " $ minimumDepthInMeters: int [1:29] 0 0 0 0 0 0 0 0 0 0 ...\n",
+ " $ maximumDepthInMeters: int [1:29] 0 0 0 0 0 0 0 0 0 0 ...\n",
" $ organismID : chr [1:29] \"105838_great_white_shark\" \"105838_great_white_shark\" \"105838_great_white_shark\" \"105838_great_white_shark\" ...\n",
" $ occurrenceID : chr [1:29] \"2009-09-23T00:00:00Z_0_great_white_shark\" \"2009-09-25T06:42:00Z_0_great_white_shark\" \"2009-09-25T11:09:00Z_0_great_white_shark\" \"2009-09-25T11:11:00Z_0_great_white_shark\" ...\n",
" $ geodeticDatum : chr [1:29] \"EPSG:4326\" \"EPSG:4326\" \"EPSG:4326\" \"EPSG:4326\" ...\n",
@@ -3893,100 +2268,100 @@
"3 | 250\n",
"2 | 500\n",
"1 | 1500\n",
- "0 | >1500 (not sure what would go there?)\n",
+ "0 | 10000 ([ref](https://github.com/ioos/bio_data_guide/issues/145#issuecomment-1805739244))\n",
"\n",
"Below we create a lookup table for the `location_class` values we agree are good, which contains the `coordinateUncertaintyInMeters` for the appropriate location class. When we merge that table with our raw data, the observations that don't match the location_classes in our lookup table will not be transfered over (ie. they will be filtered out). "
]
},
{
"cell_type": "code",
- "execution_count": 35,
+ "execution_count": 16,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
- "A tibble: 19 × 21\n",
+ "A tibble: 19 × 23\n",
"\n",
- "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters |
\n",
- "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <dbl> |
\n",
+ "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | minimumDepthInMeters | maximumDepthInMeters | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters |
\n",
+ "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <dbl> |
\n",
"\n",
"\n",
- "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 |
\n",
- "\t2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 |
\n",
- "\t2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 |
\n",
- "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 |
\n",
- "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 |
\n",
- "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 |
\n",
- "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 |
\n",
- "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 |
\n",
- "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 |
\n",
- "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 |
\n",
- "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 |
\n",
- "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 |
\n",
- "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 |
\n",
- "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 |
\n",
- "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 |
\n",
- "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 |
\n",
- "\t2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 |
\n",
- "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 |
\n",
- "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 |
\n",
+ "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 |
\n",
+ "\t2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 |
\n",
+ "\t2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 |
\n",
+ "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 |
\n",
+ "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 |
\n",
+ "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 |
\n",
+ "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 |
\n",
+ "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 |
\n",
+ "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 |
\n",
+ "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 |
\n",
+ "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 |
\n",
+ "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 |
\n",
+ "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 |
\n",
+ "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 |
\n",
+ "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 |
\n",
+ "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 |
\n",
+ "\t2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 |
\n",
+ "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 |
\n",
+ "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 |
\n",
"\n",
"
\n"
],
"text/latex": [
- "A tibble: 19 × 21\n",
- "\\begin{tabular}{lllllllllllllllllllll}\n",
- " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & organismID & occurrenceID & geodeticDatum & eventID & coordinateUncertaintyInMeters\\\\\n",
- " & & & & & & & & & & & & & & & & & & & & \\\\\n",
+ "A tibble: 19 × 23\n",
+ "\\begin{tabular}{lllllllllllllllllllllll}\n",
+ " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & minimumDepthInMeters & maximumDepthInMeters & organismID & occurrenceID & geodeticDatum & eventID & coordinateUncertaintyInMeters\\\\\n",
+ " & & & & & & & & & & & & & & & & & & & & & & \\\\\n",
"\\hline\n",
- "\t 2009-09-23T00:00:00Z & 34.030 & -118.560 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z & 0\\\\\n",
- "\t 2009-09-25T11:09:00Z & 34.024 & -118.556 & MachineObservation & 1 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T11:09:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:09:00Z & 1500\\\\\n",
- "\t 2009-09-25T11:11:00Z & 34.035 & -118.549 & MachineObservation & 0 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T11:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:11:00Z & 10000\\\\\n",
- "\t 2009-09-27T17:58:00Z & 34.033 & -118.547 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-27T17:58:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-27T17:58:00Z & 1500\\\\\n",
- "\t 2009-10-08T20:24:00Z & 34.038 & -118.581 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-08T20:24:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-08T20:24:00Z & 500\\\\\n",
- "\t 2009-10-15T11:05:00Z & 33.995 & -118.678 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-15T11:05:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-15T11:05:00Z & 10000\\\\\n",
- "\t 2009-10-17T06:11:00Z & 34.037 & -118.545 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T06:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T06:11:00Z & 10000\\\\\n",
- "\t 2009-10-17T09:00:00Z & 34.026 & -118.534 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T09:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T09:00:00Z & 500\\\\\n",
- "\t 2009-10-17T10:38:00Z & 34.027 & -118.545 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T10:38:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T10:38:00Z & 250\\\\\n",
- "\t 2009-10-18T08:48:00Z & 34.039 & -118.548 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T08:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T08:48:00Z & 1500\\\\\n",
- "\t 2009-10-18T10:26:00Z & 34.031 & -118.541 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T10:26:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T10:26:00Z & 500\\\\\n",
- "\t 2009-10-18T11:15:00Z & 34.041 & -118.535 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T11:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T11:15:00Z & 10000\\\\\n",
- "\t 2009-10-23T23:52:00Z & 33.999 & -118.612 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-23T23:52:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-23T23:52:00Z & 500\\\\\n",
- "\t 2009-10-24T00:06:00Z & 34.002 & -118.604 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-24T00:06:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-24T00:06:00Z & 10000\\\\\n",
- "\t 2009-10-26T10:53:00Z & 34.022 & -118.537 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-26T10:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T10:53:00Z & 250\\\\\n",
- "\t 2009-10-27T16:21:00Z & 34.010 & -118.524 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-27T16:21:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:21:00Z & 1500\\\\\n",
- "\t 2009-10-27T16:22:00Z & 34.006 & -118.526 & MachineObservation & 2 & 1 & 3 & 1 & 3 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-27T16:22:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:22:00Z & 500\\\\\n",
- "\t 2009-10-29T11:53:00Z & 33.989 & -118.504 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-29T11:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-29T11:53:00Z & 500\\\\\n",
- "\t 2009-10-31T21:15:00Z & 34.045 & -118.530 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-31T21:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T21:15:00Z & 10000\\\\\n",
+ "\t 2009-09-23T00:00:00Z & 34.030 & -118.560 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z & 0\\\\\n",
+ "\t 2009-09-25T11:09:00Z & 34.024 & -118.556 & MachineObservation & 1 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-25T11:09:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:09:00Z & 1500\\\\\n",
+ "\t 2009-09-25T11:11:00Z & 34.035 & -118.549 & MachineObservation & 0 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-25T11:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:11:00Z & 10000\\\\\n",
+ "\t 2009-09-27T17:58:00Z & 34.033 & -118.547 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-27T17:58:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-27T17:58:00Z & 1500\\\\\n",
+ "\t 2009-10-08T20:24:00Z & 34.038 & -118.581 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-08T20:24:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-08T20:24:00Z & 500\\\\\n",
+ "\t 2009-10-15T11:05:00Z & 33.995 & -118.678 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-15T11:05:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-15T11:05:00Z & 10000\\\\\n",
+ "\t 2009-10-17T06:11:00Z & 34.037 & -118.545 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T06:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T06:11:00Z & 10000\\\\\n",
+ "\t 2009-10-17T09:00:00Z & 34.026 & -118.534 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T09:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T09:00:00Z & 500\\\\\n",
+ "\t 2009-10-17T10:38:00Z & 34.027 & -118.545 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T10:38:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T10:38:00Z & 250\\\\\n",
+ "\t 2009-10-18T08:48:00Z & 34.039 & -118.548 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T08:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T08:48:00Z & 1500\\\\\n",
+ "\t 2009-10-18T10:26:00Z & 34.031 & -118.541 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T10:26:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T10:26:00Z & 500\\\\\n",
+ "\t 2009-10-18T11:15:00Z & 34.041 & -118.535 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T11:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T11:15:00Z & 10000\\\\\n",
+ "\t 2009-10-23T23:52:00Z & 33.999 & -118.612 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-23T23:52:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-23T23:52:00Z & 500\\\\\n",
+ "\t 2009-10-24T00:06:00Z & 34.002 & -118.604 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-24T00:06:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-24T00:06:00Z & 10000\\\\\n",
+ "\t 2009-10-26T10:53:00Z & 34.022 & -118.537 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-26T10:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T10:53:00Z & 250\\\\\n",
+ "\t 2009-10-27T16:21:00Z & 34.010 & -118.524 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-27T16:21:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:21:00Z & 1500\\\\\n",
+ "\t 2009-10-27T16:22:00Z & 34.006 & -118.526 & MachineObservation & 2 & 1 & 3 & 1 & 3 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-27T16:22:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:22:00Z & 500\\\\\n",
+ "\t 2009-10-29T11:53:00Z & 33.989 & -118.504 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-29T11:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-29T11:53:00Z & 500\\\\\n",
+ "\t 2009-10-31T21:15:00Z & 34.045 & -118.530 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-31T21:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T21:15:00Z & 10000\\\\\n",
"\\end{tabular}\n"
],
"text/markdown": [
"\n",
- "A tibble: 19 × 21\n",
+ "A tibble: 19 × 23\n",
"\n",
- "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> | coordinateUncertaintyInMeters <dbl> |\n",
- "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
- "| 2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 |\n",
- "| 2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 |\n",
- "| 2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 |\n",
- "| 2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 |\n",
- "| 2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 |\n",
- "| 2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 |\n",
- "| 2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 |\n",
- "| 2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 |\n",
- "| 2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 |\n",
- "| 2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 |\n",
- "| 2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 |\n",
- "| 2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 |\n",
- "| 2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 |\n",
- "| 2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 |\n",
- "| 2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 |\n",
- "| 2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 |\n",
- "| 2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 |\n",
- "| 2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 |\n",
- "| 2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 |\n",
+ "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | minimumDepthInMeters <int> | maximumDepthInMeters <int> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> | coordinateUncertaintyInMeters <dbl> |\n",
+ "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
+ "| 2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 |\n",
+ "| 2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 |\n",
+ "| 2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 |\n",
+ "| 2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 |\n",
+ "| 2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 |\n",
+ "| 2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 |\n",
+ "| 2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 |\n",
+ "| 2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 |\n",
+ "| 2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 |\n",
+ "| 2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 |\n",
+ "| 2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 |\n",
+ "| 2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 |\n",
+ "| 2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 |\n",
+ "| 2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 |\n",
+ "| 2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 |\n",
+ "| 2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 |\n",
+ "| 2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 |\n",
+ "| 2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 |\n",
+ "| 2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 |\n",
"\n"
],
"text/plain": [
@@ -4070,66 +2445,66 @@
"17 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
"18 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
"19 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- " organismID occurrenceID \n",
- "1 105838_great_white_shark 2009-09-23T00:00:00Z_0_great_white_shark\n",
- "2 105838_great_white_shark 2009-09-25T11:09:00Z_0_great_white_shark\n",
- "3 105838_great_white_shark 2009-09-25T11:11:00Z_0_great_white_shark\n",
- "4 105838_great_white_shark 2009-09-27T17:58:00Z_0_great_white_shark\n",
- "5 105838_great_white_shark 2009-10-08T20:24:00Z_0_great_white_shark\n",
- "6 105838_great_white_shark 2009-10-15T11:05:00Z_0_great_white_shark\n",
- "7 105838_great_white_shark 2009-10-17T06:11:00Z_0_great_white_shark\n",
- "8 105838_great_white_shark 2009-10-17T09:00:00Z_0_great_white_shark\n",
- "9 105838_great_white_shark 2009-10-17T10:38:00Z_0_great_white_shark\n",
- "10 105838_great_white_shark 2009-10-18T08:48:00Z_0_great_white_shark\n",
- "11 105838_great_white_shark 2009-10-18T10:26:00Z_0_great_white_shark\n",
- "12 105838_great_white_shark 2009-10-18T11:15:00Z_0_great_white_shark\n",
- "13 105838_great_white_shark 2009-10-23T23:52:00Z_0_great_white_shark\n",
- "14 105838_great_white_shark 2009-10-24T00:06:00Z_0_great_white_shark\n",
- "15 105838_great_white_shark 2009-10-26T10:53:00Z_0_great_white_shark\n",
- "16 105838_great_white_shark 2009-10-27T16:21:00Z_0_great_white_shark\n",
- "17 105838_great_white_shark 2009-10-27T16:22:00Z_0_great_white_shark\n",
- "18 105838_great_white_shark 2009-10-29T11:53:00Z_0_great_white_shark\n",
- "19 105838_great_white_shark 2009-10-31T21:15:00Z_0_great_white_shark\n",
- " geodeticDatum eventID \n",
- "1 EPSG:4326 great_white shark_2009-09-23T00:00:00Z\n",
- "2 EPSG:4326 great_white shark_2009-09-25T11:09:00Z\n",
- "3 EPSG:4326 great_white shark_2009-09-25T11:11:00Z\n",
- "4 EPSG:4326 great_white shark_2009-09-27T17:58:00Z\n",
- "5 EPSG:4326 great_white shark_2009-10-08T20:24:00Z\n",
- "6 EPSG:4326 great_white shark_2009-10-15T11:05:00Z\n",
- "7 EPSG:4326 great_white shark_2009-10-17T06:11:00Z\n",
- "8 EPSG:4326 great_white shark_2009-10-17T09:00:00Z\n",
- "9 EPSG:4326 great_white shark_2009-10-17T10:38:00Z\n",
- "10 EPSG:4326 great_white shark_2009-10-18T08:48:00Z\n",
- "11 EPSG:4326 great_white shark_2009-10-18T10:26:00Z\n",
- "12 EPSG:4326 great_white shark_2009-10-18T11:15:00Z\n",
- "13 EPSG:4326 great_white shark_2009-10-23T23:52:00Z\n",
- "14 EPSG:4326 great_white shark_2009-10-24T00:06:00Z\n",
- "15 EPSG:4326 great_white shark_2009-10-26T10:53:00Z\n",
- "16 EPSG:4326 great_white shark_2009-10-27T16:21:00Z\n",
- "17 EPSG:4326 great_white shark_2009-10-27T16:22:00Z\n",
- "18 EPSG:4326 great_white shark_2009-10-29T11:53:00Z\n",
- "19 EPSG:4326 great_white shark_2009-10-31T21:15:00Z\n",
- " coordinateUncertaintyInMeters\n",
- "1 0 \n",
- "2 1500 \n",
- "3 10000 \n",
- "4 1500 \n",
- "5 500 \n",
- "6 10000 \n",
- "7 10000 \n",
- "8 500 \n",
- "9 250 \n",
- "10 1500 \n",
- "11 500 \n",
- "12 10000 \n",
- "13 500 \n",
- "14 10000 \n",
- "15 250 \n",
- "16 1500 \n",
- "17 500 \n",
- "18 500 \n",
- "19 10000 "
+ " minimumDepthInMeters maximumDepthInMeters organismID \n",
+ "1 0 0 105838_great_white_shark\n",
+ "2 0 0 105838_great_white_shark\n",
+ "3 0 0 105838_great_white_shark\n",
+ "4 0 0 105838_great_white_shark\n",
+ "5 0 0 105838_great_white_shark\n",
+ "6 0 0 105838_great_white_shark\n",
+ "7 0 0 105838_great_white_shark\n",
+ "8 0 0 105838_great_white_shark\n",
+ "9 0 0 105838_great_white_shark\n",
+ "10 0 0 105838_great_white_shark\n",
+ "11 0 0 105838_great_white_shark\n",
+ "12 0 0 105838_great_white_shark\n",
+ "13 0 0 105838_great_white_shark\n",
+ "14 0 0 105838_great_white_shark\n",
+ "15 0 0 105838_great_white_shark\n",
+ "16 0 0 105838_great_white_shark\n",
+ "17 0 0 105838_great_white_shark\n",
+ "18 0 0 105838_great_white_shark\n",
+ "19 0 0 105838_great_white_shark\n",
+ " occurrenceID geodeticDatum\n",
+ "1 2009-09-23T00:00:00Z_0_great_white_shark EPSG:4326 \n",
+ "2 2009-09-25T11:09:00Z_0_great_white_shark EPSG:4326 \n",
+ "3 2009-09-25T11:11:00Z_0_great_white_shark EPSG:4326 \n",
+ "4 2009-09-27T17:58:00Z_0_great_white_shark EPSG:4326 \n",
+ "5 2009-10-08T20:24:00Z_0_great_white_shark EPSG:4326 \n",
+ "6 2009-10-15T11:05:00Z_0_great_white_shark EPSG:4326 \n",
+ "7 2009-10-17T06:11:00Z_0_great_white_shark EPSG:4326 \n",
+ "8 2009-10-17T09:00:00Z_0_great_white_shark EPSG:4326 \n",
+ "9 2009-10-17T10:38:00Z_0_great_white_shark EPSG:4326 \n",
+ "10 2009-10-18T08:48:00Z_0_great_white_shark EPSG:4326 \n",
+ "11 2009-10-18T10:26:00Z_0_great_white_shark EPSG:4326 \n",
+ "12 2009-10-18T11:15:00Z_0_great_white_shark EPSG:4326 \n",
+ "13 2009-10-23T23:52:00Z_0_great_white_shark EPSG:4326 \n",
+ "14 2009-10-24T00:06:00Z_0_great_white_shark EPSG:4326 \n",
+ "15 2009-10-26T10:53:00Z_0_great_white_shark EPSG:4326 \n",
+ "16 2009-10-27T16:21:00Z_0_great_white_shark EPSG:4326 \n",
+ "17 2009-10-27T16:22:00Z_0_great_white_shark EPSG:4326 \n",
+ "18 2009-10-29T11:53:00Z_0_great_white_shark EPSG:4326 \n",
+ "19 2009-10-31T21:15:00Z_0_great_white_shark EPSG:4326 \n",
+ " eventID coordinateUncertaintyInMeters\n",
+ "1 great_white shark_2009-09-23T00:00:00Z 0 \n",
+ "2 great_white shark_2009-09-25T11:09:00Z 1500 \n",
+ "3 great_white shark_2009-09-25T11:11:00Z 10000 \n",
+ "4 great_white shark_2009-09-27T17:58:00Z 1500 \n",
+ "5 great_white shark_2009-10-08T20:24:00Z 500 \n",
+ "6 great_white shark_2009-10-15T11:05:00Z 10000 \n",
+ "7 great_white shark_2009-10-17T06:11:00Z 10000 \n",
+ "8 great_white shark_2009-10-17T09:00:00Z 500 \n",
+ "9 great_white shark_2009-10-17T10:38:00Z 250 \n",
+ "10 great_white shark_2009-10-18T08:48:00Z 1500 \n",
+ "11 great_white shark_2009-10-18T10:26:00Z 500 \n",
+ "12 great_white shark_2009-10-18T11:15:00Z 10000 \n",
+ "13 great_white shark_2009-10-23T23:52:00Z 500 \n",
+ "14 great_white shark_2009-10-24T00:06:00Z 10000 \n",
+ "15 great_white shark_2009-10-26T10:53:00Z 250 \n",
+ "16 great_white shark_2009-10-27T16:21:00Z 1500 \n",
+ "17 great_white shark_2009-10-27T16:22:00Z 500 \n",
+ "18 great_white shark_2009-10-29T11:53:00Z 500 \n",
+ "19 great_white shark_2009-10-31T21:15:00Z 10000 "
]
},
"metadata": {},
@@ -4137,16 +2512,6 @@
}
],
"source": [
- "#lut_uncert <- data.frame(\n",
- "# atn_tbl.location_class = c('nan','G','3','2','1','0'),\n",
- "# #coordinateUncertaintyInMeters=c(0,100,250,500,1500,'>1500') #Based off of Jon Pye's suggestions, changing this to 10K\n",
- "# coordinateUncertaintyInMeters=c(0,100,250,500,1500,10000)\n",
- "#)\n",
- "\n",
- "# sort table by increasing date\n",
- "# occurrencedf <- occurrencedf %>% arrange(eventDate)\n",
- "\n",
- "# Not necessarily better, but I like the case_when approach. I think it's more readable.\n",
"occurrencedf <- occurrencedf %>%\n",
" filter(location_class %in% c('nan','G','3','2','1','0')) %>%\n",
" mutate( # This returns NA for any other values than those defined below\n",
@@ -4155,7 +2520,7 @@
" location_class == '3' ~ 250,\n",
" location_class == '2' ~ 500,\n",
" location_class == '1' ~ 1500,\n",
- " location_class == '0' ~ 1e4) # https://github.com/ioos/bio_data_guide/issues/145#issuecomment-1805739244\n",
+ " location_class == '0' ~ 10000) # https://github.com/ioos/bio_data_guide/issues/145#issuecomment-1805739244\n",
" ) %>% \n",
" arrange(eventDate) # arrange by increasing date\n",
"\n",
@@ -4185,93 +2550,93 @@
},
{
"cell_type": "code",
- "execution_count": 36,
+ "execution_count": 17,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
- "A tibble: 19 × 23\n",
+ "A tibble: 19 × 25\n",
"\n",
- "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters | eventDateHrs | dataGeneralizations |
\n",
- "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <dbl> | <chr> | <chr> |
\n",
+ "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | minimumDepthInMeters | maximumDepthInMeters | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters | eventDateHrs | dataGeneralizations |
\n",
+ "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <dbl> | <chr> | <chr> |
\n",
"\n",
"\n",
- "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | 2009-09-23T00 | |
\n",
- "\t2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | 2009-09-25T11 | first of 2 records |
\n",
- "\t2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 | 2009-09-25T11 | first of 2 records |
\n",
- "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | 2009-09-27T17 | |
\n",
- "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | 2009-10-08T20 | |
\n",
- "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | 2009-10-15T11 | |
\n",
- "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | 2009-10-17T06 | |
\n",
- "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | 2009-10-17T09 | |
\n",
- "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | 2009-10-17T10 | |
\n",
- "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | 2009-10-18T08 | |
\n",
- "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | 2009-10-18T10 | |
\n",
- "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | 2009-10-18T11 | |
\n",
- "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | 2009-10-23T23 | |
\n",
- "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | 2009-10-24T00 | |
\n",
- "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | 2009-10-26T10 | |
\n",
- "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | 2009-10-27T16 | first of 2 records |
\n",
- "\t2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 | 2009-10-27T16 | first of 2 records |
\n",
- "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | 2009-10-29T11 | |
\n",
- "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | 2009-10-31T21 | |
\n",
+ "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | 2009-09-23T00 | |
\n",
+ "\t2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | 2009-09-25T11 | first of 2 records |
\n",
+ "\t2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 | 2009-09-25T11 | first of 2 records |
\n",
+ "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | 2009-09-27T17 | |
\n",
+ "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | 2009-10-08T20 | |
\n",
+ "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | 2009-10-15T11 | |
\n",
+ "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | 2009-10-17T06 | |
\n",
+ "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | 2009-10-17T09 | |
\n",
+ "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | 2009-10-17T10 | |
\n",
+ "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | 2009-10-18T08 | |
\n",
+ "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | 2009-10-18T10 | |
\n",
+ "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | 2009-10-18T11 | |
\n",
+ "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | 2009-10-23T23 | |
\n",
+ "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | 2009-10-24T00 | |
\n",
+ "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | 2009-10-26T10 | |
\n",
+ "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | 2009-10-27T16 | first of 2 records |
\n",
+ "\t2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 | 2009-10-27T16 | first of 2 records |
\n",
+ "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | 2009-10-29T11 | |
\n",
+ "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | 2009-10-31T21 | |
\n",
"\n",
"
\n"
],
"text/latex": [
- "A tibble: 19 × 23\n",
- "\\begin{tabular}{lllllllllllllllllllllll}\n",
- " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & organismID & occurrenceID & geodeticDatum & eventID & coordinateUncertaintyInMeters & eventDateHrs & dataGeneralizations\\\\\n",
- " & & & & & & & & & & & & & & & & & & & & & & \\\\\n",
+ "A tibble: 19 × 25\n",
+ "\\begin{tabular}{lllllllllllllllllllllllll}\n",
+ " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & minimumDepthInMeters & maximumDepthInMeters & organismID & occurrenceID & geodeticDatum & eventID & coordinateUncertaintyInMeters & eventDateHrs & dataGeneralizations\\\\\n",
+ " & & & & & & & & & & & & & & & & & & & & & & & & \\\\\n",
"\\hline\n",
- "\t 2009-09-23T00:00:00Z & 34.030 & -118.560 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z & 0 & 2009-09-23T00 & \\\\\n",
- "\t 2009-09-25T11:09:00Z & 34.024 & -118.556 & MachineObservation & 1 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T11:09:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:09:00Z & 1500 & 2009-09-25T11 & first of 2 records\\\\\n",
- "\t 2009-09-25T11:11:00Z & 34.035 & -118.549 & MachineObservation & 0 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T11:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:11:00Z & 10000 & 2009-09-25T11 & first of 2 records\\\\\n",
- "\t 2009-09-27T17:58:00Z & 34.033 & -118.547 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-27T17:58:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-27T17:58:00Z & 1500 & 2009-09-27T17 & \\\\\n",
- "\t 2009-10-08T20:24:00Z & 34.038 & -118.581 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-08T20:24:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-08T20:24:00Z & 500 & 2009-10-08T20 & \\\\\n",
- "\t 2009-10-15T11:05:00Z & 33.995 & -118.678 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-15T11:05:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-15T11:05:00Z & 10000 & 2009-10-15T11 & \\\\\n",
- "\t 2009-10-17T06:11:00Z & 34.037 & -118.545 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T06:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T06:11:00Z & 10000 & 2009-10-17T06 & \\\\\n",
- "\t 2009-10-17T09:00:00Z & 34.026 & -118.534 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T09:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T09:00:00Z & 500 & 2009-10-17T09 & \\\\\n",
- "\t 2009-10-17T10:38:00Z & 34.027 & -118.545 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T10:38:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T10:38:00Z & 250 & 2009-10-17T10 & \\\\\n",
- "\t 2009-10-18T08:48:00Z & 34.039 & -118.548 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T08:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T08:48:00Z & 1500 & 2009-10-18T08 & \\\\\n",
- "\t 2009-10-18T10:26:00Z & 34.031 & -118.541 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T10:26:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T10:26:00Z & 500 & 2009-10-18T10 & \\\\\n",
- "\t 2009-10-18T11:15:00Z & 34.041 & -118.535 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T11:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T11:15:00Z & 10000 & 2009-10-18T11 & \\\\\n",
- "\t 2009-10-23T23:52:00Z & 33.999 & -118.612 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-23T23:52:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-23T23:52:00Z & 500 & 2009-10-23T23 & \\\\\n",
- "\t 2009-10-24T00:06:00Z & 34.002 & -118.604 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-24T00:06:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-24T00:06:00Z & 10000 & 2009-10-24T00 & \\\\\n",
- "\t 2009-10-26T10:53:00Z & 34.022 & -118.537 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-26T10:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T10:53:00Z & 250 & 2009-10-26T10 & \\\\\n",
- "\t 2009-10-27T16:21:00Z & 34.010 & -118.524 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-27T16:21:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:21:00Z & 1500 & 2009-10-27T16 & first of 2 records\\\\\n",
- "\t 2009-10-27T16:22:00Z & 34.006 & -118.526 & MachineObservation & 2 & 1 & 3 & 1 & 3 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-27T16:22:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:22:00Z & 500 & 2009-10-27T16 & first of 2 records\\\\\n",
- "\t 2009-10-29T11:53:00Z & 33.989 & -118.504 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-29T11:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-29T11:53:00Z & 500 & 2009-10-29T11 & \\\\\n",
- "\t 2009-10-31T21:15:00Z & 34.045 & -118.530 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-31T21:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T21:15:00Z & 10000 & 2009-10-31T21 & \\\\\n",
+ "\t 2009-09-23T00:00:00Z & 34.030 & -118.560 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z & 0 & 2009-09-23T00 & \\\\\n",
+ "\t 2009-09-25T11:09:00Z & 34.024 & -118.556 & MachineObservation & 1 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-25T11:09:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:09:00Z & 1500 & 2009-09-25T11 & first of 2 records\\\\\n",
+ "\t 2009-09-25T11:11:00Z & 34.035 & -118.549 & MachineObservation & 0 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-25T11:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:11:00Z & 10000 & 2009-09-25T11 & first of 2 records\\\\\n",
+ "\t 2009-09-27T17:58:00Z & 34.033 & -118.547 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-27T17:58:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-27T17:58:00Z & 1500 & 2009-09-27T17 & \\\\\n",
+ "\t 2009-10-08T20:24:00Z & 34.038 & -118.581 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-08T20:24:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-08T20:24:00Z & 500 & 2009-10-08T20 & \\\\\n",
+ "\t 2009-10-15T11:05:00Z & 33.995 & -118.678 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-15T11:05:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-15T11:05:00Z & 10000 & 2009-10-15T11 & \\\\\n",
+ "\t 2009-10-17T06:11:00Z & 34.037 & -118.545 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T06:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T06:11:00Z & 10000 & 2009-10-17T06 & \\\\\n",
+ "\t 2009-10-17T09:00:00Z & 34.026 & -118.534 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T09:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T09:00:00Z & 500 & 2009-10-17T09 & \\\\\n",
+ "\t 2009-10-17T10:38:00Z & 34.027 & -118.545 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T10:38:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T10:38:00Z & 250 & 2009-10-17T10 & \\\\\n",
+ "\t 2009-10-18T08:48:00Z & 34.039 & -118.548 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T08:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T08:48:00Z & 1500 & 2009-10-18T08 & \\\\\n",
+ "\t 2009-10-18T10:26:00Z & 34.031 & -118.541 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T10:26:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T10:26:00Z & 500 & 2009-10-18T10 & \\\\\n",
+ "\t 2009-10-18T11:15:00Z & 34.041 & -118.535 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T11:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T11:15:00Z & 10000 & 2009-10-18T11 & \\\\\n",
+ "\t 2009-10-23T23:52:00Z & 33.999 & -118.612 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-23T23:52:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-23T23:52:00Z & 500 & 2009-10-23T23 & \\\\\n",
+ "\t 2009-10-24T00:06:00Z & 34.002 & -118.604 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-24T00:06:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-24T00:06:00Z & 10000 & 2009-10-24T00 & \\\\\n",
+ "\t 2009-10-26T10:53:00Z & 34.022 & -118.537 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-26T10:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T10:53:00Z & 250 & 2009-10-26T10 & \\\\\n",
+ "\t 2009-10-27T16:21:00Z & 34.010 & -118.524 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-27T16:21:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:21:00Z & 1500 & 2009-10-27T16 & first of 2 records\\\\\n",
+ "\t 2009-10-27T16:22:00Z & 34.006 & -118.526 & MachineObservation & 2 & 1 & 3 & 1 & 3 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-27T16:22:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:22:00Z & 500 & 2009-10-27T16 & first of 2 records\\\\\n",
+ "\t 2009-10-29T11:53:00Z & 33.989 & -118.504 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-29T11:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-29T11:53:00Z & 500 & 2009-10-29T11 & \\\\\n",
+ "\t 2009-10-31T21:15:00Z & 34.045 & -118.530 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-31T21:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T21:15:00Z & 10000 & 2009-10-31T21 & \\\\\n",
"\\end{tabular}\n"
],
"text/markdown": [
"\n",
- "A tibble: 19 × 23\n",
+ "A tibble: 19 × 25\n",
"\n",
- "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> | coordinateUncertaintyInMeters <dbl> | eventDateHrs <chr> | dataGeneralizations <chr> |\n",
- "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
- "| 2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | 2009-09-23T00 | |\n",
- "| 2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | 2009-09-25T11 | first of 2 records |\n",
- "| 2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 | 2009-09-25T11 | first of 2 records |\n",
- "| 2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | 2009-09-27T17 | |\n",
- "| 2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | 2009-10-08T20 | |\n",
- "| 2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | 2009-10-15T11 | |\n",
- "| 2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | 2009-10-17T06 | |\n",
- "| 2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | 2009-10-17T09 | |\n",
- "| 2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | 2009-10-17T10 | |\n",
- "| 2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | 2009-10-18T08 | |\n",
- "| 2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | 2009-10-18T10 | |\n",
- "| 2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | 2009-10-18T11 | |\n",
- "| 2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | 2009-10-23T23 | |\n",
- "| 2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | 2009-10-24T00 | |\n",
- "| 2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | 2009-10-26T10 | |\n",
- "| 2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | 2009-10-27T16 | first of 2 records |\n",
- "| 2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 | 2009-10-27T16 | first of 2 records |\n",
- "| 2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | 2009-10-29T11 | |\n",
- "| 2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | 2009-10-31T21 | |\n",
+ "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | minimumDepthInMeters <int> | maximumDepthInMeters <int> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> | coordinateUncertaintyInMeters <dbl> | eventDateHrs <chr> | dataGeneralizations <chr> |\n",
+ "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
+ "| 2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | 2009-09-23T00 | |\n",
+ "| 2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | 2009-09-25T11 | first of 2 records |\n",
+ "| 2009-09-25T11:11:00Z | 34.035 | -118.549 | MachineObservation | 0 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:11:00Z | 10000 | 2009-09-25T11 | first of 2 records |\n",
+ "| 2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | 2009-09-27T17 | |\n",
+ "| 2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | 2009-10-08T20 | |\n",
+ "| 2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | 2009-10-15T11 | |\n",
+ "| 2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | 2009-10-17T06 | |\n",
+ "| 2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | 2009-10-17T09 | |\n",
+ "| 2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | 2009-10-17T10 | |\n",
+ "| 2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | 2009-10-18T08 | |\n",
+ "| 2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | 2009-10-18T10 | |\n",
+ "| 2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | 2009-10-18T11 | |\n",
+ "| 2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | 2009-10-23T23 | |\n",
+ "| 2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | 2009-10-24T00 | |\n",
+ "| 2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | 2009-10-26T10 | |\n",
+ "| 2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | 2009-10-27T16 | first of 2 records |\n",
+ "| 2009-10-27T16:22:00Z | 34.006 | -118.526 | MachineObservation | 2 | 1 | 3 | 1 | 3 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:22:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:22:00Z | 500 | 2009-10-27T16 | first of 2 records |\n",
+ "| 2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | 2009-10-29T11 | |\n",
+ "| 2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | 2009-10-31T21 | |\n",
"\n"
],
"text/plain": [
@@ -4355,66 +2720,86 @@
"17 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
"18 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
"19 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- " organismID occurrenceID \n",
- "1 105838_great_white_shark 2009-09-23T00:00:00Z_0_great_white_shark\n",
- "2 105838_great_white_shark 2009-09-25T11:09:00Z_0_great_white_shark\n",
- "3 105838_great_white_shark 2009-09-25T11:11:00Z_0_great_white_shark\n",
- "4 105838_great_white_shark 2009-09-27T17:58:00Z_0_great_white_shark\n",
- "5 105838_great_white_shark 2009-10-08T20:24:00Z_0_great_white_shark\n",
- "6 105838_great_white_shark 2009-10-15T11:05:00Z_0_great_white_shark\n",
- "7 105838_great_white_shark 2009-10-17T06:11:00Z_0_great_white_shark\n",
- "8 105838_great_white_shark 2009-10-17T09:00:00Z_0_great_white_shark\n",
- "9 105838_great_white_shark 2009-10-17T10:38:00Z_0_great_white_shark\n",
- "10 105838_great_white_shark 2009-10-18T08:48:00Z_0_great_white_shark\n",
- "11 105838_great_white_shark 2009-10-18T10:26:00Z_0_great_white_shark\n",
- "12 105838_great_white_shark 2009-10-18T11:15:00Z_0_great_white_shark\n",
- "13 105838_great_white_shark 2009-10-23T23:52:00Z_0_great_white_shark\n",
- "14 105838_great_white_shark 2009-10-24T00:06:00Z_0_great_white_shark\n",
- "15 105838_great_white_shark 2009-10-26T10:53:00Z_0_great_white_shark\n",
- "16 105838_great_white_shark 2009-10-27T16:21:00Z_0_great_white_shark\n",
- "17 105838_great_white_shark 2009-10-27T16:22:00Z_0_great_white_shark\n",
- "18 105838_great_white_shark 2009-10-29T11:53:00Z_0_great_white_shark\n",
- "19 105838_great_white_shark 2009-10-31T21:15:00Z_0_great_white_shark\n",
- " geodeticDatum eventID \n",
- "1 EPSG:4326 great_white shark_2009-09-23T00:00:00Z\n",
- "2 EPSG:4326 great_white shark_2009-09-25T11:09:00Z\n",
- "3 EPSG:4326 great_white shark_2009-09-25T11:11:00Z\n",
- "4 EPSG:4326 great_white shark_2009-09-27T17:58:00Z\n",
- "5 EPSG:4326 great_white shark_2009-10-08T20:24:00Z\n",
- "6 EPSG:4326 great_white shark_2009-10-15T11:05:00Z\n",
- "7 EPSG:4326 great_white shark_2009-10-17T06:11:00Z\n",
- "8 EPSG:4326 great_white shark_2009-10-17T09:00:00Z\n",
- "9 EPSG:4326 great_white shark_2009-10-17T10:38:00Z\n",
- "10 EPSG:4326 great_white shark_2009-10-18T08:48:00Z\n",
- "11 EPSG:4326 great_white shark_2009-10-18T10:26:00Z\n",
- "12 EPSG:4326 great_white shark_2009-10-18T11:15:00Z\n",
- "13 EPSG:4326 great_white shark_2009-10-23T23:52:00Z\n",
- "14 EPSG:4326 great_white shark_2009-10-24T00:06:00Z\n",
- "15 EPSG:4326 great_white shark_2009-10-26T10:53:00Z\n",
- "16 EPSG:4326 great_white shark_2009-10-27T16:21:00Z\n",
- "17 EPSG:4326 great_white shark_2009-10-27T16:22:00Z\n",
- "18 EPSG:4326 great_white shark_2009-10-29T11:53:00Z\n",
- "19 EPSG:4326 great_white shark_2009-10-31T21:15:00Z\n",
- " coordinateUncertaintyInMeters eventDateHrs dataGeneralizations\n",
- "1 0 2009-09-23T00 \n",
- "2 1500 2009-09-25T11 first of 2 records\n",
- "3 10000 2009-09-25T11 first of 2 records\n",
- "4 1500 2009-09-27T17 \n",
- "5 500 2009-10-08T20 \n",
- "6 10000 2009-10-15T11 \n",
- "7 10000 2009-10-17T06 \n",
- "8 500 2009-10-17T09 \n",
- "9 250 2009-10-17T10 \n",
- "10 1500 2009-10-18T08 \n",
- "11 500 2009-10-18T10 \n",
- "12 10000 2009-10-18T11 \n",
- "13 500 2009-10-23T23 \n",
- "14 10000 2009-10-24T00 \n",
- "15 250 2009-10-26T10 \n",
- "16 1500 2009-10-27T16 first of 2 records\n",
- "17 500 2009-10-27T16 first of 2 records\n",
- "18 500 2009-10-29T11 \n",
- "19 10000 2009-10-31T21 "
+ " minimumDepthInMeters maximumDepthInMeters organismID \n",
+ "1 0 0 105838_great_white_shark\n",
+ "2 0 0 105838_great_white_shark\n",
+ "3 0 0 105838_great_white_shark\n",
+ "4 0 0 105838_great_white_shark\n",
+ "5 0 0 105838_great_white_shark\n",
+ "6 0 0 105838_great_white_shark\n",
+ "7 0 0 105838_great_white_shark\n",
+ "8 0 0 105838_great_white_shark\n",
+ "9 0 0 105838_great_white_shark\n",
+ "10 0 0 105838_great_white_shark\n",
+ "11 0 0 105838_great_white_shark\n",
+ "12 0 0 105838_great_white_shark\n",
+ "13 0 0 105838_great_white_shark\n",
+ "14 0 0 105838_great_white_shark\n",
+ "15 0 0 105838_great_white_shark\n",
+ "16 0 0 105838_great_white_shark\n",
+ "17 0 0 105838_great_white_shark\n",
+ "18 0 0 105838_great_white_shark\n",
+ "19 0 0 105838_great_white_shark\n",
+ " occurrenceID geodeticDatum\n",
+ "1 2009-09-23T00:00:00Z_0_great_white_shark EPSG:4326 \n",
+ "2 2009-09-25T11:09:00Z_0_great_white_shark EPSG:4326 \n",
+ "3 2009-09-25T11:11:00Z_0_great_white_shark EPSG:4326 \n",
+ "4 2009-09-27T17:58:00Z_0_great_white_shark EPSG:4326 \n",
+ "5 2009-10-08T20:24:00Z_0_great_white_shark EPSG:4326 \n",
+ "6 2009-10-15T11:05:00Z_0_great_white_shark EPSG:4326 \n",
+ "7 2009-10-17T06:11:00Z_0_great_white_shark EPSG:4326 \n",
+ "8 2009-10-17T09:00:00Z_0_great_white_shark EPSG:4326 \n",
+ "9 2009-10-17T10:38:00Z_0_great_white_shark EPSG:4326 \n",
+ "10 2009-10-18T08:48:00Z_0_great_white_shark EPSG:4326 \n",
+ "11 2009-10-18T10:26:00Z_0_great_white_shark EPSG:4326 \n",
+ "12 2009-10-18T11:15:00Z_0_great_white_shark EPSG:4326 \n",
+ "13 2009-10-23T23:52:00Z_0_great_white_shark EPSG:4326 \n",
+ "14 2009-10-24T00:06:00Z_0_great_white_shark EPSG:4326 \n",
+ "15 2009-10-26T10:53:00Z_0_great_white_shark EPSG:4326 \n",
+ "16 2009-10-27T16:21:00Z_0_great_white_shark EPSG:4326 \n",
+ "17 2009-10-27T16:22:00Z_0_great_white_shark EPSG:4326 \n",
+ "18 2009-10-29T11:53:00Z_0_great_white_shark EPSG:4326 \n",
+ "19 2009-10-31T21:15:00Z_0_great_white_shark EPSG:4326 \n",
+ " eventID coordinateUncertaintyInMeters\n",
+ "1 great_white shark_2009-09-23T00:00:00Z 0 \n",
+ "2 great_white shark_2009-09-25T11:09:00Z 1500 \n",
+ "3 great_white shark_2009-09-25T11:11:00Z 10000 \n",
+ "4 great_white shark_2009-09-27T17:58:00Z 1500 \n",
+ "5 great_white shark_2009-10-08T20:24:00Z 500 \n",
+ "6 great_white shark_2009-10-15T11:05:00Z 10000 \n",
+ "7 great_white shark_2009-10-17T06:11:00Z 10000 \n",
+ "8 great_white shark_2009-10-17T09:00:00Z 500 \n",
+ "9 great_white shark_2009-10-17T10:38:00Z 250 \n",
+ "10 great_white shark_2009-10-18T08:48:00Z 1500 \n",
+ "11 great_white shark_2009-10-18T10:26:00Z 500 \n",
+ "12 great_white shark_2009-10-18T11:15:00Z 10000 \n",
+ "13 great_white shark_2009-10-23T23:52:00Z 500 \n",
+ "14 great_white shark_2009-10-24T00:06:00Z 10000 \n",
+ "15 great_white shark_2009-10-26T10:53:00Z 250 \n",
+ "16 great_white shark_2009-10-27T16:21:00Z 1500 \n",
+ "17 great_white shark_2009-10-27T16:22:00Z 500 \n",
+ "18 great_white shark_2009-10-29T11:53:00Z 500 \n",
+ "19 great_white shark_2009-10-31T21:15:00Z 10000 \n",
+ " eventDateHrs dataGeneralizations\n",
+ "1 2009-09-23T00 \n",
+ "2 2009-09-25T11 first of 2 records\n",
+ "3 2009-09-25T11 first of 2 records\n",
+ "4 2009-09-27T17 \n",
+ "5 2009-10-08T20 \n",
+ "6 2009-10-15T11 \n",
+ "7 2009-10-17T06 \n",
+ "8 2009-10-17T09 \n",
+ "9 2009-10-17T10 \n",
+ "10 2009-10-18T08 \n",
+ "11 2009-10-18T10 \n",
+ "12 2009-10-18T11 \n",
+ "13 2009-10-23T23 \n",
+ "14 2009-10-24T00 \n",
+ "15 2009-10-26T10 \n",
+ "16 2009-10-27T16 first of 2 records\n",
+ "17 2009-10-27T16 first of 2 records\n",
+ "18 2009-10-29T11 \n",
+ "19 2009-10-31T21 "
]
},
"metadata": {},
@@ -4474,87 +2859,87 @@
},
{
"cell_type": "code",
- "execution_count": 37,
+ "execution_count": 18,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
- "A tibble: 17 × 22\n",
+ "A tibble: 17 × 24\n",
"\n",
- "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters | dataGeneralizations |
\n",
- "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <dbl> | <chr> |
\n",
+ "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | minimumDepthInMeters | maximumDepthInMeters | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters | dataGeneralizations |
\n",
+ "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <dbl> | <chr> |
\n",
"\n",
"\n",
- "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | |
\n",
- "\t2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | first of 2 records |
\n",
- "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | |
\n",
- "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | |
\n",
- "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | |
\n",
- "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | |
\n",
- "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | |
\n",
- "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | |
\n",
- "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | |
\n",
- "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | |
\n",
- "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | |
\n",
- "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | |
\n",
- "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | |
\n",
- "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | |
\n",
- "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | first of 2 records |
\n",
- "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | |
\n",
- "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | |
\n",
+ "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | |
\n",
+ "\t2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | first of 2 records |
\n",
+ "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | |
\n",
+ "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | |
\n",
+ "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | |
\n",
+ "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | |
\n",
+ "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | |
\n",
+ "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | |
\n",
+ "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | |
\n",
+ "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | |
\n",
+ "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | |
\n",
+ "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | |
\n",
+ "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | |
\n",
+ "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | |
\n",
+ "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | first of 2 records |
\n",
+ "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | |
\n",
+ "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | |
\n",
"\n",
"
\n"
],
"text/latex": [
- "A tibble: 17 × 22\n",
- "\\begin{tabular}{llllllllllllllllllllll}\n",
- " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & organismID & occurrenceID & geodeticDatum & eventID & coordinateUncertaintyInMeters & dataGeneralizations\\\\\n",
- " & & & & & & & & & & & & & & & & & & & & & \\\\\n",
+ "A tibble: 17 × 24\n",
+ "\\begin{tabular}{llllllllllllllllllllllll}\n",
+ " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & minimumDepthInMeters & maximumDepthInMeters & organismID & occurrenceID & geodeticDatum & eventID & coordinateUncertaintyInMeters & dataGeneralizations\\\\\n",
+ " & & & & & & & & & & & & & & & & & & & & & & & \\\\\n",
"\\hline\n",
- "\t 2009-09-23T00:00:00Z & 34.030 & -118.560 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z & 0 & \\\\\n",
- "\t 2009-09-25T11:09:00Z & 34.024 & -118.556 & MachineObservation & 1 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-25T11:09:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:09:00Z & 1500 & first of 2 records\\\\\n",
- "\t 2009-09-27T17:58:00Z & 34.033 & -118.547 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-09-27T17:58:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-27T17:58:00Z & 1500 & \\\\\n",
- "\t 2009-10-08T20:24:00Z & 34.038 & -118.581 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-08T20:24:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-08T20:24:00Z & 500 & \\\\\n",
- "\t 2009-10-15T11:05:00Z & 33.995 & -118.678 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-15T11:05:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-15T11:05:00Z & 10000 & \\\\\n",
- "\t 2009-10-17T06:11:00Z & 34.037 & -118.545 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T06:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T06:11:00Z & 10000 & \\\\\n",
- "\t 2009-10-17T09:00:00Z & 34.026 & -118.534 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T09:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T09:00:00Z & 500 & \\\\\n",
- "\t 2009-10-17T10:38:00Z & 34.027 & -118.545 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-17T10:38:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T10:38:00Z & 250 & \\\\\n",
- "\t 2009-10-18T08:48:00Z & 34.039 & -118.548 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T08:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T08:48:00Z & 1500 & \\\\\n",
- "\t 2009-10-18T10:26:00Z & 34.031 & -118.541 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T10:26:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T10:26:00Z & 500 & \\\\\n",
- "\t 2009-10-18T11:15:00Z & 34.041 & -118.535 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-18T11:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T11:15:00Z & 10000 & \\\\\n",
- "\t 2009-10-23T23:52:00Z & 33.999 & -118.612 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-23T23:52:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-23T23:52:00Z & 500 & \\\\\n",
- "\t 2009-10-24T00:06:00Z & 34.002 & -118.604 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-24T00:06:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-24T00:06:00Z & 10000 & \\\\\n",
- "\t 2009-10-26T10:53:00Z & 34.022 & -118.537 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-26T10:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T10:53:00Z & 250 & \\\\\n",
- "\t 2009-10-27T16:21:00Z & 34.010 & -118.524 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-27T16:21:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:21:00Z & 1500 & first of 2 records\\\\\n",
- "\t 2009-10-29T11:53:00Z & 33.989 & -118.504 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-29T11:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-29T11:53:00Z & 500 & \\\\\n",
- "\t 2009-10-31T21:15:00Z & 34.045 & -118.530 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 105838\\_great\\_white\\_shark & 2009-10-31T21:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T21:15:00Z & 10000 & \\\\\n",
+ "\t 2009-09-23T00:00:00Z & 34.030 & -118.560 & HumanObservation & nan & 1 & 2 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-23T00:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-23T00:00:00Z & 0 & \\\\\n",
+ "\t 2009-09-25T11:09:00Z & 34.024 & -118.556 & MachineObservation & 1 & 1 & 4 & 1 & 4 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-25T11:09:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-25T11:09:00Z & 1500 & first of 2 records\\\\\n",
+ "\t 2009-09-27T17:58:00Z & 34.033 & -118.547 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-09-27T17:58:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-09-27T17:58:00Z & 1500 & \\\\\n",
+ "\t 2009-10-08T20:24:00Z & 34.038 & -118.581 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-08T20:24:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-08T20:24:00Z & 500 & \\\\\n",
+ "\t 2009-10-15T11:05:00Z & 33.995 & -118.678 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-15T11:05:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-15T11:05:00Z & 10000 & \\\\\n",
+ "\t 2009-10-17T06:11:00Z & 34.037 & -118.545 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T06:11:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T06:11:00Z & 10000 & \\\\\n",
+ "\t 2009-10-17T09:00:00Z & 34.026 & -118.534 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T09:00:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T09:00:00Z & 500 & \\\\\n",
+ "\t 2009-10-17T10:38:00Z & 34.027 & -118.545 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-17T10:38:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-17T10:38:00Z & 250 & \\\\\n",
+ "\t 2009-10-18T08:48:00Z & 34.039 & -118.548 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T08:48:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T08:48:00Z & 1500 & \\\\\n",
+ "\t 2009-10-18T10:26:00Z & 34.031 & -118.541 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T10:26:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T10:26:00Z & 500 & \\\\\n",
+ "\t 2009-10-18T11:15:00Z & 34.041 & -118.535 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-18T11:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-18T11:15:00Z & 10000 & \\\\\n",
+ "\t 2009-10-23T23:52:00Z & 33.999 & -118.612 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-23T23:52:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-23T23:52:00Z & 500 & \\\\\n",
+ "\t 2009-10-24T00:06:00Z & 34.002 & -118.604 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-24T00:06:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-24T00:06:00Z & 10000 & \\\\\n",
+ "\t 2009-10-26T10:53:00Z & 34.022 & -118.537 & MachineObservation & 3 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-26T10:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-26T10:53:00Z & 250 & \\\\\n",
+ "\t 2009-10-27T16:21:00Z & 34.010 & -118.524 & MachineObservation & 1 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-27T16:21:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-27T16:21:00Z & 1500 & first of 2 records\\\\\n",
+ "\t 2009-10-29T11:53:00Z & 33.989 & -118.504 & MachineObservation & 2 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-29T11:53:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-29T11:53:00Z & 500 & \\\\\n",
+ "\t 2009-10-31T21:15:00Z & 34.045 & -118.530 & MachineObservation & 0 & 1 & 1 & 1 & 1 & Animalia & Species & present & male & juvenile & Carcharodon carcharias & urn:lsid:marinespecies.org:taxname:105838 & 0 & 0 & 105838\\_great\\_white\\_shark & 2009-10-31T21:15:00Z\\_0\\_great\\_white\\_shark & EPSG:4326 & great\\_white shark\\_2009-10-31T21:15:00Z & 10000 & \\\\\n",
"\\end{tabular}\n"
],
"text/markdown": [
"\n",
- "A tibble: 17 × 22\n",
+ "A tibble: 17 × 24\n",
"\n",
- "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> | coordinateUncertaintyInMeters <dbl> | dataGeneralizations <chr> |\n",
- "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
- "| 2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | |\n",
- "| 2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | first of 2 records |\n",
- "| 2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | |\n",
- "| 2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | |\n",
- "| 2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | |\n",
- "| 2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | |\n",
- "| 2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | |\n",
- "| 2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | |\n",
- "| 2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | |\n",
- "| 2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | |\n",
- "| 2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | |\n",
- "| 2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | |\n",
- "| 2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | |\n",
- "| 2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | |\n",
- "| 2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | first of 2 records |\n",
- "| 2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | |\n",
- "| 2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | |\n",
+ "| eventDate <chr> | decimalLatitude <dbl> | decimalLongitude <dbl> | basisOfRecord <chr> | location_class <chr> | qartod_time_flag <int> | qartod_speed_flag <int> | qartod_location_flag <int> | qartod_rollup_flag <int> | kingdom <chr> | taxonRank <chr> | occurrenceStatus <chr> | sex <chr> | lifeStage <chr> | scientificName <chr> | scientificNameID <chr> | minimumDepthInMeters <int> | maximumDepthInMeters <int> | organismID <chr> | occurrenceID <chr> | geodeticDatum <chr> | eventID <chr> | coordinateUncertaintyInMeters <dbl> | dataGeneralizations <chr> |\n",
+ "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n",
+ "| 2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | |\n",
+ "| 2009-09-25T11:09:00Z | 34.024 | -118.556 | MachineObservation | 1 | 1 | 4 | 1 | 4 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-25T11:09:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-25T11:09:00Z | 1500 | first of 2 records |\n",
+ "| 2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | |\n",
+ "| 2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | |\n",
+ "| 2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | |\n",
+ "| 2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | |\n",
+ "| 2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | |\n",
+ "| 2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | |\n",
+ "| 2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | |\n",
+ "| 2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | |\n",
+ "| 2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | |\n",
+ "| 2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | |\n",
+ "| 2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | |\n",
+ "| 2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | |\n",
+ "| 2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | first of 2 records |\n",
+ "| 2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | |\n",
+ "| 2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | |\n",
"\n"
],
"text/plain": [
@@ -4630,60 +3015,78 @@
"15 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
"16 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
"17 Carcharodon carcharias urn:lsid:marinespecies.org:taxname:105838\n",
- " organismID occurrenceID \n",
- "1 105838_great_white_shark 2009-09-23T00:00:00Z_0_great_white_shark\n",
- "2 105838_great_white_shark 2009-09-25T11:09:00Z_0_great_white_shark\n",
- "3 105838_great_white_shark 2009-09-27T17:58:00Z_0_great_white_shark\n",
- "4 105838_great_white_shark 2009-10-08T20:24:00Z_0_great_white_shark\n",
- "5 105838_great_white_shark 2009-10-15T11:05:00Z_0_great_white_shark\n",
- "6 105838_great_white_shark 2009-10-17T06:11:00Z_0_great_white_shark\n",
- "7 105838_great_white_shark 2009-10-17T09:00:00Z_0_great_white_shark\n",
- "8 105838_great_white_shark 2009-10-17T10:38:00Z_0_great_white_shark\n",
- "9 105838_great_white_shark 2009-10-18T08:48:00Z_0_great_white_shark\n",
- "10 105838_great_white_shark 2009-10-18T10:26:00Z_0_great_white_shark\n",
- "11 105838_great_white_shark 2009-10-18T11:15:00Z_0_great_white_shark\n",
- "12 105838_great_white_shark 2009-10-23T23:52:00Z_0_great_white_shark\n",
- "13 105838_great_white_shark 2009-10-24T00:06:00Z_0_great_white_shark\n",
- "14 105838_great_white_shark 2009-10-26T10:53:00Z_0_great_white_shark\n",
- "15 105838_great_white_shark 2009-10-27T16:21:00Z_0_great_white_shark\n",
- "16 105838_great_white_shark 2009-10-29T11:53:00Z_0_great_white_shark\n",
- "17 105838_great_white_shark 2009-10-31T21:15:00Z_0_great_white_shark\n",
- " geodeticDatum eventID \n",
- "1 EPSG:4326 great_white shark_2009-09-23T00:00:00Z\n",
- "2 EPSG:4326 great_white shark_2009-09-25T11:09:00Z\n",
- "3 EPSG:4326 great_white shark_2009-09-27T17:58:00Z\n",
- "4 EPSG:4326 great_white shark_2009-10-08T20:24:00Z\n",
- "5 EPSG:4326 great_white shark_2009-10-15T11:05:00Z\n",
- "6 EPSG:4326 great_white shark_2009-10-17T06:11:00Z\n",
- "7 EPSG:4326 great_white shark_2009-10-17T09:00:00Z\n",
- "8 EPSG:4326 great_white shark_2009-10-17T10:38:00Z\n",
- "9 EPSG:4326 great_white shark_2009-10-18T08:48:00Z\n",
- "10 EPSG:4326 great_white shark_2009-10-18T10:26:00Z\n",
- "11 EPSG:4326 great_white shark_2009-10-18T11:15:00Z\n",
- "12 EPSG:4326 great_white shark_2009-10-23T23:52:00Z\n",
- "13 EPSG:4326 great_white shark_2009-10-24T00:06:00Z\n",
- "14 EPSG:4326 great_white shark_2009-10-26T10:53:00Z\n",
- "15 EPSG:4326 great_white shark_2009-10-27T16:21:00Z\n",
- "16 EPSG:4326 great_white shark_2009-10-29T11:53:00Z\n",
- "17 EPSG:4326 great_white shark_2009-10-31T21:15:00Z\n",
- " coordinateUncertaintyInMeters dataGeneralizations\n",
- "1 0 \n",
- "2 1500 first of 2 records\n",
- "3 1500 \n",
- "4 500 \n",
- "5 10000 \n",
- "6 10000 \n",
- "7 500 \n",
- "8 250 \n",
- "9 1500 \n",
- "10 500 \n",
- "11 10000 \n",
- "12 500 \n",
- "13 10000 \n",
- "14 250 \n",
- "15 1500 first of 2 records\n",
- "16 500 \n",
- "17 10000 "
+ " minimumDepthInMeters maximumDepthInMeters organismID \n",
+ "1 0 0 105838_great_white_shark\n",
+ "2 0 0 105838_great_white_shark\n",
+ "3 0 0 105838_great_white_shark\n",
+ "4 0 0 105838_great_white_shark\n",
+ "5 0 0 105838_great_white_shark\n",
+ "6 0 0 105838_great_white_shark\n",
+ "7 0 0 105838_great_white_shark\n",
+ "8 0 0 105838_great_white_shark\n",
+ "9 0 0 105838_great_white_shark\n",
+ "10 0 0 105838_great_white_shark\n",
+ "11 0 0 105838_great_white_shark\n",
+ "12 0 0 105838_great_white_shark\n",
+ "13 0 0 105838_great_white_shark\n",
+ "14 0 0 105838_great_white_shark\n",
+ "15 0 0 105838_great_white_shark\n",
+ "16 0 0 105838_great_white_shark\n",
+ "17 0 0 105838_great_white_shark\n",
+ " occurrenceID geodeticDatum\n",
+ "1 2009-09-23T00:00:00Z_0_great_white_shark EPSG:4326 \n",
+ "2 2009-09-25T11:09:00Z_0_great_white_shark EPSG:4326 \n",
+ "3 2009-09-27T17:58:00Z_0_great_white_shark EPSG:4326 \n",
+ "4 2009-10-08T20:24:00Z_0_great_white_shark EPSG:4326 \n",
+ "5 2009-10-15T11:05:00Z_0_great_white_shark EPSG:4326 \n",
+ "6 2009-10-17T06:11:00Z_0_great_white_shark EPSG:4326 \n",
+ "7 2009-10-17T09:00:00Z_0_great_white_shark EPSG:4326 \n",
+ "8 2009-10-17T10:38:00Z_0_great_white_shark EPSG:4326 \n",
+ "9 2009-10-18T08:48:00Z_0_great_white_shark EPSG:4326 \n",
+ "10 2009-10-18T10:26:00Z_0_great_white_shark EPSG:4326 \n",
+ "11 2009-10-18T11:15:00Z_0_great_white_shark EPSG:4326 \n",
+ "12 2009-10-23T23:52:00Z_0_great_white_shark EPSG:4326 \n",
+ "13 2009-10-24T00:06:00Z_0_great_white_shark EPSG:4326 \n",
+ "14 2009-10-26T10:53:00Z_0_great_white_shark EPSG:4326 \n",
+ "15 2009-10-27T16:21:00Z_0_great_white_shark EPSG:4326 \n",
+ "16 2009-10-29T11:53:00Z_0_great_white_shark EPSG:4326 \n",
+ "17 2009-10-31T21:15:00Z_0_great_white_shark EPSG:4326 \n",
+ " eventID coordinateUncertaintyInMeters\n",
+ "1 great_white shark_2009-09-23T00:00:00Z 0 \n",
+ "2 great_white shark_2009-09-25T11:09:00Z 1500 \n",
+ "3 great_white shark_2009-09-27T17:58:00Z 1500 \n",
+ "4 great_white shark_2009-10-08T20:24:00Z 500 \n",
+ "5 great_white shark_2009-10-15T11:05:00Z 10000 \n",
+ "6 great_white shark_2009-10-17T06:11:00Z 10000 \n",
+ "7 great_white shark_2009-10-17T09:00:00Z 500 \n",
+ "8 great_white shark_2009-10-17T10:38:00Z 250 \n",
+ "9 great_white shark_2009-10-18T08:48:00Z 1500 \n",
+ "10 great_white shark_2009-10-18T10:26:00Z 500 \n",
+ "11 great_white shark_2009-10-18T11:15:00Z 10000 \n",
+ "12 great_white shark_2009-10-23T23:52:00Z 500 \n",
+ "13 great_white shark_2009-10-24T00:06:00Z 10000 \n",
+ "14 great_white shark_2009-10-26T10:53:00Z 250 \n",
+ "15 great_white shark_2009-10-27T16:21:00Z 1500 \n",
+ "16 great_white shark_2009-10-29T11:53:00Z 500 \n",
+ "17 great_white shark_2009-10-31T21:15:00Z 10000 \n",
+ " dataGeneralizations\n",
+ "1 \n",
+ "2 first of 2 records\n",
+ "3 \n",
+ "4 \n",
+ "5 \n",
+ "6 \n",
+ "7 \n",
+ "8 \n",
+ "9 \n",
+ "10 \n",
+ "11 \n",
+ "12 \n",
+ "13 \n",
+ "14 \n",
+ "15 first of 2 records\n",
+ "16 \n",
+ "17 "
]
},
"metadata": {},
@@ -4721,7 +3124,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "# Filter on QARTOD flags?\n",
+ "## Filter on QARTOD flags?\n",
"\n",
"We also have QARTOD flags and they are as follows:\n",
"\n",
@@ -4747,84 +3150,84 @@
},
{
"cell_type": "code",
- "execution_count": 38,
+ "execution_count": 19,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
- "A tibble: 16 × 22\n",
+ "A tibble: 16 × 24\n",
"\n",
- "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters | dataGeneralizations |
\n",
- "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <dbl> | <chr> |
\n",
+ "\teventDate | decimalLatitude | decimalLongitude | basisOfRecord | location_class | qartod_time_flag | qartod_speed_flag | qartod_location_flag | qartod_rollup_flag | kingdom | taxonRank | occurrenceStatus | sex | lifeStage | scientificName | scientificNameID | minimumDepthInMeters | maximumDepthInMeters | organismID | occurrenceID | geodeticDatum | eventID | coordinateUncertaintyInMeters | dataGeneralizations |
\n",
+ "\t<chr> | <dbl> | <dbl> | <chr> | <chr> | <int> | <int> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <chr> | <int> | <int> | <chr> | <chr> | <chr> | <chr> | <dbl> | <chr> |
\n",
"\n",
"\n",
- "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | |
\n",
- "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | |
\n",
- "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | |
\n",
- "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | |
\n",
- "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | |
\n",
- "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | |
\n",
- "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | |
\n",
- "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | |
\n",
- "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | |
\n",
- "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | |
\n",
- "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | |
\n",
- "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | |
\n",
- "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | |
\n",
- "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | first of 2 records |
\n",
- "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | |
\n",
- "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | |
\n",
+ "\t2009-09-23T00:00:00Z | 34.030 | -118.560 | HumanObservation | nan | 1 | 2 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-23T00:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-23T00:00:00Z | 0 | |
\n",
+ "\t2009-09-27T17:58:00Z | 34.033 | -118.547 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-09-27T17:58:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-09-27T17:58:00Z | 1500 | |
\n",
+ "\t2009-10-08T20:24:00Z | 34.038 | -118.581 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-08T20:24:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-08T20:24:00Z | 500 | |
\n",
+ "\t2009-10-15T11:05:00Z | 33.995 | -118.678 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-15T11:05:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-15T11:05:00Z | 10000 | |
\n",
+ "\t2009-10-17T06:11:00Z | 34.037 | -118.545 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T06:11:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T06:11:00Z | 10000 | |
\n",
+ "\t2009-10-17T09:00:00Z | 34.026 | -118.534 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T09:00:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T09:00:00Z | 500 | |
\n",
+ "\t2009-10-17T10:38:00Z | 34.027 | -118.545 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-17T10:38:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-17T10:38:00Z | 250 | |
\n",
+ "\t2009-10-18T08:48:00Z | 34.039 | -118.548 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T08:48:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T08:48:00Z | 1500 | |
\n",
+ "\t2009-10-18T10:26:00Z | 34.031 | -118.541 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T10:26:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T10:26:00Z | 500 | |
\n",
+ "\t2009-10-18T11:15:00Z | 34.041 | -118.535 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-18T11:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-18T11:15:00Z | 10000 | |
\n",
+ "\t2009-10-23T23:52:00Z | 33.999 | -118.612 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-23T23:52:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-23T23:52:00Z | 500 | |
\n",
+ "\t2009-10-24T00:06:00Z | 34.002 | -118.604 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-24T00:06:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-24T00:06:00Z | 10000 | |
\n",
+ "\t2009-10-26T10:53:00Z | 34.022 | -118.537 | MachineObservation | 3 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-26T10:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-26T10:53:00Z | 250 | |
\n",
+ "\t2009-10-27T16:21:00Z | 34.010 | -118.524 | MachineObservation | 1 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-27T16:21:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-27T16:21:00Z | 1500 | first of 2 records |
\n",
+ "\t2009-10-29T11:53:00Z | 33.989 | -118.504 | MachineObservation | 2 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-29T11:53:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-29T11:53:00Z | 500 | |
\n",
+ "\t2009-10-31T21:15:00Z | 34.045 | -118.530 | MachineObservation | 0 | 1 | 1 | 1 | 1 | Animalia | Species | present | male | juvenile | Carcharodon carcharias | urn:lsid:marinespecies.org:taxname:105838 | 0 | 0 | 105838_great_white_shark | 2009-10-31T21:15:00Z_0_great_white_shark | EPSG:4326 | great_white shark_2009-10-31T21:15:00Z | 10000 | |
\n",
"\n",
"
\n"
],
"text/latex": [
- "A tibble: 16 × 22\n",
- "\\begin{tabular}{llllllllllllllllllllll}\n",
- " eventDate & decimalLatitude & decimalLongitude & basisOfRecord & location\\_class & qartod\\_time\\_flag & qartod\\_speed\\_flag & qartod\\_location\\_flag & qartod\\_rollup\\_flag & kingdom & taxonRank & occurrenceStatus & sex & lifeStage & scientificName & scientificNameID & organismID & occurrenceID & geodeticDatum & eventID & coordinateUncertaintyInMeters & dataGeneralizations\\\\\n",
- " & & & & & & & & & & & & & &