Challenge 1: Finding the Meta data of an Image - Hsanokklis/2022-2023-Tech-journal GitHub Wiki
Cyber command: Test your abilities to extract metadata
Step 1: Download the sheep image file pictured below:
Step 2: Answer questions about the downloaded image
Q: When was the image created? A: May 15th 2015
Q: What are the dimensions of the image? A: 1024x768
Q: What is the make of the camera that took the picture? A: Apple
Q: What is the model of the camera that took the picture? A: Apple IPhone 5
Q: What is the exposure time for the picture? A: 1/640
Q: Where was the picture taken? A: 39.875N, 20.01E
Methods used:
To find some of the more basic metadata, I went to the "file info" section of the image file. This gave me the date, time, and size of the image. To find the rest of the meta data I used this website. To translate the latitude and longitude data I used this website so I could convert the data into what the NCL program was looking for.