qgis-earthengine-plugin
qgis-earthengine-plugin copied to clipboard
Asset ingestion via QGIS
We need to think how we want this, I see 2 options:
- 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.
- 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.