Skip to content

Commit 1714c7f

Browse files
authored
Merge pull request #2078 from imbasimba/obs-id-download
Obs id download
2 parents 65fb491 + cb33743 commit 1714c7f

File tree

5 files changed

+644
-137
lines changed

5 files changed

+644
-137
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
New Tools and Services
55
----------------------
66

7+
esa.esasky
8+
^^^^^^^^^^
9+
10+
- Download by observation id or source name. [#2078]
11+
- Added cusom ADQL and TAP+ functionality. [#2078]
12+
713
esa.hubble
814
^^^^^^^^^^
915

astroquery/esasky/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Conf(_config.ConfigNamespace):
77
Configuration parameters for `astroquery.esasky`.
88
"""
99
urlBase = _config.ConfigItem(
10-
'http://sky.esa.int/esasky-tap',
10+
'https://sky.esa.int/esasky-tap',
1111
'ESASky base URL')
1212

1313
timeout = _config.ConfigItem(

0 commit comments

Comments
 (0)