1 parent 364fceb commit 4369424Copy full SHA for 4369424
1 file changed
scripts/ingest_joplin.py
@@ -41,7 +41,6 @@ def ingest_joplin_data(app_host: str = app_host, data_dir: Path = joplindata):
41
index = json.load(f)
42
43
for feat in index["features"]:
44
- del feat["stac_extensions"]
45
post_or_put(urljoin(app_host, f"collections/{collection['id']}/items"), feat)
46
47
0 commit comments