Skip to content

I-ALiRT - bugfix and new version#30

Merged
laspsandoval merged 2 commits into
IMAP-Science-Operations-Center:mainfrom
laspsandoval:bugfix
Apr 2, 2026
Merged

I-ALiRT - bugfix and new version#30
laspsandoval merged 2 commits into
IMAP-Science-Operations-Center:mainfrom
laspsandoval:bugfix

Conversation

@laspsandoval
Copy link
Copy Markdown
Contributor

Change Summary

Overview

This doesn't work until I update the url to include a api-key:

import sys
sys.path.insert(0, ".")
import ialirt_data_access as ida
ida.config["API_KEY"] = ""
results = ida.log_query(year="2026", doy="91", instance="1")
filename = results["files"][0]
print(f"Downloading: {filename}")
path = ida.download(
filetype="logs",
filename=filename,
downloads_dir=None
)
print(f"Downloaded to: {path}")

@laspsandoval laspsandoval requested a review from lacoak21 April 2, 2026 16:04
@laspsandoval laspsandoval self-assigned this Apr 2, 2026
@laspsandoval laspsandoval added the bug Something isn't working label Apr 2, 2026
@laspsandoval laspsandoval added this to IMAP Apr 2, 2026
@laspsandoval laspsandoval added this to the April 2026 milestone Apr 2, 2026
@laspsandoval laspsandoval merged commit 81b94b4 into IMAP-Science-Operations-Center:main Apr 2, 2026
15 checks passed
@github-project-automation github-project-automation Bot moved this to Done in IMAP Apr 2, 2026
@laspsandoval laspsandoval deleted the bugfix branch April 2, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants