https://github.com/zmoon/ert-afrl-edp
Assessment exercises for an ERT-AFRL position
https://github.com/zmoon/ert-afrl-edp
Last synced: 4 months ago
JSON representation
Assessment exercises for an ERT-AFRL position
- Host: GitHub
- URL: https://github.com/zmoon/ert-afrl-edp
- Owner: zmoon
- License: unlicense
- Created: 2025-05-19T18:57:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T21:58:37.000Z (11 months ago)
- Last Synced: 2025-07-19T02:24:38.515Z (11 months ago)
- Language: Fortran
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERT-AFRL space weather
_Assessment exercises for an ERT-AFRL scientific software engineer position related to impacts of the ionosphere_
[](https://github.com/zmoon/ert-afrl-edp/actions/workflows/ci.yml)
[](https://results.pre-commit.ci/latest/github/zmoon/ert-afrl-edp/main)
Each exercise has its own subdirectory:
| Exercise | Description |
| :-------------------------- | :--------------------------------------------------------------------------------- |
| [coord-tran](./coord-tran/) | Coordinate transformation between radar and geodetic coordinates |
| [interp](./interp/) | Interpolation of scattered point data to a structured grid |
| [iri-edp](./iri-edp/) | C interface and tools for generating vertical profiles using the IRI-2020 model |
| [mandelbrot](./mandelbrot/) | CLI tools to generate and visualize Mandelbrot set images using Node.js and Python |
| [noaa-rtsw](./noaa-rtsw/) | Fetch and analyze NOAA real-time solar wind data |
The [CI workflow](https://github.com/zmoon/ert-afrl-edp/actions/workflows/ci.yml)
checks that the code works and stores the outputs (e.g. images)
as temporary artifacts.