Skip to content
Merged
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
3 changes: 0 additions & 3 deletions sentinelhub/.tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ deforestation_monitoring_with_xarray.ipynb
cloudless_process_api.ipynb
soil_erosion_risk.ipynb
from_browser_to_jupyter.ipynb
xcube_on_CDSE.ipynb
Terra_em_Foco_Conference_Introduction_to_Sentinel_Hub_APIs_in_CDSE_Part_One.ipynb
Terra_em_Foco_Conference_Introduction_to_Sentinel_Hub_APIs_in_CDSE_Part_Two.ipynb
Statistical_API_advanced_visualisations.ipynb
Statistical_API_basic_timeseries_visualisations.ipynb
LPS_2025_workshop.ipynb
AGIT Conference Workshop.ipynb
custom_scripts/1_basic_evalscripts.ipynb
custom_scripts/2_multi_temporal_evalscripts.ipynb
BIDs_2025_multitemporal_analysis_CLMS_data.ipynb
BIDs_2025_Intro_to_SH_APIs.ipynb
BIDs_2025_Intro_to_StatAPI.ipynb
2 changes: 1 addition & 1 deletion sentinelhub/BIDs_2025_Intro_to_SH_APIs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"outputs": [],
"source": [
"# If you have already configured a profile, uncomment and specify your profile name\n",
"config = SHConfig(\"cdse\")"
"# config = SHConfig(\"cdse\")"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions sentinelhub/BIDs_2025_Intro_to_StatAPI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"metadata": {},
"outputs": [],
"source": [
"# If you have already configured a profile, uncomment and specify your profile name\n",
"config = SHConfig(\"cdse\")"
"# If you have already configured a profile, uncomment and specify your profile name.\n",
"# config = SHConfig(\"cdse\")"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions sentinelhub/BIDs_2025_multitemporal_analysis_CLMS_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"outputs": [],
"source": [
"# If you have already configured a profile, uncomment and specify your profile name\n",
"config = SHConfig(\"cdse\")"
"# config = SHConfig(\"cdse\")"
]
},
{
Expand Down Expand Up @@ -837,7 +837,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Sentinel Hub",
"display_name": "sentinelhub",
"language": "python",
"name": "sentinelhub"
},
Expand All @@ -851,7 +851,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.12.12"
}
},
"nbformat": 4,
Expand Down