You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify process of offline imagery creation and allow and Earth Engine asset to be downloaded offline. The process might work as follows:
An asset ID and service account credentials will be needed.
getPixels can be called to fetch high-res images, which are sliced into tiles and stored on the device
Images are downsampled on device as they're downloaded and stored separately.
If we want this to be more broadly applicable this could also be built into its own app (Flutter?) which could download data to a shared location accessible by Ground.
The text was updated successfully, but these errors were encountered:
Simplify process of offline imagery creation and allow and Earth Engine asset to be downloaded offline. The process might work as follows:
getPixels
can be called to fetch high-res images, which are sliced into tiles and stored on the deviceIf we want this to be more broadly applicable this could also be built into its own app (Flutter?) which could download data to a shared location accessible by Ground.
The text was updated successfully, but these errors were encountered: