From ccbe8cb6fb51ac1551269ccdbb2cfdb686687d0e 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/space2stats_api/src/README.md b/space2stats_api/src/README.md index 0883793..d45ef9f 100644 --- a/space2stats_api/src/README.md +++ b/space2stats_api/src/README.md @@ -7,4 +7,10 @@ - Note that the get types function is reading in a parquet file from the following directory: space2stats_api/src/local.parquet - Here is a workflow diagram of the STAC metadata creation: -![Create Stac](../../docs/images/create_stac_workflow.png) \ No newline at end of file +![Create Stac](../../docs/images/create_stac_workflow.png) + +### Adding new ITEM files +- In link_new_item.py set "Paths and metadata setup" in the main function to point towards the corresponding locally saved parquet 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