Skip to content

Added esis.data.synth.scene_aia(), a function to download AIA imagery and convert it into a synthetic scene. #51

Added esis.data.synth.scene_aia(), a function to download AIA imagery and convert it into a synthetic scene.

Added esis.data.synth.scene_aia(), a function to download AIA imagery and convert it into a synthetic scene. #51

Workflow file for this run

name: Notebooks
on:
push:
branches:
- main
pull_request:
jobs:
nbstripout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install nbstripout
- run: find . -name "*.ipynb" -exec nbstripout --verify {} +