TransWikia.com

Properties of Google Earth Engine GeoTIFF export

Geographic Information Systems Asked on December 1, 2021

I am adding a couple of properties to an export, named ‘elev’ and ‘threshold’. My objective is to have those properties embebed in the exported GeoTIFF, however, when I open the exported GeoTIFF and try to find those properties using ArcMap or ArcCatalog I cannot find them. Anyone knows how to properly export/display those properties on exported TIFFs?


// Export the result.
  var nameexp1 = 'Mask_' + start + '_' + end;
  Export.image.toDrive({
  image: result.int().unmask(-9999).set('elev',demval,'threshold',mndwival),
  description: nameexp1,
  scale: 30, maxPixels: 228612704,
  region: ROI
});

2 Answers

I don't think its possible yet other than the suggestions already provided. You can track the feature request:

Answered by intotecho on December 1, 2021

Not sure how to actually attach the metadata to an exporting image, you could consider exporting the metadata as a .csv file by using Export.table.toDrive() and linking the metadata in ArcGIS based on the image name or similar.

There is also the option by adding the metadata value as a band by using .addBands(), but from a datastorage perspective that might be inconvenient i guess?

Answered by Jobbo90 on December 1, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP