Skip to content

Commit d364650

Browse files
jreiberkyledanabauer
authored andcommitted
Tutorial: labeling data using label-maker with planet mosaics and remote planet geotiffs as COGs (planetlabs#43)
* install label-maker, use pip wheels when possible * rough draft of tutorial on creating label data from mosaics with label maker * add documentation and images to label maker tutorial * add tutorial for generating labeled data from geotiff * update to latest Dockerfile * fix curl certs for rasterio * create image that installs fixed label-maker, update geotiff notebook with usage instructions and successful run
1 parent 2760ee1 commit d364650

File tree

8 files changed

+1921
-0
lines changed

8 files changed

+1921
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM planet-notebooks
2+
3+
USER root
4+
RUN apt-get install git
5+
RUN git clone https://github.com/jreiberkyle/label-maker.git
6+
WORKDIR label-maker
7+
RUN git checkout geotiff-download-80
8+
RUN pip install .
9+
WORKDIR ..
10+
USER $NB_USER
63.1 KB
Loading

jupyter-notebooks/label-data/label_maker_pl_geotiff.ipynb

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

0 commit comments

Comments
 (0)