Changelog

v0.1.7

New Modules

  • The pd.DataFrame module was created.

  • The common module was created (it feeds the index(), scale() and maskClouds() methods for both ee.Image and ee.ImageCollection).

New Features

  • The toEEFeatureCollection() extended method for pd.DataFrame classes was created.

  • The binary operators (+, -, *, /, //, %, **, <<, >>, &, |) were overloaded for ee.Image objects.

  • The rich comparisons (<, <=, ==, !=, >, >=) were overloaded for ee.Image objects.

  • The unary operators (-, ~) were overloaded for ee.Image objects.

Improvements