Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

v0.0.4

Compare
Choose a tag to compare
@tylere tylere released this 02 Oct 23:07
· 23 commits to main since this release

New Features

  • Inspector: display scrollbar when exceeding maximum height or width (#11)

  • Inspector: Simplify the object display by using OrderedDict (#10)

    • The object folder's display logic currently hardcodes the keys that it expects to display. It could be better to order the keys that are returned by ee.Object.getInfo().
  • Map: Display crosshairs when cursor is over the map (#9)

  • Provide map view details in the Inspector's Point folder (#5)

  • Inspector: return "No unmasked pixels at clicked point." for layers with fully masked bands (#2)

  • Inspector: disable Pixels & Objects folders if there are non map layers (#1)

    • Similar to the Code Editor, only display the Pixels and Objects folders if the map has layers