-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Processing Tutorial #1 does not deal with metadata in Pictures #4
Comments
Hi @maykef, if your intent is to process with Agisoft or Pix4D you have a couple of options:
I'm closing this because the requested functionality is out of the scope of the tutorial. We'll also be updating the tutorials soon and will provide extended functionality, including an example on saving data out to tiff files using gdal. We don't currently have writing of metadata out implemented, but we'd love to consider a pull request if someone wants to add that. I would just suggest waiting until the next update to do any work toward that end. |
Understood Justin, Thanks for this. |
I guess for Photoscan this is only true if you perform the whole "Calibrate Reflectance" process. |
Ok, one last comment on keeping metadata in the images. I haven't had any luck with Python libraries (pyexiftool, py3exiv2). But running exiftool from the command line has given me success. Photoscan does recognize my radiance calibrated images as MicaSense multispectral bands. The important thing is to copy the XMP tags blockwise (
... and so on. Sources: |
Hi,
The last line in your code does not save images as TIFFS, nor preserves metadata.
The consequence is that uploading these images to Pix4D or Agisoft is useless, since all the metadata is lost and, therefore, no mosaic of the band can be created by the programs.
Please advise on using a specific library that preserves Metadata, or a method to copy and paste metadata in last images.
The text was updated successfully, but these errors were encountered: