fitoprincipe / photo2shape

Create a spatial file (.shp, .kml or .geojson) from georeferencied photos
GNU General Public License v3.0
5 stars 3 forks source link

Waffle.io - Columns and their card count

photo2shape

ENGLISH
This software enables yo to create a spatial file (.shp, .kml or .geojson) from georeferencied photos. It is ment to be used with georeferencied smartphones (or tablet) photos.

It is not compiled, so to use it you need to have installed Python 2.7 (www.python.org). It needs two main libraries: pyQt4, GDAL/OGR

USAGE:

  1. Open up a terminal
  2. Browse to the folder where you have downloaded the photo2shape file (main.py)
  3. In the terminal write:
    python main.py
  4. Enjoy!

TODO:

  1. Replace GDAL library for others (shaply, etc).
  2. Enable to upload the photos to a database (postGIS).

ESPAÑOL (SPANISH)
Este programa permite crear archivos espaciales (.shp, .kml o .geojson) a partir de un conjunto de fotos georreferenciadas. Está pensado para ser usado con fotos tomadas con un celular o tablet con GPS.

El programa no está compilado, por lo tanto para usarlo deberás tener descargado Python 2.7 (www.python.org). Necesita dos librerías principales: pyQt4, GDAL/OGR

USO:

  1. Abrir el terminal
  2. Ir hasta el directorio en el cual tenemos el software (main.py)
  3. En el terminal escribir:
    python main.py
  4. Disfrutar!