From c573fd63b20b7c19717a22b0e5244695b8737cf2 Mon Sep 17 00:00:00 2001 From: thodson-usgs <34148978+thodson-usgs@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:31:08 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20DOI-USGS?= =?UTF-8?q?/dataretrieval-python@2293a51b84a1dcbcd5c2089bacdb1c9cca8a9dca?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .buildinfo | 2 +- _modules/dataretrieval/nadp.html | 4 +- _modules/dataretrieval/nwis.html | 9 +- _modules/dataretrieval/streamstats.html | 4 +- _modules/dataretrieval/utils.html | 4 +- _modules/dataretrieval/wqp.html | 4 +- _modules/index.html | 4 +- _static/documentation_options.js | 2 +- ...GS_dataretrieval_DailyValues_Examples.html | 6 +- ...S_dataretrieval_DailyValues_Examples.ipynb | 90 ++++---- ...aretrieval_GroundwaterLevels_Examples.html | 6 +- ...retrieval_GroundwaterLevels_Examples.ipynb | 98 ++++----- ...S_dataretrieval_Measurements_Examples.html | 8 +- ..._dataretrieval_Measurements_Examples.ipynb | 68 +++--- ...dataretrieval_ParameterCodes_Examples.html | 6 +- ...ataretrieval_ParameterCodes_Examples.ipynb | 34 +-- .../USGS_dataretrieval_Peaks_Examples.html | 6 +- .../USGS_dataretrieval_Peaks_Examples.ipynb | 66 +++--- .../USGS_dataretrieval_Ratings_Examples.html | 6 +- .../USGS_dataretrieval_Ratings_Examples.ipynb | 58 +++--- .../USGS_dataretrieval_SiteInfo_Examples.html | 4 +- ..._dataretrieval_SiteInventory_Examples.html | 4 +- ...SGS_dataretrieval_Statistics_Examples.html | 6 +- ...GS_dataretrieval_Statistics_Examples.ipynb | 74 +++---- ...SGS_dataretrieval_UnitValues_Examples.html | 79 ++++++- ...GS_dataretrieval_UnitValues_Examples.ipynb | 197 ++++++++++++------ ...S_dataretrieval_WaterSamples_Examples.html | 6 +- ..._dataretrieval_WaterSamples_Examples.ipynb | 82 ++++---- .../USGS_dataretrieval_WaterUse_Examples.html | 6 +- ...USGS_dataretrieval_WaterUse_Examples.ipynb | 66 +++--- examples/index.html | 4 +- examples/nwisdemo01.html | 4 +- examples/nwisdemo01.ipynb | 56 ++--- examples/readme_examples.html | 4 +- examples/rvignettes.html | 4 +- examples/rvignettes.ipynb | 176 ++++++++-------- examples/siteinfo_examples.html | 4 +- genindex.html | 4 +- index.html | 4 +- meta/contributing.html | 4 +- meta/installing.html | 4 +- meta/license.html | 4 +- py-modindex.html | 4 +- reference/index.html | 4 +- reference/nadp.html | 4 +- reference/nwis.html | 4 +- reference/streamstats.html | 4 +- reference/utils.html | 4 +- reference/wqp.html | 4 +- search.html | 4 +- searchindex.js | 2 +- userguide/dataportals.html | 4 +- userguide/index.html | 4 +- userguide/timeconventions.html | 4 +- 54 files changed, 733 insertions(+), 594 deletions(-) diff --git a/.buildinfo b/.buildinfo index 869a7c9..678f2ac 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c24a4c33953d017e74632673975b30e4 +config: 6bc83b36914139df29a87d2cbeb0381d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/dataretrieval/nadp.html b/_modules/dataretrieval/nadp.html index 8499a2b..10ef3d5 100644 --- a/_modules/dataretrieval/nadp.html +++ b/_modules/dataretrieval/nadp.html @@ -3,7 +3,7 @@
-
kwargs['begin_date'] = kwargs.pop('begin_date', start)
kwargs['end_date'] = kwargs.pop('end_date', end)
+ if 'format' not in kwargs:
+ kwargs['format'] = 'rdb'
+
response = query_waterdata(
- 'measurements', format='rdb', ssl_check=ssl_check, **kwargs
+ 'measurements', ssl_check=ssl_check, **kwargs
)
return _read_rdb(response.text), NWIS_Metadata(response, **kwargs)
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
diff --git a/examples/USGS_dataretrieval_DailyValues_Examples.ipynb b/examples/USGS_dataretrieval_DailyValues_Examples.ipynb
index bfae6dc..e44f23c 100644
--- a/examples/USGS_dataretrieval_DailyValues_Examples.ipynb
+++ b/examples/USGS_dataretrieval_DailyValues_Examples.ipynb
@@ -23,10 +23,10 @@
"execution_count": 1,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:00.385155Z",
- "iopub.status.busy": "2024-08-08T02:57:00.384985Z",
- "iopub.status.idle": "2024-08-08T02:57:01.127509Z",
- "shell.execute_reply": "2024-08-08T02:57:01.126737Z"
+ "iopub.execute_input": "2024-08-09T20:29:54.869104Z",
+ "iopub.status.busy": "2024-08-09T20:29:54.868925Z",
+ "iopub.status.idle": "2024-08-09T20:29:55.619705Z",
+ "shell.execute_reply": "2024-08-09T20:29:55.618969Z"
},
"pycharm": {
"is_executing": true,
@@ -45,7 +45,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
@@ -82,10 +82,10 @@
"execution_count": 2,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:01.130337Z",
- "iopub.status.busy": "2024-08-08T02:57:01.130130Z",
- "iopub.status.idle": "2024-08-08T02:57:01.418041Z",
- "shell.execute_reply": "2024-08-08T02:57:01.417533Z"
+ "iopub.execute_input": "2024-08-09T20:29:55.622400Z",
+ "iopub.status.busy": "2024-08-09T20:29:55.622192Z",
+ "iopub.status.idle": "2024-08-09T20:29:55.915842Z",
+ "shell.execute_reply": "2024-08-09T20:29:55.915279Z"
},
"pycharm": {
"name": "#%%\n"
@@ -131,10 +131,10 @@
"execution_count": 3,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:01.421021Z",
- "iopub.status.busy": "2024-08-08T02:57:01.420466Z",
- "iopub.status.idle": "2024-08-08T02:57:01.635236Z",
- "shell.execute_reply": "2024-08-08T02:57:01.634728Z"
+ "iopub.execute_input": "2024-08-09T20:29:55.918617Z",
+ "iopub.status.busy": "2024-08-09T20:29:55.918190Z",
+ "iopub.status.idle": "2024-08-09T20:29:56.258602Z",
+ "shell.execute_reply": "2024-08-09T20:29:56.257993Z"
},
"pycharm": {
"name": "#%%\n"
@@ -177,10 +177,10 @@
"execution_count": 4,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:01.637390Z",
- "iopub.status.busy": "2024-08-08T02:57:01.637200Z",
- "iopub.status.idle": "2024-08-08T02:57:01.646951Z",
- "shell.execute_reply": "2024-08-08T02:57:01.646380Z"
+ "iopub.execute_input": "2024-08-09T20:29:56.261166Z",
+ "iopub.status.busy": "2024-08-09T20:29:56.260708Z",
+ "iopub.status.idle": "2024-08-09T20:29:56.270770Z",
+ "shell.execute_reply": "2024-08-09T20:29:56.270260Z"
},
"pycharm": {
"name": "#%%\n"
@@ -336,10 +336,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:01.649095Z",
- "iopub.status.busy": "2024-08-08T02:57:01.648753Z",
- "iopub.status.idle": "2024-08-08T02:57:01.652342Z",
- "shell.execute_reply": "2024-08-08T02:57:01.651768Z"
+ "iopub.execute_input": "2024-08-09T20:29:56.272879Z",
+ "iopub.status.busy": "2024-08-09T20:29:56.272693Z",
+ "iopub.status.idle": "2024-08-09T20:29:56.276306Z",
+ "shell.execute_reply": "2024-08-09T20:29:56.275757Z"
},
"pycharm": {
"name": "#%%\n"
@@ -378,10 +378,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:01.654692Z",
- "iopub.status.busy": "2024-08-08T02:57:01.654271Z",
- "iopub.status.idle": "2024-08-08T02:57:01.661391Z",
- "shell.execute_reply": "2024-08-08T02:57:01.660837Z"
+ "iopub.execute_input": "2024-08-09T20:29:56.278270Z",
+ "iopub.status.busy": "2024-08-09T20:29:56.278088Z",
+ "iopub.status.idle": "2024-08-09T20:29:56.285126Z",
+ "shell.execute_reply": "2024-08-09T20:29:56.284676Z"
},
"pycharm": {
"name": "#%%\n"
@@ -487,10 +487,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:01.663618Z",
- "iopub.status.busy": "2024-08-08T02:57:01.663264Z",
- "iopub.status.idle": "2024-08-08T02:57:02.210601Z",
- "shell.execute_reply": "2024-08-08T02:57:02.209973Z"
+ "iopub.execute_input": "2024-08-09T20:29:56.287219Z",
+ "iopub.status.busy": "2024-08-09T20:29:56.286871Z",
+ "iopub.status.idle": "2024-08-09T20:29:56.845133Z",
+ "shell.execute_reply": "2024-08-09T20:29:56.844512Z"
},
"pycharm": {
"name": "#%%\n"
@@ -536,10 +536,10 @@
"execution_count": 8,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:02.213198Z",
- "iopub.status.busy": "2024-08-08T02:57:02.212771Z",
- "iopub.status.idle": "2024-08-08T02:57:02.215831Z",
- "shell.execute_reply": "2024-08-08T02:57:02.215300Z"
+ "iopub.execute_input": "2024-08-09T20:29:56.847823Z",
+ "iopub.status.busy": "2024-08-09T20:29:56.847356Z",
+ "iopub.status.idle": "2024-08-09T20:29:56.850674Z",
+ "shell.execute_reply": "2024-08-09T20:29:56.850101Z"
},
"pycharm": {
"name": "#%%\n"
@@ -584,10 +584,10 @@
"execution_count": 9,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:02.218028Z",
- "iopub.status.busy": "2024-08-08T02:57:02.217683Z",
- "iopub.status.idle": "2024-08-08T02:57:02.453708Z",
- "shell.execute_reply": "2024-08-08T02:57:02.453132Z"
+ "iopub.execute_input": "2024-08-09T20:29:56.852958Z",
+ "iopub.status.busy": "2024-08-09T20:29:56.852600Z",
+ "iopub.status.idle": "2024-08-09T20:29:56.986879Z",
+ "shell.execute_reply": "2024-08-09T20:29:56.986282Z"
},
"pycharm": {
"name": "#%%\n"
@@ -806,10 +806,10 @@
"execution_count": 10,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:02.455935Z",
- "iopub.status.busy": "2024-08-08T02:57:02.455621Z",
- "iopub.status.idle": "2024-08-08T02:57:02.697936Z",
- "shell.execute_reply": "2024-08-08T02:57:02.697365Z"
+ "iopub.execute_input": "2024-08-09T20:29:56.989179Z",
+ "iopub.status.busy": "2024-08-09T20:29:56.988815Z",
+ "iopub.status.idle": "2024-08-09T20:29:57.116302Z",
+ "shell.execute_reply": "2024-08-09T20:29:57.115671Z"
},
"pycharm": {
"name": "#%%\n"
@@ -1060,10 +1060,10 @@
"execution_count": 11,
"metadata": {
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:02.700017Z",
- "iopub.status.busy": "2024-08-08T02:57:02.699844Z",
- "iopub.status.idle": "2024-08-08T02:57:02.771900Z",
- "shell.execute_reply": "2024-08-08T02:57:02.771434Z"
+ "iopub.execute_input": "2024-08-09T20:29:57.118672Z",
+ "iopub.status.busy": "2024-08-09T20:29:57.118307Z",
+ "iopub.status.idle": "2024-08-09T20:29:57.223511Z",
+ "shell.execute_reply": "2024-08-09T20:29:57.222934Z"
},
"pycharm": {
"name": "#%%\n"
diff --git a/examples/USGS_dataretrieval_GroundwaterLevels_Examples.html b/examples/USGS_dataretrieval_GroundwaterLevels_Examples.html
index 595abd1..8ad6290 100644
--- a/examples/USGS_dataretrieval_GroundwaterLevels_Examples.html
+++ b/examples/USGS_dataretrieval_GroundwaterLevels_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_gwlevels() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_gwlevels() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -129,7 +129,7 @@ Install the Package
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
diff --git a/examples/USGS_dataretrieval_GroundwaterLevels_Examples.ipynb b/examples/USGS_dataretrieval_GroundwaterLevels_Examples.ipynb
index 911c7d7..86554d4 100644
--- a/examples/USGS_dataretrieval_GroundwaterLevels_Examples.ipynb
+++ b/examples/USGS_dataretrieval_GroundwaterLevels_Examples.ipynb
@@ -31,10 +31,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:04.389559Z",
- "iopub.status.busy": "2024-08-08T02:57:04.389380Z",
- "iopub.status.idle": "2024-08-08T02:57:05.139834Z",
- "shell.execute_reply": "2024-08-08T02:57:05.139212Z"
+ "iopub.execute_input": "2024-08-09T20:29:58.859818Z",
+ "iopub.status.busy": "2024-08-09T20:29:58.859606Z",
+ "iopub.status.idle": "2024-08-09T20:29:59.609742Z",
+ "shell.execute_reply": "2024-08-09T20:29:59.609062Z"
},
"pycharm": {
"name": "#%%\n"
@@ -52,7 +52,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
@@ -92,10 +92,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:05.142657Z",
- "iopub.status.busy": "2024-08-08T02:57:05.142253Z",
- "iopub.status.idle": "2024-08-08T02:57:05.430775Z",
- "shell.execute_reply": "2024-08-08T02:57:05.430245Z"
+ "iopub.execute_input": "2024-08-09T20:29:59.612659Z",
+ "iopub.status.busy": "2024-08-09T20:29:59.612264Z",
+ "iopub.status.idle": "2024-08-09T20:29:59.903199Z",
+ "shell.execute_reply": "2024-08-09T20:29:59.902675Z"
},
"pycharm": {
"name": "#%%\n"
@@ -142,10 +142,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:05.433638Z",
- "iopub.status.busy": "2024-08-08T02:57:05.433201Z",
- "iopub.status.idle": "2024-08-08T02:57:05.947104Z",
- "shell.execute_reply": "2024-08-08T02:57:05.946553Z"
+ "iopub.execute_input": "2024-08-09T20:29:59.906081Z",
+ "iopub.status.busy": "2024-08-09T20:29:59.905620Z",
+ "iopub.status.idle": "2024-08-09T20:30:00.475375Z",
+ "shell.execute_reply": "2024-08-09T20:30:00.474718Z"
},
"pycharm": {
"name": "#%%\n"
@@ -208,10 +208,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:05.949229Z",
- "iopub.status.busy": "2024-08-08T02:57:05.949047Z",
- "iopub.status.idle": "2024-08-08T02:57:05.964261Z",
- "shell.execute_reply": "2024-08-08T02:57:05.963808Z"
+ "iopub.execute_input": "2024-08-09T20:30:00.477685Z",
+ "iopub.status.busy": "2024-08-09T20:30:00.477511Z",
+ "iopub.status.idle": "2024-08-09T20:30:00.492872Z",
+ "shell.execute_reply": "2024-08-09T20:30:00.492423Z"
},
"pycharm": {
"name": "#%%\n"
@@ -604,10 +604,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:05.966521Z",
- "iopub.status.busy": "2024-08-08T02:57:05.966046Z",
- "iopub.status.idle": "2024-08-08T02:57:05.969744Z",
- "shell.execute_reply": "2024-08-08T02:57:05.969287Z"
+ "iopub.execute_input": "2024-08-09T20:30:00.495153Z",
+ "iopub.status.busy": "2024-08-09T20:30:00.494817Z",
+ "iopub.status.idle": "2024-08-09T20:30:00.498211Z",
+ "shell.execute_reply": "2024-08-09T20:30:00.497652Z"
},
"pycharm": {
"name": "#%%\n"
@@ -661,10 +661,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:05.971875Z",
- "iopub.status.busy": "2024-08-08T02:57:05.971525Z",
- "iopub.status.idle": "2024-08-08T02:57:05.977066Z",
- "shell.execute_reply": "2024-08-08T02:57:05.976597Z"
+ "iopub.execute_input": "2024-08-09T20:30:00.500429Z",
+ "iopub.status.busy": "2024-08-09T20:30:00.500100Z",
+ "iopub.status.idle": "2024-08-09T20:30:00.505637Z",
+ "shell.execute_reply": "2024-08-09T20:30:00.505170Z"
},
"pycharm": {
"name": "#%%\n"
@@ -712,10 +712,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:05.979137Z",
- "iopub.status.busy": "2024-08-08T02:57:05.978796Z",
- "iopub.status.idle": "2024-08-08T02:57:06.360773Z",
- "shell.execute_reply": "2024-08-08T02:57:06.360225Z"
+ "iopub.execute_input": "2024-08-09T20:30:00.507891Z",
+ "iopub.status.busy": "2024-08-09T20:30:00.507521Z",
+ "iopub.status.idle": "2024-08-09T20:30:00.895219Z",
+ "shell.execute_reply": "2024-08-09T20:30:00.894599Z"
},
"pycharm": {
"name": "#%%\n"
@@ -767,10 +767,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:06.362971Z",
- "iopub.status.busy": "2024-08-08T02:57:06.362751Z",
- "iopub.status.idle": "2024-08-08T02:57:06.366137Z",
- "shell.execute_reply": "2024-08-08T02:57:06.365641Z"
+ "iopub.execute_input": "2024-08-09T20:30:00.897912Z",
+ "iopub.status.busy": "2024-08-09T20:30:00.897361Z",
+ "iopub.status.idle": "2024-08-09T20:30:00.900732Z",
+ "shell.execute_reply": "2024-08-09T20:30:00.900118Z"
},
"pycharm": {
"name": "#%%\n"
@@ -808,10 +808,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:06.368226Z",
- "iopub.status.busy": "2024-08-08T02:57:06.367876Z",
- "iopub.status.idle": "2024-08-08T02:57:06.945450Z",
- "shell.execute_reply": "2024-08-08T02:57:06.944862Z"
+ "iopub.execute_input": "2024-08-09T20:30:00.902977Z",
+ "iopub.status.busy": "2024-08-09T20:30:00.902624Z",
+ "iopub.status.idle": "2024-08-09T20:30:01.668372Z",
+ "shell.execute_reply": "2024-08-09T20:30:01.667722Z"
},
"pycharm": {
"name": "#%%\n"
@@ -1230,10 +1230,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:06.947738Z",
- "iopub.status.busy": "2024-08-08T02:57:06.947384Z",
- "iopub.status.idle": "2024-08-08T02:57:07.611843Z",
- "shell.execute_reply": "2024-08-08T02:57:07.611287Z"
+ "iopub.execute_input": "2024-08-09T20:30:01.670612Z",
+ "iopub.status.busy": "2024-08-09T20:30:01.670421Z",
+ "iopub.status.idle": "2024-08-09T20:30:02.374663Z",
+ "shell.execute_reply": "2024-08-09T20:30:02.374008Z"
},
"pycharm": {
"name": "#%%\n"
@@ -1289,10 +1289,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:07.614009Z",
- "iopub.status.busy": "2024-08-08T02:57:07.613656Z",
- "iopub.status.idle": "2024-08-08T02:57:07.616606Z",
- "shell.execute_reply": "2024-08-08T02:57:07.616049Z"
+ "iopub.execute_input": "2024-08-09T20:30:02.377025Z",
+ "iopub.status.busy": "2024-08-09T20:30:02.376830Z",
+ "iopub.status.idle": "2024-08-09T20:30:02.379888Z",
+ "shell.execute_reply": "2024-08-09T20:30:02.379291Z"
},
"pycharm": {
"name": "#%%\n"
@@ -1332,10 +1332,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:07.618698Z",
- "iopub.status.busy": "2024-08-08T02:57:07.618347Z",
- "iopub.status.idle": "2024-08-08T02:57:08.104981Z",
- "shell.execute_reply": "2024-08-08T02:57:08.104414Z"
+ "iopub.execute_input": "2024-08-09T20:30:02.381829Z",
+ "iopub.status.busy": "2024-08-09T20:30:02.381649Z",
+ "iopub.status.idle": "2024-08-09T20:30:03.059301Z",
+ "shell.execute_reply": "2024-08-09T20:30:03.058649Z"
},
"pycharm": {
"name": "#%%\n"
diff --git a/examples/USGS_dataretrieval_Measurements_Examples.html b/examples/USGS_dataretrieval_Measurements_Examples.html
index 0cfe8de..a1def0d 100644
--- a/examples/USGS_dataretrieval_Measurements_Examples.html
+++ b/examples/USGS_dataretrieval_Measurements_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_discharge_measurements() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_discharge_measurements() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -129,7 +129,7 @@ Install the Package
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
@@ -484,7 +484,7 @@ Interpreting the Result
-The query URL used to retrieve the data from NWIS was: https://nwis.waterdata.usgs.gov/nwis/measurements?format=rdb&site_no=10109000
+The query URL used to retrieve the data from NWIS was: https://nwis.waterdata.usgs.gov/nwis/measurements?site_no=10109000&format=rdb
diff --git a/examples/USGS_dataretrieval_Measurements_Examples.ipynb b/examples/USGS_dataretrieval_Measurements_Examples.ipynb
index 8a7b98e..629c35d 100644
--- a/examples/USGS_dataretrieval_Measurements_Examples.ipynb
+++ b/examples/USGS_dataretrieval_Measurements_Examples.ipynb
@@ -31,10 +31,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:09.984853Z",
- "iopub.status.busy": "2024-08-08T02:57:09.984355Z",
- "iopub.status.idle": "2024-08-08T02:57:10.726017Z",
- "shell.execute_reply": "2024-08-08T02:57:10.725383Z"
+ "iopub.execute_input": "2024-08-09T20:30:04.962248Z",
+ "iopub.status.busy": "2024-08-09T20:30:04.962070Z",
+ "iopub.status.idle": "2024-08-09T20:30:05.716362Z",
+ "shell.execute_reply": "2024-08-09T20:30:05.715619Z"
},
"pycharm": {
"name": "#%%\n"
@@ -52,7 +52,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
@@ -92,10 +92,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:10.728883Z",
- "iopub.status.busy": "2024-08-08T02:57:10.728484Z",
- "iopub.status.idle": "2024-08-08T02:57:11.016014Z",
- "shell.execute_reply": "2024-08-08T02:57:11.015385Z"
+ "iopub.execute_input": "2024-08-09T20:30:05.719389Z",
+ "iopub.status.busy": "2024-08-09T20:30:05.718936Z",
+ "iopub.status.idle": "2024-08-09T20:30:06.008393Z",
+ "shell.execute_reply": "2024-08-09T20:30:06.007862Z"
},
"pycharm": {
"name": "#%%\n"
@@ -139,10 +139,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:11.018814Z",
- "iopub.status.busy": "2024-08-08T02:57:11.018392Z",
- "iopub.status.idle": "2024-08-08T02:57:11.321441Z",
- "shell.execute_reply": "2024-08-08T02:57:11.320933Z"
+ "iopub.execute_input": "2024-08-09T20:30:06.011155Z",
+ "iopub.status.busy": "2024-08-09T20:30:06.010727Z",
+ "iopub.status.idle": "2024-08-09T20:30:06.329920Z",
+ "shell.execute_reply": "2024-08-09T20:30:06.329323Z"
},
"pycharm": {
"name": "#%%\n"
@@ -193,10 +193,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:11.323680Z",
- "iopub.status.busy": "2024-08-08T02:57:11.323346Z",
- "iopub.status.idle": "2024-08-08T02:57:11.338441Z",
- "shell.execute_reply": "2024-08-08T02:57:11.337895Z"
+ "iopub.execute_input": "2024-08-09T20:30:06.332144Z",
+ "iopub.status.busy": "2024-08-09T20:30:06.331964Z",
+ "iopub.status.idle": "2024-08-09T20:30:06.347597Z",
+ "shell.execute_reply": "2024-08-09T20:30:06.347054Z"
},
"pycharm": {
"name": "#%%\n"
@@ -524,10 +524,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:11.340930Z",
- "iopub.status.busy": "2024-08-08T02:57:11.340377Z",
- "iopub.status.idle": "2024-08-08T02:57:11.344032Z",
- "shell.execute_reply": "2024-08-08T02:57:11.343481Z"
+ "iopub.execute_input": "2024-08-09T20:30:06.349679Z",
+ "iopub.status.busy": "2024-08-09T20:30:06.349500Z",
+ "iopub.status.idle": "2024-08-09T20:30:06.352694Z",
+ "shell.execute_reply": "2024-08-09T20:30:06.352219Z"
},
"pycharm": {
"name": "#%%\n"
@@ -576,10 +576,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:11.346180Z",
- "iopub.status.busy": "2024-08-08T02:57:11.345870Z",
- "iopub.status.idle": "2024-08-08T02:57:11.348884Z",
- "shell.execute_reply": "2024-08-08T02:57:11.348338Z"
+ "iopub.execute_input": "2024-08-09T20:30:06.354761Z",
+ "iopub.status.busy": "2024-08-09T20:30:06.354588Z",
+ "iopub.status.idle": "2024-08-09T20:30:06.357634Z",
+ "shell.execute_reply": "2024-08-09T20:30:06.357157Z"
},
"pycharm": {
"name": "#%%\n"
@@ -590,7 +590,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "The query URL used to retrieve the data from NWIS was: https://nwis.waterdata.usgs.gov/nwis/measurements?format=rdb&site_no=10109000\n"
+ "The query URL used to retrieve the data from NWIS was: https://nwis.waterdata.usgs.gov/nwis/measurements?site_no=10109000&format=rdb\n"
]
}
],
@@ -615,10 +615,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:11.351016Z",
- "iopub.status.busy": "2024-08-08T02:57:11.350694Z",
- "iopub.status.idle": "2024-08-08T02:57:11.597704Z",
- "shell.execute_reply": "2024-08-08T02:57:11.597125Z"
+ "iopub.execute_input": "2024-08-09T20:30:06.359857Z",
+ "iopub.status.busy": "2024-08-09T20:30:06.359379Z",
+ "iopub.status.idle": "2024-08-09T20:30:06.791663Z",
+ "shell.execute_reply": "2024-08-09T20:30:06.791023Z"
},
"pycharm": {
"name": "#%%\n"
@@ -911,10 +911,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:11.599774Z",
- "iopub.status.busy": "2024-08-08T02:57:11.599594Z",
- "iopub.status.idle": "2024-08-08T02:57:12.057366Z",
- "shell.execute_reply": "2024-08-08T02:57:12.056895Z"
+ "iopub.execute_input": "2024-08-09T20:30:06.793950Z",
+ "iopub.status.busy": "2024-08-09T20:30:06.793654Z",
+ "iopub.status.idle": "2024-08-09T20:30:07.150309Z",
+ "shell.execute_reply": "2024-08-09T20:30:07.149683Z"
},
"pycharm": {
"name": "#%%\n"
diff --git a/examples/USGS_dataretrieval_ParameterCodes_Examples.html b/examples/USGS_dataretrieval_ParameterCodes_Examples.html
index e1b7846..05806c2 100644
--- a/examples/USGS_dataretrieval_ParameterCodes_Examples.html
+++ b/examples/USGS_dataretrieval_ParameterCodes_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_pmcodes() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_pmcodes() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -129,7 +129,7 @@ Install the Package
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
diff --git a/examples/USGS_dataretrieval_ParameterCodes_Examples.ipynb b/examples/USGS_dataretrieval_ParameterCodes_Examples.ipynb
index bc29ad4..d4f0e39 100644
--- a/examples/USGS_dataretrieval_ParameterCodes_Examples.ipynb
+++ b/examples/USGS_dataretrieval_ParameterCodes_Examples.ipynb
@@ -34,10 +34,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:13.523720Z",
- "iopub.status.busy": "2024-08-08T02:57:13.523546Z",
- "iopub.status.idle": "2024-08-08T02:57:14.270434Z",
- "shell.execute_reply": "2024-08-08T02:57:14.269810Z"
+ "iopub.execute_input": "2024-08-09T20:30:08.630051Z",
+ "iopub.status.busy": "2024-08-09T20:30:08.629625Z",
+ "iopub.status.idle": "2024-08-09T20:30:09.384133Z",
+ "shell.execute_reply": "2024-08-09T20:30:09.383434Z"
},
"pycharm": {
"name": "#%%\n"
@@ -55,7 +55,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
@@ -95,10 +95,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:14.273122Z",
- "iopub.status.busy": "2024-08-08T02:57:14.272927Z",
- "iopub.status.idle": "2024-08-08T02:57:14.561069Z",
- "shell.execute_reply": "2024-08-08T02:57:14.560546Z"
+ "iopub.execute_input": "2024-08-09T20:30:09.386954Z",
+ "iopub.status.busy": "2024-08-09T20:30:09.386569Z",
+ "iopub.status.idle": "2024-08-09T20:30:09.681435Z",
+ "shell.execute_reply": "2024-08-09T20:30:09.680769Z"
},
"pycharm": {
"name": "#%%\n"
@@ -140,10 +140,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:14.564023Z",
- "iopub.status.busy": "2024-08-08T02:57:14.563545Z",
- "iopub.status.idle": "2024-08-08T02:57:14.783420Z",
- "shell.execute_reply": "2024-08-08T02:57:14.782869Z"
+ "iopub.execute_input": "2024-08-09T20:30:09.684513Z",
+ "iopub.status.busy": "2024-08-09T20:30:09.684052Z",
+ "iopub.status.idle": "2024-08-09T20:30:09.903894Z",
+ "shell.execute_reply": "2024-08-09T20:30:09.903268Z"
},
"pycharm": {
"name": "#%%\n"
@@ -182,10 +182,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:14.785675Z",
- "iopub.status.busy": "2024-08-08T02:57:14.785323Z",
- "iopub.status.idle": "2024-08-08T02:57:14.796618Z",
- "shell.execute_reply": "2024-08-08T02:57:14.796167Z"
+ "iopub.execute_input": "2024-08-09T20:30:09.906113Z",
+ "iopub.status.busy": "2024-08-09T20:30:09.905910Z",
+ "iopub.status.idle": "2024-08-09T20:30:09.917557Z",
+ "shell.execute_reply": "2024-08-09T20:30:09.917100Z"
},
"pycharm": {
"name": "#%%\n"
diff --git a/examples/USGS_dataretrieval_Peaks_Examples.html b/examples/USGS_dataretrieval_Peaks_Examples.html
index 35c40f0..dc4e95c 100644
--- a/examples/USGS_dataretrieval_Peaks_Examples.html
+++ b/examples/USGS_dataretrieval_Peaks_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_discharge_peaks() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_discharge_peaks() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -129,7 +129,7 @@ Install the Package
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
diff --git a/examples/USGS_dataretrieval_Peaks_Examples.ipynb b/examples/USGS_dataretrieval_Peaks_Examples.ipynb
index 36f3d38..a70cbe4 100644
--- a/examples/USGS_dataretrieval_Peaks_Examples.ipynb
+++ b/examples/USGS_dataretrieval_Peaks_Examples.ipynb
@@ -28,10 +28,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:16.259102Z",
- "iopub.status.busy": "2024-08-08T02:57:16.258932Z",
- "iopub.status.idle": "2024-08-08T02:57:17.003193Z",
- "shell.execute_reply": "2024-08-08T02:57:17.002428Z"
+ "iopub.execute_input": "2024-08-09T20:30:11.409398Z",
+ "iopub.status.busy": "2024-08-09T20:30:11.409227Z",
+ "iopub.status.idle": "2024-08-09T20:30:12.162595Z",
+ "shell.execute_reply": "2024-08-09T20:30:12.161917Z"
},
"jupyter": {
"outputs_hidden": false
@@ -52,7 +52,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
@@ -90,10 +90,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:17.005987Z",
- "iopub.status.busy": "2024-08-08T02:57:17.005789Z",
- "iopub.status.idle": "2024-08-08T02:57:17.296923Z",
- "shell.execute_reply": "2024-08-08T02:57:17.296409Z"
+ "iopub.execute_input": "2024-08-09T20:30:12.165417Z",
+ "iopub.status.busy": "2024-08-09T20:30:12.165025Z",
+ "iopub.status.idle": "2024-08-09T20:30:12.457448Z",
+ "shell.execute_reply": "2024-08-09T20:30:12.456788Z"
},
"jupyter": {
"outputs_hidden": false
@@ -136,10 +136,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:17.299844Z",
- "iopub.status.busy": "2024-08-08T02:57:17.299284Z",
- "iopub.status.idle": "2024-08-08T02:57:17.551903Z",
- "shell.execute_reply": "2024-08-08T02:57:17.551414Z"
+ "iopub.execute_input": "2024-08-09T20:30:12.460316Z",
+ "iopub.status.busy": "2024-08-09T20:30:12.459847Z",
+ "iopub.status.idle": "2024-08-09T20:30:12.741481Z",
+ "shell.execute_reply": "2024-08-09T20:30:12.740884Z"
},
"jupyter": {
"outputs_hidden": false
@@ -182,10 +182,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:17.554136Z",
- "iopub.status.busy": "2024-08-08T02:57:17.553785Z",
- "iopub.status.idle": "2024-08-08T02:57:17.577001Z",
- "shell.execute_reply": "2024-08-08T02:57:17.576531Z"
+ "iopub.execute_input": "2024-08-09T20:30:12.744076Z",
+ "iopub.status.busy": "2024-08-09T20:30:12.743568Z",
+ "iopub.status.idle": "2024-08-09T20:30:12.767378Z",
+ "shell.execute_reply": "2024-08-09T20:30:12.766883Z"
},
"jupyter": {
"outputs_hidden": false
@@ -1277,10 +1277,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:17.578948Z",
- "iopub.status.busy": "2024-08-08T02:57:17.578779Z",
- "iopub.status.idle": "2024-08-08T02:57:17.582367Z",
- "shell.execute_reply": "2024-08-08T02:57:17.581877Z"
+ "iopub.execute_input": "2024-08-09T20:30:12.769642Z",
+ "iopub.status.busy": "2024-08-09T20:30:12.769303Z",
+ "iopub.status.idle": "2024-08-09T20:30:12.772686Z",
+ "shell.execute_reply": "2024-08-09T20:30:12.772119Z"
},
"jupyter": {
"outputs_hidden": false
@@ -1326,10 +1326,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:17.584602Z",
- "iopub.status.busy": "2024-08-08T02:57:17.584259Z",
- "iopub.status.idle": "2024-08-08T02:57:17.587042Z",
- "shell.execute_reply": "2024-08-08T02:57:17.586502Z"
+ "iopub.execute_input": "2024-08-09T20:30:12.774911Z",
+ "iopub.status.busy": "2024-08-09T20:30:12.774483Z",
+ "iopub.status.idle": "2024-08-09T20:30:12.777609Z",
+ "shell.execute_reply": "2024-08-09T20:30:12.777045Z"
},
"jupyter": {
"outputs_hidden": false
@@ -1366,10 +1366,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:17.589520Z",
- "iopub.status.busy": "2024-08-08T02:57:17.589011Z",
- "iopub.status.idle": "2024-08-08T02:57:17.842590Z",
- "shell.execute_reply": "2024-08-08T02:57:17.842009Z"
+ "iopub.execute_input": "2024-08-09T20:30:12.779785Z",
+ "iopub.status.busy": "2024-08-09T20:30:12.779418Z",
+ "iopub.status.idle": "2024-08-09T20:30:13.059551Z",
+ "shell.execute_reply": "2024-08-09T20:30:13.059034Z"
},
"jupyter": {
"outputs_hidden": false
@@ -1976,10 +1976,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:17.844869Z",
- "iopub.status.busy": "2024-08-08T02:57:17.844553Z",
- "iopub.status.idle": "2024-08-08T02:57:18.093843Z",
- "shell.execute_reply": "2024-08-08T02:57:18.093353Z"
+ "iopub.execute_input": "2024-08-09T20:30:13.061898Z",
+ "iopub.status.busy": "2024-08-09T20:30:13.061540Z",
+ "iopub.status.idle": "2024-08-09T20:30:13.495461Z",
+ "shell.execute_reply": "2024-08-09T20:30:13.494853Z"
},
"jupyter": {
"outputs_hidden": false
diff --git a/examples/USGS_dataretrieval_Ratings_Examples.html b/examples/USGS_dataretrieval_Ratings_Examples.html
index e9b315a..25fd1c5 100644
--- a/examples/USGS_dataretrieval_Ratings_Examples.html
+++ b/examples/USGS_dataretrieval_Ratings_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_ratings() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_ratings() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -128,7 +128,7 @@ Install the Package
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
diff --git a/examples/USGS_dataretrieval_Ratings_Examples.ipynb b/examples/USGS_dataretrieval_Ratings_Examples.ipynb
index 8813d2c..1fcc4c6 100644
--- a/examples/USGS_dataretrieval_Ratings_Examples.ipynb
+++ b/examples/USGS_dataretrieval_Ratings_Examples.ipynb
@@ -28,10 +28,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:19.601111Z",
- "iopub.status.busy": "2024-08-08T02:57:19.600695Z",
- "iopub.status.idle": "2024-08-08T02:57:20.346544Z",
- "shell.execute_reply": "2024-08-08T02:57:20.345880Z"
+ "iopub.execute_input": "2024-08-09T20:30:14.976002Z",
+ "iopub.status.busy": "2024-08-09T20:30:14.975557Z",
+ "iopub.status.idle": "2024-08-09T20:30:15.727883Z",
+ "shell.execute_reply": "2024-08-09T20:30:15.727178Z"
},
"pycharm": {
"name": "#%%\n"
@@ -49,7 +49,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
@@ -89,10 +89,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:20.349494Z",
- "iopub.status.busy": "2024-08-08T02:57:20.349091Z",
- "iopub.status.idle": "2024-08-08T02:57:20.641282Z",
- "shell.execute_reply": "2024-08-08T02:57:20.640772Z"
+ "iopub.execute_input": "2024-08-09T20:30:15.730960Z",
+ "iopub.status.busy": "2024-08-09T20:30:15.730563Z",
+ "iopub.status.idle": "2024-08-09T20:30:16.024458Z",
+ "shell.execute_reply": "2024-08-09T20:30:16.023929Z"
},
"pycharm": {
"name": "#%%\n"
@@ -142,10 +142,10 @@
"metadata": {
"collapsed": true,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:20.644115Z",
- "iopub.status.busy": "2024-08-08T02:57:20.643639Z",
- "iopub.status.idle": "2024-08-08T02:57:20.733063Z",
- "shell.execute_reply": "2024-08-08T02:57:20.732599Z"
+ "iopub.execute_input": "2024-08-09T20:30:16.027230Z",
+ "iopub.status.busy": "2024-08-09T20:30:16.026979Z",
+ "iopub.status.idle": "2024-08-09T20:30:16.291102Z",
+ "shell.execute_reply": "2024-08-09T20:30:16.290551Z"
}
},
"outputs": [
@@ -200,10 +200,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:20.735324Z",
- "iopub.status.busy": "2024-08-08T02:57:20.734953Z",
- "iopub.status.idle": "2024-08-08T02:57:20.746006Z",
- "shell.execute_reply": "2024-08-08T02:57:20.745552Z"
+ "iopub.execute_input": "2024-08-09T20:30:16.293427Z",
+ "iopub.status.busy": "2024-08-09T20:30:16.293073Z",
+ "iopub.status.idle": "2024-08-09T20:30:16.303995Z",
+ "shell.execute_reply": "2024-08-09T20:30:16.303488Z"
},
"pycharm": {
"name": "#%%\n"
@@ -363,10 +363,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:20.748196Z",
- "iopub.status.busy": "2024-08-08T02:57:20.747850Z",
- "iopub.status.idle": "2024-08-08T02:57:20.751110Z",
- "shell.execute_reply": "2024-08-08T02:57:20.750569Z"
+ "iopub.execute_input": "2024-08-09T20:30:16.306284Z",
+ "iopub.status.busy": "2024-08-09T20:30:16.305852Z",
+ "iopub.status.idle": "2024-08-09T20:30:16.309652Z",
+ "shell.execute_reply": "2024-08-09T20:30:16.309097Z"
},
"pycharm": {
"name": "#%%\n"
@@ -407,10 +407,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:20.753215Z",
- "iopub.status.busy": "2024-08-08T02:57:20.752868Z",
- "iopub.status.idle": "2024-08-08T02:57:20.755938Z",
- "shell.execute_reply": "2024-08-08T02:57:20.755453Z"
+ "iopub.execute_input": "2024-08-09T20:30:16.311970Z",
+ "iopub.status.busy": "2024-08-09T20:30:16.311490Z",
+ "iopub.status.idle": "2024-08-09T20:30:16.314616Z",
+ "shell.execute_reply": "2024-08-09T20:30:16.314051Z"
},
"pycharm": {
"name": "#%%\n"
@@ -447,10 +447,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:20.758088Z",
- "iopub.status.busy": "2024-08-08T02:57:20.757749Z",
- "iopub.status.idle": "2024-08-08T02:57:20.850958Z",
- "shell.execute_reply": "2024-08-08T02:57:20.850442Z"
+ "iopub.execute_input": "2024-08-09T20:30:16.316886Z",
+ "iopub.status.busy": "2024-08-09T20:30:16.316580Z",
+ "iopub.status.idle": "2024-08-09T20:30:16.395033Z",
+ "shell.execute_reply": "2024-08-09T20:30:16.394558Z"
},
"pycharm": {
"name": "#%%\n"
diff --git a/examples/USGS_dataretrieval_SiteInfo_Examples.html b/examples/USGS_dataretrieval_SiteInfo_Examples.html
index f5e22dc..f34ae08 100644
--- a/examples/USGS_dataretrieval_SiteInfo_Examples.html
+++ b/examples/USGS_dataretrieval_SiteInfo_Examples.html
@@ -4,7 +4,7 @@
- <no title> — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ <no title> — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/examples/USGS_dataretrieval_SiteInventory_Examples.html b/examples/USGS_dataretrieval_SiteInventory_Examples.html
index 4dc4a3a..b322e64 100644
--- a/examples/USGS_dataretrieval_SiteInventory_Examples.html
+++ b/examples/USGS_dataretrieval_SiteInventory_Examples.html
@@ -4,7 +4,7 @@
- <no title> — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ <no title> — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/examples/USGS_dataretrieval_Statistics_Examples.html b/examples/USGS_dataretrieval_Statistics_Examples.html
index 708d4f3..fa8e329 100644
--- a/examples/USGS_dataretrieval_Statistics_Examples.html
+++ b/examples/USGS_dataretrieval_Statistics_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_stats() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_stats() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -129,7 +129,7 @@ Install the Package
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
diff --git a/examples/USGS_dataretrieval_Statistics_Examples.ipynb b/examples/USGS_dataretrieval_Statistics_Examples.ipynb
index 78fc2bd..4b4e6e3 100644
--- a/examples/USGS_dataretrieval_Statistics_Examples.ipynb
+++ b/examples/USGS_dataretrieval_Statistics_Examples.ipynb
@@ -28,10 +28,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:22.608598Z",
- "iopub.status.busy": "2024-08-08T02:57:22.608108Z",
- "iopub.status.idle": "2024-08-08T02:57:23.354131Z",
- "shell.execute_reply": "2024-08-08T02:57:23.353465Z"
+ "iopub.execute_input": "2024-08-09T20:30:17.955851Z",
+ "iopub.status.busy": "2024-08-09T20:30:17.955387Z",
+ "iopub.status.idle": "2024-08-09T20:30:18.712357Z",
+ "shell.execute_reply": "2024-08-09T20:30:18.711460Z"
},
"jupyter": {
"outputs_hidden": false
@@ -52,7 +52,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
@@ -90,10 +90,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:23.357003Z",
- "iopub.status.busy": "2024-08-08T02:57:23.356794Z",
- "iopub.status.idle": "2024-08-08T02:57:23.698110Z",
- "shell.execute_reply": "2024-08-08T02:57:23.697606Z"
+ "iopub.execute_input": "2024-08-09T20:30:18.715238Z",
+ "iopub.status.busy": "2024-08-09T20:30:18.715035Z",
+ "iopub.status.idle": "2024-08-09T20:30:19.063550Z",
+ "shell.execute_reply": "2024-08-09T20:30:19.063002Z"
},
"jupyter": {
"outputs_hidden": false
@@ -138,10 +138,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:23.700927Z",
- "iopub.status.busy": "2024-08-08T02:57:23.700549Z",
- "iopub.status.idle": "2024-08-08T02:57:23.990692Z",
- "shell.execute_reply": "2024-08-08T02:57:23.990157Z"
+ "iopub.execute_input": "2024-08-09T20:30:19.066201Z",
+ "iopub.status.busy": "2024-08-09T20:30:19.065957Z",
+ "iopub.status.idle": "2024-08-09T20:30:19.269003Z",
+ "shell.execute_reply": "2024-08-09T20:30:19.268449Z"
},
"jupyter": {
"outputs_hidden": false
@@ -186,10 +186,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:23.993006Z",
- "iopub.status.busy": "2024-08-08T02:57:23.992652Z",
- "iopub.status.idle": "2024-08-08T02:57:24.004549Z",
- "shell.execute_reply": "2024-08-08T02:57:24.003968Z"
+ "iopub.execute_input": "2024-08-09T20:30:19.271231Z",
+ "iopub.status.busy": "2024-08-09T20:30:19.271048Z",
+ "iopub.status.idle": "2024-08-09T20:30:19.282803Z",
+ "shell.execute_reply": "2024-08-09T20:30:19.282235Z"
},
"jupyter": {
"outputs_hidden": false
@@ -523,10 +523,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:24.006772Z",
- "iopub.status.busy": "2024-08-08T02:57:24.006457Z",
- "iopub.status.idle": "2024-08-08T02:57:24.010076Z",
- "shell.execute_reply": "2024-08-08T02:57:24.009587Z"
+ "iopub.execute_input": "2024-08-09T20:30:19.285077Z",
+ "iopub.status.busy": "2024-08-09T20:30:19.284724Z",
+ "iopub.status.idle": "2024-08-09T20:30:19.288361Z",
+ "shell.execute_reply": "2024-08-09T20:30:19.287768Z"
},
"jupyter": {
"outputs_hidden": false
@@ -569,10 +569,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:24.012024Z",
- "iopub.status.busy": "2024-08-08T02:57:24.011845Z",
- "iopub.status.idle": "2024-08-08T02:57:24.328664Z",
- "shell.execute_reply": "2024-08-08T02:57:24.328127Z"
+ "iopub.execute_input": "2024-08-09T20:30:19.290593Z",
+ "iopub.status.busy": "2024-08-09T20:30:19.290194Z",
+ "iopub.status.idle": "2024-08-09T20:30:19.616727Z",
+ "shell.execute_reply": "2024-08-09T20:30:19.616086Z"
},
"jupyter": {
"outputs_hidden": false
@@ -623,10 +623,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:24.330977Z",
- "iopub.status.busy": "2024-08-08T02:57:24.330619Z",
- "iopub.status.idle": "2024-08-08T02:57:24.333732Z",
- "shell.execute_reply": "2024-08-08T02:57:24.333204Z"
+ "iopub.execute_input": "2024-08-09T20:30:19.619275Z",
+ "iopub.status.busy": "2024-08-09T20:30:19.618904Z",
+ "iopub.status.idle": "2024-08-09T20:30:19.622114Z",
+ "shell.execute_reply": "2024-08-09T20:30:19.621558Z"
},
"jupyter": {
"outputs_hidden": false
@@ -674,10 +674,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:24.335938Z",
- "iopub.status.busy": "2024-08-08T02:57:24.335589Z",
- "iopub.status.idle": "2024-08-08T02:57:24.991929Z",
- "shell.execute_reply": "2024-08-08T02:57:24.991385Z"
+ "iopub.execute_input": "2024-08-09T20:30:19.624354Z",
+ "iopub.status.busy": "2024-08-09T20:30:19.623998Z",
+ "iopub.status.idle": "2024-08-09T20:30:20.381031Z",
+ "shell.execute_reply": "2024-08-09T20:30:20.380427Z"
},
"jupyter": {
"outputs_hidden": false
@@ -904,10 +904,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:24.994074Z",
- "iopub.status.busy": "2024-08-08T02:57:24.993721Z",
- "iopub.status.idle": "2024-08-08T02:57:25.101410Z",
- "shell.execute_reply": "2024-08-08T02:57:25.100900Z"
+ "iopub.execute_input": "2024-08-09T20:30:20.383417Z",
+ "iopub.status.busy": "2024-08-09T20:30:20.383057Z",
+ "iopub.status.idle": "2024-08-09T20:30:20.547599Z",
+ "shell.execute_reply": "2024-08-09T20:30:20.546996Z"
},
"jupyter": {
"outputs_hidden": false
diff --git a/examples/USGS_dataretrieval_UnitValues_Examples.html b/examples/USGS_dataretrieval_UnitValues_Examples.html
index 9626b97..785a9e4 100644
--- a/examples/USGS_dataretrieval_UnitValues_Examples.html
+++ b/examples/USGS_dataretrieval_UnitValues_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_iv() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_iv() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -129,7 +129,7 @@ Install the Package
Defaulting to user installation because normal site-packages is not writeable
-Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
+Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)
@@ -598,7 +598,7 @@ Example 3: Get unit values for an individual site for today
-Retrieved 0 data values.
+Retrieved 62 data values.
@@ -624,15 +624,86 @@ Example 3: Get unit values for an individual site for today
site_no
+ 00060
+ 00060_cd
datetime
+
+
+
+ 2024-08-09 05:00:00+00:00
+ 05114000
+ 41.7
+ P
+
+
+ 2024-08-09 05:15:00+00:00
+ 05114000
+ 41.9
+ P
+
+
+ 2024-08-09 05:30:00+00:00
+ 05114000
+ 41.9
+ P
+
+
+ 2024-08-09 05:45:00+00:00
+ 05114000
+ 41.7
+ P
+
+
+ 2024-08-09 06:00:00+00:00
+ 05114000
+ 41.6
+ P
+
+
+ ...
+ ...
+ ...
+ ...
+
+
+ 2024-08-09 19:15:00+00:00
+ 05114000
+ 35.9
+ P
+
+
+ 2024-08-09 19:30:00+00:00
+ 05114000
+ 35.8
+ P
+
+
+ 2024-08-09 19:45:00+00:00
+ 05114000
+ 35.8
+ P
+
+
+ 2024-08-09 20:00:00+00:00
+ 05114000
+ 35.7
+ P
+
+
+ 2024-08-09 20:15:00+00:00
+ 05114000
+ 35.8
+ P
+
+
62 rows × 3 columns
diff --git a/examples/USGS_dataretrieval_UnitValues_Examples.ipynb b/examples/USGS_dataretrieval_UnitValues_Examples.ipynb
index 4190233..1af575c 100644
--- a/examples/USGS_dataretrieval_UnitValues_Examples.ipynb
+++ b/examples/USGS_dataretrieval_UnitValues_Examples.ipynb
@@ -28,10 +28,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:26.696652Z",
- "iopub.status.busy": "2024-08-08T02:57:26.696476Z",
- "iopub.status.idle": "2024-08-08T02:57:27.439025Z",
- "shell.execute_reply": "2024-08-08T02:57:27.438363Z"
+ "iopub.execute_input": "2024-08-09T20:30:22.176291Z",
+ "iopub.status.busy": "2024-08-09T20:30:22.175871Z",
+ "iopub.status.idle": "2024-08-09T20:30:22.942839Z",
+ "shell.execute_reply": "2024-08-09T20:30:22.942207Z"
},
"jupyter": {
"outputs_hidden": false
@@ -52,15 +52,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
+ "Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
- "Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
- ]
- },
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
+ "Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n",
"Requirement already satisfied: numpy>=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.0.1)\r\n",
"Requirement already satisfied: python-dateutil>=2.8.2 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*->dataretrieval) (2.9.0.post0)\r\n",
"Requirement already satisfied: pytz>=2020.1 in /usr/lib/python3/dist-packages (from pandas==2.*->dataretrieval) (2022.1)\r\n",
@@ -90,10 +84,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:27.442155Z",
- "iopub.status.busy": "2024-08-08T02:57:27.441748Z",
- "iopub.status.idle": "2024-08-08T02:57:27.731748Z",
- "shell.execute_reply": "2024-08-08T02:57:27.731209Z"
+ "iopub.execute_input": "2024-08-09T20:30:22.945919Z",
+ "iopub.status.busy": "2024-08-09T20:30:22.945447Z",
+ "iopub.status.idle": "2024-08-09T20:30:23.259249Z",
+ "shell.execute_reply": "2024-08-09T20:30:23.258690Z"
},
"jupyter": {
"outputs_hidden": false
@@ -136,10 +130,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:27.734648Z",
- "iopub.status.busy": "2024-08-08T02:57:27.734106Z",
- "iopub.status.idle": "2024-08-08T02:57:28.116102Z",
- "shell.execute_reply": "2024-08-08T02:57:28.115534Z"
+ "iopub.execute_input": "2024-08-09T20:30:23.262291Z",
+ "iopub.status.busy": "2024-08-09T20:30:23.261781Z",
+ "iopub.status.idle": "2024-08-09T20:30:23.544140Z",
+ "shell.execute_reply": "2024-08-09T20:30:23.543498Z"
},
"jupyter": {
"outputs_hidden": false
@@ -186,10 +180,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:28.118288Z",
- "iopub.status.busy": "2024-08-08T02:57:28.117968Z",
- "iopub.status.idle": "2024-08-08T02:57:28.127393Z",
- "shell.execute_reply": "2024-08-08T02:57:28.126831Z"
+ "iopub.execute_input": "2024-08-09T20:30:23.546349Z",
+ "iopub.status.busy": "2024-08-09T20:30:23.546159Z",
+ "iopub.status.idle": "2024-08-09T20:30:23.556113Z",
+ "shell.execute_reply": "2024-08-09T20:30:23.555495Z"
},
"jupyter": {
"outputs_hidden": false
@@ -343,10 +337,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:28.129350Z",
- "iopub.status.busy": "2024-08-08T02:57:28.129170Z",
- "iopub.status.idle": "2024-08-08T02:57:28.132958Z",
- "shell.execute_reply": "2024-08-08T02:57:28.132404Z"
+ "iopub.execute_input": "2024-08-09T20:30:23.558571Z",
+ "iopub.status.busy": "2024-08-09T20:30:23.558162Z",
+ "iopub.status.idle": "2024-08-09T20:30:23.562204Z",
+ "shell.execute_reply": "2024-08-09T20:30:23.561644Z"
},
"jupyter": {
"outputs_hidden": false
@@ -384,10 +378,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:28.134928Z",
- "iopub.status.busy": "2024-08-08T02:57:28.134748Z",
- "iopub.status.idle": "2024-08-08T02:57:28.141901Z",
- "shell.execute_reply": "2024-08-08T02:57:28.141439Z"
+ "iopub.execute_input": "2024-08-09T20:30:23.564491Z",
+ "iopub.status.busy": "2024-08-09T20:30:23.564024Z",
+ "iopub.status.idle": "2024-08-09T20:30:23.571775Z",
+ "shell.execute_reply": "2024-08-09T20:30:23.571153Z"
},
"jupyter": {
"outputs_hidden": false
@@ -492,10 +486,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:28.144035Z",
- "iopub.status.busy": "2024-08-08T02:57:28.143855Z",
- "iopub.status.idle": "2024-08-08T02:57:30.182406Z",
- "shell.execute_reply": "2024-08-08T02:57:30.181850Z"
+ "iopub.execute_input": "2024-08-09T20:30:23.574044Z",
+ "iopub.status.busy": "2024-08-09T20:30:23.573854Z",
+ "iopub.status.idle": "2024-08-09T20:30:25.666988Z",
+ "shell.execute_reply": "2024-08-09T20:30:25.666409Z"
},
"jupyter": {
"outputs_hidden": false
@@ -545,10 +539,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:30.184850Z",
- "iopub.status.busy": "2024-08-08T02:57:30.184408Z",
- "iopub.status.idle": "2024-08-08T02:57:30.187803Z",
- "shell.execute_reply": "2024-08-08T02:57:30.187301Z"
+ "iopub.execute_input": "2024-08-09T20:30:25.669636Z",
+ "iopub.status.busy": "2024-08-09T20:30:25.669130Z",
+ "iopub.status.idle": "2024-08-09T20:30:25.672805Z",
+ "shell.execute_reply": "2024-08-09T20:30:25.672280Z"
},
"jupyter": {
"outputs_hidden": false
@@ -587,10 +581,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:30.189877Z",
- "iopub.status.busy": "2024-08-08T02:57:30.189703Z",
- "iopub.status.idle": "2024-08-08T02:57:30.445303Z",
- "shell.execute_reply": "2024-08-08T02:57:30.444802Z"
+ "iopub.execute_input": "2024-08-09T20:30:25.675046Z",
+ "iopub.status.busy": "2024-08-09T20:30:25.674688Z",
+ "iopub.status.idle": "2024-08-09T20:30:26.061772Z",
+ "shell.execute_reply": "2024-08-09T20:30:26.061125Z"
},
"jupyter": {
"outputs_hidden": false
@@ -760,10 +754,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:30.447360Z",
- "iopub.status.busy": "2024-08-08T02:57:30.447151Z",
- "iopub.status.idle": "2024-08-08T02:57:30.516253Z",
- "shell.execute_reply": "2024-08-08T02:57:30.515773Z"
+ "iopub.execute_input": "2024-08-09T20:30:26.064345Z",
+ "iopub.status.busy": "2024-08-09T20:30:26.063875Z",
+ "iopub.status.idle": "2024-08-09T20:30:26.167338Z",
+ "shell.execute_reply": "2024-08-09T20:30:26.166730Z"
},
"jupyter": {
"outputs_hidden": false
@@ -777,7 +771,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Retrieved 0 data values.\n"
+ "Retrieved 62 data values.\n"
]
},
{
@@ -802,21 +796,104 @@
" \n",
" \n",
" site_no \n",
+ " 00060 \n",
+ " 00060_cd \n",
" \n",
" \n",
" datetime \n",
" \n",
+ " \n",
+ " \n",
" \n",
" \n",
" \n",
+ " \n",
+ " 2024-08-09 05:00:00+00:00 \n",
+ " 05114000 \n",
+ " 41.7 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 05:15:00+00:00 \n",
+ " 05114000 \n",
+ " 41.9 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 05:30:00+00:00 \n",
+ " 05114000 \n",
+ " 41.9 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 05:45:00+00:00 \n",
+ " 05114000 \n",
+ " 41.7 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 06:00:00+00:00 \n",
+ " 05114000 \n",
+ " 41.6 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " ... \n",
+ " ... \n",
+ " ... \n",
+ " ... \n",
+ " \n",
+ " \n",
+ " 2024-08-09 19:15:00+00:00 \n",
+ " 05114000 \n",
+ " 35.9 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 19:30:00+00:00 \n",
+ " 05114000 \n",
+ " 35.8 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 19:45:00+00:00 \n",
+ " 05114000 \n",
+ " 35.8 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 20:00:00+00:00 \n",
+ " 05114000 \n",
+ " 35.7 \n",
+ " P \n",
+ " \n",
+ " \n",
+ " 2024-08-09 20:15:00+00:00 \n",
+ " 05114000 \n",
+ " 35.8 \n",
+ " P \n",
+ " \n",
" \n",
"\n",
+ "62 rows × 3 columns
\n",
"
"
],
"text/plain": [
- "Empty DataFrame\n",
- "Columns: [site_no]\n",
- "Index: []"
+ " site_no 00060 00060_cd\n",
+ "datetime \n",
+ "2024-08-09 05:00:00+00:00 05114000 41.7 P\n",
+ "2024-08-09 05:15:00+00:00 05114000 41.9 P\n",
+ "2024-08-09 05:30:00+00:00 05114000 41.9 P\n",
+ "2024-08-09 05:45:00+00:00 05114000 41.7 P\n",
+ "2024-08-09 06:00:00+00:00 05114000 41.6 P\n",
+ "... ... ... ...\n",
+ "2024-08-09 19:15:00+00:00 05114000 35.9 P\n",
+ "2024-08-09 19:30:00+00:00 05114000 35.8 P\n",
+ "2024-08-09 19:45:00+00:00 05114000 35.8 P\n",
+ "2024-08-09 20:00:00+00:00 05114000 35.7 P\n",
+ "2024-08-09 20:15:00+00:00 05114000 35.8 P\n",
+ "\n",
+ "[62 rows x 3 columns]"
]
},
"metadata": {},
@@ -849,10 +926,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:30.518539Z",
- "iopub.status.busy": "2024-08-08T02:57:30.518097Z",
- "iopub.status.idle": "2024-08-08T02:57:30.791670Z",
- "shell.execute_reply": "2024-08-08T02:57:30.791191Z"
+ "iopub.execute_input": "2024-08-09T20:30:26.169982Z",
+ "iopub.status.busy": "2024-08-09T20:30:26.169596Z",
+ "iopub.status.idle": "2024-08-09T20:30:26.378438Z",
+ "shell.execute_reply": "2024-08-09T20:30:26.377744Z"
},
"jupyter": {
"outputs_hidden": false
@@ -1019,10 +1096,10 @@
"metadata": {
"collapsed": false,
"execution": {
- "iopub.execute_input": "2024-08-08T02:57:30.793724Z",
- "iopub.status.busy": "2024-08-08T02:57:30.793438Z",
- "iopub.status.idle": "2024-08-08T02:57:31.075065Z",
- "shell.execute_reply": "2024-08-08T02:57:31.074579Z"
+ "iopub.execute_input": "2024-08-09T20:30:26.380953Z",
+ "iopub.status.busy": "2024-08-09T20:30:26.380523Z",
+ "iopub.status.idle": "2024-08-09T20:30:26.555469Z",
+ "shell.execute_reply": "2024-08-09T20:30:26.554927Z"
},
"jupyter": {
"outputs_hidden": false
diff --git a/examples/USGS_dataretrieval_WaterSamples_Examples.html b/examples/USGS_dataretrieval_WaterSamples_Examples.html
index 22b8d06..f433cb8 100644
--- a/examples/USGS_dataretrieval_WaterSamples_Examples.html
+++ b/examples/USGS_dataretrieval_WaterSamples_Examples.html
@@ -4,7 +4,7 @@
- USGS dataretrieval Python Package get_qwdata() Examples — dataretrieval 0.1.dev1+gc9fbab8 documentation
+ USGS dataretrieval Python Package get_qwdata() Examples — dataretrieval 0.1.dev1+g2293a51 documentation
@@ -16,7 +16,7 @@
-
+
@@ -129,7 +129,7 @@ Install the Package