Skip to content

Commit

Permalink
Update animation app script
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Feb 27, 2025
1 parent a23e9a2 commit cf1b3bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Interactive_apps/Generating_satellite_animations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"[ga_ls9c_ard_3](https://explorer.dea.ga.gov.au/ga_ls9c_ard_3),\n",
"[ga_s2am_ard_3](https://explorer.dea.ga.gov.au/ga_s2am_ard_3),\n",
"[ga_s2bm_ard_3](https://explorer.dea.ga.gov.au/ga_s2bm_ard_3),\n",
"[ga_s2cm_ard_3](https://explorer.dea.ga.gov.au/ga_s2cm_ard_3),"
"[ga_s2cm_ard_3](https://explorer.dea.ga.gov.au/ga_s2cm_ard_3)"
]
},
{
Expand Down Expand Up @@ -93,7 +93,7 @@
"\n",
"* **Landsat**: Data from the Landsat 5, 7, 8 and 9 satellites\n",
"* **Sentinel-2**: Data from the Sentinel-2A, 2B and 2C satellites\n",
"* **Sentinel-2 and Landsat**: Data from both Sentinel-2 and Landsat 5, 7, 8 and 9 satellites\n",
"* **Sentinel-2 and Landsat**: Data from all Sentinel-2 and Landsat satellites\n",
"\n",
"Satellite imagery can be viewed and exported in two colour styles:\n",
"\n",
Expand Down Expand Up @@ -121,7 +121,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "891d783100fc488a84da4d3fd155cafd",
"model_id": "74b418fe9ddf4ecabd35f32e62f5fdf1",
"version_major": 2,
"version_minor": 0
},
Expand Down
2 changes: 2 additions & 0 deletions Tools/dea_tools/app/animations.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"products": [
"ga_s2am_ard_3",
"ga_s2bm_ard_3",
"ga_s2cm_ard_3",
],
"styles": {
"True colour": ("simple_rgb", ["nbart_red", "nbart_green", "nbart_blue"]),
Expand All @@ -88,6 +89,7 @@
"products": [
"ga_s2am_ard_3",
"ga_s2bm_ard_3",
"ga_s2cm_ard_3",
"ga_ls5t_ard_3",
"ga_ls7e_ard_3",
"ga_ls8c_ard_3",
Expand Down

0 comments on commit cf1b3bf

Please sign in to comment.