geeViz.assetManagerLib¶
Helpful functions for managing GEE assets
geeViz.assetManagerLib includes functions for copying, deleting, uploading, changing permissions, and more.
Functions
|
Prints the size of a GEE asset. |
|
Gets the filename without extension. |
|
Copies all assets from one folder to another in GEE. |
|
Deletes all assets in a collection. |
|
Updates the ACL for all assets under a given folder in GEE. |
|
Ensures the directory exists. |
|
Ensures a trailing character is in the path. |
|
Copies assets from one folder to another based on a name identifier. |
|
Counts the number of tasks. |
|
Creates an asset in GEE. |
|
Creates an image collection in GEE. |
|
Deletes assets in a collection based on a name identifier. |
|
Checks if a GEE asset exists. |
|
Gets a date in ISO format. |
|
Converts a file size in bytes to a human-readable format. |
|
Ingests multiple images from Google Cloud Storage as bands of a single GEE image. |
|
Ingests an image from Google Cloud Storage to GEE. |
|
Determines if a year is a leap year. |
|
Converts a Julian date to a calendar date. |
|
Limits the number of tasks running. |
|
Lists assets within a given asset folder or image collection. |
|
Moves images to a new folder, optionally deleting the originals. |
|
Gets the current readable date/time. |
|
Sets the date for an asset. |
|
Updates the Access Control List (ACL) for a given GEE asset. |
|
Uploads a single TIFF file to Google Cloud Storage. |
|
Uploads images to GCS and manifests them as bands of a single GEE image. |
|
Uploads an image to GEE as an asset. |
|
Uploads files to Google Cloud Storage. |
|
Uploads images to Google Earth Engine. |
|
Verifies the validity of a path. |
|
Walks down folders and gets all images. |
|
Walks down folders and gets all tables. |
|
Converts a date to seconds since epoch. |