nbody
Repo for my coursework for PHYS281 Scientific Programming and Modelling. A Library to simulate the interaction of solid bodies in 3D, and be able to graphically display motion or output in multiple forms. Integrates JPLHorizons data to be able to use in simulation.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.7%) to scientific vocabulary
Keywords
jpl-horizons
matplotlib
nbody-problem
physics
python
simulation
university
Last synced: 6 months ago
·
JSON representation
Repository
Repo for my coursework for PHYS281 Scientific Programming and Modelling. A Library to simulate the interaction of solid bodies in 3D, and be able to graphically display motion or output in multiple forms. Integrates JPLHorizons data to be able to use in simulation.
Basic Info
- Host: GitHub
- Owner: will-roscoe
- Language: Python
- Default Branch: post-deadline
- Homepage: https://github.com/will-roscoe/nbody/wiki
- Size: 72.1 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
jpl-horizons
matplotlib
nbody-problem
physics
python
simulation
university
Created over 2 years ago
· Last pushed over 1 year ago
Metadata Files
Citation
Owner
- Name: Will Roscoe
- Login: will-roscoe
- Kind: user
- Location: Lancaster, UK
- Website: buddingpilot.com
- Repositories: 1
- Profile: https://github.com/will-roscoe
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 24
- Total pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.42
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- will-roscoe (19)
Pull Request Authors
Top Labels
Issue Labels
mplVisual (8)
future (8)
Engine (7)
GUI (7)
testing needed (4)
core (4)
Semantics (4)
documentation (3)
MAJOR (3)
bug (2)
Body (2)
Performance (2)
tools (2)
Formatter (1)
obj from/export (1)
Pull Request Labels
Dependencies
requirements.txt
pypi
- Pillow ==10.1.0
- Pint ==0.22
- PyYAML ==6.0.1
- Send2Trash ==1.8.2
- astropy ==5.3.4
- astroquery ==0.4.6
- beautifulsoup4 ==4.12.2
- certifi ==2023.11.17
- charset-normalizer ==3.3.2
- colorama ==0.4.6
- contourpy ==1.2.0
- cycler ==0.12.1
- fonttools ==4.44.3
- html5lib ==1.1
- idna ==3.4
- iniconfig ==2.0.0
- jaraco.classes ==3.3.0
- keyring ==24.3.0
- kiwisolver ==1.4.5
- matplotlib ==3.8.2
- more-itertools ==10.1.0
- mpmath ==1.3.0
- numpy ==1.26.2
- packaging ==23.2
- pandas ==2.1.3
- pluggy ==1.3.0
- pyerfa ==2.0.1.1
- pyparsing ==3.1.1
- pytest ==7.4.3
- python-dateutil ==2.8.2
- python-json-logger ==2.0.7
- pytz ==2023.3.post1
- pyvo ==1.4.2
- pywin32-ctypes ==0.2.2
- requests ==2.31.0
- scipy ==1.11.4
- six ==1.16.0
- soupsieve ==2.5
- tqdm ==4.66.1
- typing_extensions ==4.8.0
- tzdata ==2023.3
- urllib3 ==2.1.0
- webencodings ==0.5.1
.github/workflows/label.yml
actions
- actions/labeler v4 composite
.github/workflows/pytest-base.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
.github/workflows/ruff-ci-ingest.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
.github/workflows/jekyll-gh-pages.yml
actions
- actions/checkout v4 composite
- actions/configure-pages v4 composite
- actions/deploy-pages v4 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-pages-artifact v3 composite
.github/pyproject.toml
pypi
nbody/requirements.txt
pypi
- Pillow *
- Pint ==0.22
- PyYAML *
- astropy *
- astroquery ==0.4.6
- beautifulsoup4 *
- certifi *
- charset-normalizer *
- colorama *
- contourpy *
- cycler *
- fonttools *
- gmpy2 ==2.2.0a1
- html5lib *
- idna *
- iniconfig *
- jaraco.classes *
- keyring *
- kiwisolver *
- matplotlib ==3.8.2
- more-itertools *
- mpmath ==1.3.0
- numpy >=1.26.0
- numpy *
- packaging *
- pandas ==2.1.3
- pluggy *
- pyerfa *
- pyparsing *
- pytest ==7.4.3
- python-dateutil *
- pytz *
- pyvo *
- pywin32-ctypes *
- requests *
- scipy ==1.11.4
- six *
- soupsieve *
- tqdm ==4.66.1
- typing_extensions *
- tzdata *
- urllib3 *
- webencodings *