Skip to content

Commit

Permalink
add org.com@airs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Nov 21, 2024
1 parent bfc6fa2 commit a1e24e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ This will init the collection and the dashboard for the catalog.
You can register data from GEODES:

```shell
docker run --rm --network arlas-net gisaia/stac-geodes:latest add https://geodes-portal.cnes.fr/api/stac/items http://airs-server:8000/airs geodes S2L1C --start-date "2023-04-05T08:58:40.737+00:00" --max 1000
docker run --rm --network arlas-net gisaia/stac-geodes:latest add https://geodes-portal.cnes.fr/api/stac/items http://airs-server:8000/airs org.com@geodes S2L1C --start-date "2023-04-05T08:58:40.737+00:00" --max 1000
```

This will register in the `airs_geodes` index the first 1000 `S2L1C` data that were acquired after 2023-04-05T08:58. Then, you can create the catalog:
Expand Down
2 changes: 1 addition & 1 deletion conf/aias.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AIRS_STORAGE_DIRECTORY=arlas-data-minio
AIRS_S3_ENDPOINT_URL=http://minio:9000

#AIRS_HOST=
AIRS_INDEX_COLLECTION_PREFIX=org.com@
AIRS_INDEX_COLLECTION_PREFIX=org.com@airs
#AIRS_MAPPING_URL=
#AIRS_PORT=
#AIRS_PREFIX=
Expand Down

0 comments on commit a1e24e9

Please sign in to comment.