Skip to content

Releases: gee-community/qgis-earthengine-plugin

v0.0.6 Bug fix release, support for QGIS v3.22

05 Jan 21:59
Compare
Choose a tag to compare
  • Fixed #117, implemented identify tool
  • Implemented EarthEngineDataProvider, with a proper clone() and overrides of all virtual methods

v0.0.5 Bug fixing and update of EE library

02 Jul 10:16
Compare
Choose a tag to compare
Improve the message and small code cleanup

v0.0.4

24 Mar 11:32
9489029
Compare
Choose a tag to compare

QGIS Google Earth Engine plugin v0.0.4

Minor bugfix release

29 Mar 20:40
ee3b018
Compare
Choose a tag to compare
  • Fixed EE authentication to be more robust
  • Minor backwards-compatibility fix for QGIS projects saved with the older version of QGIS EE plugin (pre-0.0.3) so that it does not crash

v0.0.3 Bugfix release and raster layer inspector

07 Jan 00:32
675ed62
Compare
Choose a tag to compare
  • EE raster layer inspector
  • Show some useful EE properties (bands, value types) in QGIS layer properties dialog
  • Fix GEE url authentication function if the credentials is not exists #63
  • Fix crash if the authentication dialog is cancelled or not filled by the user
  • Init the Google Earth Engine user authorization system only when the user is going to use the plugin
  • Fixed the authentication dialog when the url shortener doesn't work by any reason #66
  • Fix loading extra python dependencies to the plugin, fix #62

v0.0.2 Minor release, update EE libraries to 0.1.224

22 Jun 14:55
04328f9
Compare
Choose a tag to compare

v0.0.1 The first stable release

03 Dec 12:39
Compare
Choose a tag to compare

This is the first release of the plugin, as submitted to QGIS. The basic functionality should work, including authentication once the plugin is installed. Supported features include:

  • Embed GEE Python library
  • Implement Map.addLayer() for ee.Image
  • Implement Map.addLayer() for ee.Geometry, ee.Feature and ee.FeatureCollection
  • Implement Map.centerObject()
  • Implement Map.getBounds()
  • Implement Map.getCenter()
  • Implement Map.setCenter()
  • Implement Map.getScale()
  • Implement Map.getZoom()
  • Implement Map.setZoom()