Skip to content

Adding a script to download the latest version of SPEDAS#70

Merged
bryan-harter merged 2 commits intomainfrom
63-create-a-shell-script-wrapper-for-the-idl-call
Jan 5, 2026
Merged

Adding a script to download the latest version of SPEDAS#70
bryan-harter merged 2 commits intomainfrom
63-create-a-shell-script-wrapper-for-the-idl-call

Conversation

@bryan-harter
Copy link
Copy Markdown
Member

Here is a quick script to download the latest version of SPEDAS. Also to the crontab, I was planning on adding:

0 7 * * 2 cd /maven/mavenpro/maven/make_orbit_quicklooks && download_latest_spedas.sh

This will ensure we're up to date with the latest SPEDAS stuff

@bryan-harter bryan-harter linked an issue Jul 9, 2025 that may be closed by this pull request
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

A script is introduced to automate downloading and updating the SPEDAS library by removing the old version, fetching the latest ZIP, and extracting it to the target directory.

  • Adds a new shell script (download_latest_spedas.sh) for SPEDAS updates.
  • Implements cleanup with trap and uses configurable variables for paths and URLs.
  • Checks for required commands (wget, unzip), downloads, unzips, and exits cleanly.

Comment thread make_orbit_quicklooks/download_latest_spedas.sh Outdated
Comment thread make_orbit_quicklooks/download_latest_spedas.sh Outdated
Comment thread make_orbit_quicklooks/download_latest_spedas.sh Outdated
Comment thread make_orbit_quicklooks/download_latest_spedas.sh
Comment thread make_orbit_quicklooks/download_latest_spedas.sh Outdated
Comment thread make_orbit_quicklooks/download_latest_spedas.sh Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bryan-harter bryan-harter merged commit 8aab6dc into main Jan 5, 2026
1 check passed
@bryan-harter bryan-harter deleted the 63-create-a-shell-script-wrapper-for-the-idl-call branch January 5, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a shell script wrapper for the IDL call

3 participants