Releases: gee-community/qgis-earthengine-plugin
Releases · gee-community/qgis-earthengine-plugin
v0.0.6 Bug fix release, support for QGIS v3.22
v0.0.5 Bug fixing and update of EE library
Improve the message and small code cleanup
v0.0.4
QGIS Google Earth Engine plugin v0.0.4
Minor bugfix release
- 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
- 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
0.0.2-alpha Update README.md
v0.0.1 The first stable release
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()