Opened 11 years ago

Last modified 7 years ago

#2189 new enhancement

[raster] Ability to import EXIF data as part of raster2pgsql load

Reported by: robe Owned by: Bborie Park
Priority: low Milestone: PostGIS Fund Me
Component: raster Version: master
Keywords: Cc:

Description

GDAL outputs this already as an xml file when I run something like gdal_translate. I think rasterlite reads exif data directly via its remote registration something or other. Well at least their cute little GUI suggested that.

So I'm hoping it wouldn't be too hard for PostGIS to do it too. So proposition is to have an extra switch in raster2pgsql that creates an extra column exif or something like that that is of type xml to hold this information. I think it has some useful infor for georeference rasters as well that is not necessarily converted to coordinate boundaries or spatial ref.

This is really useful especially for things like surveying since the longitude latitude and picture timestamp is encoded in the exif data. I use it currrently for synchronizing a picture with the survey data posted back when people come back from the field and dump their files in a folder. They don't always post the picture back since it takes too much bandwidth.

I'm also thinking it might be useful for building walk thrus where you can almost stitch together a space orientation of the pictures utilizing the laser measuring stick readings someone carries.

Change History (4)

comment:1 by Bborie Park, 11 years ago

Summary: Ability to import EXIF data as part of raster2pgsql load[raster] Ability to import EXIF data as part of raster2pgsql load

Would it be better to have all metadata extracted instead of just EXIF? And just shove the metadata (probably as XML) into a column?

comment:2 by robe, 11 years ago

Yap that would be better.

comment:3 by Bborie Park, 11 years ago

Milestone: PostGIS 2.1.0PostGIS Future

comment:4 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.