File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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." )
You can’t perform that action at this time.
0 commit comments