Skip to content

Commit 795befa

Browse files
authored
ItemCollection: add link to related STAC API spec (#1567)
ref: #302 (comment)
1 parent 7621455 commit 795befa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pystac/item_collection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
class ItemCollection(Collection[pystac.Item]):
2525
"""Implementation of a GeoJSON FeatureCollection whose features are all STAC
26-
Items.
26+
Items,
27+
as defined by `STAC API - ItemCollection Fragment <https://github.com/radiantearth/stac-api-spec/blob/release/v1.0.0/fragments/itemcollection/README.md>`_.
2728
2829
All :class:`~pystac.Item` instances passed to the :class:`ItemCollection` instance
2930
during instantiation are cloned and have their ``"root"`` URL cleared. Instances of

0 commit comments

Comments
 (0)