PlanetView#
Planet view is a stand-alone interface able to capture credentials and log-in to planet API service. The user has the option to select between two log-in methods, through an API key or credentials (username + password) and managing exceptions.
This component is linked with its planet model and can be accessed as a parameter. Please refer to planet_model to more detailed info.
from pysepal.planetapi import PlanetView
# correct colors for the documentation
# set to dark in SEPAL by default
import ipyvuetify as v
v.theme.dark = False
planet_view = PlanetView()
v.Card(max_width=600, children=[planet_view])
/home/docs/checkouts/readthedocs.org/user_builds/sepal-ui/envs/latest/lib/python3.10/site-packages/google/api_core/_python_version_support.py:273: FutureWarning: You are using a Python version (3.10.19) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date. warnings.warn(message, FutureWarning)
Note
More information can be found here.