qgis-earthengine-plugin icon indicating copy to clipboard operation
qgis-earthengine-plugin copied to clipboard

Asset ingestion via QGIS

Open gena opened this issue 5 years ago • 1 comments

gena avatar Sep 18 '19 00:09 gena

We need to think how we want this, I see 2 options:

  1. make a current layer (start maybe with Image of FeatureCollection) an ee asset by ingestion as done in code editor. Benefit: everything should work as in ee, downside, on-the-fly conversion of local layers not possible.
  2. Convert the vector or raster into an Image/FeatureCollection on-the-fly by using ee.Geometry and/or Array to Image functions. this would reverse benefit and downside of option 1.

hcwinsemius avatar Nov 23 '19 10:11 hcwinsemius