ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

GetImageEXIFProperties

  • Summary
  • Discussion
  • Syntax
  • Code sample

Summary

Returns EXIF header information from a geotagged image.

Discussion

If no valid header information is found, the method returns None as the object.

Syntax

GetImageEXIFProperties (In_geotagged_image)
ParameterExplanationData Type
In_geotagged_image

The input geotagged image.

String

Return Value

Data TypeExplanation
List

If no valid header information is found, the function returns None.

Code sample

Returns the EXIF properties of an image.

import arcpy
exifgps = arcpy.GetImageEXIFProperties(r"d:\MyData\folder1\DSC07278.JPG")
print("Longitude: {}".format(exifgps[0]))
print("Latitude:  {}".format(exifgps[1]))
print("Altitude:  {}".format(exifgps[2]))

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal