Skip to content

Commit

Permalink
Update MicaSense Image Processing Tutorial 1.ipynb
Browse files Browse the repository at this point in the history
Consistensy issue with the setup notebook. Tutorial will now make use of the exiftoolpath variable created in the setup notebook.
  • Loading branch information
DanielsLouis authored Oct 30, 2020
1 parent de96aad commit f553f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MicaSense Image Processing Tutorial 1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"import micasense.metadata as metadata\n",
"exiftoolPath = None\n",
"if os.name == 'nt':\n",
" exiftoolPath = 'C:/exiftool/exiftool.exe'\n",
" exiftoolPath = os.environ.get('exiftoolpath')\n",
"# get image metadata\n",
"meta = metadata.Metadata(imageName, exiftoolPath=exiftoolPath)\n",
"cameraMake = meta.get_item('EXIF:Make')\n",
Expand Down

0 comments on commit f553f1e

Please sign in to comment.