You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ✏️ Edit URL to Mount Talakmau landslide shapefile
Old CERN link seems to be unavailable. New link from https://unosat.org/products/3064 points to https://unosat.org/static/unosat_filesystem/3064/LS20220308IDN_SHP.zip instead.
* 💥 Change vector segmentation mask tutorial to Northern Kelantan
The link to the 20191215 Johor flood water shapefile is no longer available, so switching to 20170104 flood shapefile over the Narathiwat Province in Thailand and Northern Kelantan State in Malaysia. Using an internet archive link this time instead of the UNOSAT link, not only to future-proof against future link rot, but also because the server hosting https://unosat.org/static/unosat_filesystem/2460/FL20170106THA_SHP.zip does not support range requests. Increased chip size from 128x128 to 512x512 to reduce number of batches.
* ✅ Update bbox coords in test_pystac_client_item_search
Minor changes to the bounding box coordinates of the returned STAC item.
* 🚨 Bump GitHub Actions workflows to fix deprecations
Updated actions/checkout and actions/setup-python to silence deprecated warning on Node.js 16 (see https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/).
* 📌 Pin to Python 3.11.8 to avoid dask.dataframe TypeError
Xref dask/dask#11038
* 🐛 Replace UNOSAT link with Wayback Machine permalink
The UNOSAT link doesn't support range requests, resulting in a `DataSourceError: Range downloading not supported by this server!` error. Using the Internet Archive's permalink instead.
* 📌 Temporarily pin dask to <2024.3.0 on readthedocs build
The latest dask=2024.4.1 version installed via readthedocs has a bug with `import datashader` raising `ModuleNotFoundError: No module named 'dask_expr'`. Xref holoviz/datashader#1319
* 📌 Pin to dask=2024.2.1
The less than sign at c24338a didn't work on the readthedocs build.
# Load the individual item metadata and sign the assets
63
63
item = pystac.Item.from_file(item_url)
64
64
signed_item = planetary_computer.sign(item)
65
65
signed_item
66
66
```
67
67
68
-
This is how the Sentinel-1 🩻 image looks like over Johor in Peninsular
69
-
Malaysia on 15 Dec 2019.
68
+
This is how the Sentinel-1 🩻 image looks like over Southern Thailand / Northern
69
+
Peninsular Malaysia on 04 Jan 2017.
70
70
71
-

71
+

72
72
73
73
### Load and reproject image data 🔄
74
74
@@ -164,7 +164,7 @@ of the analysis extent areas we'll be working on later.
-[Humanitarian Data Exchange link to polygon dataset](https://data.humdata.org/dataset/waters-extents-as-of-15-december-2019-over-kota-tinggi-and-mersing-district-johor-state-of)
185
+
-[UNOSAT link to polygon dataset](https://unosat.org/products/2460)
186
186
-[Disaster Risk Monitoring Using Satellite Imagery online course](https://courses.nvidia.com/courses/course-v1:DLI+S-ES-01+V1)
0 commit comments