Skip to content

Full Index of API Reference

This page gives an overview of all public RedPlanet objects, functions and methods.

All of this information is also accessible with Python's built-in help function — for example, try running help(redplanet.Craters.get) in your shell/notebook.


[1] User Config

Configure where datasets will be downloaded and how file integrity is verified.


[2] Datasets

Loading/accessing datasets in a standardized way.

All load(...) functions will check if a dataset file already exists in your cache directory. If found, it verifies the hash to ensure it wasn't modified; if not found, it will download and verify the file. For convenience, we provide prefetch() to download a few key datasets all at once.

To plot any raster (i.e. regularly gridded) data with many convenience features including hillshade underlay, use:

 


[3] Analysis

Advanced dataset operations/calculations and other tools.


[4] Helper Functions

Miscellaneous functions used internally.