{"id":23656,"library":"eerepr","title":"eerepr","description":"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.","status":"active","version":"0.1.2","language":"python","source_language":"en","source_url":"https://github.com/aazuspan/eerepr","tags":["earth-engine","jupyter","repr","visualization","gee"],"install":[{"cmd":"pip install eerepr","lang":"bash","label":"pip"}],"dependencies":[],"imports":[{"note":"No common wrong import path.","wrong":"","symbol":"eerepr","correct":"import eerepr"},{"note":"The function is called initialize, not init.","wrong":"eerepr.init()","symbol":"initialize","correct":"eerepr.initialize()"},{"note":"","wrong":"","symbol":"reset","correct":"eerepr.reset()"}],"quickstart":{"code":"import ee, eerepr\nee.Initialize()\neerepr.initialize()\nee.Image('LANDSAT/LC08/C02/T1_L2/LC08_044034_20201018')","lang":"python","description":"Initialize Earth Engine and eerepr, then display an image to see the enhanced repr."},"warnings":[{"fix":"Add eerepr.initialize() to your notebook or script after import.","message":"Since v0.1.0, eerepr no longer initializes on import. You must call eerepr.initialize() manually after import.","severity":"breaking","affected_versions":">=0.1.0"},{"fix":"Explicitly set on_error='warn' or 'raise' to future-proof your code.","message":"The on_error parameter in initialize() defaults to 'warn' in v0.1.0+. In future versions the default may change to 'raise'.","severity":"deprecated","affected_versions":">=0.1.0"},{"fix":"Use the repr for inspection only; do not expect HTML to render.","message":"In v0.0.5, HTML within Earth Engine objects is no longer rendered for security. If you relied on HTML rendering, this will break.","severity":"breaking","affected_versions":">=0.0.5"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Upgrade eerepr: pip install --upgrade eerepr","cause":"Old version (<0.1.0) installed; initialize did not exist.","error":"AttributeError: module 'eerepr' has no attribute 'initialize'"},{"fix":"Call eerepr.initialize() after import.","cause":"eerepr.initialize() was not called (required since v0.1.0).","error":"eerepr repr not showing; same as default repr"},{"fix":"Upgrade eerepr to >=0.1.0.","cause":"Using max_repr_mbs parameter with eerepr <0.1.0.","error":"TypeError: initialize() got an unexpected keyword argument 'max_repr_mbs'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}