From 92a09cc3f4e870766f2174bad604c8ea2dfebaa7 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stac_geoparquet/stac_geoparquet.py b/stac_geoparquet/stac_geoparquet.py index a252943..16d80a4 100644 --- a/stac_geoparquet/stac_geoparquet.py +++ b/stac_geoparquet/stac_geoparquet.py @@ -45,9 +45,10 @@ 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 the absolute 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 -------