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.
2 parents e0a9ae2 + 0f562ee commit 5cf8653Copy full SHA for 5cf8653
stac_sentinel/sentinel.py
@@ -54,7 +54,7 @@ def get_collection(self):
54
def get_collection_link(self):
55
""" Return a STAC link to STAC Collection JSON from GitHub repo """
56
repo_url = 'https://raw.githubusercontent.com/sat-utils/sat-stac-sentinel'
57
- collection_url = repo_url + '/%s/stac_sentinel/%s.json' % (__version__), self.collection)
+ collection_url = repo_url + '/%s/stac_sentinel/%s.json' % (__version__, self.collection)
58
return {
59
'rel': 'collection',
60
'type': 'application/json',
0 commit comments