Skip to content

Commit 6aeabbf

Browse files
Add test case for emdat that support json data.
1 parent 84adbbe commit 6aeabbf

16 files changed

+36354
-35265
lines changed

pystac_monty/sources/idu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class IDUTransformer:
4646
"""Transform the source data into the STAC items"""
4747

4848
idu_events_collection_id = "idu-events"
49-
idu_events_collection_url = "https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/feature/update-idu-documentation/examples/idu-events/idu-events.json" # noqa
49+
idu_events_collection_url = "https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/idmc-idu-events/idmc-idu-events.json" # noqa
5050
idu_impacts_collection_id = "idu-impacts"
5151
idu_impacts_collection_url = "https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/feature/update-idu-documentation/examples/idu-impacts/idu-impacts.json" # noqa
5252

0 commit comments

Comments
 (0)