Skip to content

Commit

Permalink
Include WRS grid geometries in db
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jul 26, 2020
1 parent f8c72c2 commit cb37ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV PYTHONUSERBASE=/var/task

COPY setup.py setup.py
COPY landsat_mosaic_tiler/ landsat_mosaic_tiler/
# Need to copy MANIFEST.in so that it correctly includes package data
COPY MANIFEST.in MANIFEST.in

RUN pip install . --user
RUN rm -rf landsat_mosaic_tiler setup.py
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include landsat_mosaic_tiler/data/wrs.db
Binary file added landsat_mosaic_tiler/data/wrs.db
Binary file not shown.

0 comments on commit cb37ac3

Please sign in to comment.