File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ class Collection(Catalog):
443
443
"""
444
444
445
445
assets : Dict [str , Asset ]
446
- """Optional map of Assets"""
446
+ """Map of Assets"""
447
447
448
448
description : str
449
449
"""Detailed multi-line description to fully explain the collection."""
@@ -467,15 +467,6 @@ class Collection(Catalog):
467
467
providers : Optional [List [Provider ]]
468
468
"""Optional list of providers of this Collection."""
469
469
470
- assets : Dict [str , Asset ]
471
- """Map of Assets"""
472
-
473
- stac_extensions : List [str ]
474
- """List of extensions the Collection implements."""
475
-
476
- title : Optional [str ]
477
- """Optional short descriptive one-line title for the collection."""
478
-
479
470
summaries : Summaries
480
471
"""A map of property summaries, either a set of values or statistics such as a
481
472
range."""
You can’t perform that action at this time.
0 commit comments