Skip to content

Commit

Permalink
docs(readme): fix instructions for adding new item
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe-Levin committed Nov 4, 2024
1 parent fdd6c94 commit ccbe8cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion space2stats_api/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
![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

0 comments on commit ccbe8cb

Please sign in to comment.