Gennadii Donchyts

Results 20 issues of Gennadii Donchyts

Add support for image collections in Map.addLayer ``` python import ee from ee_plugin import Map image = ee.ImageCollection('NOAA/VIIRS/DNB/MONTHLY_V1/VCMCFG') \ .filterDate('2017-01-01', '2017-01-02')\ .select('avg_rad') vis = {'bands': ['avg_rad'], 'min': 0.0, 'max': 30.0,...

enhancement

Extend sync version using deasync, spawn is error prone - once message gets large (~150k) it crashes due to command-line limitations. With this fix the same code is used for...

Currently, API is ad-hoc, should be more RESTful-friendly. This will break backward-compatibility (not a big deal for now for WFlow applications, but needs to be double-checked with other projects (coastal).

migrate LANDSAT assets to the latest ones, old assets are going to be deprecated