Metadata-Version: 2.4
Name: redplanet
Version: 0.1.1
Summary: User-friendly accessors/calculations/plotting for various Mars datasets and derived geophysics quantities.
Author-email: Zain Eris Kamal <zain.eris.kamal@rutgers.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: <3.13,>=3.10
Requires-Dist: cartopy>=0.24.1
Requires-Dist: numpy>=2.1.1
Requires-Dist: pandas>=2.2.2
Requires-Dist: pyshtools>=4.13.1
Requires-Dist: python-calamine>=0.3.1
Requires-Dist: scipy>=1.14.1
Requires-Dist: xarray>=2024.9.0
Requires-Dist: xxhash>=3.5.0
Provides-Extra: generate-datasets
Requires-Dist: dask>=2024.9.0; extra == 'generate-datasets'
Requires-Dist: rioxarray>=0.17.0; extra == 'generate-datasets'
Requires-Dist: zarr>=2.18.3; extra == 'generate-datasets'
Provides-Extra: interactive
Requires-Dist: jupyter>=1.1.1; extra == 'interactive'
Requires-Dist: matplotlib>=3.9.2; extra == 'interactive'
Requires-Dist: plotly>=5.24.1; extra == 'interactive'
Description-Content-Type: text/markdown

Start here: https://humboldt-penguin.github.io/redplanet/

---

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

---
# Get Started:

RedPlanet is an open-source Python library for working with various Mars geophysical datasets. We aim to streamline data analysis/visualization workflows for beginners and experts alike, so you spend less time hunting/wrangling data and more time doing cool science! :)

(TODO: add key features from docs page once that's finalized)

---
# Links:

- 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/
- Useful resources:
    - [Mars QuickMap](https://mars.quickmap.io/layers?prjExtent=-16435210.8833828%2C-8021183.5691341%2C12908789.1166172%2C7866816.4308659&showGraticule=true&layers=NrBMBoAYvBGcQGYAsA2AHHGkB0BOcAOwFcAbU8AbwCIAzUgSwGMBrAUwCdqAuWgQ1IBnNgF8AumKrixQA&proj=3&time=2024-11-11T07%3A09%3A37.723Z) (this is an incredible resource for everyone, from beginners to advanced users — big props to [Applied Coherent Technology (ACT) Corporation](https://www.actgate.com/) :)

---
# SELF NOTE / TODO:

- 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/
- 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 use `uv tree` to see if it'd even help to remove the dep.
