Skip to content

Commit

Permalink
Fix api URL
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia authored Feb 24, 2023
1 parent 7939321 commit 967489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satsr/satellites/sentinel_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, inidate, enddate, coordinates=None, platform='Sentinel-2', pr
self.platform = platform

# API
self.api_url = 'https://scihub.copernicus.eu/apihub/'
self.api_url = 'https://scihub.copernicus.eu/dhus/'
self.credentials = {'username': username, 'password': password}

def search(self, omit_corners=True):
Expand Down

0 comments on commit 967489c

Please sign in to comment.