Cloud Util Setup¶
This module and the example files are both bundled in the same repository. You can accept the repository and it should be available as a repository with read privileges. Make sure you have a Google Earth Engine account and if not set one up using guide here. This code, repo, and assets are play and play and can be applied to your own Planet imagery and udm2 values, and find the setup for a Planet account here as well
Accept the Google Earth Engine Repo Here
A small subset of UDM-2 Imagery was ingested and made available for you to use. You can find it using the snipper below.
//udm2 collection var udm2collection = ee.ImageCollection('projects/sat-io/open-datasets/udm2-tests/udm2') print(udm2collection.size())