From 89fbfab96dbb111a153bedd1eb79c3a246273323 Mon Sep 17 00:00:00 2001 From: Emre Havazli Date: Wed, 22 Oct 2025 09:55:54 -0700 Subject: [PATCH] Add hyp3-sdk and sardem to requirements hyp3-sdk is used in the permafrost notebook. sardem is a tool to download and create DEMs with a bounding box from multiple sources to choose from. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 1943031..856e984 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ gdal>=3 h5py +hyp3-sdk #isce2 matplotlib mintpy @@ -16,3 +17,4 @@ nbdime geopandas pandas rasterio +sardem