EarthEngine.jl Versions Save

Google Earth Engine in Julia

v0.3.2

2 years ago

EarthEngine v0.3.2

Diff since v0.3.1

Bug fixes

  • fixed a bug where wrapping Earth Engine functions cause issues with basic Julia functionality

v0.3.1

2 years ago

EarthEngine v0.3.1

Diff since v0.3.0

Features

  • extended @eefunc macro to wrap typed functions for EarthEngine use
  • added new parametric patterns to mathematical arithmetic functions for EE types
  • imported and extended Base numeric comparison functions to use with EE types

Docs

  • updated use examples to new functionality

v0.3.0

2 years ago

EarthEngine v0.3.0

Diff since v0.2.2

Features

  • added eefunc wrapper to wrap Julia defined functions as Python functions
  • added Base math arithmetic functions to extend with ee types

Fixes

  • changed include statements to use joinpath instead of using hard coded path
  • imported additional Base functions to prevent conflicts with EarthEngine module

Docs

  • added use examples to docs source
  • fixed typos

v0.2.2

2 years ago

EarthEngine v0.2.2

Diff since v0.2.1

  • fixed bug from v0.2.1 where PyCall was not able to get properties from the ee Python library making some functions unusable
  • renamed the abstract type to wrap Python objects to something more intuitive for the package

v0.2.1

2 years ago

EarthEngine v0.2.1

Diff since v0.2.0

  • removed unnecessary additional loop for creating methods from ee modules to make more efficient
  • imported additional Base functions to extend with Earth Engine that conflicted

Merged pull requests:

  • [Docs] readme editorial fixes (#2) (@jdbcode)

v0.2.0

2 years ago

EarthEngine v0.2.0

Diff since v0.1.0

  • fixed bug where type hierarchy random and produced unstable results
  • added authentication workflow to initialization if user has not before
  • exposed ee.Algorithms module functions

v0.1.0

2 years ago

EarthEngine v0.1.0