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
Hi,
I'd like to automate uploading of multiband image assets from GEE into GCS. The band name contains important information on the date of capture, so I need to keep it. Is this possible?
For now, my efforts have only led to that for every image I upload into GCS, there get generated dozens of separate .tif files, possibly one for each band, but the naming is not clear. Great if you could give me any advice on this! My code is below, where "t" and "loc" are assigned during a loop.
Does renaming bands in a multi-band image work? I thought it should turn band names into file names for a multi-band image.
An alternative is maybe to generate a set of bounding box features with all required properties (time, etc.) in addition to images, with unique image ids.
Hi,
I'd like to automate uploading of multiband image assets from GEE into GCS. The band name contains important information on the date of capture, so I need to keep it. Is this possible?
For now, my efforts have only led to that for every image I upload into GCS, there get generated dozens of separate .tif files, possibly one for each band, but the naming is not clear. Great if you could give me any advice on this! My code is below, where "t" and "loc" are assigned during a loop.
Thanks a lot, Tillmann
}
The text was updated successfully, but these errors were encountered: