Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added notebooks/.DS_Store
Binary file not shown.
10 changes: 4 additions & 6 deletions notebooks/GSLC_Interferogram.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
{
"cell_type": "markdown",
"id": "126bd1d9-5648-4f75-976c-27a86125f566",
"metadata": {
"jp-MarkdownHeadingCollapsed": true
},
"metadata": {},
"source": [
"(gslcifg-prereqs)=\n",
"## 1. Prerequisites\n",
Expand Down Expand Up @@ -4132,9 +4130,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "isce3 (Python)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "isce3"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -4146,7 +4144,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.0"
"version": "3.12.13"
}
},
"nbformat": 4,
Expand Down
1,544 changes: 1,544 additions & 0 deletions notebooks/NISAR_DualPol_CloudePottier_DPID.ipynb

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ h5netcdf = ">=1.8.1,<2"
zarr = ">=3.1.5,<4"
folium = ">=0.20.0,<0.21"
ipyfilechooser = ">=0.6.0,<0.7"
hdf5plugin = "*"
rasterio = "*"
pyproj = "*"
scipy = "*"

[feature.isce3.pypi-dependencies]
opencv-python = "*"

[environments]
default = ["base"]
Expand Down
Loading