Skip to content

Commit

Permalink
Cleared the output from cells
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjohnson150 committed Aug 17, 2024
1 parent 220d6eb commit c9dddd5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2,731 deletions.
402 changes: 2 additions & 400 deletions book/tutorials/snowex_database/1_getting_started_example.ipynb

Large diffs are not rendered by default.

39 changes: 3 additions & 36 deletions book/tutorials/snowex_database/2_database_structure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "979fad96",
"metadata": {},
"outputs": [],
Expand All @@ -55,43 +55,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "8fd4e693",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"These are the available columns in the table:\n",
" \n",
"* version_number\n",
"* equipment\n",
"* value\n",
"* latitude\n",
"* longitude\n",
"* northing\n",
"* easting\n",
"* elevation\n",
"* utm_zone\n",
"* geom\n",
"* time\n",
"* site_id\n",
"* site_name\n",
"* date\n",
"* time_created\n",
"* time_updated\n",
"* id\n",
"* doi\n",
"* date_accessed\n",
"* instrument\n",
"* type\n",
"* units\n",
"* observers\n",
"\n"
]
}
],
"outputs": [],
"source": [
"# Import the class reflecting the points table in the db\n",
"from snowexsql.api import PointMeasurements as measurements\n",
Expand Down
Loading

0 comments on commit c9dddd5

Please sign in to comment.