--- id: eerepr version: "0.1.2" 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) license_treatment: permissive maintenance: aging --- # eerepr — Code Editor-style reprs for Earth Engine data in a Jupyter notebook. License: permissive · Maintenance: aging · Downloads: 141.6K/mo ## 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 above — 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 pip install eerepr uv add eerepr 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_current - Install friction: low - Maintenance: aging - Downloads: 141.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags earth engine jupyter display, interactive earth engine repr, jupyter notebook earth engine visualization, ee object html representation, code editor style earth engine output, earth engine colab display, jupyter earth engine interactive, earth-engine, jupyter-notebook, geospatial [View on SkillFed](https://skillfed.io/packages/eerepr) · [View on PyPI](https://pypi.org/project/eerepr/)