Skip to content

Commit 72e6028

Browse files
authored
Updated Aeolus Client with definition for L1A data access (#86)
* added l1a data description * minor version bump
1 parent 526fd32 commit 72e6028

File tree

3 files changed

+114
-5
lines changed

3 files changed

+114
-5
lines changed

src/viresclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from ._config import ClientConfig, set_token
3636
from ._data_handling import ReturnedData, ReturnedDataFile
3737

38-
__version__ = "0.10.3"
38+
__version__ = "0.10.4"

src/viresclient/_client_aeolus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def set_collection(self, collection):
235235
# self._request_inputs.set_collection = collection
236236
# We set the process id corresponding to the selected collection
237237
collection_mapping = {
238+
"ALD_U_N_1A": "aeolus:level1A",
238239
"ALD_U_N_1B": "aeolus:level1B",
239240
"ALD_U_N_2A": "aeolus:level2A",
240241
"ALD_U_N_2B": "aeolus:level2B",

0 commit comments

Comments
 (0)