Skip to content

Commit

Permalink
Clean notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed May 14, 2024
1 parent 739a8d4 commit 754a165
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
28 changes: 14 additions & 14 deletions examples/CERA_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "51b8f9b4-c76a-4a78-97fc-652a0ad8f9d7",
"id": "0",
"metadata": {},
"source": [
"The CERA workflow for stations involved the following station filtering and adjustments:\n",
Expand All @@ -16,7 +16,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f8dfa70e-f62f-453d-b107-b0eadb6e1b40",
"id": "1",
"metadata": {
"tags": []
},
Expand All @@ -34,7 +34,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0e336dca-652b-484c-b0c4-c986954d4553",
"id": "2",
"metadata": {
"tags": []
},
Expand All @@ -51,7 +51,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a1f676ca-3b2f-47fa-90b6-dfcae780202a",
"id": "3",
"metadata": {
"tags": []
},
Expand All @@ -63,7 +63,7 @@
},
{
"cell_type": "markdown",
"id": "58d786be-3560-499e-b787-a61436f2b4c0",
"id": "4",
"metadata": {},
"source": [
"Note that currently USGS implemented all parameters of interest by CERA workflow, for further filtering one needs to fetch all and then filter. Also note that currently `stations.get_stations` API doesn't have paramter information."
Expand All @@ -72,7 +72,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ac8a7ad7-07e0-4e4f-b674-0e55bd70388a",
"id": "5",
"metadata": {
"tags": []
},
Expand All @@ -86,7 +86,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7c43b139-7bbe-4a2f-9129-6f80b6663356",
"id": "6",
"metadata": {
"tags": []
},
Expand All @@ -99,7 +99,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "986e3b94-9d38-44e4-9f51-54d4c86dac63",
"id": "7",
"metadata": {
"tags": []
},
Expand All @@ -113,7 +113,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f8c83ab7-2034-4cd1-9636-c655a1fb2d72",
"id": "8",
"metadata": {
"tags": []
},
Expand All @@ -126,7 +126,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9c256fc7-cc4f-4b59-b0ee-57abb64d303c",
"id": "9",
"metadata": {
"tags": []
},
Expand All @@ -138,7 +138,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ae5da10b-6718-4ff6-9683-82477f397945",
"id": "10",
"metadata": {
"tags": []
},
Expand All @@ -152,7 +152,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3a30559a-0619-4200-a2b5-b11874a48281",
"id": "11",
"metadata": {
"tags": []
},
Expand All @@ -166,7 +166,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c44ea17a-2031-4dcb-89ae-d397086b312a",
"id": "12",
"metadata": {
"tags": []
},
Expand All @@ -179,7 +179,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "e32605ef-28d7-46ba-a49d-3ed98e205fe6",
"id": "13",
"metadata": {
"tags": []
},
Expand Down
36 changes: 18 additions & 18 deletions examples/IOC_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "724e5b65",
"id": "0",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -33,7 +33,7 @@
},
{
"cell_type": "markdown",
"id": "f3d14b77",
"id": "1",
"metadata": {
"tags": []
},
Expand All @@ -44,7 +44,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a204aec2",
"id": "2",
"metadata": {
"tags": []
},
Expand All @@ -57,7 +57,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4e59396b",
"id": "3",
"metadata": {
"tags": []
},
Expand All @@ -75,7 +75,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "15f54339",
"id": "4",
"metadata": {
"tags": []
},
Expand All @@ -86,7 +86,7 @@
},
{
"cell_type": "markdown",
"id": "8ba13aa2",
"id": "5",
"metadata": {
"tags": []
},
Expand All @@ -97,7 +97,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "54da6995",
"id": "6",
"metadata": {
"tags": []
},
Expand All @@ -113,7 +113,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9b465177",
"id": "7",
"metadata": {
"tags": []
},
Expand All @@ -124,7 +124,7 @@
},
{
"cell_type": "markdown",
"id": "004fcb16",
"id": "8",
"metadata": {},
"source": [
"## Retrieve IOC station data"
Expand All @@ -133,7 +133,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0e14b584",
"id": "9",
"metadata": {
"tags": []
},
Expand All @@ -150,7 +150,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9fe12042",
"id": "10",
"metadata": {
"tags": []
},
Expand All @@ -168,7 +168,7 @@
},
{
"cell_type": "markdown",
"id": "d64a8f98-e4cf-43c6-961e-ef9c268b1212",
"id": "11",
"metadata": {
"tags": []
},
Expand All @@ -181,7 +181,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "561cb02d-8542-41e1-917b-6307ef6163f0",
"id": "12",
"metadata": {
"tags": []
},
Expand All @@ -197,7 +197,7 @@
},
{
"cell_type": "markdown",
"id": "72fc8a45-0dd6-46a9-a55b-52f1054c7919",
"id": "13",
"metadata": {
"tags": []
},
Expand All @@ -208,7 +208,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7d9301bd-456a-4844-9103-137c94e2708c",
"id": "14",
"metadata": {
"tags": []
},
Expand All @@ -221,7 +221,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d094168d",
"id": "15",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -230,7 +230,7 @@
},
{
"cell_type": "markdown",
"id": "44256c2b-c47c-4e76-9224-f062e8d9b40b",
"id": "16",
"metadata": {
"tags": []
},
Expand All @@ -241,7 +241,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "90ed21e7-7dc5-4ebb-8291-ada8ceff70b9",
"id": "17",
"metadata": {
"tags": []
},
Expand Down
24 changes: 12 additions & 12 deletions examples/USGS_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "724e5b65",
"id": "0",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -36,7 +36,7 @@
},
{
"cell_type": "markdown",
"id": "f3d14b77",
"id": "1",
"metadata": {
"tags": []
},
Expand All @@ -47,7 +47,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a204aec2",
"id": "2",
"metadata": {
"tags": []
},
Expand All @@ -60,7 +60,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4e59396b",
"id": "3",
"metadata": {
"tags": []
},
Expand All @@ -80,7 +80,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "15f54339",
"id": "4",
"metadata": {
"tags": []
},
Expand All @@ -91,7 +91,7 @@
},
{
"cell_type": "markdown",
"id": "8ba13aa2",
"id": "5",
"metadata": {
"tags": []
},
Expand All @@ -102,7 +102,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "54da6995",
"id": "6",
"metadata": {
"tags": []
},
Expand All @@ -118,7 +118,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9b465177",
"id": "7",
"metadata": {
"tags": []
},
Expand All @@ -129,7 +129,7 @@
},
{
"cell_type": "markdown",
"id": "004fcb16",
"id": "8",
"metadata": {},
"source": [
"## Retrieve USGS station data"
Expand All @@ -138,7 +138,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0e14b584",
"id": "9",
"metadata": {
"tags": []
},
Expand All @@ -155,7 +155,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "10b199e4-1980-4319-8bda-b12f3124ab36",
"id": "10",
"metadata": {
"tags": []
},
Expand All @@ -179,7 +179,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0a6b56d0",
"id": "11",
"metadata": {
"tags": []
},
Expand Down

0 comments on commit 754a165

Please sign in to comment.