Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 31, 2023
1 parent d748fd0 commit 92a09cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stac_geoparquet/stac_geoparquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 92a09cc

Please sign in to comment.