Skip to content

Commit

Permalink
include stac_extensions when ingesting joplin test dataset (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatial-jeff authored Aug 4, 2022
1 parent 364fceb commit 4369424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ingest_joplin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def ingest_joplin_data(app_host: str = app_host, data_dir: Path = joplindata):
index = json.load(f)

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


Expand Down

0 comments on commit 4369424

Please sign in to comment.