Skip to content

Commit

Permalink
update version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Sep 23, 2018
1 parent 3960d95 commit 0c219bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,10 @@

QGIS plugin

This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS. The user is able to select a folder with photos and only the geo-tagged photos will be taken. Then a geoJSON point file will be created which will contain the name of the picture, its directory, the date and time taken, altitude, longitude, latitude, azimuth, north and camera maker and model. The plug-in doesn’t need any third party applications to work. It has two buttons; the one is to import geotagged photos, and the other one is to be able to click on a point and display the photo along with information regarding the date time and altitude.
This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS. The user is able to select a folder with photos and only the geo-tagged photos will be taken. Then a geoJSON point file will be created which will contain the name of the picture, its directory, the date and time taken, altitude, longitude, latitude, azimuth, north and camera maker and model. The plug-in doesn’t need any third party applications to work. It has two buttons; the one is to import geotagged photos, and the other one is to be able to click on a point and display the photo along with information regarding the date time and altitude. Supported GeoJSON, SHP, GPKG, CSV, GML, KML, TAB, ODS type of files.

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/Y3R8gHJUrrk/0.jpg)](https://www.youtube.com/watch?v=Y3R8gHJUrrk)

QGIS 2


QGIS 2 & QGIS 3

Mac Users. Requires the following Python Modules to be installed: UnixImageIO, FreeType, PIL Please visit: http://www.kyngchaos.com/software/python

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/Y3R8gHJUrrk/0.jpg)](https://www.youtube.com/watch?v=Y3R8gHJUrrk)



QGIS 3



(to be completed)
=======
6 changes: 4 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ name=ImportPhotos
qgisMinimumVersion=2.0
qgisMaximumVersion=3.99
description=Import Photos
version=1.2
version=1.3
author=Marios S. Kyriakou, George A. Christou, KIOS Research and Innovation Center of Excellence (KIOS CoE)
[email protected], [email protected]

about= This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS. The user is able to select a folder with photos and only the geo-tagged photos will be taken. Then a geoJSON point file will be created which will contain the name of the picture, its directory, the date and time taken, altitude, longitude, latitude, azimuth, north and camera maker and model. The plug-in doesn’t need any third party applications to work. It has two buttons; the one is to import geotagged photos, and the other one is to be able to click on a point and display the photo along with information regarding the date time and altitude. Mac users please refer to the Read Me file for further guidance.
about= This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS. The user is able to select a folder with photos and only the geo-tagged photos will be taken. Then a geoJSON point file will be created which will contain the name of the picture, its directory, the date and time taken, altitude, longitude, latitude, azimuth, north and camera maker and model. The plug-in doesn’t need any third party applications to work. It has two buttons; the one is to import geotagged photos, and the other one is to be able to click on a point and display the photo along with information regarding the date time and altitude. Supported GeoJSON, SHP, GPKG, CSV, GML, KML, TAB, ODS type of files. Mac users please refer to the Read Me file for further guidance.

tracker=https://github.com/KIOS-Research/ImportPhotos/issues/
repository=https://github.com/KIOS-Research/ImportPhotos/
Expand All @@ -41,6 +41,8 @@ changelog=2018-02-20 ImportPhotos 0.2:
Fix azimuth ratio in field
Add save as GeoJSON, SHP, GPKG, CSV, GML, KML, TAB, ODS type of files
Merge QGIS 2 with QGIS 3 ImportPhotos plugin
2018-09-23 ImportPhotos 1.3:
Fix an issue with images without gps info

# Tags are comma separated with spaces allowed
tags=photos, jpeg, jpg, geotag
Expand Down

0 comments on commit 0c219bf

Please sign in to comment.