From 3391757c48bbfbeb041584ee6c6f3641e12ad116 Mon Sep 17 00:00:00 2001 From: Aimee Barciauskas Date: Tue, 5 Sep 2023 06:09:11 -0700 Subject: [PATCH] Add tile benchmarking env --- .../custom/tile-benchmarking/Dockerfile | 3 ++ .../custom/tile-benchmarking/environment.yml | 37 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 docker-images/custom/tile-benchmarking/Dockerfile create mode 100644 docker-images/custom/tile-benchmarking/environment.yml diff --git a/docker-images/custom/tile-benchmarking/Dockerfile b/docker-images/custom/tile-benchmarking/Dockerfile new file mode 100644 index 0000000..100dfe2 --- /dev/null +++ b/docker-images/custom/tile-benchmarking/Dockerfile @@ -0,0 +1,3 @@ +FROM public.ecr.aws/nasa-veda/pangeo-notebook:0a314a03073e896b603c77781f8ba908a6a0acb9bf8508d1326d35fa0d1f20b5 +# above hash is JH version 3.1.1 +ENV VERSION=0.0.10 diff --git a/docker-images/custom/tile-benchmarking/environment.yml b/docker-images/custom/tile-benchmarking/environment.yml new file mode 100644 index 0000000..4f39067 --- /dev/null +++ b/docker-images/custom/tile-benchmarking/environment.yml @@ -0,0 +1,37 @@ +name: tile-benchmarking +channels: + - defaults +dependencies: + - python=3.9 + - pip + - pip: + - boto3 + - carbonplan_data + - cftime==1.6.2 + - fsspec==2023.5.0 + - geojson-pydantic==0.6.2 + - h5py==3.8.0 + - hvplot + - holoviews + - ipykernel==6.23.1 + - jupytext==1.14.7 + - kerchunk==0.1.2 + - loguru==0.7.0 + - morecantile==3.4.0 + - ndpyramid + - papermill==2.4.0 + - Pillow==9.5.0 + - psycopg==3.1.9 + - psycopg-binary==3.1.9 + - psycopg-pool + - pypgstac==0.7.9 + - pydantic==1.10.10 + - pystac==1.7.3 + - rio_stac<0.7,>=0.6 + - rio-tiler==4.1.11 + - rioxarray==0.14.1 + - s3fs==2023.5.0 + - titiler-pgstac + - titiler + - xarray==2023.5.0 + - ujson==5.7.0