neos.jl

High-fidelity orbit determination and propagation for Near-Earth Objects, in Julia

https://github.com/perezhz/neos.jl

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 9 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

High-fidelity orbit determination and propagation for Near-Earth Objects, in Julia

Basic Info
  • Host: GitHub
  • Owner: PerezHz
  • License: other
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 8.36 MB
Statistics
  • Stars: 22
  • Watchers: 4
  • Forks: 4
  • Open Issues: 8
  • Releases: 42
Created about 7 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

NEOs.jl

DOI CI Coverage Status codecov

NEOs.jl is a Julia package for high-accuracy orbit determination and propagation of Near-Earth Objects. NEOs.jl exploits jet transport techniques via TaylorIntegration.jl.

Authors

  • Jorge A. Pérez, Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM)
  • Luis Benet, Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM)
  • Luis Eduardo Ramírez Montoya, Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM)

Installation

The current version of this package may be installed in Julia pkg manager via: ] add NEOs

Usage

The pha directory contains the apophis.jl script which performs an orbit determination for asteroid (99942) Apophis from optical and radar astrometry. In order to run this script, the environment corresponding to the Project.toml contained in the pha directory has to be active and instantiated. This can be done, for example, by running the following command from the pha directory:

julia -e `import Pkg; Pkg.activate(); Pkg.instantiate()` # run this from the `pha` directory

Once the pha environment is active, this script may be called from the pha directory with the default settings as:

julia --project apophis.jl

The --help option can be passed to see a list of the customizable settings

julia --project apophis.jl --help

NEOs.propagate also supports multi-threading:

julia -t <number-of-threads> --project apophis.jl --help

Acknowledgments

We acknowledge financial support from UNAM-PAPIIT grants IG100819 and IG-101122, as well as computing resources provided by LANCAD-UNAM-DGTIC-284.

References

  • Pérez-Hernández, J.A., Benet, L. Non-zero Yarkovsky acceleration for near-Earth asteroid (99942) Apophis. Commun Earth Environ 3, 10 (2022). https://doi.org/10.1038/s43247-021-00337-x
  • Pérez-Hernández, Jorge A., & Benet, Luis. (2023). PerezHz/TaylorIntegration.jl: v0.14.2 (Version v0.14.2). Zenodo. https://doi.org/10.5281/zenodo.8104080
  • Ramírez-Montoya, L.E., Pérez-Hernández, J.A. & Benet, L. Jet transport applications to the preliminary orbit determination problem. Celest Mech Dyn Astron 137, 16 (2025). https://doi.org/10.1007/s10569-025-10246-2

Owner

  • Name: Jorge Pérez
  • Login: PerezHz
  • Kind: user
  • Location: Germany

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Pérez-Hernández"
  given-names: "Jorge A."
  orcid: "https://orcid.org/0000-0003-1460-7762"
- family-names: "Ramírez Montoya"
  given-names: "Luis Eduardo"
  orcid: "https://orcid.org/0009-0005-5250-4256"
- family-names: "Benet"
  given-names: "Luis"
  orcid: "https://orcid.org/0000-0002-8470-9054"
title: "NEOs.jl"
type: software
version: 0.1.0
date-released: "2021-08-01"
identifiers:
  - description: The concept DOI of the software (cite all versions)
    type: doi
    value: "10.5281/zenodo.5152449"
  - description: The versioned DOI for version 0.1.0 of the software
    type: doi
    value: "10.5281/zenodo.5152450"
license: "MIT"
repository-code: "https://github.com/PerezHz/NEOs.jl"

GitHub Events

Total
  • Create event: 27
  • Commit comment event: 15
  • Issues event: 2
  • Release event: 7
  • Watch event: 5
  • Delete event: 6
  • Issue comment event: 20
  • Push event: 105
  • Pull request event: 34
Last Year
  • Create event: 27
  • Commit comment event: 15
  • Issues event: 2
  • Release event: 7
  • Watch event: 5
  • Delete event: 6
  • Issue comment event: 20
  • Push event: 105
  • Pull request event: 34

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 14
  • Total pull requests: 85
  • Average time to close issues: 2 months
  • Average time to close pull requests: 30 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 4.07
  • Average comments per pull request: 2.45
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 30
Past Year
  • Issues: 3
  • Pull requests: 31
  • Average time to close issues: N/A
  • Average time to close pull requests: 22 days
  • Issue authors: 2
  • Pull request authors: 4
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.97
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 9
Top Authors
Issue Authors
  • PerezHz (10)
  • JuliaTagBot (1)
  • LuEdRaMo (1)
Pull Request Authors
  • github-actions[bot] (52)
  • LuEdRaMo (52)
  • PerezHz (31)
  • lbenet (7)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 2 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 40
juliahub.com: NEOs

High-fidelity orbit determination and propagation for Near-Earth Objects, in Julia

  • Versions: 40
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2 Total
Rankings
Dependent repos count: 9.9%
Average: 34.4%
Dependent packages count: 38.9%
Forks count: 40.4%
Stargazers count: 48.5%
Last synced: 7 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/julia-uploadcoveralls v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite