skillfed

eerepr

Code Editor-style reprs for Earth Engine data in a Jupyter notebook.

eerepr v0.1.2 141.6K downloads/30d#11,238 on PyPI35
Permissive license MIT License Copyright (c) 2022 Aaron Zuspan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal… (full text in the JSON record) AGING released

What it is and what it does

eerepr is a display enhancement for Earth Engine objects in Jupyter notebooks. It hooks into Python's repr system to replace the default string representation of Earth Engine objects with interactive HTML visualizations styled like the Earth Engine Code Editor. When you print or display an Earth Engine object in a Jupyter cell, instead of seeing a long text dump, you get a formatted, interactive view.

The package is designed as a thin integration layer that activates with a single call to eerepr.initialize(). It depends only on earthengine-api and works in standard Jupyter environments. Configuration options let you control memory usage (max_repr_mbs), caching behavior (max_cache_size), and error handling. It's pre-installed in Google Colab and automatically initialized by geemap versions 0.35.2 and later.

Use it for:

  • Exploratory analysis of Earth Engine datasets in Jupyter notebooks where readable object inspection improves workflow clarity.
  • Teaching Earth Engine concepts where interactive HTML reprs make data structures more intuitive than text output.
  • Debugging Earth Engine queries by visually inspecting intermediate FeatureCollections, Images, and other objects during development.
  • Collaborative notebooks where stakeholders benefit from formatted, interactive object displays rather than raw string representations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Adds interactive HTML representations to Earth Engine objects when displayed in Jupyter notebooks, replacing plain text output with Code Editor-style visualizations.

Yes, if you work with Earth Engine in Jupyter notebooks. The install is frictionless, the license is permissive, there are no known vulnerabilities, and the package solves a genuine usability problem—replacing hard-to-read text reprs with interactive visualizations. The aging maintenance status is not a concern given that the package is stable, pre-installed in Colab, and requires minimal updates. Install it to improve notebook readability.

Install

eerepr on PyPI

pip

pip install eerepr

uv

uv add eerepr

poetry

poetry add eerepr

Installing eerepr

Before you install

Low friction install with a single pure-Python wheel dependency on earthengine-api. The package is aging (last commit November 2025, latest release May 2025) but remains actively maintained and is pre-installed in Google Colab.

License in practice

MIT License permits unrestricted use, modification, and distribution with only attribution required. No licensing constraints on adoption.

Quickstart

pip install eerepr

import eerepr
eerepr.initialize()

# Earth Engine objects now display as interactive HTML in Jupyter

Requires earthengine-api to be installed and Earth Engine to be initialized (ee.Initialize()) before eerepr can render objects.

Verify before relying

  • Whether the HTML repr rendering performance is acceptable for large Earth Engine datasets beyond the documented max_repr_mbs threshold.
  • Compatibility with non-Jupyter IPython environments (e.g., JupyterLab, VS Code notebooks) beyond the documented Jupyter support.

Package facts

License MIT License Copyright (c) 2022 Aaron Zuspan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal… (full text in the JSON record) (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 1 — earthengine-api
Maintenance aging — 469 days since the last release
Last repo commit
First released
Downloads 141,610/month — #11,238 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: eerepr-0.1.2-py3-none-any.whl

Keywords: earthengine, gee, html, jupyter, notebook, reprs

Tags

earth engine jupyter displayinteractive earth engine reprjupyter notebook earth engine visualizationee object html representationcode editor style earth engine outputearth engine colab displayjupyter earth engine interactive
earth-enginejupyter-notebookgeospatial

More Scientific/Engineering packages