Skip to content

Commit

Permalink
✏️ Edit URL to Mount Talakmau landslide shapefile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weiji14 committed Feb 2, 2024
1 parent d9f4774 commit 17713c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ we'll first load the digitized landslide polygons from a vector file 📁 using

```{code-cell}
# https://gdal.org/user/virtual_file_systems.html#vsizip-zip-archives
shape_url = "/vsizip/vsicurl/https://unosat-maps.web.cern.ch/ID/LS20220308IDN/LS20220308IDN_SHP.zip/LS20220308IDN_SHP/S2_20220304_LandslideExtent_MountTalakmau.shp"
shape_url = "/vsizip/vsicurl/https://unosat.org/static/unosat_filesystem/3064/LS20220308IDN_SHP.zip/LS20220308IDN_SHP/S2_20220304_LandslideExtent_MountTalakmau.shp"
dp_shapes = torchdata.datapipes.iter.IterableWrapper(iterable=[shape_url])
dp_pyogrio = dp_shapes.read_from_pyogrio()
Expand Down

0 comments on commit 17713c8

Please sign in to comment.