NOTE: I completely rewrote this project in 2024 September, erasing the entire git history and restarting from scratch. See an archive of the old repo here: https://github.com/Humboldt-Penguin/redplanet_archive-240910
- Repo/package links:
- GitHub: https://github.com/Humboldt-Penguin/redplanet
- Legacy/archived code: https://github.com/Humboldt-Penguin/redplanet_archive-240910
- PyPI (out of date / non-functional at the moment, pending update): https://pypi.org/project/redplanet/
- GitHub: https://github.com/Humboldt-Penguin/redplanet
- Useful resources:
- Mars QuickMap (this is an incredible resource for everyone, from beginners to advanced users — big props to Applied Coherent Technology (ACT) Corporation :)
- What kind of science can I do with
redplanet
. [TODO: add link to docs] - In-depth documentation for
redplanet
. [TODO: add link to docs]
- Make a list of all modules/functions and "internal"/"public" annotation like the "Submodules" section on this package's doc website: https://mrjean1.github.io/PyGeodesy/
- I REALLY like how these docs allow you to jump straight to source code for each function: https://scitools.org.uk/cartopy/docs/latest/reference/generated/cartopy.geodesic.Geodesic.html
- consider cleaning up dependencies like axing scipy (nvm pyshtools needs it lols) & pandas (does anyone else need it? check!) since it's bloated!!! use
rclone ncdu .
to explore venv folder to see what's bloated, and useuv tree
to see if it'd even help to remove the dep.