diff --git a/R/cum_dives.R b/R/cum_dives.R index f3462f7..ea80df2 100644 --- a/R/cum_dives.R +++ b/R/cum_dives.R @@ -4,6 +4,7 @@ #' #' This function creates some visualizations of the number of dives along time including a density plot and a fitted model #' +#' @param path directory location where the files will be read from or written into #' #' @author Ruben Perez Perez #' diff --git a/R/divecount_reg.R b/R/divecount_reg.R index b494de7..c54376a 100644 --- a/R/divecount_reg.R +++ b/R/divecount_reg.R @@ -4,6 +4,7 @@ #' #' This function creates a barplot to visualize the number of dives per region #' +#' @param path directory location where the files will be read from or written into #' #' @author Ruben Perez Perez #' diff --git a/R/divesite_depths.R b/R/divesite_depths.R index 6958e7d..04b5438 100644 --- a/R/divesite_depths.R +++ b/R/divesite_depths.R @@ -7,6 +7,7 @@ #' #' @param toofew number of logged dives per divesite under which a divesite is excluded #' from the boxplot for having too few dives for an appropriate interpretation of the depth variation +#' @param path directory location where the files will be read from or written into #' #' @author Ruben Perez Perez #' diff --git a/R/divetypes.R b/R/divetypes.R index 8f7ab52..d8318c3 100644 --- a/R/divetypes.R +++ b/R/divetypes.R @@ -5,6 +5,7 @@ #' This function creates a barplot to visualize the number of dives types "Course Leading", "Course Assistance", etc. #' #' @param n.other number of dives under which a diveType is placed into the "Other" category. +#' @param path directory location where the files will be read from or written into #' #' @author Ruben Perez Perez #' diff --git a/R/divetypes_platform.R b/R/divetypes_platform.R index b1043e4..ccadd38 100644 --- a/R/divetypes_platform.R +++ b/R/divetypes_platform.R @@ -4,6 +4,8 @@ #' #' This function creates a barplot to visualize the number of dives per region and platform type "poolDive", "boatDive" or "shoreDive" #' +#' @param path directory location where the files will be read from or written into +#' #' @author Ruben Perez Perez #' #' @import ggplot2 diff --git a/R/logbook_highlights.R b/R/logbook_highlights.R index 4fa13e5..ebc48e9 100644 --- a/R/logbook_highlights.R +++ b/R/logbook_highlights.R @@ -5,6 +5,7 @@ #' This function creates a data frame to have an overview of some highlights of the diving logbook #' such as number of recorded dives, maximum bottom time or maximum depth #' +#' @param path directory location where the files will be read from or written into #' #' @author Ruben Perez Perez #' diff --git a/R/logbook_map.R b/R/logbook_map.R index 98ad0cb..243a712 100644 --- a/R/logbook_map.R +++ b/R/logbook_map.R @@ -5,6 +5,7 @@ #' This function creates a leaflet map to visualize the geographical coverage of the logbook together with some information on each dive such as #' Bottom Time, Max Depth, Date and Divesite #' +#' @param path directory location where the files will be read from or written into #' #' @author Ruben Perez Perez #' diff --git a/R/logged_depths.R b/R/logged_depths.R index f6af17f..263760c 100644 --- a/R/logged_depths.R +++ b/R/logged_depths.R @@ -5,6 +5,7 @@ #' This function creates a scatterplot to visualize the maximum depths logged through time, offering a nice overview #' of the diving experience regarding depth #' +#' @param path directory location where the files will be read from or written into #' #' @author Ruben Perez Perez #' diff --git a/R/scuba_cert.R b/R/scuba_cert.R new file mode 100644 index 0000000..9ca923f --- /dev/null +++ b/R/scuba_cert.R @@ -0,0 +1,14 @@ +#' Example of the certifications table +#' +#' A dataset containing an example of the certifications table, this table contains +#' an example of what the column names must be and how the content must look like. +#' +#' @format A data frame with 4 rows and 5 variables: +#' \describe{ +#' \item{diverID}{the diver identifier linked to the certification} +#' \item{certificationName}{the name of the certification} +#' \item{certificationAgency}{the name or acronym of the agency that issued the certification} +#' \item{certificationDate}{the date when the certification was issued, in ISO8601} +#' \item{instructorID}{the diver identifier of the instructor who taught the course and issued the certification} +#' } +"scuba_cert" \ No newline at end of file diff --git a/R/scuba_clean.R b/R/scuba_clean.R new file mode 100644 index 0000000..9b35dc8 --- /dev/null +++ b/R/scuba_clean.R @@ -0,0 +1,39 @@ +#' Example of the logbook table +#' +#' A dataset containing an example of the logbook table, this table contains +#' an example of what the column names must be and how the content must look like. +#' +#' @format A data frame with 500 rows and 30 variables: +#' \describe{ +#' \item{eventDate}{the date of the dive, in ISO8601} +#' \item{locationID}{the name of the dive site} +#' \item{maximumDepthInMeters}{the maximum depth of the dive, in meters} +#' \item{bottomTime}{the bottom time of the dive, in minutes} +#' \item{waterTemperature}{the average water temperature of the dive, in degrees celsius} +#' \item{visibility}{the visibility during the dive, categorical not standardized yet} +#' \item{extraWeight}{weight of the weight belt, in kilograms} +#' \item{diveType}{main type of dive, categorical} +#' \item{diveType_2}{secondary type of dive, not necessary} +#' \item{diveType_3}{terciary type of dive, not necessary} +#' \item{stop}{safety or emergency or no stop, not necessary} +#' \item{deepDive}{not necessary} +#' \item{nightDive}{not necessary} +#' \item{sidemountDive}{not necessary} +#' \item{boatDive}{not necessary} +#' \item{shoreDive}{not necessary} +#' \item{driftDive}{not necessary} +#' \item{caveDive}{not necessary} +#' \item{wreckDive}{not necessary} +#' \item{eventID}{identifier of each dive} +#' \item{rowid}{number of row} +#' \item{locality}{place where the dive site is located, village or town} +#' \item{region}{region where the dive site is located} +#' \item{country}{region where the dive site is located} +#' \item{decimalLatitude}{latitude of the dive site, in decimal degrees} +#' \item{decimalLongitude}{longitude of the dive site, in decimal degrees} +#' \item{platformType}{the type of dive regarding the entry platform, shore, boat or pool} +#' \item{wreckType}{not necessary} +#' \item{caveType}{not necessary} +#' \item{diveClass}{main class of the dive, it groups several diveTypes into one diveClass, categorical} +#' } +"scuba_clean" \ No newline at end of file diff --git a/R/scuba_map.R b/R/scuba_map.R new file mode 100644 index 0000000..962c99b --- /dev/null +++ b/R/scuba_map.R @@ -0,0 +1,40 @@ +#' Example of the logbook table in sf format +#' +#' A dataset containing an example of the logbook table in sf format, this table contains +#' an example of what the column names must be and how the content must look like. +#' +#' @format A "simple feature" and data frame with 500 rows and 31 variables: +#' \describe{ +#' \item{eventDate}{the date of the dive, in ISO8601} +#' \item{locationID}{the name of the dive site} +#' \item{maximumDepthInMeters}{the maximum depth of the dive, in meters} +#' \item{bottomTime}{the bottom time of the dive, in minutes} +#' \item{waterTemperature}{the average water temperature of the dive, in degrees celsius} +#' \item{visibility}{the visibility during the dive, categorical not standardized yet} +#' \item{extraWeight}{weight of the weight belt, in kilograms} +#' \item{diveType}{main type of dive, categorical} +#' \item{diveType_2}{secondary type of dive, not necessary} +#' \item{diveType_3}{terciary type of dive, not necessary} +#' \item{stop}{safety or emergency or no stop, not necessary} +#' \item{deepDive}{not necessary} +#' \item{nightDive}{not necessary} +#' \item{sidemountDive}{not necessary} +#' \item{boatDive}{not necessary} +#' \item{shoreDive}{not necessary} +#' \item{driftDive}{not necessary} +#' \item{caveDive}{not necessary} +#' \item{wreckDive}{not necessary} +#' \item{eventID}{identifier of each dive} +#' \item{rowid}{number of row} +#' \item{locality}{place where the dive site is located, village or town} +#' \item{region}{region where the dive site is located} +#' \item{country}{region where the dive site is located} +#' \item{decimalLatitude}{latitude of the dive site, in decimal degrees} +#' \item{decimalLongitude}{longitude of the dive site, in decimal degrees} +#' \item{platformType}{the type of dive regarding the entry platform, shore, boat or pool} +#' \item{wreckType}{not necessary} +#' \item{caveType}{not necessary} +#' \item{diveClass}{main class of the dive, it groups several diveTypes into one diveClass, categorical} +#' \item{geometry}{coordinates of the dive site in Points format} +#' } +"scuba_map" \ No newline at end of file diff --git a/data-original/TSRCP Spring 2017-20200509T234651Z-001.zip b/data-original/TSRCP_Spring_2017-20200509T234651Z-001.zip similarity index 100% rename from data-original/TSRCP Spring 2017-20200509T234651Z-001.zip rename to data-original/TSRCP_Spring_2017-20200509T234651Z-001.zip diff --git a/data-original/ZOEA/Planning 2016-07.xlsx b/data-original/ZOEA/Planning_2016-07.xlsx similarity index 100% rename from data-original/ZOEA/Planning 2016-07.xlsx rename to data-original/ZOEA/Planning_2016-07.xlsx diff --git a/data-original/ZOEA/Planning 2016-08.xlsx b/data-original/ZOEA/Planning_2016-08.xlsx similarity index 100% rename from data-original/ZOEA/Planning 2016-08.xlsx rename to data-original/ZOEA/Planning_2016-08.xlsx diff --git a/data-original/ZOEA/Planning 2016-09.xlsx b/data-original/ZOEA/Planning_2016-09.xlsx similarity index 100% rename from data-original/ZOEA/Planning 2016-09.xlsx rename to data-original/ZOEA/Planning_2016-09.xlsx diff --git a/data-original/ZOEA/Planning 2017-07.xlsx b/data-original/ZOEA/Planning_2017-07.xlsx similarity index 100% rename from data-original/ZOEA/Planning 2017-07.xlsx rename to data-original/ZOEA/Planning_2017-07.xlsx diff --git a/data-original/ZOEA/Planning 2017-08.xlsx b/data-original/ZOEA/Planning_2017-08.xlsx similarity index 100% rename from data-original/ZOEA/Planning 2017-08.xlsx rename to data-original/ZOEA/Planning_2017-08.xlsx diff --git a/data-original/ZOEA/Planning 2017-09.xlsx b/data-original/ZOEA/Planning_2017-09.xlsx similarity index 100% rename from data-original/ZOEA/Planning 2017-09.xlsx rename to data-original/ZOEA/Planning_2017-09.xlsx diff --git a/data-original/ZOEA/Planning 2017-09b.xlsx b/data-original/ZOEA/Planning_2017-09b.xlsx similarity index 100% rename from data-original/ZOEA/Planning 2017-09b.xlsx rename to data-original/ZOEA/Planning_2017-09b.xlsx diff --git a/man/cum_dives.Rd b/man/cum_dives.Rd index e8e62a3..f704d29 100644 --- a/man/cum_dives.Rd +++ b/man/cum_dives.Rd @@ -6,6 +6,9 @@ \usage{ cum_dives(path = getwd()) } +\arguments{ +\item{path}{directory location where the files will be read from or written into} +} \value{ Returns a plot. } diff --git a/man/divecount_reg.Rd b/man/divecount_reg.Rd index ae86868..7348df4 100644 --- a/man/divecount_reg.Rd +++ b/man/divecount_reg.Rd @@ -6,6 +6,9 @@ \usage{ divecount_reg(path = getwd()) } +\arguments{ +\item{path}{directory location where the files will be read from or written into} +} \value{ Returns a barplot. } diff --git a/man/divesite_depths.Rd b/man/divesite_depths.Rd index 2ca169c..14a9ac5 100644 --- a/man/divesite_depths.Rd +++ b/man/divesite_depths.Rd @@ -9,6 +9,8 @@ divesite_depths(toofew = 1, path = getwd()) \arguments{ \item{toofew}{number of logged dives per divesite under which a divesite is excluded from the boxplot for having too few dives for an appropriate interpretation of the depth variation} + +\item{path}{directory location where the files will be read from or written into} } \value{ Returns a boxplot. diff --git a/man/divetypes.Rd b/man/divetypes.Rd index 27610b0..b152a60 100644 --- a/man/divetypes.Rd +++ b/man/divetypes.Rd @@ -8,6 +8,8 @@ divetypes(n.other = 4, path = getwd()) } \arguments{ \item{n.other}{number of dives under which a diveType is placed into the "Other" category.} + +\item{path}{directory location where the files will be read from or written into} } \value{ Returns a barplot. diff --git a/man/divetypes_platform.Rd b/man/divetypes_platform.Rd index 46b7c22..235f6fd 100644 --- a/man/divetypes_platform.Rd +++ b/man/divetypes_platform.Rd @@ -6,6 +6,9 @@ \usage{ divetypes_platform(path = getwd()) } +\arguments{ +\item{path}{directory location where the files will be read from or written into} +} \value{ Returns a barplot. } diff --git a/man/logbook_highlights.Rd b/man/logbook_highlights.Rd index 8baa2a3..c9ad370 100644 --- a/man/logbook_highlights.Rd +++ b/man/logbook_highlights.Rd @@ -6,6 +6,9 @@ \usage{ logbook_highlights(path = getwd()) } +\arguments{ +\item{path}{directory location where the files will be read from or written into} +} \value{ Returns a data frame. } diff --git a/man/logbook_map.Rd b/man/logbook_map.Rd index b533844..a7485a2 100644 --- a/man/logbook_map.Rd +++ b/man/logbook_map.Rd @@ -6,6 +6,9 @@ \usage{ logbook_map(path = getwd()) } +\arguments{ +\item{path}{directory location where the files will be read from or written into} +} \value{ Returns a map. } diff --git a/man/logged_depths.Rd b/man/logged_depths.Rd index 5b6ca19..2b851be 100644 --- a/man/logged_depths.Rd +++ b/man/logged_depths.Rd @@ -6,6 +6,9 @@ \usage{ logged_depths(path = getwd()) } +\arguments{ +\item{path}{directory location where the files will be read from or written into} +} \value{ Returns a boxplot. } diff --git a/man/scuba_cert.Rd b/man/scuba_cert.Rd new file mode 100644 index 0000000..55b57cf --- /dev/null +++ b/man/scuba_cert.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/scuba_cert.R +\docType{data} +\name{scuba_cert} +\alias{scuba_cert} +\title{Example of the certifications table} +\format{ +A data frame with 4 rows and 5 variables: +\describe{ +\item{diverID}{the diver identifier linked to the certification} +\item{certificationName}{the name of the certification} +\item{certificationAgency}{the name or acronym of the agency that issued the certification} +\item{certificationDate}{the date when the certification was issued, in ISO8601} +\item{instructorID}{the diver identifier of the instructor who taught the course and issued the certification} +} +} +\usage{ +scuba_cert +} +\description{ +A dataset containing an example of the certifications table, this table contains +an example of what the column names must be and how the content must look like. +} +\keyword{datasets} diff --git a/man/scuba_clean.Rd b/man/scuba_clean.Rd new file mode 100644 index 0000000..61fefdf --- /dev/null +++ b/man/scuba_clean.Rd @@ -0,0 +1,49 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/scuba_clean.R +\docType{data} +\name{scuba_clean} +\alias{scuba_clean} +\title{Example of the logbook table} +\format{ +A data frame with 500 rows and 30 variables: +\describe{ +\item{eventDate}{the date of the dive, in ISO8601} +\item{locationID}{the name of the dive site} +\item{maximumDepthInMeters}{the maximum depth of the dive, in meters} +\item{bottomTime}{the bottom time of the dive, in minutes} +\item{waterTemperature}{the average water temperature of the dive, in degrees celsius} +\item{visibility}{the visibility during the dive, categorical not standardized yet} +\item{extraWeight}{weight of the weight belt, in kilograms} +\item{diveType}{main type of dive, categorical} +\item{diveType_2}{secondary type of dive, not necessary} +\item{diveType_3}{terciary type of dive, not necessary} +\item{stop}{safety or emergency or no stop, not necessary} +\item{deepDive}{not necessary} +\item{nightDive}{not necessary} +\item{sidemountDive}{not necessary} +\item{boatDive}{not necessary} +\item{shoreDive}{not necessary} +\item{driftDive}{not necessary} +\item{caveDive}{not necessary} +\item{wreckDive}{not necessary} +\item{eventID}{identifier of each dive} +\item{rowid}{number of row} +\item{locality}{place where the dive site is located, village or town} +\item{region}{region where the dive site is located} +\item{country}{region where the dive site is located} +\item{decimalLatitude}{latitude of the dive site, in decimal degrees} +\item{decimalLongitude}{longitude of the dive site, in decimal degrees} +\item{platformType}{the type of dive regarding the entry platform, shore, boat or pool} +\item{wreckType}{not necessary} +\item{caveType}{not necessary} +\item{diveClass}{main class of the dive, it groups several diveTypes into one diveClass, categorical} +} +} +\usage{ +scuba_clean +} +\description{ +A dataset containing an example of the logbook table, this table contains +an example of what the column names must be and how the content must look like. +} +\keyword{datasets} diff --git a/man/scuba_map.Rd b/man/scuba_map.Rd new file mode 100644 index 0000000..4b84ff3 --- /dev/null +++ b/man/scuba_map.Rd @@ -0,0 +1,50 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/scuba_map.R +\docType{data} +\name{scuba_map} +\alias{scuba_map} +\title{Example of the logbook table in sf format} +\format{ +A "simple feature" and data frame with 500 rows and 31 variables: +\describe{ +\item{eventDate}{the date of the dive, in ISO8601} +\item{locationID}{the name of the dive site} +\item{maximumDepthInMeters}{the maximum depth of the dive, in meters} +\item{bottomTime}{the bottom time of the dive, in minutes} +\item{waterTemperature}{the average water temperature of the dive, in degrees celsius} +\item{visibility}{the visibility during the dive, categorical not standardized yet} +\item{extraWeight}{weight of the weight belt, in kilograms} +\item{diveType}{main type of dive, categorical} +\item{diveType_2}{secondary type of dive, not necessary} +\item{diveType_3}{terciary type of dive, not necessary} +\item{stop}{safety or emergency or no stop, not necessary} +\item{deepDive}{not necessary} +\item{nightDive}{not necessary} +\item{sidemountDive}{not necessary} +\item{boatDive}{not necessary} +\item{shoreDive}{not necessary} +\item{driftDive}{not necessary} +\item{caveDive}{not necessary} +\item{wreckDive}{not necessary} +\item{eventID}{identifier of each dive} +\item{rowid}{number of row} +\item{locality}{place where the dive site is located, village or town} +\item{region}{region where the dive site is located} +\item{country}{region where the dive site is located} +\item{decimalLatitude}{latitude of the dive site, in decimal degrees} +\item{decimalLongitude}{longitude of the dive site, in decimal degrees} +\item{platformType}{the type of dive regarding the entry platform, shore, boat or pool} +\item{wreckType}{not necessary} +\item{caveType}{not necessary} +\item{diveClass}{main class of the dive, it groups several diveTypes into one diveClass, categorical} +\item{geometry}{coordinates of the dive site in Points format} +} +} +\usage{ +scuba_map +} +\description{ +A dataset containing an example of the logbook table in sf format, this table contains +an example of what the column names must be and how the content must look like. +} +\keyword{datasets} diff --git a/test_data/certifications.csv b/test_data/certifications.csv deleted file mode 100644 index 67609c1..0000000 --- a/test_data/certifications.csv +++ /dev/null @@ -1,5 +0,0 @@ -"diverID","certificationName","certificationAgency","certificationDate","instructorID" -"XXXXXX","Open Water Diver","PADI","2011-10-23","YYYYYY" -"XXXXXX","Advanced Open Water Diver","PADI","2012-06-17","YYYYYY" -"XXXXXX","Rescue Diver","PADI","2014-08-24","YYYYYY" -"XXXXXX","Enriched Air Diver","PADI","2014-08-27","YYYYYY" diff --git a/test_data/coordinates.csv b/test_data/coordinates.csv deleted file mode 100644 index 8597c1c..0000000 --- a/test_data/coordinates.csv +++ /dev/null @@ -1,15 +0,0 @@ -"locationID","locality","region","country","decimalLatitude","decimalLongitude","platformType","wreckType","caveType" -"Piscina ZOEA","Aguilas","Murcia","Spain",37.39575,-1.599959,"shoreDive",, -"Marina del Este","Almunecar","Granada","Spain",36.722489,-3.728296,"shoreDive",, -"La Cueva de la Virgen","Cabo de Cope","Murcia","Spain",37.424511,-1.500004,"boatDive",, -"Chocolate Island","Chocolate Island","Central Visayas","Philippines",11.305414,124.064415,"poolDive",, -"Pared Sur del Fraile","Aguilas","Murcia","Spain",37.407431,-1.547101,"shoreDive",, -"Kalanggaman Island","Kalanggaman Island","Central Visayas","Philippines",11.11695,124.245713,"shoreDive",, -"Um El-Faroud","Zurrieq Valley","Qrendi","Malta",35.819086,14.449771,"shoreDive",, -"A catedral","Sagres","Algarve","Portugal",37.006141,-8.92733,"shoreDive",, -"Praia do Martinhal","Sagres","Algarve","Portugal",37.018291,-8.925847,"boatDive",, -"Exiles","Exiles","Sliema","Malta",35.918614,14.498422,"boatDive",, -"Tug 2","Exiles","Sliema","Malta",35.919331,14.498331,"shoreDive",, -"HMS Maori","St Elmo Bay","Valletta","Malta",35.902885,14.51588,"shoreDive",, -"Dreischor gemaal","Grevelingenmeer","Zeeland","Netherlands",51.747398,3.89119,"boatDive",, -"Oesterdam","Tholen","Zeeland","Netherlands",51.516707,4.17167,"boatDive",, diff --git a/test_data/divetypes.csv b/test_data/divetypes.csv deleted file mode 100644 index 8464abe..0000000 --- a/test_data/divetypes.csv +++ /dev/null @@ -1,23 +0,0 @@ -"diveType","diveClass" -"Advanced Open Water Diver Course","Training" -"Cleaning Dive Leading","Dive Leading" -"PADI AOWD Assistance","Course Assistance" -"PADI DSD Assistance","Course Assistance" -"PADI OWD Assistance","Course Assistance" -"PADI Rescue Assistance","Course Assistance" -"PADI DSD Leading","Course Leading" -"PADI OWD Leading","Course Leading" -"PADI Rescue Leading","Course Leading" -"PADI ReActivate Leading","Course Leading" -"Deep Course","Training" -"Deep Course / Nitrox Course","Training" -"Discover Scuba Diving Course","Training" -"Fun Dive","Fun" -"Fun Dive Leading","Dive Leading" -"GUE Fundamentals Training","Training" -"Open Water Diver Course","Training" -"Other Dive","Other" -"Rescue Diver Course","Training" -"Research Dive","Research" -"Sidemount Course","Training" -"Training Dive","Training" diff --git a/test_data/logbook.csv b/test_data/logbook.csv deleted file mode 100644 index a789397..0000000 --- a/test_data/logbook.csv +++ /dev/null @@ -1,501 +0,0 @@ -"eventDate","eventTime","locationID","maximumDepthInMeters","bottomTime","waterTemperature","visibility","extraWeight","diveType","diveType_2","diveType_3","stop","deepDive","nightDive","sidemountDive","boatDive","shoreDive","driftDive","caveDive","wreckDive","eventID" -1999-01-30,,"Tug 2",13.4,40,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D1" -1999-02-01,,"Kalanggaman Island",17.3,41,,,,"Fun Dive Leading",,,,,,,,,,,,"D2" -1999-02-19,,"Pared Sur del Fraile",17.6,39,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D3" -1999-02-20,,"Kalanggaman Island",32.3,42,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D4" -1999-02-23,,"Tug 2",17.1,36,,,,"Fun Dive",,,,,,,,,,,,"D5" -1999-04-28,,"Pared Sur del Fraile",5.7,28,,,,"Fun Dive",,,,,,,,,,,,"D6" -1999-05-27,,"Kalanggaman Island",16.4,35,,,,"Research Dive",,,,,,,,,,,,"D7" -1999-06-10,,"Oesterdam",21.5,44,,,,"Rescue Diver Course",,,,,,,,,,,,"D8" -1999-06-15,,"Oesterdam",24.1,33,,,,"Fun Dive Leading",,,,,,,,,,,,"D9" -1999-06-22,,"Um El-Faroud",10.4,46,,,,"Open Water Diver Course",,,,,,,,,,,,"D10" -1999-07-05,,"Piscina ZOEA",12.8,38,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D11" -1999-07-06,,"Um El-Faroud",28.3,46,,,,"Open Water Diver Course",,,,,,,,,,,,"D12" -1999-07-26,,"Kalanggaman Island",21.3,31,,,,"Fun Dive",,,,,,,,,,,,"D13" -1999-08-15,,"Praia do Martinhal",24.4,35,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D14" -1999-08-31,,"Pared Sur del Fraile",18,34,,,,"Open Water Diver Course",,,,,,,,,,,,"D15" -1999-09-05,,"La Cueva de la Virgen",10.4,49,,,,"Open Water Diver Course",,,,,,,,,,,,"D16" -1999-09-07,,"Chocolate Island",23.8,31,,,,"PADI OWD Assistance",,,,,,,,,,,,"D17" -1999-11-04,,"Marina del Este",36.3,25,,,,"Open Water Diver Course",,,,,,,,,,,,"D18" -1999-11-16,,"La Cueva de la Virgen",12.4,50,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D19" -1999-11-23,,"La Cueva de la Virgen",34.6,36,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D20" -1999-12-11,,"Exiles",35.1,45,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D21" -2000-01-19,,"La Cueva de la Virgen",6.8,30,,,,"Fun Dive",,,,,,,,,,,,"D22" -2000-01-22,,"Tug 2",18.8,45,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D23" -2000-02-03,,"Kalanggaman Island",17.7,36,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D24" -2000-02-22,,"La Cueva de la Virgen",28.1,50,,,,"PADI OWD Assistance",,,,,,,,,,,,"D25" -2000-02-26,,"Pared Sur del Fraile",8,48,,,,"Rescue Diver Course",,,,,,,,,,,,"D26" -2000-03-11,,"Praia do Martinhal",7.4,47,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D27" -2000-03-29,,"Piscina ZOEA",6,30,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D28" -2000-04-10,,"Piscina ZOEA",19,31,,,,"PADI OWD Assistance",,,,,,,,,,,,"D29" -2000-05-24,,"Piscina ZOEA",5.2,50,,,,"Open Water Diver Course",,,,,,,,,,,,"D30" -2000-05-28,,"A catedral",30.4,45,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D31" -2000-06-19,,"A catedral",21,41,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D32" -2000-06-23,,"La Cueva de la Virgen",34.5,47,,,,"Research Dive",,,,,,,,,,,,"D33" -2000-07-16,,"La Cueva de la Virgen",11.2,35,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D34" -2000-07-20,,"Exiles",35.2,29,,,,"Fun Dive",,,,,,,,,,,,"D35" -2000-08-11,,"Um El-Faroud",33.2,40,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D36" -2000-08-18,,"Praia do Martinhal",9.4,48,,,,"Fun Dive",,,,,,,,,,,,"D37" -2000-09-04,,"La Cueva de la Virgen",32.6,29,,,,"Fun Dive Leading",,,,,,,,,,,,"D38" -2000-09-08,,"La Cueva de la Virgen",7.5,31,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D39" -2000-09-11,,"La Cueva de la Virgen",8.3,37,,,,"Research Dive",,,,,,,,,,,,"D40" -2000-10-02,,"HMS Maori",30.4,41,,,,"Fun Dive",,,,,,,,,,,,"D41" -2000-10-03,,"La Cueva de la Virgen",6.5,43,,,,"Research Dive",,,,,,,,,,,,"D42" -2000-10-13,,"Praia do Martinhal",5.3,39,,,,"Open Water Diver Course",,,,,,,,,,,,"D43" -2000-11-05,,"La Cueva de la Virgen",27.1,42,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D44" -2000-11-18,,"Pared Sur del Fraile",20.5,43,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D45" -2000-11-22,,"Exiles",28.6,35,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D46" -2000-12-05,,"Pared Sur del Fraile",18.1,28,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D47" -2000-12-11,,"Marina del Este",30.4,34,,,,"Open Water Diver Course",,,,,,,,,,,,"D48" -2000-12-23,,"La Cueva de la Virgen",29.2,31,,,,"Fun Dive",,,,,,,,,,,,"D49" -2001-01-02,,"La Cueva de la Virgen",9.2,42,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D50" -2001-02-16,,"La Cueva de la Virgen",15.2,33,,,,"Fun Dive Leading",,,,,,,,,,,,"D51" -2001-02-19,,"Um El-Faroud",5.9,31,,,,"Research Dive",,,,,,,,,,,,"D52" -2001-04-14,,"Pared Sur del Fraile",35.7,46,,,,"Fun Dive Leading",,,,,,,,,,,,"D53" -2001-04-19,,"Tug 2",26.6,46,,,,"PADI OWD Assistance",,,,,,,,,,,,"D54" -2001-04-25,,"Kalanggaman Island",5.2,34,,,,"Research Dive",,,,,,,,,,,,"D55" -2001-05-15,,"Pared Sur del Fraile",26.2,47,,,,"Research Dive",,,,,,,,,,,,"D56" -2001-05-27,,"Pared Sur del Fraile",27,36,,,,"Fun Dive",,,,,,,,,,,,"D57" -2001-05-29,,"Pared Sur del Fraile",17.6,32,,,,"PADI OWD Assistance",,,,,,,,,,,,"D58" -2001-06-08,,"A catedral",5.8,46,,,,"PADI DSD Assistance",,,,,,,,,,,,"D59" -2001-06-27,,"Marina del Este",14,39,,,,"Fun Dive Leading",,,,,,,,,,,,"D60" -2001-07-09,,"La Cueva de la Virgen",28.2,28,,,,"Open Water Diver Course",,,,,,,,,,,,"D61" -2001-07-11,,"Pared Sur del Fraile",33,34,,,,"Fun Dive",,,,,,,,,,,,"D62" -2001-08-16,,"La Cueva de la Virgen",7.4,42,,,,"PADI OWD Assistance",,,,,,,,,,,,"D63" -2001-08-21,,"Marina del Este",13,30,,,,"Fun Dive",,,,,,,,,,,,"D64" -2001-09-06,,"Kalanggaman Island",25.4,31,,,,"Fun Dive",,,,,,,,,,,,"D65" -2001-09-24,,"Pared Sur del Fraile",32.9,37,,,,"PADI OWD Assistance",,,,,,,,,,,,"D66" -2001-10-11,,"Tug 2",27.9,43,,,,"Deep Course",,,,,,,,,,,,"D67" -2001-10-15,,"Um El-Faroud",16.2,42,,,,"Rescue Diver Course",,,,,,,,,,,,"D68" -2001-11-02,,"Pared Sur del Fraile",7.1,35,,,,"PADI OWD Assistance",,,,,,,,,,,,"D69" -2001-11-12,,"Pared Sur del Fraile",18.1,43,,,,"Fun Dive Leading",,,,,,,,,,,,"D70" -2001-11-15,,"La Cueva de la Virgen",33.7,36,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D71" -2001-11-17,,"Praia do Martinhal",8,33,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D72" -2001-11-30,,"Chocolate Island",23.4,28,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D73" -2001-12-15,,"Pared Sur del Fraile",33.5,32,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D74" -2001-12-24,,"La Cueva de la Virgen",20.8,40,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D75" -2002-01-10,,"Pared Sur del Fraile",7.8,34,,,,"Fun Dive",,,,,,,,,,,,"D76" -2002-01-19,,"Kalanggaman Island",32.9,27,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D77" -2002-02-02,,"A catedral",18.2,30,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D78" -2002-02-03,,"Kalanggaman Island",19.8,39,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D79" -2002-02-10,,"Pared Sur del Fraile",6.3,44,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D80" -2002-03-06,,"Tug 2",31,28,,,,"Rescue Diver Course",,,,,,,,,,,,"D81" -2002-03-23,,"Piscina ZOEA",18.7,28,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D82" -2002-04-15,,"La Cueva de la Virgen",29.9,38,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D83" -2002-04-21,,"Marina del Este",26.3,43,,,,"Research Dive",,,,,,,,,,,,"D84" -2002-04-26,,"La Cueva de la Virgen",23.7,42,,,,"PADI OWD Assistance",,,,,,,,,,,,"D85" -2002-05-08,,"Piscina ZOEA",15.7,27,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D86" -2002-05-17,,"Chocolate Island",23.8,27,,,,"Open Water Diver Course",,,,,,,,,,,,"D87" -2002-05-18,,"La Cueva de la Virgen",32.8,35,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D88" -2002-06-06,,"Marina del Este",22.8,36,,,,"Fun Dive Leading",,,,,,,,,,,,"D89" -2002-06-10,,"La Cueva de la Virgen",9.6,42,,,,"Rescue Diver Course",,,,,,,,,,,,"D90" -2002-06-19,,"Exiles",14.9,27,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D91" -2002-06-25,,"Kalanggaman Island",8.4,43,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D92" -2002-07-13,,"Pared Sur del Fraile",29.6,27,,,,"PADI DSD Leading",,,,,,,,,,,,"D93" -2002-07-14,,"Kalanggaman Island",17.4,41,,,,"PADI OWD Assistance",,,,,,,,,,,,"D94" -2002-08-12,,"Tug 2",33.6,33,,,,"Deep Course",,,,,,,,,,,,"D95" -2002-09-04,,"La Cueva de la Virgen",33.9,44,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D96" -2002-09-07,,"Piscina ZOEA",26.5,29,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D97" -2002-09-23,,"Praia do Martinhal",9.6,37,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D98" -2002-10-02,,"Tug 2",28.1,38,,,,"Deep Course",,,,,,,,,,,,"D99" -2002-10-21,,"La Cueva de la Virgen",5.7,47,,,,"Rescue Diver Course",,,,,,,,,,,,"D100" -2002-10-23,,"Marina del Este",34.5,29,,,,"Deep Course",,,,,,,,,,,,"D101" -2002-10-24,,"Pared Sur del Fraile",26.6,31,,,,"PADI OWD Assistance",,,,,,,,,,,,"D102" -2002-11-01,,"La Cueva de la Virgen",12.2,37,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D103" -2002-11-06,,"Um El-Faroud",19.3,37,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D104" -2002-11-08,,"A catedral",21.5,49,,,,"Fun Dive Leading",,,,,,,,,,,,"D105" -2002-11-12,,"Pared Sur del Fraile",31.6,30,,,,"PADI OWD Assistance",,,,,,,,,,,,"D106" -2002-11-16,,"Um El-Faroud",36.5,47,,,,"Fun Dive",,,,,,,,,,,,"D107" -2002-12-20,,"Chocolate Island",22.5,41,,,,"Fun Dive Leading",,,,,,,,,,,,"D108" -2003-01-17,,"Tug 2",8.2,47,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D109" -2003-01-25,,"Oesterdam",12,39,,,,"Rescue Diver Course",,,,,,,,,,,,"D110" -2003-02-03,,"Pared Sur del Fraile",22.2,49,,,,"Rescue Diver Course",,,,,,,,,,,,"D111" -2003-02-09,,"Tug 2",25.1,45,,,,"Fun Dive",,,,,,,,,,,,"D112" -2003-05-15,,"Piscina ZOEA",29.9,39,,,,"Research Dive",,,,,,,,,,,,"D113" -2003-05-23,,"Dreischor gemaal",21.8,30,,,,"Fun Dive",,,,,,,,,,,,"D114" -2003-06-09,,"Piscina ZOEA",20.3,37,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D115" -2003-07-04,,"La Cueva de la Virgen",32.7,43,,,,"Fun Dive",,,,,,,,,,,,"D116" -2003-07-16,,"Praia do Martinhal",12,28,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D117" -2003-07-21,,"Pared Sur del Fraile",30.7,28,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D118" -2003-07-30,,"Um El-Faroud",30.2,29,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D119" -2003-09-07,,"Tug 2",5.5,42,,,,"Open Water Diver Course",,,,,,,,,,,,"D120" -2003-10-14,,"Exiles",36.3,43,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D121" -2003-11-11,,"Tug 2",27.4,46,,,,"PADI OWD Assistance",,,,,,,,,,,,"D122" -2003-12-04,,"Dreischor gemaal",34.3,34,,,,"PADI DSD Assistance",,,,,,,,,,,,"D123" -2003-12-25,,"Pared Sur del Fraile",21.1,34,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D124" -2004-01-17,,"Oesterdam",22.8,40,,,,"PADI OWD Assistance",,,,,,,,,,,,"D125" -2004-02-13,,"La Cueva de la Virgen",17,44,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D126" -2004-02-25,,"Marina del Este",18.3,32,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D127" -2004-03-05,,"Marina del Este",16.8,34,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D128" -2004-03-06,,"Tug 2",32,38,,,,"Open Water Diver Course",,,,,,,,,,,,"D129" -2004-03-09,,"Pared Sur del Fraile",31,45,,,,"Fun Dive Leading",,,,,,,,,,,,"D130" -2004-03-10,,"Chocolate Island",28.1,35,,,,"Research Dive",,,,,,,,,,,,"D131" -2004-03-13,,"Exiles",11.4,26,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D132" -2004-03-19,,"Pared Sur del Fraile",24.4,39,,,,"Fun Dive",,,,,,,,,,,,"D133" -2004-04-05,,"Um El-Faroud",32.3,27,,,,"Fun Dive Leading",,,,,,,,,,,,"D134" -2004-04-12,,"Pared Sur del Fraile",28.5,30,,,,"Fun Dive",,,,,,,,,,,,"D135" -2004-04-28,,"Marina del Este",35.8,28,,,,"Rescue Diver Course",,,,,,,,,,,,"D136" -2004-05-01,,"Um El-Faroud",27.2,37,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D137" -2004-05-19,,"Pared Sur del Fraile",29.9,49,,,,"Fun Dive",,,,,,,,,,,,"D138" -2004-06-28,,"Tug 2",36.2,38,,,,"PADI OWD Assistance",,,,,,,,,,,,"D139" -2004-07-01,,"Tug 2",13.7,34,,,,"Research Dive",,,,,,,,,,,,"D140" -2004-07-09,,"Praia do Martinhal",25,26,,,,"Deep Course",,,,,,,,,,,,"D141" -2004-07-26,,"Praia do Martinhal",7.5,25,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D142" -2004-08-18,,"Tug 2",18.9,35,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D143" -2004-09-05,,"Pared Sur del Fraile",10.9,45,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D144" -2004-09-21,,"Tug 2",35.4,32,,,,"Research Dive",,,,,,,,,,,,"D145" -2004-09-29,,"Chocolate Island",5.6,48,,,,"Fun Dive Leading",,,,,,,,,,,,"D146" -2004-10-11,,"Tug 2",21.9,38,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D147" -2004-10-24,,"Chocolate Island",35.6,26,,,,"Open Water Diver Course",,,,,,,,,,,,"D148" -2004-11-10,,"Chocolate Island",14.5,41,,,,"Open Water Diver Course",,,,,,,,,,,,"D149" -2004-11-19,,"Marina del Este",13.5,30,,,,"Fun Dive Leading",,,,,,,,,,,,"D150" -2004-12-06,,"Pared Sur del Fraile",33.3,49,,,,"PADI DSD Assistance",,,,,,,,,,,,"D151" -2005-01-06,,"La Cueva de la Virgen",30.1,49,,,,"Rescue Diver Course",,,,,,,,,,,,"D152" -2005-01-20,,"Pared Sur del Fraile",24.3,39,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D153" -2005-03-10,,"Pared Sur del Fraile",17.4,27,,,,"Fun Dive",,,,,,,,,,,,"D154" -2005-04-16,,"Um El-Faroud",24.6,37,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D155" -2005-04-27,,"Oesterdam",14.4,33,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D156" -2005-05-07,,"La Cueva de la Virgen",30,50,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D157" -2005-05-18,,"Praia do Martinhal",12.8,37,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D158" -2005-05-20,,"La Cueva de la Virgen",27.3,34,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D159" -2005-06-28,,"Um El-Faroud",21.8,45,,,,"Research Dive",,,,,,,,,,,,"D160" -2005-07-15,,"Pared Sur del Fraile",21.7,38,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D161" -2005-07-20,,"Pared Sur del Fraile",31,39,,,,"Open Water Diver Course",,,,,,,,,,,,"D162" -2005-07-27,,"Oesterdam",13.4,38,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D163" -2005-08-10,,"Tug 2",34.2,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D164" -2005-08-12,,"Exiles",30.6,27,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D165" -2005-08-16,,"Pared Sur del Fraile",19.9,43,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D166" -2005-08-30,,"La Cueva de la Virgen",22.4,39,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D167" -2005-08-31,,"Tug 2",33.4,28,,,,"Fun Dive",,,,,,,,,,,,"D168" -2005-09-06,,"Pared Sur del Fraile",13.3,32,,,,"Fun Dive Leading",,,,,,,,,,,,"D169" -2005-09-08,,"Tug 2",34.3,39,,,,"Deep Course",,,,,,,,,,,,"D170" -2005-10-07,,"Tug 2",17.5,30,,,,"PADI DSD Assistance",,,,,,,,,,,,"D171" -2005-10-18,,"Tug 2",25,34,,,,"Open Water Diver Course",,,,,,,,,,,,"D172" -2005-10-22,,"Oesterdam",7.2,26,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D173" -2005-10-27,,"Kalanggaman Island",25.8,48,,,,"Fun Dive",,,,,,,,,,,,"D174" -2005-11-08,,"Pared Sur del Fraile",22.7,35,,,,"Fun Dive Leading",,,,,,,,,,,,"D175" -2005-11-18,,"Pared Sur del Fraile",5.1,28,,,,"Research Dive",,,,,,,,,,,,"D176" -2005-11-22,,"La Cueva de la Virgen",14,32,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D177" -2005-12-03,,"Marina del Este",15.1,33,,,,"Open Water Diver Course",,,,,,,,,,,,"D178" -2005-12-16,,"Um El-Faroud",15.5,35,,,,"Open Water Diver Course",,,,,,,,,,,,"D179" -2006-01-11,,"Tug 2",22.3,39,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D180" -2006-01-29,,"Pared Sur del Fraile",15.4,31,,,,"Fun Dive",,,,,,,,,,,,"D181" -2006-02-17,,"Marina del Este",17.1,40,,,,"Fun Dive",,,,,,,,,,,,"D182" -2006-02-22,,"Pared Sur del Fraile",22.9,27,,,,"Deep Course",,,,,,,,,,,,"D183" -2006-03-02,,"Piscina ZOEA",26.4,26,,,,"Fun Dive",,,,,,,,,,,,"D184" -2006-03-10,,"Marina del Este",10.2,38,,,,"Open Water Diver Course",,,,,,,,,,,,"D185" -2006-03-28,,"Exiles",35.3,32,,,,"Fun Dive Leading",,,,,,,,,,,,"D186" -2006-04-02,,"La Cueva de la Virgen",14.4,47,,,,"Open Water Diver Course",,,,,,,,,,,,"D187" -2006-05-13,,"Piscina ZOEA",17.2,29,,,,"Fun Dive Leading",,,,,,,,,,,,"D188" -2006-05-15,,"Tug 2",36.4,32,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D189" -2006-06-07,,"Chocolate Island",18.7,48,,,,"Deep Course",,,,,,,,,,,,"D190" -2006-07-20,,"Dreischor gemaal",28.9,45,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D191" -2006-07-27,,"La Cueva de la Virgen",26.8,41,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D192" -2006-07-30,,"Exiles",17.6,49,,,,"Open Water Diver Course",,,,,,,,,,,,"D193" -2006-08-26,,"Um El-Faroud",10.1,41,,,,"PADI DSD Assistance",,,,,,,,,,,,"D194" -2006-09-07,,"Um El-Faroud",29.5,28,,,,"Fun Dive Leading",,,,,,,,,,,,"D195" -2006-09-12,,"Exiles",16.3,45,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D196" -2006-09-14,,"Pared Sur del Fraile",24.3,34,,,,"Fun Dive Leading",,,,,,,,,,,,"D197" -2006-09-18,,"Kalanggaman Island",15.3,27,,,,"Fun Dive",,,,,,,,,,,,"D198" -2006-09-21,,"Praia do Martinhal",26.7,29,,,,"PADI OWD Assistance",,,,,,,,,,,,"D199" -2006-09-22,,"Pared Sur del Fraile",8,37,,,,"Fun Dive Leading",,,,,,,,,,,,"D200" -2006-10-26,,"La Cueva de la Virgen",14.3,44,,,,"PADI DSD Assistance",,,,,,,,,,,,"D201" -2006-10-27,,"Pared Sur del Fraile",23.6,45,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D202" -2006-11-09,,"Marina del Este",27.2,30,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D203" -2006-11-11,,"Um El-Faroud",34.6,39,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D204" -2007-01-18,,"Praia do Martinhal",28.9,31,,,,"PADI OWD Assistance",,,,,,,,,,,,"D205" -2007-02-09,,"La Cueva de la Virgen",35.8,33,,,,"Research Dive",,,,,,,,,,,,"D206" -2007-02-24,,"La Cueva de la Virgen",13.2,41,,,,"Fun Dive",,,,,,,,,,,,"D207" -2007-02-28,,"La Cueva de la Virgen",19.8,31,,,,"PADI OWD Assistance",,,,,,,,,,,,"D208" -2007-03-07,,"La Cueva de la Virgen",27.7,28,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D209" -2007-03-09,,"Marina del Este",32.2,33,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D210" -2007-04-04,,"Kalanggaman Island",17.2,33,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D211" -2007-04-09,,"Pared Sur del Fraile",6.6,28,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D212" -2007-04-26,,"Piscina ZOEA",24.4,26,,,,"PADI OWD Assistance",,,,,,,,,,,,"D213" -2007-05-04,,"Tug 2",8.8,48,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D214" -2007-06-30,,"A catedral",25.4,27,,,,"Deep Course",,,,,,,,,,,,"D215" -2007-07-02,,"Exiles",10.8,42,,,,"PADI DSD Leading",,,,,,,,,,,,"D216" -2007-07-08,,"Exiles",24.7,39,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D217" -2007-07-29,,"Dreischor gemaal",8.7,49,,,,"Fun Dive Leading",,,,,,,,,,,,"D218" -2007-08-09,,"Oesterdam",20.1,47,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D219" -2007-08-19,,"La Cueva de la Virgen",33.4,48,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D220" -2007-08-30,,"Tug 2",19.9,46,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D221" -2007-09-12,,"Praia do Martinhal",6.4,47,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D222" -2007-09-27,,"Chocolate Island",7,37,,,,"Fun Dive",,,,,,,,,,,,"D223" -2007-09-30,,"Pared Sur del Fraile",24.6,45,,,,"Fun Dive",,,,,,,,,,,,"D224" -2007-10-13,,"HMS Maori",21.7,45,,,,"Fun Dive",,,,,,,,,,,,"D225" -2007-10-15,,"La Cueva de la Virgen",20.2,47,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D226" -2007-10-31,,"Tug 2",34.5,39,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D227" -2007-11-11,,"Oesterdam",34.9,34,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D228" -2007-11-23,,"La Cueva de la Virgen",11.5,28,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D229" -2007-11-25,,"Pared Sur del Fraile",15.5,35,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D230" -2007-12-14,,"Pared Sur del Fraile",22.5,49,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D231" -2007-12-19,,"La Cueva de la Virgen",11.4,31,,,,"Fun Dive",,,,,,,,,,,,"D232" -2007-12-22,,"Tug 2",29.6,42,,,,"Open Water Diver Course",,,,,,,,,,,,"D233" -2008-01-28,,"La Cueva de la Virgen",34,46,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D234" -2008-03-16,,"Exiles",31.4,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D235" -2008-03-26,,"Piscina ZOEA",26.4,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D236" -2008-04-06,,"La Cueva de la Virgen",23,28,,,,"Fun Dive",,,,,,,,,,,,"D237" -2008-04-11,,"Piscina ZOEA",22.1,43,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D238" -2008-04-29,,"A catedral",10,33,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D239" -2008-05-30,,"Chocolate Island",22.6,31,,,,"Fun Dive Leading",,,,,,,,,,,,"D240" -2008-06-06,,"La Cueva de la Virgen",24.9,44,,,,"Open Water Diver Course",,,,,,,,,,,,"D241" -2008-06-15,,"La Cueva de la Virgen",36.8,42,,,,"PADI OWD Assistance",,,,,,,,,,,,"D242" -2008-07-06,,"Um El-Faroud",7.5,41,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D243" -2008-07-11,,"Exiles",35.9,31,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D244" -2008-07-24,,"Kalanggaman Island",29.3,29,,,,"Fun Dive",,,,,,,,,,,,"D245" -2008-08-14,,"Pared Sur del Fraile",11.1,45,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D246" -2008-08-29,,"Pared Sur del Fraile",28.4,38,,,,"Rescue Diver Course",,,,,,,,,,,,"D247" -2008-09-07,,"Pared Sur del Fraile",10.8,50,,,,"PADI DSD Assistance",,,,,,,,,,,,"D248" -2008-10-01,,"Pared Sur del Fraile",32.6,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D249" -2008-10-07,,"Oesterdam",29.1,39,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D250" -2008-10-09,,"Exiles",32.2,48,,,,"Open Water Diver Course",,,,,,,,,,,,"D251" -2008-10-13,,"La Cueva de la Virgen",30.5,41,,,,"Fun Dive Leading",,,,,,,,,,,,"D252" -2008-10-18,,"La Cueva de la Virgen",15,36,,,,"Fun Dive",,,,,,,,,,,,"D253" -2008-10-29,,"Um El-Faroud",15,49,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D254" -2008-11-20,,"Tug 2",34,28,,,,"Fun Dive",,,,,,,,,,,,"D255" -2008-12-31,,"Exiles",33.7,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D256" -2009-01-07,,"La Cueva de la Virgen",8.1,48,,,,"Research Dive",,,,,,,,,,,,"D257" -2009-01-09,,"Exiles",18.3,46,,,,"Fun Dive",,,,,,,,,,,,"D258" -2009-01-13,,"Pared Sur del Fraile",27.3,33,,,,"Rescue Diver Course",,,,,,,,,,,,"D259" -2009-01-25,,"La Cueva de la Virgen",8.6,36,,,,"PADI OWD Assistance",,,,,,,,,,,,"D260" -2009-02-15,,"Pared Sur del Fraile",30.3,38,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D261" -2009-04-21,,"Praia do Martinhal",14.8,31,,,,"PADI OWD Assistance",,,,,,,,,,,,"D262" -2009-05-01,,"La Cueva de la Virgen",14.4,46,,,,"Fun Dive",,,,,,,,,,,,"D263" -2009-05-13,,"Chocolate Island",32.3,32,,,,"PADI DSD Assistance",,,,,,,,,,,,"D264" -2009-06-03,,"A catedral",19.2,25,,,,"Fun Dive",,,,,,,,,,,,"D265" -2009-07-03,,"Um El-Faroud",21.5,47,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D266" -2009-07-29,,"Um El-Faroud",22,43,,,,"Rescue Diver Course",,,,,,,,,,,,"D267" -2009-08-07,,"Um El-Faroud",21.5,37,,,,"Fun Dive Leading",,,,,,,,,,,,"D268" -2009-09-01,,"Pared Sur del Fraile",10.7,25,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D269" -2009-09-22,,"Pared Sur del Fraile",20.2,42,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D270" -2009-10-02,,"Piscina ZOEA",23.7,37,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D271" -2009-10-05,,"La Cueva de la Virgen",35.8,32,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D272" -2009-10-17,,"La Cueva de la Virgen",32.1,35,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D273" -2009-11-12,,"Um El-Faroud",13.2,44,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D274" -2009-11-24,,"La Cueva de la Virgen",24.7,45,,,,"Fun Dive Leading",,,,,,,,,,,,"D275" -2009-11-28,,"Marina del Este",22.7,28,,,,"Open Water Diver Course",,,,,,,,,,,,"D276" -2009-12-09,,"Tug 2",11.5,32,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D277" -2010-01-14,,"Pared Sur del Fraile",6.1,47,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D278" -2010-02-11,,"La Cueva de la Virgen",16.4,41,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D279" -2010-03-04,,"Pared Sur del Fraile",18.6,48,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D280" -2010-03-11,,"Kalanggaman Island",24.2,48,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D281" -2010-03-13,,"La Cueva de la Virgen",31.3,48,,,,"Fun Dive",,,,,,,,,,,,"D282" -2010-03-27,,"Exiles",22.3,49,,,,"Fun Dive Leading",,,,,,,,,,,,"D283" -2010-03-28,,"Tug 2",26.8,41,,,,"Rescue Diver Course",,,,,,,,,,,,"D284" -2010-06-11,,"Praia do Martinhal",26.2,32,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D285" -2010-06-25,,"Exiles",9.3,28,,,,"Fun Dive Leading",,,,,,,,,,,,"D286" -2010-07-03,,"Oesterdam",9.4,30,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D287" -2010-07-09,,"Kalanggaman Island",26.1,39,,,,"Open Water Diver Course",,,,,,,,,,,,"D288" -2010-07-13,,"Kalanggaman Island",31.9,42,,,,"Fun Dive",,,,,,,,,,,,"D289" -2010-07-18,,"Piscina ZOEA",13.4,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D290" -2010-07-19,,"La Cueva de la Virgen",24.5,38,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D291" -2010-07-24,,"Pared Sur del Fraile",12.3,43,,,,"Fun Dive Leading",,,,,,,,,,,,"D292" -2010-08-22,,"La Cueva de la Virgen",7.6,26,,,,"PADI OWD Assistance",,,,,,,,,,,,"D293" -2010-09-04,,"La Cueva de la Virgen",11.8,42,,,,"PADI DSD Leading",,,,,,,,,,,,"D294" -2010-09-29,,"Kalanggaman Island",13,30,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D295" -2010-10-11,,"Piscina ZOEA",10.1,49,,,,"Research Dive",,,,,,,,,,,,"D296" -2010-10-12,,"La Cueva de la Virgen",6.7,43,,,,"Fun Dive Leading",,,,,,,,,,,,"D297" -2010-10-26,,"Marina del Este",24.1,25,,,,"Fun Dive",,,,,,,,,,,,"D298" -2010-12-05,,"Tug 2",34.9,47,,,,"PADI DSD Leading",,,,,,,,,,,,"D299" -2010-12-08,,"Pared Sur del Fraile",17.3,38,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D300" -2010-12-12,,"Marina del Este",27.6,39,,,,"PADI OWD Assistance",,,,,,,,,,,,"D301" -2010-12-16,,"Praia do Martinhal",18.5,37,,,,"Research Dive",,,,,,,,,,,,"D302" -2011-01-17,,"La Cueva de la Virgen",10.5,41,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D303" -2011-02-28,,"Kalanggaman Island",9.1,46,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D304" -2011-03-11,,"Exiles",34.8,38,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D305" -2011-04-07,,"La Cueva de la Virgen",22.1,43,,,,"Fun Dive",,,,,,,,,,,,"D306" -2011-05-19,,"Oesterdam",6.9,30,,,,"Deep Course",,,,,,,,,,,,"D307" -2011-06-20,,"A catedral",19.6,50,,,,"Deep Course",,,,,,,,,,,,"D308" -2011-07-13,,"Pared Sur del Fraile",30.4,37,,,,"Rescue Diver Course",,,,,,,,,,,,"D309" -2011-07-24,,"La Cueva de la Virgen",33.1,46,,,,"Deep Course",,,,,,,,,,,,"D310" -2011-09-13,,"La Cueva de la Virgen",36.5,36,,,,"PADI OWD Assistance",,,,,,,,,,,,"D311" -2011-09-24,,"Marina del Este",26,49,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D312" -2011-09-30,,"Pared Sur del Fraile",11.8,25,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D313" -2011-10-15,,"Pared Sur del Fraile",14.3,37,,,,"Deep Course",,,,,,,,,,,,"D314" -2011-12-03,,"Pared Sur del Fraile",27.7,47,,,,"Rescue Diver Course",,,,,,,,,,,,"D315" -2011-12-04,,"Kalanggaman Island",28,34,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D316" -2011-12-13,,"Kalanggaman Island",16.4,46,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D317" -2011-12-17,,"La Cueva de la Virgen",12.1,34,,,,"PADI OWD Assistance",,,,,,,,,,,,"D318" -2011-12-19,,"Um El-Faroud",25.8,48,,,,"PADI OWD Assistance",,,,,,,,,,,,"D319" -2011-12-27,,"Kalanggaman Island",32.4,32,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D320" -2011-12-28,,"Pared Sur del Fraile",21.8,39,,,,"Open Water Diver Course",,,,,,,,,,,,"D321" -2012-01-12,,"A catedral",18.9,31,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D322" -2012-01-14,,"Kalanggaman Island",5.9,35,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D323" -2012-01-27,,"Marina del Este",12.2,37,,,,"Fun Dive Leading",,,,,,,,,,,,"D324" -2012-02-16,,"Kalanggaman Island",28.8,37,,,,"Open Water Diver Course",,,,,,,,,,,,"D325" -2012-02-25,,"Um El-Faroud",22.3,43,,,,"PADI DSD Assistance",,,,,,,,,,,,"D326" -2012-03-23,,"Marina del Este",34.1,37,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D327" -2012-03-24,,"A catedral",31.2,42,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D328" -2012-03-25,,"Kalanggaman Island",29.8,47,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D329" -2012-06-01,,"Piscina ZOEA",17.1,46,,,,"Fun Dive Leading",,,,,,,,,,,,"D330" -2012-06-08,,"Pared Sur del Fraile",7.7,46,,,,"Research Dive",,,,,,,,,,,,"D331" -2012-06-09,,"Um El-Faroud",14.8,45,,,,"Rescue Diver Course",,,,,,,,,,,,"D332" -2012-07-16,,"Chocolate Island",16.7,32,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D333" -2012-08-02,,"Exiles",15.2,27,,,,"Fun Dive Leading",,,,,,,,,,,,"D334" -2012-08-22,,"Pared Sur del Fraile",27.5,36,,,,"PADI OWD Assistance",,,,,,,,,,,,"D335" -2012-08-29,,"Um El-Faroud",23,47,,,,"Fun Dive",,,,,,,,,,,,"D336" -2012-08-31,,"Pared Sur del Fraile",24.9,29,,,,"Open Water Diver Course",,,,,,,,,,,,"D337" -2012-09-27,,"Um El-Faroud",31.5,41,,,,"Open Water Diver Course",,,,,,,,,,,,"D338" -2012-10-13,,"Pared Sur del Fraile",28.1,46,,,,"Rescue Diver Course",,,,,,,,,,,,"D339" -2012-10-20,,"Praia do Martinhal",25.6,48,,,,"PADI OWD Assistance",,,,,,,,,,,,"D340" -2012-10-26,,"Exiles",7.8,45,,,,"Research Dive",,,,,,,,,,,,"D341" -2012-12-12,,"Oesterdam",16.5,33,,,,"Fun Dive",,,,,,,,,,,,"D342" -2013-01-20,,"Pared Sur del Fraile",36.9,42,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D343" -2013-02-02,,"Kalanggaman Island",16.3,43,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D344" -2013-02-04,,"Kalanggaman Island",19.3,35,,,,"Fun Dive",,,,,,,,,,,,"D345" -2013-02-20,,"Piscina ZOEA",12.1,50,,,,"Fun Dive",,,,,,,,,,,,"D346" -2013-02-22,,"Marina del Este",22.7,31,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D347" -2013-02-24,,"Um El-Faroud",27,47,,,,"PADI DSD Assistance",,,,,,,,,,,,"D348" -2013-03-19,,"Kalanggaman Island",24.1,36,,,,"Open Water Diver Course",,,,,,,,,,,,"D349" -2013-04-09,,"Pared Sur del Fraile",21.1,50,,,,"Research Dive",,,,,,,,,,,,"D350" -2013-04-12,,"La Cueva de la Virgen",28.9,43,,,,"Research Dive",,,,,,,,,,,,"D351" -2013-04-29,,"Pared Sur del Fraile",7.2,34,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D352" -2013-04-30,,"Piscina ZOEA",17,38,,,,"PADI OWD Assistance",,,,,,,,,,,,"D353" -2013-05-26,,"Pared Sur del Fraile",5.6,27,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D354" -2013-05-28,,"Um El-Faroud",12.7,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D355" -2013-06-14,,"La Cueva de la Virgen",34.2,41,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D356" -2013-06-20,,"Exiles",35.8,49,,,,"PADI OWD Assistance",,,,,,,,,,,,"D357" -2013-06-28,,"La Cueva de la Virgen",27.5,29,,,,"Open Water Diver Course",,,,,,,,,,,,"D358" -2013-07-14,,"La Cueva de la Virgen",24.7,50,,,,"Fun Dive",,,,,,,,,,,,"D359" -2013-07-19,,"Oesterdam",23.8,28,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D360" -2013-08-27,,"La Cueva de la Virgen",10.3,41,,,,"Research Dive",,,,,,,,,,,,"D361" -2013-09-09,,"Kalanggaman Island",8.7,38,,,,"Fun Dive",,,,,,,,,,,,"D362" -2013-09-30,,"Chocolate Island",19.4,42,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D363" -2013-10-02,,"Marina del Este",31.5,44,,,,"Fun Dive Leading",,,,,,,,,,,,"D364" -2013-10-22,,"Chocolate Island",14.5,29,,,,"Fun Dive Leading",,,,,,,,,,,,"D365" -2013-11-13,,"Tug 2",20.4,35,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D366" -2013-12-18,,"Tug 2",15.7,49,,,,"Open Water Diver Course",,,,,,,,,,,,"D367" -2014-01-15,,"Pared Sur del Fraile",33.8,49,,,,"Fun Dive",,,,,,,,,,,,"D368" -2014-01-22,,"Marina del Este",21.9,38,,,,"Fun Dive",,,,,,,,,,,,"D369" -2014-02-20,,"Piscina ZOEA",15.6,38,,,,"Fun Dive",,,,,,,,,,,,"D370" -2014-03-05,,"Marina del Este",6.1,49,,,,"Deep Course",,,,,,,,,,,,"D371" -2014-04-12,,"Tug 2",19.4,36,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D372" -2014-04-24,,"Pared Sur del Fraile",20.8,34,,,,"PADI DSD Leading",,,,,,,,,,,,"D373" -2014-04-26,,"Pared Sur del Fraile",30.4,33,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D374" -2014-04-29,,"Kalanggaman Island",20.7,27,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D375" -2014-06-11,,"Exiles",21.8,35,,,,"PADI OWD Assistance",,,,,,,,,,,,"D376" -2014-06-17,,"Kalanggaman Island",9.6,45,,,,"Rescue Diver Course",,,,,,,,,,,,"D377" -2014-07-31,,"Oesterdam",9.9,49,,,,"Open Water Diver Course",,,,,,,,,,,,"D378" -2014-08-26,,"Exiles",29.6,29,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D379" -2014-09-25,,"Dreischor gemaal",30.1,28,,,,"Fun Dive",,,,,,,,,,,,"D380" -2014-10-20,,"La Cueva de la Virgen",21.1,33,,,,"Open Water Diver Course",,,,,,,,,,,,"D381" -2014-11-04,,"Pared Sur del Fraile",21.2,42,,,,"Fun Dive",,,,,,,,,,,,"D382" -2014-11-06,,"Um El-Faroud",32,47,,,,"Research Dive",,,,,,,,,,,,"D383" -2014-11-11,,"Kalanggaman Island",12.4,27,,,,"Fun Dive",,,,,,,,,,,,"D384" -2014-11-30,,"La Cueva de la Virgen",27.5,46,,,,"Fun Dive",,,,,,,,,,,,"D385" -2014-12-01,,"Praia do Martinhal",36.1,29,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D386" -2014-12-06,,"Kalanggaman Island",28.3,39,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D387" -2014-12-14,,"Exiles",14.9,47,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D388" -2014-12-25,,"Tug 2",32.4,40,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D389" -2015-01-20,,"Pared Sur del Fraile",11.1,25,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D390" -2015-02-02,,"Exiles",10.9,29,,,,"Open Water Diver Course",,,,,,,,,,,,"D391" -2015-03-16,,"Praia do Martinhal",28.8,30,,,,"Fun Dive",,,,,,,,,,,,"D392" -2015-03-19,,"La Cueva de la Virgen",6.6,30,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D393" -2015-03-22,,"A catedral",26.4,29,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D394" -2015-04-08,,"La Cueva de la Virgen",22.6,44,,,,"Fun Dive",,,,,,,,,,,,"D395" -2015-05-13,,"Pared Sur del Fraile",29.4,38,,,,"Open Water Diver Course",,,,,,,,,,,,"D396" -2015-05-18,,"Kalanggaman Island",18.1,35,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D397" -2015-06-06,,"Pared Sur del Fraile",33,32,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D398" -2015-07-22,,"Chocolate Island",9.7,39,,,,"PADI OWD Assistance",,,,,,,,,,,,"D399" -2015-08-05,,"Pared Sur del Fraile",15.7,26,,,,"Fun Dive",,,,,,,,,,,,"D400" -2015-08-15,,"Kalanggaman Island",28.5,32,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D401" -2015-09-06,,"Marina del Este",12.7,30,,,,"Open Water Diver Course",,,,,,,,,,,,"D402" -2015-09-16,,"Exiles",24.3,47,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D403" -2015-09-24,,"Pared Sur del Fraile",17.9,38,,,,"Rescue Diver Course",,,,,,,,,,,,"D404" -2015-10-17,,"Tug 2",22.9,45,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D405" -2015-10-19,,"Exiles",17.2,29,,,,"PADI OWD Assistance",,,,,,,,,,,,"D406" -2015-10-23,,"Pared Sur del Fraile",22.8,36,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D407" -2015-11-09,,"Exiles",12.3,42,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D408" -2015-11-28,,"Pared Sur del Fraile",10.5,30,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D409" -2015-12-09,,"Tug 2",17.5,26,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D410" -2015-12-20,,"Marina del Este",7.3,27,,,,"Fun Dive",,,,,,,,,,,,"D411" -2016-01-19,,"Kalanggaman Island",24.5,47,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D412" -2016-01-21,,"Marina del Este",12.3,31,,,,"Fun Dive",,,,,,,,,,,,"D413" -2016-02-01,,"Marina del Este",20.1,41,,,,"Fun Dive Leading",,,,,,,,,,,,"D414" -2016-02-08,,"La Cueva de la Virgen",5,41,,,,"PADI DSD Leading",,,,,,,,,,,,"D415" -2016-02-13,,"Marina del Este",24.1,33,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D416" -2016-02-20,,"Pared Sur del Fraile",17,35,,,,"PADI DSD Assistance",,,,,,,,,,,,"D417" -2016-02-27,,"Um El-Faroud",8.3,27,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D418" -2016-03-02,,"Exiles",23.5,41,,,,"Open Water Diver Course",,,,,,,,,,,,"D419" -2016-03-07,,"Praia do Martinhal",21.3,44,,,,"Open Water Diver Course",,,,,,,,,,,,"D420" -2016-03-17,,"Pared Sur del Fraile",18.9,49,,,,"Fun Dive Leading",,,,,,,,,,,,"D421" -2016-04-19,,"Pared Sur del Fraile",35.3,47,,,,"Fun Dive Leading",,,,,,,,,,,,"D422" -2016-05-08,,"Exiles",34.2,43,,,,"Open Water Diver Course",,,,,,,,,,,,"D423" -2016-05-14,,"Kalanggaman Island",11.7,47,,,,"PADI DSD Assistance",,,,,,,,,,,,"D424" -2016-05-19,,"La Cueva de la Virgen",24,40,,,,"Research Dive",,,,,,,,,,,,"D425" -2016-06-21,,"Pared Sur del Fraile",18.9,26,,,,"Open Water Diver Course",,,,,,,,,,,,"D426" -2016-07-09,,"Um El-Faroud",10.6,35,,,,"PADI OWD Assistance",,,,,,,,,,,,"D427" -2016-08-24,,"Pared Sur del Fraile",12.1,28,,,,"Fun Dive",,,,,,,,,,,,"D428" -2016-09-04,,"Kalanggaman Island",14.8,44,,,,"Fun Dive",,,,,,,,,,,,"D429" -2016-09-08,,"Um El-Faroud",10.3,29,,,,"Research Dive",,,,,,,,,,,,"D430" -2016-09-17,,"Tug 2",35.5,32,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D431" -2016-09-29,,"La Cueva de la Virgen",13.3,48,,,,"PADI OWD Assistance",,,,,,,,,,,,"D432" -2016-10-23,,"Tug 2",30.8,26,,,,"Research Dive",,,,,,,,,,,,"D433" -2016-10-30,,"La Cueva de la Virgen",13.3,36,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D434" -2016-11-16,,"Kalanggaman Island",28.6,26,,,,"Rescue Diver Course",,,,,,,,,,,,"D435" -2016-11-19,,"La Cueva de la Virgen",10,41,,,,"PADI DSD Assistance",,,,,,,,,,,,"D436" -2016-11-30,,"Marina del Este",22.5,44,,,,"Fun Dive",,,,,,,,,,,,"D437" -2016-12-08,,"Piscina ZOEA",34.7,41,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D438" -2016-12-12,,"Exiles",15.9,47,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D439" -2016-12-16,,"Pared Sur del Fraile",29.8,30,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D440" -2016-12-25,,"Pared Sur del Fraile",5.5,50,,,,"Rescue Diver Course",,,,,,,,,,,,"D441" -2017-01-02,,"Pared Sur del Fraile",11.8,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D442" -2017-01-03,,"Um El-Faroud",5.2,49,,,,"Fun Dive",,,,,,,,,,,,"D443" -2017-02-02,,"Marina del Este",13.6,46,,,,"Fun Dive",,,,,,,,,,,,"D444" -2017-02-21,,"Pared Sur del Fraile",31.9,44,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D445" -2017-03-19,,"Dreischor gemaal",16.9,49,,,,"PADI DSD Leading",,,,,,,,,,,,"D446" -2017-04-13,,"Oesterdam",34.1,34,,,,"Fun Dive",,,,,,,,,,,,"D447" -2017-04-17,,"Kalanggaman Island",28.9,37,,,,"Rescue Diver Course",,,,,,,,,,,,"D448" -2017-04-29,,"Tug 2",26.5,46,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D449" -2017-05-18,,"Tug 2",9.8,42,,,,"Fun Dive",,,,,,,,,,,,"D450" -2017-05-27,,"Exiles",23.3,28,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D451" -2017-06-04,,"Pared Sur del Fraile",17.4,35,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D452" -2017-07-19,,"Pared Sur del Fraile",13.7,27,,,,"Fun Dive",,,,,,,,,,,,"D453" -2017-07-23,,"Pared Sur del Fraile",16.2,42,,,,"PADI DSD Leading",,,,,,,,,,,,"D454" -2017-08-01,,"Dreischor gemaal",19,48,,,,"Deep Course / Nitrox Course",,,,,,,,,,,,"D455" -2017-09-30,,"Kalanggaman Island",18.5,31,,,,"Fun Dive Leading",,,,,,,,,,,,"D456" -2017-10-19,,"Pared Sur del Fraile",7.1,45,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D457" -2017-10-31,,"La Cueva de la Virgen",20,47,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D458" -2017-11-02,,"Marina del Este",12.5,34,,,,"Fun Dive",,,,,,,,,,,,"D459" -2017-11-09,,"Tug 2",11.1,46,,,,"Fun Dive Leading",,,,,,,,,,,,"D460" -2017-12-12,,"Praia do Martinhal",20.7,43,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D461" -2017-12-21,,"Tug 2",32.9,48,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D462" -2017-12-22,,"Tug 2",7,39,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D463" -2018-01-09,,"Piscina ZOEA",5.6,32,,,,"Fun Dive Leading",,,,,,,,,,,,"D464" -2018-01-18,,"Pared Sur del Fraile",29.7,27,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D465" -2018-01-29,,"La Cueva de la Virgen",28.4,26,,,,"Rescue Diver Course",,,,,,,,,,,,"D466" -2018-02-07,,"Marina del Este",22.8,32,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D467" -2018-02-23,,"Pared Sur del Fraile",32.5,26,,,,"PADI OWD Assistance",,,,,,,,,,,,"D468" -2018-03-05,,"Exiles",22.2,26,,,,"Rescue Diver Course",,,,,,,,,,,,"D469" -2018-03-21,,"Exiles",20.9,46,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D470" -2018-04-06,,"La Cueva de la Virgen",23.6,36,,,,"Fun Dive Leading",,,,,,,,,,,,"D471" -2018-05-18,,"Tug 2",5.4,44,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D472" -2018-06-28,,"Pared Sur del Fraile",35.2,26,,,,"PADI OWD Assistance",,,,,,,,,,,,"D473" -2018-07-04,,"Oesterdam",27,27,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D474" -2018-07-07,,"Piscina ZOEA",6.7,41,,,,"PADI AOWD Assistance",,,,,,,,,,,,"D475" -2018-07-09,,"Um El-Faroud",18.6,33,,,,"Open Water Diver Course",,,,,,,,,,,,"D476" -2018-08-17,,"Dreischor gemaal",8,33,,,,"Research Dive",,,,,,,,,,,,"D477" -2018-09-02,,"Chocolate Island",15.9,30,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D478" -2018-10-17,,"Exiles",20.1,31,,,,"Open Water Diver Course",,,,,,,,,,,,"D479" -2018-10-30,,"Oesterdam",6.2,38,,,,"Fun Dive",,,,,,,,,,,,"D480" -2018-11-03,,"Tug 2",27.7,30,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D481" -2018-11-29,,"Pared Sur del Fraile",8.5,38,,,,"PADI OWD Assistance",,,,,,,,,,,,"D482" -2018-12-24,,"Oesterdam",23.2,42,,,,"Fun Dive",,,,,,,,,,,,"D483" -2019-01-27,,"Kalanggaman Island",27.7,39,,,,"Fun Dive",,,,,,,,,,,,"D484" -2019-01-28,,"Chocolate Island",13.9,44,,,,"Discover Scuba Diving Course",,,,,,,,,,,,"D485" -2019-02-14,,"Um El-Faroud",35.7,26,,,,"Research Dive",,,,,,,,,,,,"D486" -2019-02-19,,"Marina del Este",33.6,41,,,,"PADI Rescue Assistance",,,,,,,,,,,,"D487" -2019-03-01,,"Kalanggaman Island",11.7,27,,,,"Open Water Diver Course",,,,,,,,,,,,"D488" -2019-03-29,,"La Cueva de la Virgen",16,27,,,,"Fun Dive",,,,,,,,,,,,"D489" -2019-04-09,,"Kalanggaman Island",21.2,50,,,,"Deep Course",,,,,,,,,,,,"D490" -2019-04-14,,"Pared Sur del Fraile",33.3,29,,,,"Research Dive",,,,,,,,,,,,"D491" -2019-05-08,,"Chocolate Island",26.9,48,,,,"Research Dive",,,,,,,,,,,,"D492" -2019-09-16,,"La Cueva de la Virgen",33.5,32,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D493" -2019-09-24,,"Pared Sur del Fraile",5.9,48,,,,"Advanced Open Water Diver Course",,,,,,,,,,,,"D494" -2019-09-28,,"Um El-Faroud",20,49,,,,"PADI OWD Assistance",,,,,,,,,,,,"D495" -2019-10-03,,"Pared Sur del Fraile",17.9,36,,,,"Open Water Diver Course",,,,,,,,,,,,"D496" -2019-11-05,,"La Cueva de la Virgen",7.3,43,,,,"Rescue Diver Course",,,,,,,,,,,,"D497" -2019-11-25,,"La Cueva de la Virgen",29.8,37,,,,"Fun Dive",,,,,,,,,,,,"D498" -2019-12-19,,"Pared Sur del Fraile",19.4,50,,,,"Deep Course",,,,,,,,,,,,"D499" -2019-12-28,,"Pared Sur del Fraile",32.1,39,,,,"Open Water Diver Course",,,,,,,,,,,,"D500" diff --git a/tests/testthat/test-logbook_highlights.R b/tests/testthat/test-logbook_highlights.R new file mode 100644 index 0000000..ad51dba --- /dev/null +++ b/tests/testthat/test-logbook_highlights.R @@ -0,0 +1,6 @@ +test_that("highlights are data frame", { + highlights <- logbook_highlights() + expect_equal(class(highlights), + class(data.frame("x" = c(1, 2, 3), + "y" = c("a", "b", "c")))) +})