Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobwilliams/novas
Refactoring of NOVAS: Naval Observatory Vector Astrometry Subroutines
https://github.com/jacobwilliams/novas
astronomy fortran fortran-package-manager novas us-navy usno
Last synced: about 6 hours ago
JSON representation
Refactoring of NOVAS: Naval Observatory Vector Astrometry Subroutines
- Host: GitHub
- URL: https://github.com/jacobwilliams/novas
- Owner: jacobwilliams
- Created: 2021-05-06T02:36:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T15:36:52.000Z (9 months ago)
- Last Synced: 2024-02-11T16:27:12.611Z (9 months ago)
- Topics: astronomy, fortran, fortran-package-manager, novas, us-navy, usno
- Language: Fortran
- Homepage:
- Size: 9.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Unofficial mirror of NOVAS: Naval Observatory Vector Astrometry Subroutines
### Status
[![GitHub release](https://img.shields.io/github/release/jacobwilliams/NOVAS.svg)](https://github.com/jacobwilliams/NOVAS/releases/latest)
[![Build Status](https://github.com/jacobwilliams/NOVAS/actions/workflows/CI.yml/badge.svg)](https://github.com/jacobwilliams/NOVAS/actions)
[![codecov](https://codecov.io/gh/jacobwilliams/NOVAS/branch/master/graph/badge.svg)](https://codecov.io/gh/jacobwilliams/NOVAS)
[![last-commit](https://img.shields.io/github/last-commit/jacobwilliams/NOVAS)](https://github.com/jacobwilliams/NOVAS/commits/master)### Compiling
A [Fortran Package Manager](https://github.com/fortran-lang/fpm) manifest file is included, so that the library and test cases can be compiled with FPM. For example:
```
fpm build --profile release
fpm test --profile release
```To use `NOVAS` within your fpm project, add the following to your `fpm.toml` file:
```toml
[dependencies]
NOVAS = { git="https://github.com/jacobwilliams/NOVAS.git" }
```Or, to use a specific version:
```toml
[dependencies]
NOVAS = { git="https://github.com/jacobwilliams/NOVAS.git", tag = "3.1.0" }
```### Documentation
The latest API documentation can be found [here](http://jacobwilliams.github.io/NOVAS/). This was generated from the source code using [FORD](https://github.com/Fortran-FOSS-Programmers/ford).
### See also
* Original source: https://aa.usno.navy.mil/software/novas_info
* [astro-fortran](https://github.com/jacobwilliams/astro-fortran) -- Modern Fortran implementations of standard models used in fundamental astronomy