Skip to content

Commit cb37ac3

Browse files
committed
Include WRS grid geometries in db
1 parent f8c72c2 commit cb37ac3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ENV PYTHONUSERBASE=/var/task
66

77
COPY setup.py setup.py
88
COPY landsat_mosaic_tiler/ landsat_mosaic_tiler/
9+
# Need to copy MANIFEST.in so that it correctly includes package data
10+
COPY MANIFEST.in MANIFEST.in
911

1012
RUN pip install . --user
1113
RUN rm -rf landsat_mosaic_tiler setup.py

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include landsat_mosaic_tiler/data/wrs.db

landsat_mosaic_tiler/data/wrs.db

3.96 MB
Binary file not shown.

0 commit comments

Comments
 (0)