Skip to content

Commit 67faa9d

Browse files
jreiberkyledanabauer
authored andcommitted
UDM tutorial (planetlabs#39)
* initial udm documentation * udm visualization * finalize udm tutorial * add udm tutorial to readme
1 parent 16d8f52 commit 67faa9d

File tree

4 files changed

+439
-0
lines changed

4 files changed

+439
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ In this repository, you'll find a collection of [Jupyter notebooks](http://jupyt
1111
* [Create a mosaic from multiple PlanetScope scenes](https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/mosaicing/basic_compositing_demo.ipynb)
1212
* [Calculate a vegetation index from 4-band satellite imagery](https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/ndvi/ndvi_planetscope.ipynb)
1313
* [Convert PlanetScope metadata from radiance to reflectance](https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/toar/toar_planetscope.ipynb)
14+
* [Visualize and convert a UDM to a binary mask](https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/udm/udm.ipynb)
1415

1516
### Analyze and visualize Planet data
1617
* [Detect, count, and visualize ships in Planet imagery](https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/ship-detector/01_ship_detector.ipynb)

jupyter-notebooks/udm/.gitignore

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

jupyter-notebooks/udm/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Working with the Unusable Data Mask (UDM)
2+
This notebook demonstrates the basics of working with the [Unusable Data Mask (UDM)](https://www.planet.com/docs/spec-sheets/sat-imagery/#72-unusable-data-mask-file) file: visualizing and converting it to a binary mask.
3+

jupyter-notebooks/udm/udm.ipynb

Lines changed: 434 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)