Skip to content

Commit f63db85

Browse files
author
Phil Varner
committed
add creating collection
1 parent 2cef400 commit f63db85

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ docker-compose build
3131
docker-compose up
3232
```
3333

34+
To create a new Collection:
35+
36+
```shell
37+
curl -X "POST" "http://localhost:8083/collections" \
38+
-H 'Content-Type: application/json; charset=utf-8' \
39+
-d $'{
40+
"id": "my_collection"
41+
}'
42+
```
43+
44+
Note: this "Collections Transaction" behavior is not part of the STAC API, but may be soon.
45+
3446
## Testing
3547

3648
```shell

0 commit comments

Comments
 (0)