Skip to content

Commit ffc9385

Browse files
committed
no longer track downloaded or output files in git
1 parent a5ecceb commit ffc9385

File tree

7 files changed

+237
-52
lines changed

7 files changed

+237
-52
lines changed

jupyter-notebooks/crop-classification/datasets-identify.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -744,21 +744,21 @@
744744
],
745745
"metadata": {
746746
"kernelspec": {
747-
"display_name": "Python 2",
747+
"display_name": "Python 3",
748748
"language": "python",
749-
"name": "python2"
749+
"name": "python3"
750750
},
751751
"language_info": {
752752
"codemirror_mode": {
753753
"name": "ipython",
754-
"version": 2
754+
"version": 3
755755
},
756756
"file_extension": ".py",
757757
"mimetype": "text/x-python",
758758
"name": "python",
759759
"nbconvert_exporter": "python",
760-
"pygments_lexer": "ipython2",
761-
"version": "2.7.13"
760+
"pygments_lexer": "ipython3",
761+
"version": "3.6.6"
762762
}
763763
},
764764
"nbformat": 4,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
output/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
data/
2+
output/

jupyter-notebooks/ndvi-from-sr/ndvi_planetscope_sr.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"metadata": {},
5555
"source": [
5656
"### Requirements\n",
57-
"- Python 2.7 or 3+\n",
57+
"- Python 3+\n",
5858
"- [Planet's Python Client](https://www.planet.com/docs/api-quickstart-examples/cli/)\n",
5959
"- [rasterio](https://github.com/mapbox/rasterio)\n",
6060
"- [numpy](http://www.numpy.org/)\n",
@@ -157,7 +157,8 @@
157157
}
158158
],
159159
"source": [
160-
"!planet data download --item-type PSScene4Band --asset-type analytic_sr --dest data --string-in id 20160831_180302_0e26"
160+
"!planet data download --item-type PSScene4Band --asset-type analytic_sr \\\n",
161+
" --dest data --string-in id 20160831_180302_0e26"
161162
]
162163
},
163164
{

jupyter-notebooks/ndvi/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
data/
2+
output/

jupyter-notebooks/toar/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/

jupyter-notebooks/toar/toar_planetscope.ipynb

Lines changed: 223 additions & 45 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)