Skip to content

Commit a0eb7c8

Browse files
elevation band masking notebook created
1 parent ccd5d94 commit a0eb7c8

7 files changed

+1493
-0
lines changed

.gitignore.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.tif
2+
*.mat

.ipynb_checkpoints/Elevation_Band_separation-checkpoint.ipynb

+574
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"import rasterio\n",
10+
"import rasterio.plot\n",
11+
"import pyproj\n",
12+
"import numpy as np\n",
13+
"import matplotlib\n",
14+
"import matplotlib.pyplot as plt"
15+
]
16+
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": null,
20+
"metadata": {},
21+
"outputs": [],
22+
"source": [
23+
"with rasterio.open('../snowmelt_data/')"
24+
]
25+
}
26+
],
27+
"metadata": {
28+
"kernelspec": {
29+
"display_name": "Python 3",
30+
"language": "python",
31+
"name": "python3"
32+
},
33+
"language_info": {
34+
"codemirror_mode": {
35+
"name": "ipython",
36+
"version": 3
37+
},
38+
"file_extension": ".py",
39+
"mimetype": "text/x-python",
40+
"name": "python",
41+
"nbconvert_exporter": "python",
42+
"pygments_lexer": "ipython3",
43+
"version": "3.6.6"
44+
}
45+
},
46+
"nbformat": 4,
47+
"nbformat_minor": 2
48+
}

Elevation_Band_separation.ipynb

+574
Large diffs are not rendered by default.

SnowMelt_notebook.ipynb

+295
Large diffs are not rendered by default.

snowmelt_data/.DS_Store

6 KB
Binary file not shown.

snowmelt_data/data/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)