Code Editor-style HTML reprs for Earth Engine data in Jupyter notebooks. Provides a better repr for ee.Image, ee.ImageCollection, ee.FeatureCollection, and ee.Geometry. Current version 0.1.2, requires Python >=3.8 and manual initialization since v0.1.0. Release cadence is irregular.
pip install eereprVerified import paths — ran on the pinned version, not inferred.
Initialize Earth Engine and eerepr, then display an image to see the enhanced repr.
Add eerepr.initialize() to your notebook or script after import.
Explicitly set on_error='warn' or 'raise' to future-proof your code.
Use the repr for inspection only; do not expect HTML to render.
Upgrade eerepr: pip install --upgrade eerepr
Call eerepr.initialize() after import.
Upgrade eerepr to >=0.1.0.
No dependency data recorded yet.