From c86f4aca9025e20774a40c7dfe2b1bb310a6198f Mon Sep 17 00:00:00 2001 From: gabe-levin Date: Wed, 30 Oct 2024 20:34:06 +0100 Subject: [PATCH] docs(readme): fix instructions for adding new item --- space2stats_api/src/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/space2stats_api/src/README.md b/space2stats_api/src/README.md index 10e7878..a67d7fe 100644 --- a/space2stats_api/src/README.md +++ b/space2stats_api/src/README.md @@ -10,6 +10,7 @@ ![Create Stac](../../docs/images/create_stac_workflow.png) ### Adding new ITEM files -- Navigate to the METADATA sub-directory - In link_new_item.py set "Paths and metadata setup" in the main function to point towards the corresponding locally saved parquet file -- Run line_new_items.py \ No newline at end of file +- Navigate to the METADATA sub-directory and run the following commands in order: + 1. get_types.py + 2. line_new_items.py \ No newline at end of file