-
Notifications
You must be signed in to change notification settings - Fork 11
Attempting to select multiple vertical levels for the point results in only one level being selected #111
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I am trying to select temperature vertical profile for first 10 levels in the ocean (that all over sudden has only standard resolution, that is not noted here) from storyline simulations:
%%time
location = [[-45, 30]]
request = {
'class': 'd1',
'dataset': 'climate-dt',
'activity': 'story-nudging',
'experiment': "cont",
'expver': '0001',
'model': 'IFS-FESOM',
'generation': '1',
'realization': '1',
'resolution': 'standard',
'date': '20170101/to/20180101',
'time': '0000',
'stream': 'clte',
'type': 'fc',
'levtype': 'o3d',
'param': '263501',
'levelist': '1/to/10',
"feature": {
"type": "timeseries",
"points": location,
"time_axis": "date",
},
}
data = earthkit.data.from_source("polytope", "destination-earth", request, address="polytope.lumi.apps.dte.destination-earth.eu", stream=False)I get:
covjsonkit.__version__ is 0.1.9
What are the steps to reproduce the bug?
In the main body
Version
0.10.1
Platform (OS and architecture)
Linux levante5.lvt.dkrz.de 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Thu Mar 14 14:20:09 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
Relevant log output
Not sure it's relevant, but:
DEBUG:polytope.api.Client.SPFADI:Gathered Polytope client configuration:
{'address': 'polytope.lumi.apps.dte.destination-earth.eu',
'insecure': False,
'key_path': PosixPath('/home/a/a270088/.polytopeapirc'),
'log_file': None,
'log_level': 'DEBUG',
'password': None,
'port': None,
'quiet': False,
'skip_tls': False,
'user_email': None,
'user_key': None,
'username': 'a270088',
'verbose': False}
DEBUG:polytope.api.Client.SPFADI:Creating Polytope client...
2025-03-31 20:13:12 - INFO - Key read from /home/a/a270088/.polytopeapirc
INFO:polytope.api.Client.SPFADI:Key read from /home/a/a270088/.polytopeapirc
2025-03-31 20:13:12 - INFO - Sending request...
{'request': 'activity: story-nudging\n'
'class: d1\n'
'dataset: climate-dt\n'
'date: 20170101/to/20180101\n'
'experiment: cont\n'
"expver: '0001'\n"
'feature:\n'
' points:\n'
' - - -45\n'
' - 30\n'
' time_axis: date\n'
' type: timeseries\n'
"generation: '1'\n"
'levelist: 1/to/10\n'
'levtype: o3d\n'
'model: IFS-FESOM\n'
"param: '263501'\n"
"realization: '1'\n"
'resolution: standard\n'
'stream: clte\n'
"time: '0000'\n"
'type: fc\n',
'verb': 'retrieve'}
INFO:polytope.api.Client.SPFADI:Sending request...
{'request': 'activity: story-nudging\n'
'class: d1\n'
'dataset: climate-dt\n'
'date: 20170101/to/20180101\n'
'experiment: cont\n'
"expver: '0001'\n"
'feature:\n'
' points:\n'
' - - -45\n'
' - 30\n'
' time_axis: date\n'
' type: timeseries\n'
"generation: '1'\n"
'levelist: 1/to/10\n'
'levtype: o3d\n'
'model: IFS-FESOM\n'
"param: '263501'\n"
"realization: '1'\n"
'resolution: standard\n'
'stream: clte\n'
"time: '0000'\n"
'type: fc\n',
'verb': 'retrieve'}
2025-03-31 20:13:12 - INFO - Polytope user key found in session cache for user a270088
INFO:polytope.api.Client.SPFADI:Polytope user key found in session cache for user a270088
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP POST https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/destination-earth
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': {'verb': 'retrieve', 'request': "activity: story-nudging\nclass: d1\ndataset: climate-dt\ndate: 20170101/to/20180101\nexperiment: cont\nexpver: '0001'\nfeature:\n points:\n - - -45\n - 30\n time_axis: date\n type: timeseries\ngeneration: '1'\nlevelist: 1/to/10\nlevtype: o3d\nmodel: IFS-FESOM\nparam: '263501'\nrealization: '1'\nresolution: standard\nstream: clte\ntime: '0000'\ntype: fc\n"}}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "POST /api/v1/requests/destination-earth HTTP/1.1" 202 49
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
2025-03-31 20:13:12 - INFO - Request accepted. Please poll ./e1c5475d-f3de-41e4-bdbe-cc00a83c865d for status
INFO:polytope.api.Client.SPFADI:Request accepted. Please poll ./e1c5475d-f3de-41e4-bdbe-cc00a83c865d for status
DEBUG:polytope.api.Client.SPFADI:Server message: Request queued
2025-03-31 20:13:12 - INFO - Polytope user key found in session cache for user a270088
INFO:polytope.api.Client.SPFADI:Polytope user key found in session cache for user a270088
2025-03-31 20:13:12 - INFO - Checking request status (./e1c5475d-f3de-41e4-bdbe-cc00a83c865d)...
INFO:polytope.api.Client.SPFADI:Checking request status (./e1c5475d-f3de-41e4-bdbe-cc00a83c865d)...
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 49
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
2025-03-31 20:13:13 - INFO - The current status of the request is 'queued'
INFO:polytope.api.Client.SPFADI:The current status of the request is 'queued'
DEBUG:polytope.api.Client.SPFADI:Server message: Request queued
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 49
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
2025-03-31 20:13:13 - INFO - The current status of the request is 'processing'
INFO:polytope.api.Client.SPFADI:The current status of the request is 'processing'
DEBUG:polytope.api.Client.SPFADI:Server message: Request processing
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 202 57
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (202)
DEBUG:polytope.api.Client.SPFADI:Polytope client attempting HTTP GET https://polytope.lumi.apps.dte.destination-earth.eu:443/api/v1/requests/./e1c5475d-f3de-41e4-bdbe-cc00a83c865d
{'headers': {'Authorization': 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGRkMTE5Yy1kYjg0LTQ1ZGItODJiYi1lMjY3OTIwOTY3MjgifQ.eyJpYXQiOjE3NDM0MDMzMTQsImp0aSI6IjZlYWE2MmJiLTliNzktNDRhZi04YWFmLTczNDg5ZjgxMjQ0ZCIsImlzcyI6Imh0dHBzOi8vYXV0aC5kZXN0aW5lLmV1L3JlYWxtcy9kZXNwIiwiYXVkIjoiaHR0cHM6Ly9hdXRoLmRlc3RpbmUuZXUvcmVhbG1zL2Rlc3AiLCJzdWIiOiIyODFkMWU1MC03Nzk2LTQ2YTItOTgwYy03YmM2ZTE1ZTdiOGMiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoicG9seXRvcGUtYXBpLXB1YmxpYyIsInNpZCI6ImRlNjg5ZTkxLTgzNjQtNDMxNS1iYzUwLTgyN2U1NDkwM2QzNCIsInNjb3BlIjoib3BlbmlkIG9mZmxpbmVfYWNjZXNzIGJhc2ljIn0.xidPoCHEFZI-KRei3Jns2Nc8ud5h69q5rC_4_aAx6Qou3Kk7iKvdKp7AGp_-_ZkoQvYJmDWxRt6JHjRQwpK-CQ'}, 'json': None}
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://polytope.lumi.apps.dte.destination-earth.eu:443 "GET /api/v1/requests/e1c5475d-f3de-41e4-bdbe-cc00a83c865d HTTP/1.1" 303 202
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): download-polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://download-polytope.lumi.apps.dte.destination-earth.eu:443 "GET /default/e1c5475d-f3de-41e4-bdbe-cc00a83c865d.covjson HTTP/1.1" 200 163657
DEBUG:polytope.api.Client.SPFADI:Polytope client received HTTP SUCCESS (200)
2025-03-31 20:13:18 - INFO - The current status of the request is 'processed'
INFO:polytope.api.Client.SPFADI:The current status of the request is 'processed'
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): download-polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://download-polytope.lumi.apps.dte.destination-earth.eu:443 "HEAD /default/e1c5475d-f3de-41e4-bdbe-cc00a83c865d.covjson HTTP/1.1" 200 0
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): download-polytope.lumi.apps.dte.destination-earth.eu:443
DEBUG:urllib3.connectionpool:https://download-polytope.lumi.apps.dte.destination-earth.eu:443 "GET /default/e1c5475d-f3de-41e4-bdbe-cc00a83c865d.covjson HTTP/1.1" 200 163657Accompanying data
No response
Organisation
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working