Skip to content

Comments

Add batch submission code used during ripple batch runs#38

Open
dylanlee wants to merge 2 commits intomainfrom
batching
Open

Add batch submission code used during ripple batch runs#38
dylanlee wants to merge 2 commits intomainfrom
batching

Conversation

@dylanlee
Copy link
Contributor

extract_stac_geometries.py extracts and uploads stac geometries so that they can be used to query a HAND index for HAND data that coincides with a given STAC item

submit_stac_batch.py submits batches of pipelines where each pipeline evaluates the data associated with a STAC item. The list of STAC items to be processed in a batch is given as an input to submit_stac_batch.py

extract_stac_geometries.py extracts and uploads stac geometries so that
they can be used to query a HAND index for HAND data that coincides with
a given STAC item

submit_stac_batch.py submits batches of pipelines where each pipeline
evaluates the data associated with a STAC item. The list of STAC items
to be processed in a batch is given as an input to submit_stac_batch.py

def extract_geometry_by_stac_id(
item_id: str,
stac_api_url: str = "http://benchmark-stac.test.nextgenwaterprediction.com:8000",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in an env file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants