metadata.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # This file contains metadata for your plugin. Since
  2. # version 2.0 of QGIS this is the proper way to supply
  3. # information about a plugin. The old method of
  4. # embedding metadata in __init__.py will
  5. # is no longer supported since version 2.0.
  6. # This file should be included when you package your plugin.# Mandatory items:
  7. [general]
  8. name=Google Earth Engine
  9. qgisMinimumVersion=3.22
  10. description=Integrates QGIS with Google Earth Engine
  11. version=0.0.6
  12. author=Gennadii Donchyts
  13. email=gennadiy.donchyts@gmail.com
  14. about=Integrates Google Earth Engine (GEE) by wrapping GEE Python API.
  15. tracker=https://github.com/gee-community/qgis-earthengine-plugin/issues
  16. repository=https://github.com/gee-community/qgis-earthengine-plugin
  17. # End of mandatory metadata
  18. # Recommended items:
  19. # Uncomment the following line and add your changelog:
  20. # changelog=
  21. # Tags are comma separated with spaces allowed
  22. tags=cloud, analysis, dem, geojson, geometry, google, landsat, land cover, processing, raster, remote sensing, statistics, topography, webservice
  23. homepage=https://qgis-ee-plugin.appspot.com/
  24. category=Plugins
  25. icon=icons/earth_engine.svg
  26. # experimental flag
  27. experimental=False
  28. # deprecated flag (applies to the whole plugin, not just a single version)
  29. deprecated=False