- Notifications
You must be signed in to change notification settings - Fork3
maxmahlke/rocks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Features - Install - Documentation
Explore asteroid data on the command-line...
$ rocks id 221(221) Eos$ rocks class EosMB>Outer$ rocks albedo Eos0.136 +- 0.004$ rocks taxonomy EosK$ rocks density Eos4.559e+03 +- 1.139e+03 kg/m$^3$
... and in apython
script.
>>>importrocks>>>rocks.identify("1902ug")('Fortuna',19)>>>ceres=rocks.Rock("ceres")>>>ceres.diameter.value848.4>>>ceres.diameter.unit'km'>>>ceres.mass.value9.384e+20>>>ceres.mass.error6.711e+17
Install from PyPi usingpip
:
$ pip install space-rocks
The minimum requiredpython
version is 3.8.
Check out the documentation atrocks.readthedocs.io or run
$ rocks docs
For a quick overview, check out the jupyter notebooks:
About
for space-rocks 🌑