We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c92093 commit 97e52a7Copy full SHA for 97e52a7
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/serializers.py
@@ -26,7 +26,7 @@ class ItemSerializer(Serializer):
26
27
@classmethod
28
def stac_to_db(cls, stac_data: TypedDict, base_url: str) -> stac_types.Item:
29
- """Transform stac item to database ready stac item."""
+ """Transform STAC Item to database-ready STAC Item."""
30
item_links = ItemLinks(
31
collection_id=stac_data["collection"],
32
item_id=stac_data["id"],
0 commit comments