Skip to content

Commit

Permalink
Updated Aeolus Client with definition for L1A data access (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Aug 30, 2022
1 parent d37cc13 commit ef94235
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/viresclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
from ._config import ClientConfig, set_token
from ._data_handling import ReturnedData, ReturnedDataFile

__version__ = "0.10.3"
__version__ = "0.10.4"
1 change: 1 addition & 0 deletions src/viresclient/_client_aeolus.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def set_collection(self, collection):
# self._request_inputs.set_collection = collection
# We set the process id corresponding to the selected collection
collection_mapping = {
"ALD_U_N_1A": "aeolus:level1A",
"ALD_U_N_1B": "aeolus:level1B",
"ALD_U_N_2A": "aeolus:level2A",
"ALD_U_N_2B": "aeolus:level2B",
Expand Down
Loading

0 comments on commit ef94235

Please sign in to comment.