You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ This containers is part of a data pipeline to automatically retrieve data from t
6
6
Container images are built by Github actions, and pushed to Github's container registry. You can find up-to-date built images [here](https://github.com/orgs/WDGPH/packages?repo_name=workflow-WSI).
7
7
8
8
## Retrieval Container
9
-
This container utilizes the [ArcGIS API Python Package](https://developers.arcgis.com/python/guide/install-and-set-up/) to authenticate to ArcGIS online, which is then used to download resources by item ID.
9
+
This container downloads ArcGIS online items from a specified url.
10
10
11
11
To use, `ARCGIS_USER` and `ARCGIS_PASSWORD` environment variables must be set for the container (credentials for WSI Data and Visualization Hub). It is strongly suggested that a secure key vault is utilized for this process and that credentials are rotated frequently. Additionally, the following arguments are required:
12
12
13
-
**1. `item_id`**
14
-
ArcGIS Online item id. Changes with addition/removal of features to dataset requiring occasional updates.
15
-
**Example**: `1a111aa1a1aa1a1aaaa1a111aa1a1aa1`
13
+
**1. `url`**
14
+
ArcGIS Online item url. Changes with addition/removal of features to dataset requiring occasional updates.
0 commit comments