Skip to content

Commit d2a5f59

Browse files
author
Brian Jones
committed
update doc. Removed debugging autoreload string
1 parent 554c9b1 commit d2a5f59

File tree

8 files changed

+42
-21
lines changed

8 files changed

+42
-21
lines changed

py_notebooks/bubble_plot.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"\n",
1111
"<span style=\"color:red\">Warning:</span> \n",
1212
"\n",
13-
"Input files, by default, must include **station** , **catalogNumber**, **unqDetecID**, **decimalLatitude**, **decimalLongitude**, and **dateCollectedUTC** as columns. To change the column names allowed, pass the following variables to the bubble_plot function: **col_catalognumber**, **col_station**, **col_latitude**, **col_longitude**, **col_datecollected**, **col_unique_id**\n"
13+
"Input files must include `station` , `catalognumber`, `unqdetecid`, `latitude`, `longitude`, and `datecollected` as columns.\n",
14+
"\n",
15+
"OR\n",
16+
"\n",
17+
"`station` , `catalogNumber`, `unqDetecID`, `decimalLatitude`, `decimalLongitude`, and `dateCollectedUTC` columns.\n"
1418
]
1519
},
1620
{

py_notebooks/cohort_data.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"\n",
1515
"<span style=\"color:red\">Warning:</span> \n",
1616
"\n",
17-
"Input files, by default, must include **station** , **catalogNumber**, **unqDetecID**, **decimalLatitude**, **decimalLongitude**, and **dateCollectedUTC** as columns. To change the column names allowed, pass the following variables to the compress_detections and cohort functions: **col_catalognumber**, **col_station**, **col_latitude**, **col_longitude**, **col_datecollected**, **col_unique_id**"
17+
"Input files must include `station` , `catalognumber`, `unqdetecid`, `latitude`, `longitude`, and `datecollected` as columns.\n",
18+
"\n",
19+
"OR\n",
20+
"\n",
21+
"`station` , `catalogNumber`, `unqDetecID`, `decimalLatitude`, `decimalLongitude`, and `dateCollectedUTC` columns."
1822
]
1923
},
2024
{

py_notebooks/detection_compression.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"\n",
1414
"<span style=\"color:red\">Warning:</span> \n",
1515
"\n",
16-
"Input files, by default, must include **station** , **catalogNumber**, **unqDetecID**, **decimalLatitude**, **decimalLongitude**, and **dateCollectedUTC** as columns. To change the column names allowed, pass the following variables to the compress_detections function: **col_catalognumber**, **col_station**, **col_latitude**, **col_longitude**, **col_datecollected**, **col_unique_id**"
16+
"Input files must include `station` , `catalognumber`, `unqdetecid`, `latitude`, `longitude`, and `datecollected` as columns.\n",
17+
"\n",
18+
"OR\n",
19+
"\n",
20+
"`station` , `catalogNumber`, `unqDetecID`, `decimalLatitude`, `decimalLongitude`, and `dateCollectedUTC` columns."
1721
]
1822
},
1923
{

py_notebooks/filters.ipynb

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,11 @@
2121
"\n",
2222
"<span style=\"color:red\">Warning:</span> \n",
2323
"\n",
24-
" Input files must include ``datecollected``, ``catalognumber``, ``station`` and ``unqdetecid`` as columns."
25-
]
26-
},
27-
{
28-
"cell_type": "code",
29-
"execution_count": null,
30-
"metadata": {},
31-
"outputs": [],
32-
"source": [
33-
"%load_ext autoreload\n",
34-
"%autoreload 2"
24+
"Input files must include `datecollected`, `catalognumber`, `station` and `unqdetecid` as columns.\n",
25+
"\n",
26+
"OR\n",
27+
"\n",
28+
"`dateCollectedUTC`, `catalogNumber`, `station` and `unqDetecID` columns."
3529
]
3630
},
3731
{

py_notebooks/interval_data.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"\n",
1616
"<span style=\"color:red\">Warning:</span> \n",
1717
"\n",
18-
" Input files must include ``datecollected``, ``catalognumber``, and ``unqdetecid`` as columns."
18+
"Input files must include `datecollected`, `catalognumber`, and `unqdetecid` as columns.\n",
19+
"\n",
20+
"OR\n",
21+
"\n",
22+
"`dateCollectedUTC`, `catalogNumber`, and `unqDetecID`"
1923
]
2024
},
2125
{

py_notebooks/receiver_efficiency_index.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@
3939
"\n",
4040
"<span style=\"color:red\">Warning:</span>\n",
4141
"\n",
42-
" Detection input files must include ``datecollected``, ``fieldnumber``, ``station``, and ``scientificname`` as columns and deployment input files must include ``station_name``, ``deploy_date``, ``last_download``, and ``recovery_date`` as columns.\n",
42+
"Deployment input files must include `station_name`, `deploy_date`, `last_download`, and `recovery_date` as columns.\n",
43+
"\n",
44+
"Detection input files must include `datecollected`, `fieldnumber`, `station`, and `scientificname` as columns and \n",
45+
"\n",
46+
"OR\n",
47+
"\n",
48+
"`dateCollected`, `tagName`, `station`, `scientificname` columns.\n",
4349
" \n",
4450
"``REI()`` takes two arguments. The first is a dataframe of detections the detection timstamp, the station identifier, the species, and the tag identifier. The next is a dataframe of deployments for each station. The station name should match the stations in the detections. The deployments need to include a deployment date and recovery date or last download date. Details on the columns metnioned see the preparing data section.\n",
4551
"\n",

py_notebooks/residence_index.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@
6666
"source": [
6767
"<span style=\"color:red\">Warning:</span> \n",
6868
"\n",
69-
" Input files must include ``datecollected``, ``station``, ``longitude``, \n",
70-
" ``latitude``, ``catalognumber``, and ``unqdetecid`` as columns."
69+
"Input files must include `datecollected`, `station`, `longitude`, `latitude`, `catalognumber`, and `unqdetecid` as columns.\n",
70+
"\n",
71+
"OR \n",
72+
"\n",
73+
"`dateCollected`, `station`, `decimalLongitude`, `decimalLatitude`, `catalogNumber`, and `unqDetecID` columns."
7174
]
7275
},
7376
{

py_notebooks/visual_detection_timeline.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
"\n",
1414
"<span style=\"color:red\">Warning:</span> \n",
1515
"\n",
16-
" Input files must include ``datecollected``, ``catalognumber``, ``station``, ``latitude``, and ``longitude`` (Old format) as columns\n",
17-
" OR \n",
18-
" ``dateCollected``, ``catalogNumber``, ``station``, ``decimalLatitude``, and ``decimalLongitude`` (New format)\n"
16+
"Input files must include `datecollected`, `catalognumber`, `station`, `latitude`, and `longitude` (Old format) as columns\n",
17+
"\n",
18+
"OR \n",
19+
"\n",
20+
"`dateCollected`, `catalogNumber`, `station`, `decimalLatitude`, and `decimalLongitude` (New format) column.\n"
1921
]
2022
},
2123
{

0 commit comments

Comments
 (0)