From d16af458fb69e1e90bd650aeb9fcede3c72b278e Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Mon, 31 Jul 2023 16:23:16 +0200 Subject: [PATCH] Code review --- stac_geoparquet/stac_geoparquet.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stac_geoparquet/stac_geoparquet.py b/stac_geoparquet/stac_geoparquet.py index a252943..0c47eee 100644 --- a/stac_geoparquet/stac_geoparquet.py +++ b/stac_geoparquet/stac_geoparquet.py @@ -45,9 +45,9 @@ def to_geodataframe( Parameters ---------- items: A sequence of STAC items. - add_self_link: Add the absolute link (if available) to the source STAC Item as a separate column named "self_link" - add_browser_link: Add an absolute link to an alternate HTML representation of the source STAC Item (if available) - as a separate column named "browser_link" + add_self_link: Add the absolute link (if available) to the source STAC Item as a separate column named "self_link". + add_browser_link: Add a link to an HTML representation of the source STAC Item as a separate column named "browser_link". + The links must be absolute, have the relation type "alternate" and the media type "text/html". Returns -------