- Paths starting with
/
are assumed to beearthengine-public
assets if no project is specified. - Use module logger level instead of root logger.
- Add
tree
function to recursively list assets in folder - Add
export
,exportImage
, andexportTable
to export assets to cloud storage - Add
saveImage
andfindOrSaveImage
to export or cache images as assets
- Update
download
to work for feature collections - Update
download
to be able to recursively download image collections - Storage operations can take a bucket as an optional parameter instead of always using the default.
- Storage operations will try to authenticate with default environment credentials the first time they are called.
- fix recursive move (addresses issue #7).
- move or copy into a directory using the same basename by specifying a path with a trailing
/
. - upload and ingest now accept
ingest_params
dictionary to pass toee.data.startIngestion()
.
- fixed error in recursive setacl of image collections
- fixed bug in gsbucket.download
- fixed bug in setting
bucket_prefix
in eeUtil.init - silence warning on file_cache for oauth>4.0.0
- bumped [email protected] and [email protected] dependencies
- upload and ingest now accept zipped shapefiles.
- fixed error in recursive remove.
- fixed error in upload.
- added recursive copy, move, remove, setacl operations.
- added
download
function to export and download assets via GCS. createFolder
now behaves likemkdir -p
.- added
getCWD
,cd
to get/set working directory. - added optional
bucket_prefix
parameter toinit()
to set default bucket folder for staging operations. - added getTasks
- Compatible with earthengine cloud api
- No longer compatible with python 2.x
- ingestAsset no longer accepts date parameter
- ingestAsset, uploadAsset, uploadAssets deprecated