Skip to content

Commit 1d8a9bd

Browse files
committed
Update processing extension version
1 parent 7ab32b2 commit 1d8a9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vecorel_cli/create_stac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CreateStacCollection(BaseCommand):
2222
cmd_help = f"Creates a STAC Collection for {Registry.project} files."
2323
cmd_final_report = True
2424

25-
processing_extension = "https://stac-extensions.github.io/processing/v1.1.0/schema.json"
25+
processing_extension = "https://stac-extensions.github.io/processing/v1.2.0/schema.json"
2626
table_extension = "https://stac-extensions.github.io/table/v1.2.0/schema.json"
2727

2828
temporal_property = "datetime"
@@ -119,7 +119,7 @@ def create(
119119
temporal_property: Optional[str] = None,
120120
) -> dict:
121121
"""
122-
Creates a collection for the field boundary datasets.
122+
Creates a collection for the datasets.
123123
"""
124124
if len(gdf) == 0:
125125
raise Exception("No data available.")

0 commit comments

Comments
 (0)