Skip to content

Commit 4369424

Browse files
include stac_extensions when ingesting joplin test dataset (#446)
1 parent 364fceb commit 4369424

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ingest_joplin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def ingest_joplin_data(app_host: str = app_host, data_dir: Path = joplindata):
4141
index = json.load(f)
4242

4343
for feat in index["features"]:
44-
del feat["stac_extensions"]
4544
post_or_put(urljoin(app_host, f"collections/{collection['id']}/items"), feat)
4645

4746

0 commit comments

Comments
 (0)