Skip to content

0.2.2

Compare
Choose a tag to compare
@davemlz davemlz released this 27 Jun 11:51
· 680 commits to master since this release

v0.2.2

New Modules

  • The ee.Dictionary module was created.

New Features

  • The __contains__ container emulation method was overloaded for ee.Dictionary and ee.List objects.
  • The __len__ container emulation method was overloaded for ee.Dictionary, ee.List, ee.FeatureCollection and ee.ImageCollection objects.
  • The __getitem__ container emulation method was overloaded for ee.Dictionary, ee.List, ee.Feature, ee.FeatureCollection, ee.Image and ee.ImageCollection objects.